Skip to content

Commit

Permalink
Refactor #4504
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Sep 26, 2023
1 parent fb24787 commit b48d33e
Show file tree
Hide file tree
Showing 73 changed files with 73 additions and 73 deletions.
2 changes: 1 addition & 1 deletion components/lib/accordion/BaseAccordion.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-accordion-header-action {
cursor: pointer;
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/autocomplete/BaseAutoComplete.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useStyle } from 'primevue/usestyle';
import { ObjectUtils } from 'primevue/utils';
const styles = `
@layer primevue.core {
@layer primevue {
.p-autocomplete {
display: inline-flex;
}
Expand Down
2 changes: 1 addition & 1 deletion components/lib/avatar/BaseAvatar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-avatar {
display: inline-flex;
align-items: center;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/avatargroup/BaseAvatarGroup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-avatar-group .p-avatar + .p-avatar {
margin-left: -1rem;
}
Expand Down
2 changes: 1 addition & 1 deletion components/lib/badge/BaseBadge.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useStyle } from 'primevue/usestyle';
import { ObjectUtils } from 'primevue/utils';
const styles = `
@layer primevue.core {
@layer primevue {
.p-badge {
display: inline-block;
border-radius: 10px;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/badgedirective/BaseBadgeDirective.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import BaseDirective from 'primevue/basedirective';
import { useStyle } from 'primevue/usestyle';

const styles = `
@layer primevue.core {
@layer primevue {
.p-badge {
display: inline-block;
border-radius: 10px;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/basecomponent/BaseComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ const radioButtonStyles = `
}
`;
const styles = `
@layer primevue.core {
@layer primevue {
.p-component, .p-component * {
box-sizing: border-box;
}
Expand Down
2 changes: 1 addition & 1 deletion components/lib/blockui/BaseBlockUI.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-blockui-container {
position: relative;
}
Expand Down
2 changes: 1 addition & 1 deletion components/lib/breadcrumb/BaseBreadcrumb.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-breadcrumb {
overflow-x: auto;
}
Expand Down
2 changes: 1 addition & 1 deletion components/lib/calendar/BaseCalendar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-calendar {
display: inline-flex;
max-width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/carousel/BaseCarousel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-carousel {
display: flex;
flex-direction: column;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/cascadeselect/BaseCascadeSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-cascadeselect {
display: inline-flex;
cursor: pointer;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/chart/BaseChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-chart {
position: relative;
}
Expand Down
2 changes: 1 addition & 1 deletion components/lib/chip/BaseChip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-chip {
display: inline-flex;
align-items: center;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/chips/BaseChips.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-chips {
display: inline-flex;
}
Expand Down
2 changes: 1 addition & 1 deletion components/lib/colorpicker/BaseColorPicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-colorpicker-panel .p-colorpicker-color {
background: linear-gradient(to top, #000 0%, rgb(0 0 0 / 0) 100%), linear-gradient(to right, #fff 0%, rgb(255 255 255 / 0) 100%)
}
Expand Down
2 changes: 1 addition & 1 deletion components/lib/confirmpopup/BaseConfirmPopup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-confirm-popup {
position: absolute;
margin-top: 10px;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/contextmenu/BaseContextMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-contextmenu ul {
margin: 0;
padding: 0;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/datatable/BaseDataTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-datatable {
position: relative;
}
Expand Down
2 changes: 1 addition & 1 deletion components/lib/dialog/BaseDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-dialog-mask.p-component-overlay {
pointer-events: auto;
}
Expand Down
2 changes: 1 addition & 1 deletion components/lib/divider/BaseDivider.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-divider-horizontal {
display: flex;
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/dock/BaseDock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-dock {
position: absolute;
z-index: 1;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/dropdown/BaseDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-dropdown {
display: inline-flex;
cursor: pointer;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/fieldset/BaseFieldset.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-fieldset-legend > a,
.p-fieldset-legend > span {
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/fileupload/BaseFileUpload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-fileupload-content {
position: relative;
}
Expand Down
2 changes: 1 addition & 1 deletion components/lib/galleria/BaseGalleria.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-galleria-content {
display: flex;
flex-direction: column;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/image/BaseImage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-image-mask {
display: flex;
align-items: center;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/inlinemessage/BaseInlineMessage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-inline-message {
display: inline-flex;
align-items: center;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/inplace/BaseInplace.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-inplace .p-inplace-display {
display: inline;
cursor: pointer;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/inputnumber/BaseInputNumber.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-inputnumber {
display: inline-flex;
}
Expand Down
2 changes: 1 addition & 1 deletion components/lib/inputswitch/BaseInputSwitch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-inputswitch {
display: inline-block;
}
Expand Down
2 changes: 1 addition & 1 deletion components/lib/knob/BaseKnob.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const styles = `
stroke-dashoffset: 0;
}
}
@layer primevue.core {
@layer primevue {
.p-knob-range {
fill: none;
transition: stroke 0.1s ease-in;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/listbox/BaseListbox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-listbox-list-wrapper {
overflow: auto;
}
Expand Down
2 changes: 1 addition & 1 deletion components/lib/megamenu/BaseMegaMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-megamenu {
display: flex;
}
Expand Down
2 changes: 1 addition & 1 deletion components/lib/menu/BaseMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-menu ul {
margin: 0;
padding: 0;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/menubar/BaseMenubar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-menubar {
display: flex;
align-items: center;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/message/BaseMessage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-message-wrapper {
display: flex;
align-items: center;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/multiselect/BaseMultiSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-multiselect {
display: inline-flex;
cursor: pointer;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/orderlist/BaseOrderList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-orderlist {
display: flex;
}
Expand Down
2 changes: 1 addition & 1 deletion components/lib/organizationchart/BaseOrganizationChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-organizationchart-table {
border-spacing: 0;
border-collapse: separate;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/overlaypanel/BaseOverlayPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-overlaypanel {
margin-top: 10px;
}
Expand Down
2 changes: 1 addition & 1 deletion components/lib/paginator/BasePaginator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-paginator-default {
display: flex;
}
Expand Down
2 changes: 1 addition & 1 deletion components/lib/panel/BasePanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-panel-header {
display: flex;
justify-content: space-between;
Expand Down
2 changes: 1 addition & 1 deletion components/lib/panelmenu/BasePanelMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BaseComponent from 'primevue/basecomponent';
import { useStyle } from 'primevue/usestyle';
const styles = `
@layer primevue.core {
@layer primevue {
.p-panelmenu .p-panelmenu-header-action {
display: flex;
align-items: center;
Expand Down
Loading

0 comments on commit b48d33e

Please sign in to comment.