@acorex/styles 6.1.12 → 6.5.1

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 (118) hide show
  1. package/fonts/font-awesome/fa-brands-400.eot +0 -0
  2. package/fonts/font-awesome/fa-brands-400.svg +3570 -0
  3. package/fonts/font-awesome/fa-brands-400.ttf +0 -0
  4. package/fonts/font-awesome/fa-brands-400.woff +0 -0
  5. package/fonts/font-awesome/fa-brands-400.woff2 +0 -0
  6. package/fonts/font-awesome/fa-duotone-900.eot +0 -0
  7. package/fonts/font-awesome/fa-duotone-900.svg +15055 -0
  8. package/fonts/font-awesome/fa-duotone-900.ttf +0 -0
  9. package/fonts/font-awesome/fa-duotone-900.woff +0 -0
  10. package/fonts/font-awesome/fa-duotone-900.woff2 +0 -0
  11. package/fonts/font-awesome/fa-light-300.eot +0 -0
  12. package/fonts/font-awesome/fa-light-300.svg +12330 -0
  13. package/fonts/font-awesome/fa-light-300.ttf +0 -0
  14. package/fonts/font-awesome/fa-light-300.woff +0 -0
  15. package/fonts/font-awesome/fa-light-300.woff2 +0 -0
  16. package/fonts/font-awesome/fa-regular-400.eot +0 -0
  17. package/fonts/font-awesome/fa-regular-400.svg +11256 -0
  18. package/fonts/font-awesome/fa-regular-400.ttf +0 -0
  19. package/fonts/font-awesome/fa-regular-400.woff +0 -0
  20. package/fonts/font-awesome/fa-regular-400.woff2 +0 -0
  21. package/fonts/font-awesome/fa-solid-900.eot +0 -0
  22. package/fonts/font-awesome/fa-solid-900.svg +9588 -0
  23. package/fonts/font-awesome/fa-solid-900.ttf +0 -0
  24. package/fonts/font-awesome/fa-solid-900.woff +0 -0
  25. package/fonts/font-awesome/fa-solid-900.woff2 +0 -0
  26. package/fonts/font-awesome/font-awesome.css +16960 -0
  27. package/package.json +3 -10
  28. package/scss/buttons.scss +69 -0
  29. package/scss/calendar.scss +144 -0
  30. package/scss/checkbox.scss +46 -0
  31. package/scss/context-menu.scss +75 -0
  32. package/scss/data-grid.scss +117 -0
  33. package/scss/drawer.scss +138 -0
  34. package/scss/fieldset.scss +23 -0
  35. package/scss/forms.scss +515 -0
  36. package/scss/list.scss +47 -0
  37. package/scss/master.scss +259 -0
  38. package/scss/menu.scss +130 -0
  39. package/scss/mixin.scss +12 -0
  40. package/scss/page.scss +54 -0
  41. package/scss/progress.scss +11 -0
  42. package/scss/selection-list.scss +104 -0
  43. package/scss/style.scss +47 -0
  44. package/scss/tab-strip.scss +31 -0
  45. package/scss/tab.scss +36 -0
  46. package/scss/toast.scss +46 -0
  47. package/scss/tooltip.scss +55 -0
  48. package/scss/treeview.scss +122 -0
  49. package/scss/upload.scss +170 -0
  50. package/scss/variables.scss +139 -0
  51. package/index.js +0 -185
  52. package/index.scss +0 -10
  53. package/src/base/index.scss +0 -45
  54. package/src/components/_action-sheet.scss +0 -24
  55. package/src/components/_alert.scss +0 -276
  56. package/src/components/_avatar.scss +0 -124
  57. package/src/components/_badge.scss +0 -184
  58. package/src/components/_breadcrumbs.scss +0 -29
  59. package/src/components/_button.scss +0 -924
  60. package/src/components/_calendar.scss +0 -182
  61. package/src/components/_carousel.scss +0 -44
  62. package/src/components/_checkbox.scss +0 -58
  63. package/src/components/_collapse.scss +0 -51
  64. package/src/components/_color-palette.scss +0 -126
  65. package/src/components/_color-picker.scss +0 -28
  66. package/src/components/_context-menu.scss +0 -19
  67. package/src/components/_data-table.scss +0 -41
  68. package/src/components/_datapager.scss +0 -49
  69. package/src/components/_datepicker.scss +0 -5
  70. package/src/components/_decoration.scss +0 -39
  71. package/src/components/_dialog.scss +0 -82
  72. package/src/components/_drawer.scss +0 -113
  73. package/src/components/_dropdown.scss +0 -216
  74. package/src/components/_editor-container.scss +0 -155
  75. package/src/components/_fieldset.scss +0 -8
  76. package/src/components/_form.scss +0 -8
  77. package/src/components/_image.scss +0 -24
  78. package/src/components/_input.scss +0 -14
  79. package/src/components/_label.scss +0 -7
  80. package/src/components/_list.scss +0 -83
  81. package/src/components/_loading.scss +0 -52
  82. package/src/components/_menu copy.scss +0 -96
  83. package/src/components/_menu.scss +0 -117
  84. package/src/components/_numberbox.scss +0 -15
  85. package/src/components/_popup.scss +0 -105
  86. package/src/components/_progress.scss +0 -60
  87. package/src/components/_radio.scss +0 -32
  88. package/src/components/_range-slider.scss +0 -210
  89. package/src/components/_rating.scss +0 -14
  90. package/src/components/_result.scss +0 -24
  91. package/src/components/_selectbox.scss +0 -18
  92. package/src/components/_selection-list.scss +0 -54
  93. package/src/components/_skeleton.scss +0 -22
  94. package/src/components/_switch.scss +0 -186
  95. package/src/components/_table.scss +0 -81
  96. package/src/components/_tabs copy.scss +0 -235
  97. package/src/components/_tabs.scss +0 -235
  98. package/src/components/_textarea.scss +0 -35
  99. package/src/components/_toast.scss +0 -8
  100. package/src/components/_tooltip.scss +0 -44
  101. package/src/components/_treeview.scss +0 -54
  102. package/src/components/_uploader.scss +0 -18
  103. package/src/components/index.scss +0 -47
  104. package/src/icons/Read Me.txt +0 -7
  105. package/src/icons/demo-files/demo.css +0 -152
  106. package/src/icons/demo-files/demo.js +0 -30
  107. package/src/icons/demo.html +0 -738
  108. package/src/icons/fonts/acorex-icon.eot +0 -0
  109. package/src/icons/fonts/acorex-icon.svg +0 -60
  110. package/src/icons/fonts/acorex-icon.ttf +0 -0
  111. package/src/icons/fonts/acorex-icon.woff +0 -0
  112. package/src/icons/selection.json +0 -1
  113. package/src/icons/style.css +0 -177
  114. package/src/icons/style.scss +0 -280
  115. package/src/icons/variables.scss +0 -54
  116. package/src/utility/_mixins.scss +0 -152
  117. package/src/utility/index.scss +0 -26
  118. package/src/variables/_colors.scss +0 -122
