@acorex/styles 7.0.5 → 7.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/index.scss +0 -1
  2. package/package.json +1 -1
  3. package/src/shared/_utils.scss +0 -1
  4. package/src/utility/_mixins.scss +0 -67
  5. package/src/components/_action-sheet.scss +0 -24
  6. package/src/components/_avatar.scss +0 -124
  7. package/src/components/_badge.scss +0 -184
  8. package/src/components/_breadcrumbs.scss +0 -30
  9. package/src/components/_button copy.scss +0 -924
  10. package/src/components/_button.scss +0 -0
  11. package/src/components/_calendar.scss +0 -182
  12. package/src/components/_carousel.scss +0 -44
  13. package/src/components/_checkbox.scss +0 -58
  14. package/src/components/_collapse.scss +0 -51
  15. package/src/components/_color-palette.scss +0 -126
  16. package/src/components/_color-picker.scss +0 -28
  17. package/src/components/_context-menu.scss +0 -3
  18. package/src/components/_data-table.scss +0 -41
  19. package/src/components/_datapager.scss +0 -49
  20. package/src/components/_datepicker.scss +0 -5
  21. package/src/components/_decoration.scss +0 -0
  22. package/src/components/_dialog.scss +0 -83
  23. package/src/components/_drawer.scss +0 -113
  24. package/src/components/_dropdown.scss +0 -162
  25. package/src/components/_editor-container.scss +0 -0
  26. package/src/components/_fieldset.scss +0 -3
  27. package/src/components/_form.scss +0 -8
  28. package/src/components/_image.scss +0 -24
  29. package/src/components/_input.scss +0 -14
  30. package/src/components/_label.scss +0 -7
  31. package/src/components/_list.scss +0 -0
  32. package/src/components/_loading.scss +0 -3
  33. package/src/components/_menu copy.scss +0 -96
  34. package/src/components/_menu.scss +0 -117
  35. package/src/components/_numberbox.scss +0 -15
  36. package/src/components/_popup.scss +0 -106
  37. package/src/components/_progress.scss +0 -60
  38. package/src/components/_radio.scss +0 -32
  39. package/src/components/_range-slider.scss +0 -232
  40. package/src/components/_rating.scss +0 -14
  41. package/src/components/_result.scss +0 -24
  42. package/src/components/_selectbox.scss +0 -16
  43. package/src/components/_selection-list.scss +0 -54
  44. package/src/components/_skeleton.scss +0 -22
  45. package/src/components/_switch.scss +0 -0
  46. package/src/components/_table.scss +0 -0
  47. package/src/components/_tabs copy.scss +0 -235
  48. package/src/components/_tabs.scss +0 -235
  49. package/src/components/_textarea.scss +0 -31
  50. package/src/components/_toast.scss +0 -8
  51. package/src/components/_tooltip.scss +0 -44
  52. package/src/components/_treeview.scss +0 -0
  53. package/src/components/_uploader.scss +0 -0
  54. package/src/components/index.scss +0 -1
File without changes
@@ -1,182 +0,0 @@
1
- // @layer components {
2
- // .ax-calendar {
3
- // @apply ax-w-80 ax-block ax-border ax-border-solid ax-border-neutral-300 ax-rounded ax-bg-white ax-select-none dark:ax-bg-white/[0.03] dark:ax-border-transparent;
4
- // @include media('phone') {
5
- // @apply ax-w-full;
6
- // }
7
- // @include media('tablet') {
8
- // @apply ax-w-full;
9
- // }
10
- // @include media('desktop'){
11
- // @apply ax-w-80;
12
- // }
13
- // @include media('desktop-large'){
14
- // @apply ax-w-80;
15
- // }
16
-
17
- // .ax-calendar-header {
18
- // i {
19
- // @apply ax-font-medium ax-text-xl;
20
- // }
21
- // }
22
-
23
-
24
- // &.ax-state-disabled {
25
- // .ax-calendar-slots {
26
- // @apply ax-opacity-50 ax-cursor-default;
27
- // }
28
- // }
29
-
30
- // .ax-calendar-header {
31
- // @apply ax-flex ax-justify-between ax-py-1 ax-px-2 ax-border-b ax-border-neutral-300 ax-border-solid dark:ax-border-transparent;
32
- // .ax-calendar-header-buttons {
33
- // @apply ax-flex;
34
- // }
35
- // }
36
-
37
- // .ax-calendar-body {
38
- // @apply ax-m-2;
39
-
40
- // .ax-calendar-slots {
41
- // @apply ax-grid;
42
-
43
- // & > div {
44
- // @apply ax-text-sm ax-text-black dark:ax-text-neutral-200 ax-text-center ax-relative ax-flex ax-items-center ax-justify-center ax-cursor-pointer ax-m-0.5 ax-rounded;
45
-
46
- // &::before {
47
- // content: "";
48
- // padding-top: 100%;
49
- // float: left;
50
- // }
51
-
52
- // &::after {
53
- // content: "";
54
- // display: block;
55
- // clear: both;
56
- // }
57
-
58
- // &:hover {
59
- // @apply ax-bg-neutral-100 dark:ax-bg-white/[0.07];
60
- // }
61
- // &:focus {
62
- // @apply ax-ring-2 ax-ring-primary-500 ax-outline-none;
63
- // }
64
-
65
- // &.ax-state-disabled {
66
- // @apply ax-text-neutral-300 ax-cursor-not-allowed;
67
- // &:hover {
68
- // @apply ax-bg-transparent ax-text-neutral-300;
69
- // }
70
- // // &::after {
71
- // // @apply ax-text-sm ax-cursor-not-allowed ax-text-danger-600;
72
- // // position: absolute;
73
- // // content: "\03a7";
74
- // // margin: auto;
75
- // // }
76
- // }
77
-
78
- // &.ax-state-holiday {
79
- // @apply ax-text-danger-500;
80
- // &:hover {
81
- // @apply ax-text-black dark:ax-text-neutral-100;
82
- // }
83
- // }
84
-
85
- // &.ax-state-today {
86
- // @apply ax-bg-opacity-70 ax-bg-primary-100 ax-text-primary-500 dark:ax-bg-primary-500 dark:ax-text-primary-fore;
87
- // &:hover {
88
- // @apply ax-text-primary-500 dark:ax-text-primary-fore;
89
- // }
90
- // }
91
-
92
- // &.ax-state-other {
93
- // @apply ax-opacity-50;
94
- // }
95
-
96
- // &.ax-state-selected {
97
- // @apply ax-bg-primary-500 ax-text-primary-fore ax-opacity-100;
98
-
99
- // &:hover {
100
- // @apply ax-text-primary-fore;
101
- // }
102
- // }
103
-
104
- // &.ax-state-event {
105
- // &::after {
106
- // @apply ax-absolute ax-bottom-0.5 ax-rounded-full ax-h-0.5 ax-w-4 ax-bg-neutral-500;
107
- // content: "";
108
- // }
109
-
110
- // &.ax-state-event-primary {
111
- // &::after {
112
- // @apply ax-bg-primary-500;
113
- // }
114
- // }
115
-
116
- // &.ax-state-event-secondary {
117
- // &::after {
118
- // @apply ax-bg-secondary-500;
119
- // }
120
- // }
121
-
122
- // &.ax-state-event-success {
123
- // &::after {
124
- // @apply ax-bg-success-500;
125
- // }
126
- // }
127
-
128
- // &.ax-state-event-warning {
129
- // &::after {
130
- // @apply ax-bg-warning-500;
131
- // }
132
- // }
133
-
134
- // &.ax-state-event-danger {
135
- // &::after {
136
- // @apply ax-bg-danger-500;
137
- // }
138
- // }
139
-
140
- // &.ax-state-event-info {
141
- // &::after {
142
- // @apply ax-bg-primary-500;
143
- // }
144
- // }
145
- // }
146
- // }
147
-
148
- // &.ax-calendar-slots-day {
149
- // @apply ax-grid-cols-7;
150
- // }
151
-
152
- // &.ax-calendar-slots-year,
153
- // &.ax-calendar-slots-month {
154
- // @apply ax-grid-cols-4;
155
- // }
156
- // }
157
-
158
- // .ax-calendar-week {
159
- // @apply ax-grid ax-grid-cols-7 ax-my-2;
160
-
161
- // & > div {
162
- // @apply ax-text-sm ax-text-black dark:ax-text-neutral-200 ax-text-center ax-relative ax-flex ax-items-center ax-justify-center ax-cursor-text ax-m-0.5;
163
- // }
164
- // }
165
- // }
166
-
167
- // .ax-calendar-footer {
168
- // @apply ax-flex ax-justify-center ax-p-2 ax-border-t ax-border-black/[0.12] dark:ax-border-white/[0.12];
169
- // }
170
- // }
171
- // .ax-calendar-picker {
172
- // @apply ax-flex ax-w-full;
173
- // ax-picker {
174
- // @apply ax-flex-1;
175
- // }
176
- // }
177
- // .ax-overlay-pane {
178
- // ax-calendar {
179
- // @apply ax-border-none;
180
- // }
181
- // }
182
- // }
@@ -1,44 +0,0 @@
1
- // @layer components {
2
- // .ax-carousel {
3
- // @apply ax-text-center ax-overflow-hidden ax-w-full ax-block ax-relative;
4
- // .ax-carousel-arrows {
5
- // @apply ax-flex ax-absolute ax-justify-between ax-justify-items-center ax-cursor-pointer ax-bg-transparent ax-text-white ax-invisible ax-left-0 ax-right-0 ax-top-0 ax-bottom-0;
6
- // button {
7
- // @apply ax-border-none ax-cursor-pointer ax-bg-transparent ax-text-white ax-visible;
8
- // .ax-icon{
9
- // @apply ax-text-4xl;
10
- // text-shadow: 0px 0px 2px #000000;
11
- // }
12
- // }
13
- // .ax-vertical-arrow {
14
- // @apply ax-absolute ax-left-1/2 ax-block;
15
- // transform: translate(-50%, -50%);
16
- // &.ax-top-arrow {
17
- // @apply ax-top-5;
18
- // .ax-icon{
19
- // @apply ax-block ax-rotate-90;
20
- // }
21
- // }
22
- // &.ax-bottom-arrow {
23
- // @apply -ax-bottom-5;
24
- // transform: translate(-50%, -50%);
25
- // .ax-icon{
26
- // @apply ax-block -ax-rotate-90;
27
- // }
28
- // }
29
- // }
30
- // }
31
- // .ax-carousel-pager {
32
- // @apply ax-flex ax-my-3 ax-justify-center;
33
- // button {
34
- // @apply ax-p-1 ax-mx-1 ax-cursor-pointer ax-border-none ax-rounded-full ax-bg-neutral-300;
35
- // &:hover {
36
- // @apply ax-bg-primary-500;
37
- // }
38
- // &.ax-state-active {
39
- // @apply ax-bg-primary-500;
40
- // }
41
- // }
42
- // }
43
- // }
44
- // }
@@ -1,58 +0,0 @@
1
- // @layer components {
2
- // .ax-check-box {
3
- // .ax-state-error {
4
- // @apply ax-text-danger-500;
5
-
6
- // input[type="checkbox"] {
7
- // @apply ax-border-danger-500;
8
- // }
9
- // }
10
- // .ax-state-success {
11
- // @apply ax-text-success-600;
12
-
13
- // input[type="checkbox"] {
14
- // @apply ax-border-success-600;
15
- // }
16
- // }
17
-
18
- // .ax-wrapper {
19
- // &.ax-state-disabled {
20
- // @apply ax-cursor-not-allowed ax-opacity-80;
21
-
22
- // input[type="checkbox"] {
23
- // @apply ax-cursor-not-allowed;
24
- // }
25
- // }
26
- // }
27
-
28
- // input[type="checkbox"] {
29
- // @apply ax-w-4 ax-h-4 ax-border-solid ax-border ax-border-neutral-300 ax-rounded ax-bg-white ax-text-primary-500 ax-m-0 ax-outline-none ax-align-middle ax-appearance-none;
30
- // @include control-states("editor");
31
-
32
- // &:checked,
33
- // &:indeterminate {
34
- // @apply ax-border-primary-500 ax-bg-no-repeat ax-bg-primary-500 ax-bg-contain #{!important};
35
- // }
36
-
37
- // &:checked {
38
- // background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
39
- // }
40
-
41
- // &:indeterminate {
42
- // background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHJlY3QgY2xhc3M9ImNscy0xIiB4PSIzIiB5PSI3IiB3aWR0aD0iMTAiIGhlaWdodD0iMiIvPjwvc3ZnPg==");
43
- // }
44
-
45
- // &:focus {
46
- // @apply ax-ring-2 ax-ring-primary-500 ax-ring-offset-2;
47
- // }
48
-
49
- // &.ax-state-disabled {
50
- // @apply ax-opacity-70;
51
- // }
52
-
53
- // &.ax-state-disabled {
54
- // @apply ax-opacity-60;
55
- // }
56
- // }
57
- // }
58
- // }
@@ -1,51 +0,0 @@
1
- // @layer components {
2
- // .ax-collapse {
3
- // @apply ax-border ax-border-neutral-200 dark:ax-border-white/10 ax-block ax-text-sm ax-rounded-default ax-overflow-hidden;
4
-
5
- // .ax-collapse-header {
6
- // @apply ax-cursor-pointer ax-select-none;
7
-
8
- // &.ax-state-collapsed {
9
- // .ax-collapse-header-container {
10
- // @apply ax-border-b-0;
11
- // .ax-collapse-arrow {
12
- // @apply -ax-rotate-90;
13
- // }
14
- // }
15
- // .ax-collapse-custom-header-container {
16
- // @apply ax-border-b-0;
17
- // }
18
- // }
19
- // .ax-collapse-custom-header-container,.ax-collapse-header-container {
20
- // @apply ax-bg-neutral-100 dark:ax-bg-white/10 ax-border-b ax-border-neutral-100 dark:ax-border-white/10;
21
- // }
22
- // .ax-collapse-header-container {
23
- // @apply ax-flex ax-justify-between ax-p-3 ;
24
- // .ax-collapse-arrow {
25
- // @apply ax-inline-block ax-text-xl ax-me-2 ax-rotate-90;
26
- // }
27
- // }
28
- // }
29
- // .ax-collapse-body {
30
- // @apply ax-p-3;
31
- // }
32
- // }
33
- // .ax-collapse-group {
34
- // @apply ax-block ax-border ax-border-neutral-200 dark:ax-border-white/10 ax-rounded-default ax-overflow-hidden;
35
-
36
- // ax-collpase,
37
- // .ax-collapse {
38
- // @apply ax-rounded-none ax-border-none;
39
- // .ax-collapse-header-container {
40
- // @apply ax-border-t ax-border-neutral-100;
41
- // }
42
- // }
43
- // ax-collapse {
44
- // &:first-child {
45
- // .ax-collapse-header-container {
46
- // @apply ax-border-t-0;
47
- // }
48
- // }
49
- // }
50
- // }
51
- // }
@@ -1,126 +0,0 @@
1
- @layer components {
2
- .ax-color-palette {
3
- @apply ax-flex ax-flex-col ax-w-72 ax-border ax-border-neutral-200 ax-rounded ax-gap-2;
4
- @include control-states("surface");
5
- --ax-base-ratio: 4;
6
-
7
- &.ax-state-disabled {
8
- @apply ax-opacity-60 ax-cursor-not-allowed #{!important};
9
- ax-color-palette-swatches,
10
- ax-color-palette-favorite {
11
- div {
12
- &:hover,
13
- &.ax-state-selected {
14
- @apply ax-ring-0 ax-cursor-not-allowed #{!important};
15
- }
16
- }
17
- }
18
- }
19
-
20
- .ax-header,
21
- .ax-footer {
22
- @apply ax-border-t ax-bg-white ax-p-3 ax-border-neutral-300 dark:ax-border-neutral-700 ax-flex;
23
- @include control-states("editor");
24
- }
25
- ax-color-palette-preview {
26
- @apply ax-relative ax-h-20 ax-w-full ax-rounded-t ax-bg-primary-50 ax-flex ax-justify-center ax-items-center ax-font-semibold ax-shadow-sm ax-border-b ax-border-neutral-200 dark:ax-border-white/10 ax-transition-all;
27
- background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAADFJREFUOE9jZGBgEGHAD97gk2YcNYBhmIQBgWSAP52AwoAQwJvQRg1gACckQoC2gQgAIF8IscwEtKYAAAAASUVORK5CYII=")
28
- left center;
29
- .palette-preview-overlay {
30
- @apply ax-absolute ax-left-0 ax-w-full ax-h-full ax-flex ax-items-center ax-justify-center;
31
- }
32
- }
33
-
34
- ax-color-palette-favorite {
35
- @apply ax-border-t ax-border-neutral-200 dark:ax-border-white/10 ax-block;
36
- }
37
-
38
- ax-color-palette-swatches,
39
- ax-color-palette-favorite {
40
- @apply ax-p-2 ax-grid-cols-8 ax-gap-0.5 ax-grid ax-max-h-36 ax-overflow-y-auto ax-overflow-x-hidden;
41
- div {
42
- @apply ax-relative ax-bg-neutral-100 ax-flex ax-items-center ax-justify-center ax-cursor-pointer ax-m-0.5 ax-rounded ax-shadow-sm ax-border ax-border-neutral-200 dark:ax-border-white/10;
43
-
44
- &::before {
45
- content: "";
46
- padding-top: 100%;
47
- float: left;
48
- }
49
-
50
- &::after {
51
- content: "";
52
- display: block;
53
- clear: both;
54
- }
55
-
56
- &:hover,
57
- &.ax-state-selected {
58
- @apply ax-ring-2 ax-ring-offset-2 ax-ring-black/30 dark:ax-ring-white/30;
59
- }
60
- }
61
- }
62
-
63
- ax-color-palette-input {
64
- @apply ax-flex ax-gap-2 ax-p-2 ax-pt-0;
65
-
66
- .palette-inputs {
67
- @apply ax-flex ax-flex-1 ax-gap-2;
68
-
69
- div {
70
- @apply ax-w-full ax-text-center;
71
- label {
72
- @apply ax-mt-3 ax-text-sm;
73
- }
74
- }
75
- }
76
- }
77
-
78
- ax-color-palette-picker {
79
- @apply ax-flex ax-flex-col ax-gap-2 ax-p-2;
80
- .ax-color-picker-overlay {
81
- @apply ax-block ax-w-full ax-h-32 ax-relative;
82
- .ax-color-picker-pointer {
83
- @apply ax-w-3 ax-h-3 ax-rounded-full ax-bg-transparent ax-border ax-border-white ax-shadow-md;
84
- }
85
- .ax-color-picker-overlay-color {
86
- background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
87
- @apply ax-h-full ax-w-full ax-absolute ax-inset-0;
88
- }
89
- .ax-color-picker-overlay-gradient {
90
- background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
91
- @apply ax-h-full ax-w-full ax-absolute ax-inset-0;
92
- }
93
-
94
- }
95
-
96
- .ax-range-slider
97
- {
98
- &.ax-color-picker-gradient
99
- {
100
- input {
101
- background: linear-gradient(
102
- to right,
103
- rgb(255, 0, 0) 0%,
104
- rgb(255, 255, 0) 17%,
105
- rgb(0, 255, 0) 33%,
106
- rgb(0, 255, 255) 50%,
107
- rgb(0, 0, 255) 67%,
108
- rgb(255, 0, 255) 83%,
109
- rgb(255, 0, 0) 100%
110
- );
111
- }
112
- }
113
- }
114
- .ax-range-slider
115
- {
116
- &.ax-color-picker-transparent
117
- {
118
- input {
119
- background-image: linear-gradient(to right, rgb(245, 246, 252, 0%), rgb(0, 0, 0, 100%)),
120
- url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAADFJREFUOE9jZGBgEGHAD97gk2YcNYBhmIQBgWSAP52AwoAQwJvQRg1gACckQoC2gQgAIF8IscwEtKYAAAAASUVORK5CYII=");
121
- }
122
- }
123
- }
124
- }
125
- }
126
- }
@@ -1,28 +0,0 @@
1
- // @layer components {
2
- // ax-color-picker {
3
- // .ax-dropdown-content {
4
- // @apply ax-mx-2 ax-flex ax-items-center;
5
-
6
- // .color-badge {
7
- // @apply ax-block ax-rounded ax-me-2 ax-shadow-sm ax-border ax-border-neutral-200 dark:ax-border-white/10;
8
- // width: calc(var(--ax-base-size) * var(--ax-base-ratio) / 2);
9
- // height: calc(var(--ax-base-size) * var(--ax-base-ratio) / 2);
10
- // }
11
- // }
12
- // }
13
-
14
- // .ax-overlay-pane {
15
- // ax-color-palette {
16
- // @apply ax-border-none;
17
-
18
- // @include screen(mobile) {
19
- // @apply ax-w-full;
20
- // .palette-items {
21
- // @apply ax-max-h-[30vh] #{!important};
22
- // }
23
- // }
24
-
25
- // }
26
-
27
- // }
28
- // }
@@ -1,3 +0,0 @@
1
- @layer components {
2
-
3
- }
@@ -1,41 +0,0 @@
1
- @layer components {
2
- .ax-data-table {
3
- @apply ax-flex ax-flex-col ax-rounded-default ax-border ax-border-neutral-200 dark:ax-border-white/10;
4
-
5
- .ax-wrapper
6
- {
7
- @apply ax-flex ax-flex-1 ax-overflow-auto;
8
- }
9
-
10
- &>.ax-header,
11
- &>.ax-footer
12
- {
13
- @apply ax-p-2;
14
- ax-data-pager
15
- {
16
- @apply ax-border-0 ax-p-0 ax-shadow-none ax-flex-1 ax-bg-transparent;
17
- }
18
- }
19
- &>.ax-header
20
- {
21
- @apply ax-border-b;
22
- }
23
- &>.ax-footer
24
- {
25
- @apply ax-border-t;
26
-
27
- }
28
-
29
- table {
30
- @apply ax-relative ax-border-none ax-border-0;
31
-
32
- thead {
33
- @apply ax-sticky ax-top-0;
34
- }
35
- td,
36
- th{
37
- @apply ax-truncate;
38
- }
39
- }
40
- }
41
- }
@@ -1,49 +0,0 @@
1
- @layer components {
2
- .ax-data-pager {
3
- @apply ax-flex ax-flex-wrap ax-gap-1 ax-flex-row ax-items-center ax-p-2 ax-border-opacity-50 ax-rounded ax-max-w-full ax-decoration-container;
4
-
5
- .ax-button-group {
6
- @apply ax-border-none;
7
-
8
- .ax-button {
9
- @apply ax-border-none ax-rounded;
10
- }
11
- }
12
-
13
- ax-data-pager-next-buttons,
14
- ax-data-pager-prev-buttons,
15
- ax-data-pager-numeric-selector,
16
- ax-data-pager-page-sizes {
17
- @apply ax-flex ax-flex-initial ax-gap-2;
18
- }
19
-
20
- ax-data-pager-info {
21
- @apply ax-flex ax-justify-start md:ax-justify-end ax-items-center ax-text-sm;
22
- }
23
-
24
- .ax-button {
25
- @apply ax-text-base #{!important};
26
-
27
- &.ax-state-disabled {
28
- @apply ax-border-none;
29
- }
30
- }
31
-
32
- ax-data-pager-page-sizes {
33
- @apply ax-flex ax-justify-start ax-gap-1 ax-items-center #{!important};
34
-
35
- span {
36
- @apply ax-text-sm;
37
- }
38
- }
39
-
40
-
41
-
42
-
43
- ax-data-pager-input-selector {
44
- .ax-input {
45
- width: calc(var(--ax-base-size) * var(--ax-base-ratio) * 1.5) #{!important};
46
- }
47
- }
48
- }
49
- }
@@ -1,5 +0,0 @@
1
- // @layer components {
2
- // .ax-datepicker-body {
3
- // @apply ax-m-auto ax-shadow-sm ax-w-full ax-rounded ax-border ax-border-neutral-300 ax-border-none;
4
- // }
5
- // }
File without changes