@@ -1,235 +0,0 @@
1
- @layer components {
2
- .ax-tabs {
3
- @apply ax-p-0 ax-overflow-y-hidden ax-overflow-x-auto ax-w-max ax-block;
4
-
5
- .ax-items-wrapper {
6
- @apply ax-flex;
7
- }
8
-
9
- &:not(.ax-look-custom) {
10
- ax-tab-item {
11
- @apply ax-text-center ax-px-5 ax-cursor-pointer ax-whitespace-nowrap ax-flex ax-items-center ax-justify-center ax-relative ax-text-sm ax-font-medium;
12
- min-height: calc(var(--ax-base-size) * var(--ax-base-ratio));
13
- line-height: calc((var(--ax-base-size) * var(--ax-base-ratio)) / 2);
14
-
15
- &.ax-state-disabled {
16
- // background-color: rgb(var(--ax-color-disabled)) !important;
17
- // color: rgb(var(--ax-color-disabled-fore)) !important;
18
- @apply ax-opacity-50 ax-cursor-not-allowed #{!important};
19
- }
20
-
21
- &.ax-state-active {
22
- @apply ax-text-black;
23
- }
24
-
25
- .ax-prefix {
26
- @apply ax-flex ax-flex-row ax-pe-2;
27
- }
28
-
29
- .ax-suffix {
30
- @apply ax-flex ax-flex-row ax-ps-2;
31
- }
32
- }
33
- }
34
-
35
- &.ax-tabs-fit {
36
- .ax-items-wrapper ax-tab-item {
37
- @apply ax-flex-1;
38
- }
39
- }
40
-
41
- & > .ax-tab-controll {
42
- @apply ax-flex ax-items-center ax-justify-center ax-px-1 ax-cursor-pointer;
43
- box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),
44
- 0 1px 10px 0 rgba(0, 0, 0, 0.12);
45
- }
46
-
47
- &.ax-horizontal {
48
- &.ax-look-default {
49
- @apply ax-border ax-border-solid ax-border-light-300 ax-shadow-sm ax-overflow-hidden ax-rounded-default;
50
- @include control-states("editor");
51
-
52
- ax-tab-item {
53
- @apply ax-bg-white ax-border-e ax-border-b-2 ax-border-solid ax-border-light-300 dark:ax-text-light-200;
54
- @include control-states("editor");
55
-
56
- border-bottom-color: transparent !important;
57
-
58
- &:first-child {
59
- }
60
-
61
- &:last-child {
62
- @apply ax-border-e-0;
63
- }
64
-
65
- &:hover,
66
- &.ax-state-active {
67
- &:not(.ax-state-disabled) {
68
- border-bottom-color: rgb(var(--ax-color-primary-500)) !important;
69
- }
70
- }
71
- }
72
- }
73
-
74
- &.ax-look-start-line {
75
- @apply ax-border-t ax-border-solid ax-border-light-300 dark:ax-border-light-200/10 ax-w-full;
76
- ax-tab-item {
77
- &.ax-state-active {
78
- @apply ax-text-primary-500;
79
- &::after {
80
- @apply ax-absolute ax-top-0 ax-w-full ax-h-0.5 ax-bg-primary-500 ax-block;
81
- content: "";
82
- }
83
- }
84
- &:hover {
85
- &::after {
86
- @apply ax-absolute ax-top-0 ax-w-full ax-h-0.5 ax-bg-primary-500 ax-block;
87
- content: "";
88
- }
89
- }
90
- }
91
- }
92
-
93
- &.ax-look-end-line {
94
- @apply ax-border-b ax-border-solid ax-border-light-300 dark:ax-border-light-200/10 ax-w-full;
95
- ax-tab-item {
96
- &.ax-state-active {
97
- @apply ax-text-primary-500;
98
- &::after {
99
- @apply ax-absolute ax-bottom-0 ax-w-full ax-h-0.5 ax-bg-primary-500 ax-block;
100
- content: "";
101
- }
102
- }
103
- &:hover {
104
- &::after {
105
- @apply ax-absolute ax-bottom-0 ax-w-full ax-h-0.5 ax-bg-primary-500 ax-block;
106
- content: "";
107
- }
108
- }
109
- }
110
- }
111
-
112
- &.ax-look-pills {
113
- ax-tab-item {
114
- @apply ax-text-light-fore ax-mr-1 ax-rounded dark:ax-text-light-200;
115
-
116
- &:hover {
117
- @apply ax-bg-light-300 ax-text-light-fore dark:ax-text-light-50 dark:ax-bg-light-600;
118
- }
119
-
120
- &.ax-state-active {
121
- @apply ax-bg-light-200 ax-text-light-fore dark:ax-text-light-50 dark:ax-bg-light-600;
122
- }
123
- }
124
- }
125
-
126
- &.ax-look-pills-color {
127
- ax-tab-item {
128
- @apply ax-text-light-fore ax-mr-1 ax-rounded dark:ax-text-primary-200;
129
-
130
- &:hover {
131
- @apply ax-bg-primary-100 ax-text-primary-500 dark:ax-text-primary-50 dark:ax-bg-primary-500;
132
- }
133
-
134
- &.ax-state-active {
135
- @apply ax-bg-primary-100 ax-text-primary-500 dark:ax-text-primary-50 dark:ax-bg-primary-500;
136
- }
137
- }
138
- }
139
- }
140
-
141
- &.ax-vertical {
142
- .ax-items-wrapper {
143
- @apply ax-flex-col ax-h-full;
144
-
145
- ax-tab-item {
146
- @apply ax-text-center ax-justify-start ax-py-2;
147
- }
148
- }
149
-
150
- &.ax-look-default {
151
- @apply ax-border ax-border-solid ax-border-light-300 ax-shadow-sm ax-rounded ax-overflow-hidden;
152
- @include control-states("editor");
153
-
154
- ax-tab-item {
155
- @apply ax-bg-white ax-border-s ax-border-solid ax-border-light-300 ax-border-b-0 dark:ax-text-light-200 ax-mb-1;
156
- &:last-child {
157
- @apply ax-mb-0;
158
- }
159
- &:hover,
160
- &.ax-state-active {
161
- border-inline-start-color: rgb(var(--ax-color-primary-500)) !important;
162
- }
163
- }
164
- }
165
-
166
- &.ax-look-start-line {
167
- ax-tab-item {
168
- @apply ax-border-s-2 ax-border-solid ax-border-light-300 dark:ax-border-light-200/10;
169
-
170
- &.ax-state-active {
171
- @apply ax-border-primary-500 ax-text-primary-500;
172
-
173
- &:hover {
174
- @apply ax-border-primary-500;
175
- }
176
- }
177
-
178
- &:hover {
179
- @apply ax-border-primary-500 ax-text-primary-500;
180
- }
181
- }
182
- }
183
-
184
- &.ax-look-end-line {
185
- ax-tab-item {
186
- @apply ax-border-e-2 ax-border-solid ax-border-light-300 dark:ax-border-light-200/10;
187
-
188
- &.ax-state-active {
189
- @apply ax-border-primary-500 ax-text-primary-500;
190
-
191
- &:hover {
192
- @apply ax-border-primary-500;
193
- }
194
- }
195
-
196
- &:hover {
197
- @apply ax-border-primary-500 ax-text-primary-500;
198
- }
199
- }
200
- }
201
-
202
- &.ax-look-pills {
203
- ax-tab-item {
204
- @apply ax-text-light-fore ax-mr-1 ax-rounded dark:ax-text-light-200 ax-mb-1;
205
- &:last-child {
206
- @apply ax-mb-0;
207
- }
208
- &:hover {
209
- @apply ax-bg-light-300 ax-text-light-fore dark:ax-text-light-100;
210
- }
211
-
212
- &.ax-state-active {
213
- @apply ax-bg-light-300 ax-text-light-fore dark:ax-text-light-50;
214
- }
215
- }
216
- }
217
-
218
- &.ax-look-pills-color {
219
- ax-tab-item {
220
- @apply ax-text-light-fore ax-mr-1 ax-rounded dark:ax-text-light-200 ax-mb-1;
221
- &:last-child {
222
- @apply ax-mb-0;
223
- }
224
- &:hover {
225
- @apply ax-bg-primary-100 ax-text-primary-500 dark:ax-text-light-100;
226
- }
227
-
228
- &.ax-state-active {
229
- @apply ax-bg-primary-100 ax-text-primary-500 dark:ax-text-light-50;
230
- }
231
- }
232
- }
233
- }
234
- }
235
- }
@@ -1,235 +0,0 @@
1
- @layer components {
2
- .ax-tabs {
3
- @apply ax-p-0 ax-overflow-y-hidden ax-overflow-x-auto ax-w-max ax-block;
4
-
5
- .ax-items-wrapper {
6
- @apply ax-flex;
7
- }
8
-
9
- &:not(.ax-look-custom) {
10
- ax-tab-item {
11
- @apply ax-text-center ax-px-5 ax-cursor-pointer ax-whitespace-nowrap ax-flex ax-items-center ax-justify-center ax-relative ax-text-sm ax-font-medium ax-select-none;
12
- min-height: calc(var(--ax-base-size) * var(--ax-base-ratio));
13
- line-height: calc((var(--ax-base-size) * var(--ax-base-ratio)) / 2);
14
-
15
- &.ax-state-disabled {
16
- // background-color: rgb(var(--ax-color-disabled)) !important;
17
- // color: rgb(var(--ax-color-disabled-fore)) !important;
18
- @apply ax-opacity-50 ax-cursor-not-allowed #{!important};
19
- }
20
-
21
- &.ax-state-active {
22
- @apply ax-text-black;
23
- }
24
-
25
- .ax-prefix {
26
- @apply ax-flex ax-flex-row ax-pe-2;
27
- }
28
-
29
- .ax-suffix {
30
- @apply ax-flex ax-flex-row ax-ps-2;
31
- }
32
- }
33
- }
34
-
35
- &.ax-tabs-fit {
36
- .ax-items-wrapper ax-tab-item {
37
- @apply ax-flex-1;
38
- }
39
- }
40
-
41
- & > .ax-tab-controll {
42
- @apply ax-flex ax-items-center ax-justify-center ax-px-1 ax-cursor-pointer;
43
- box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14),
44
- 0 1px 10px 0 rgba(0, 0, 0, 0.12);
45
- }
46
-
47
- &.ax-horizontal {
48
- &.ax-look-default {
49
- @apply ax-border ax-border-solid ax-border-light-300 ax-shadow-sm ax-overflow-hidden ax-rounded-default;
50
- @include control-states("editor");
51
-
52
- ax-tab-item {
53
- @apply ax-bg-white ax-border-e ax-border-b-2 ax-border-solid ax-border-light-300 dark:ax-text-light-200;
54
- @include control-states("editor");
55
-
56
- border-bottom-color: transparent !important;
57
-
58
- &:first-child {
59
- }
60
-
61
- &:last-child {
62
- @apply ax-border-e-0;
63
- }
64
-
65
- &:hover,
66
- &.ax-state-active {
67
- &:not(.ax-state-disabled) {
68
- border-bottom-color: rgb(var(--ax-color-primary-500)) !important;
69
- }
70
- }
71
- }
72
- }
73
-
74
- &.ax-look-start-line {
75
- @apply ax-border-t ax-border-solid ax-border-light-300 dark:ax-border-light-200/10 ax-w-full;
76
- ax-tab-item {
77
- &.ax-state-active {
78
- @apply ax-text-primary-500;
79
- &::after {
80
- @apply ax-absolute ax-top-0 ax-w-full ax-h-0.5 ax-bg-primary-500 ax-block;
81
- content: "";
82
- }
83
- }
84
- &:hover {
85
- &::after {
86
- @apply ax-absolute ax-top-0 ax-w-full ax-h-0.5 ax-bg-primary-500 ax-block;
87
- content: "";
88
- }
89
- }
90
- }
91
- }
92
-
93
- &.ax-look-end-line {
94
- @apply ax-border-b ax-border-solid ax-border-light-300 dark:ax-border-light-200/10 ax-w-full;
95
- ax-tab-item {
96
- &.ax-state-active {
97
- @apply ax-text-primary-500;
98
- &::after {
99
- @apply ax-absolute ax-bottom-0 ax-w-full ax-h-0.5 ax-bg-primary-500 ax-block;
100
- content: "";
101
- }
102
- }
103
- &:hover {
104
- &::after {
105
- @apply ax-absolute ax-bottom-0 ax-w-full ax-h-0.5 ax-bg-primary-500 ax-block;
106
- content: "";
107
- }
108
- }
109
- }
110
- }
111
-
112
- &.ax-look-pills {
113
- ax-tab-item {
114
- @apply ax-text-light-fore ax-mr-1 ax-rounded dark:ax-text-light-200;
115
-
116
- &:hover {
117
- @apply ax-bg-light-300 ax-text-light-fore dark:ax-text-light-50 dark:ax-bg-light-600;
118
- }
119
-
120
- &.ax-state-active {
121
- @apply ax-bg-light-200 ax-text-light-fore dark:ax-text-light-50 dark:ax-bg-light-600;
122
- }
123
- }
124
- }
125
-
126
- &.ax-look-pills-color {
127
- ax-tab-item {
128
- @apply ax-text-light-fore ax-mr-1 ax-rounded dark:ax-text-primary-200;
129
-
130
- &:hover {
131
- @apply ax-bg-primary-100 ax-text-primary-500 dark:ax-text-primary-50 dark:ax-bg-primary-500;
132
- }
133
-
134
- &.ax-state-active {
135
- @apply ax-bg-primary-100 ax-text-primary-500 dark:ax-text-primary-50 dark:ax-bg-primary-500;
136
- }
137
- }
138
- }
139
- }
140
-
141
- &.ax-vertical {
142
- .ax-items-wrapper {
143
- @apply ax-flex-col ax-h-full;
144
-
145
- ax-tab-item {
146
- @apply ax-text-center ax-justify-start ax-py-2;
147
- }
148
- }
149
-
150
- &.ax-look-default {
151
- @apply ax-border ax-border-solid ax-border-light-300 ax-shadow-sm ax-rounded ax-overflow-hidden;
152
- @include control-states("editor");
153
-
154
- ax-tab-item {
155
- @apply ax-bg-white ax-border-s ax-border-solid ax-border-light-300 ax-border-b-0 dark:ax-text-light-200 ax-mb-1;
156
- &:last-child {
157
- @apply ax-mb-0;
158
- }
159
- &:hover,
160
- &.ax-state-active {
161
- border-inline-start-color: rgb(var(--ax-color-primary-500)) !important;
162
- }
163
- }
164
- }
165
-
166
- &.ax-look-start-line {
167
- ax-tab-item {
168
- @apply ax-border-s-2 ax-border-solid ax-border-light-300 dark:ax-border-light-200/10;
169
-
170
- &.ax-state-active {
171
- @apply ax-border-primary-500 ax-text-primary-500;
172
-
173
- &:hover {
174
- @apply ax-border-primary-500;
175
- }
176
- }
177
-
178
- &:hover {
179
- @apply ax-border-primary-500 ax-text-primary-500;
180
- }
181
- }
182
- }
183
-
184
- &.ax-look-end-line {
185
- ax-tab-item {
186
- @apply ax-border-e-2 ax-border-solid ax-border-light-300 dark:ax-border-light-200/10;
187
-
188
- &.ax-state-active {
189
- @apply ax-border-primary-500 ax-text-primary-500;
190
-
191
- &:hover {
192
- @apply ax-border-primary-500;
193
- }
194
- }
195
-
196
- &:hover {
197
- @apply ax-border-primary-500 ax-text-primary-500;
198
- }
199
- }
200
- }
201
-
202
- &.ax-look-pills {
203
- ax-tab-item {
204
- @apply ax-text-light-fore ax-mr-1 ax-rounded dark:ax-text-light-200 ax-mb-1;
205
- &:last-child {
206
- @apply ax-mb-0;
207
- }
208
- &:hover {
209
- @apply ax-bg-light-300 ax-text-light-fore dark:ax-text-light-100;
210
- }
211
-
212
- &.ax-state-active {
213
- @apply ax-bg-light-300 ax-text-light-fore dark:ax-text-light-50;
214
- }
215
- }
216
- }
217
-
218
- &.ax-look-pills-color {
219
- ax-tab-item {
220
- @apply ax-text-light-fore ax-mr-1 ax-rounded dark:ax-text-light-200 ax-mb-1;
221
- &:last-child {
222
- @apply ax-mb-0;
223
- }
224
- &:hover {
225
- @apply ax-bg-primary-100 ax-text-primary-500 dark:ax-text-light-100;
226
- }
227
-
228
- &.ax-state-active {
229
- @apply ax-bg-primary-200 ax-text-primary-900 dark:ax-text-light-50;
230
- }
231
- }
232
- }
233
- }
234
- }
235
- }
@@ -1,35 +0,0 @@
1
- @layer components {
2
- .ax-textarea {
3
- min-height: calc(var(--ax-base-size) * var(--ax-base-ratio));
4
- @apply ax-relative ax-h-auto ax-flex ax-flex-col ax-rounded ax-bg-white ax-shadow-sm ax-border ax-border-solid ax-border-light-300 ax-overflow-hidden ax-w-full;
5
- @include control-states("editor");
6
-
7
- &:focus-within {
8
- @apply ax-ring-2 ax-ring-primary-500 ax-ring-opacity-100 ;
9
- }
10
- textarea {
11
- min-height: calc(var(--ax-base-size) * var(--ax-base-ratio)) !important;
12
- height: fit-content;
13
- line-height:1.7;
14
- @apply ax-w-full ax-text-sm ax-p-2.5;
15
- @include control-states("editor");
16
-
17
- &:focus {
18
- @apply ax-outline-transparent;
19
- }
20
- }
21
- > .ax-prefix,
22
- > .ax-suffix {
23
- @apply ax-mb-2 ax-p-1.5;
24
- @include control-states("editor");
25
- .ax-button {
26
- @apply ax-text-sm;
27
- --ax-base-size: 5px;
28
- }
29
- }
30
-
31
- &.ax-state-disabled {
32
- @include control-states("editor-disabled");
33
- }
34
- }
35
- }
@@ -1,8 +0,0 @@
1
- @layer components {
2
- .ax-toast {
3
- width: max(20vw, 350px);
4
- @include screen("mobile") {
5
- width: 98vw;
6
- }
7
- }
8
- }
@@ -1,44 +0,0 @@
1
- @layer components {
2
- .ax-tooltip-container {
3
- @apply ax-relative;
4
- .ax-tooltip {
5
- @apply ax-block ax-p-1 ax-bg-black ax-text-white ax-rounded;
6
- }
7
- .ax-tooltip-tringle {
8
- width: 0;
9
- height: 0;
10
- border-left: 5px solid transparent;
11
- border-right: 5px solid transparent;
12
- border-top: 5px solid #000;
13
- position: absolute;
14
-
15
- &.ax-tooltip-tringle-bottom {
16
- transform: rotate(180deg);
17
- left: 0;
18
- right: 0;
19
- margin: auto;
20
- top: -5px;
21
- }
22
- &.ax-tooltip-tringle-right {
23
- transform: rotate(90deg);
24
- top: 0;
25
- bottom: 0;
26
- margin: auto;
27
- left: -7px;
28
- }
29
- &.ax-tooltip-tringle-top {
30
- transform: rotate(0deg);
31
- left: 0;
32
- right: 0;
33
- margin: auto;
34
- }
35
- &.ax-tooltip-tringle-left {
36
- transform: rotate(270deg);
37
- top: 0;
38
- bottom: 0;
39
- margin: auto;
40
- right: -7px;
41
- }
42
- }
43
- }
44
- }
@@ -1,54 +0,0 @@
1
- @layer components {
2
- .ax-tree-view {
3
- > ul {
4
- li {
5
- @apply ax-text-sm ax-relative;
6
- span {
7
- @apply ax-flex ax-items-center ax-my-1;
8
- }
9
- ul {
10
- @apply ax-ps-8;
11
- li {
12
- }
13
- }
14
- }
15
- }
16
- & > ul {
17
- &.ax-list-all {
18
- li {
19
- ul {
20
- @apply ax-relative;
21
-
22
- &::before {
23
- content: "";
24
- width: 1px;
25
- @apply ax-absolute ax-bottom-0 ax-bg-light-200 ax-h-full ax-start-2 dark:ax-bg-white/30;
26
- }
27
- li {
28
- &::before {
29
- position: absolute;
30
- top: 0;
31
- right: 12px;
32
- bottom: -4px;
33
- margin-left: -1px;
34
- // border-right: 1px solid #d9d9d9;
35
- content: " ";
36
- }
37
- &::after {
38
- position: absolute;
39
- width: 10px;
40
- height: 14px;
41
- // border-bottom: 1px solid #d9d9d9;
42
- content: " ";
43
- }
44
- }
45
- }
46
- }
47
- }
48
- &.ax-list-node {
49
- }
50
- &.ax-list-none {
51
- }
52
- }
53
- }
54
- }
@@ -1,18 +0,0 @@
1
- @layer components {
2
- ax-uploader {
3
- &.ax-look-default {
4
- @apply ax-relative ax-w-full ax-rounded-default ax-border-2 ax-border-dashed ax-border-light-200 dark:ax-border-white/30 ax-flex ax-items-center ax-justify-center ax-cursor-pointer ax-text-light-400 ax-transition-all ax-bg-center ax-bg-cover;
5
- &:hover,
6
- &.ax-state-hover {
7
- @apply ax-border-primary-500 ax-text-primary-500;
8
- }
9
- &::before {
10
- content: "";
11
- @apply ax-pb-[100%];
12
- }
13
- .upload-icon {
14
- @apply ax-text-5xl;
15
- }
16
- }
17
- }
18
- }
@@ -1,47 +0,0 @@
1
- @import "./action-sheet";
2
- @import "./alert";
3
- @import "./avatar";
4
- @import "./badge";
5
- @import "./breadcrumbs";
6
- @import "./button";
7
- @import "./calendar";
8
- @import "./carousel";
9
- @import "./checkbox";
10
- @import "./collapse";
11
- @import "./color-palette";
12
- @import "./color-picker";
13
- @import "./context-menu";
14
- @import "./datapager";
15
- @import "./datepicker";
16
- @import "./dialog";
17
- @import "./drawer";
18
- @import "./dropdown";
19
- @import "./editor-container";
20
- @import "./fieldset";
21
- @import "./form";
22
- @import "./uploader";
23
- @import "./image";
24
- @import "./input";
25
- @import "./label";
26
- @import "./list";
27
- @import "./numberbox";
28
- @import "./loading";
29
- @import "./menu";
30
- @import "./popup";
31
- @import "./progress";
32
- @import "./radio";
33
- @import "./range-slider";
34
- @import "./rating";
35
- @import "./result";
36
- @import "./selectbox";
37
- @import "./selection-list";
38
- @import "./skeleton";
39
- @import "./switch";
40
- @import "./table";
41
- @import "./tabs";
42
- @import "./textarea";
43
- @import "./toast";
44
- @import "./tooltip";
45
- @import "./treeview";
46
- @import "./decoration";
47
- @import "./data-table";
@@ -1,7 +0,0 @@
1
- Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures.
2
-
3
- To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/#docs/local-fonts
4
-
5
- You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects.
6
-
7
- You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection.