@acorex/styles 21.0.0-next.8 → 21.0.0-next51

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 (79) hide show
  1. package/base/_preflight.scss +421 -0
  2. package/base/index.scss +15 -0
  3. package/components/{_action-item.css → _action-item.scss} +27 -19
  4. package/components/{_actionsheet.css → _actionsheet.scss} +3 -10
  5. package/components/{_check-box.css → _check-box.scss} +17 -8
  6. package/components/{_drop-down.css → _drop-down.scss} +15 -27
  7. package/components/_editor-container.scss +293 -0
  8. package/components/{_list.css → _list.scss} +42 -82
  9. package/components/{_radio.css → _radio.scss} +18 -16
  10. package/components/{_table.css → _table.scss} +19 -62
  11. package/components/_uploader.scss +150 -0
  12. package/components/index.scss +11 -0
  13. package/generators/index.js +1 -0
  14. package/generators/tailwind-class-generator.js +68 -0
  15. package/icons/fontawesome/_variables.scss +227 -0
  16. package/icons/fontawesome/index.scss +714 -0
  17. package/icons/huge/huge-bulk/_variables.scss +209 -0
  18. package/icons/huge/huge-bulk/index.scss +656 -0
  19. package/icons/huge/huge-duotone/_variables.scss +209 -0
  20. package/icons/huge/huge-duotone/index.scss +657 -0
  21. package/icons/huge/huge-solid-rounded/_variables.scss +209 -0
  22. package/icons/huge/huge-solid-rounded/index.scss +643 -0
  23. package/icons/huge/huge-solid-sharp/_variables.scss +209 -0
  24. package/icons/huge/huge-solid-sharp/index.scss +656 -0
  25. package/icons/huge/huge-solid-standard/_variables.scss +209 -0
  26. package/icons/huge/huge-solid-standard/index.scss +656 -0
  27. package/icons/huge/huge-stroke-rounded/_variables.scss +209 -0
  28. package/icons/huge/huge-stroke-rounded/index.scss +656 -0
  29. package/icons/huge/huge-stroke-sharp/_variables.scss +209 -0
  30. package/icons/huge/huge-stroke-sharp/index.scss +656 -0
  31. package/icons/huge/huge-stroke-standard/_variables.scss +209 -0
  32. package/icons/huge/huge-stroke-standard/index.scss +656 -0
  33. package/icons/huge/huge-twotone/_variables.scss +209 -0
  34. package/icons/huge/huge-twotone/index.scss +656 -0
  35. package/icons/lucide/_variables.scss +227 -0
  36. package/icons/lucide/index.scss +693 -0
  37. package/icons/material/_variables.scss +227 -0
  38. package/icons/material/index.scss +718 -0
  39. package/index.scss +7 -0
  40. package/mixins/_editor-looks.scss +32 -0
  41. package/mixins/_media.scss +73 -0
  42. package/mixins/_scroll-bar.scss +35 -0
  43. package/mixins/_util.scss +19 -0
  44. package/mixins/index.scss +4 -0
  45. package/package.json +3 -3
  46. package/tailwind-base.js +4 -0
  47. package/themes/{default copy.scss → default.scss} +9 -6
  48. package/utils/_theme-generator.scss +238 -0
  49. package/utils/_utils.scss +278 -0
  50. package/utils/index.scss +2 -0
  51. package/components/_editor-container.css +0 -306
  52. package/components/_uploader.css +0 -51
  53. package/components/index.css +0 -11
  54. package/icons/fontawesome/_variables.css +0 -229
  55. package/icons/fontawesome/index.css +0 -555
  56. package/icons/huge/huge-bulk/_variables.css +0 -211
  57. package/icons/huge/huge-bulk/index.css +0 -520
  58. package/icons/huge/huge-duotone/_variables.css +0 -211
  59. package/icons/huge/huge-duotone/index.css +0 -517
  60. package/icons/huge/huge-solid-rounded/_variables.css +0 -211
  61. package/icons/huge/huge-solid-rounded/index.css +0 -504
  62. package/icons/huge/huge-solid-sharp/_variables.css +0 -213
  63. package/icons/huge/huge-solid-sharp/index.css +0 -517
  64. package/icons/huge/huge-solid-standard/_variables.css +0 -211
  65. package/icons/huge/huge-solid-standard/index.css +0 -516
  66. package/icons/huge/huge-stroke-rounded/_variables.css +0 -211
  67. package/icons/huge/huge-stroke-rounded/index.css +0 -515
  68. package/icons/huge/huge-stroke-sharp/_variables.css +0 -142
  69. package/icons/huge/huge-stroke-sharp/index.css +0 -515
  70. package/icons/huge/huge-stroke-standard/_variables.css +0 -141
  71. package/icons/huge/huge-stroke-standard/index.css +0 -515
  72. package/icons/huge/huge-twotone/_variables.css +0 -211
  73. package/icons/huge/huge-twotone/index.css +0 -516
  74. package/icons/material/_variables.css +0 -229
  75. package/icons/material/index.css +0 -573
  76. package/index.css +0 -25
  77. package/themes/default.css +0 -975
  78. /package/components/{_general-button.css → _general-button.scss} +0 -0
  79. /package/components/{_ripple.css → _ripple.scss} +0 -0
@@ -0,0 +1,293 @@
1
+ @use '../mixins/index.scss' as mixin;
2
+
3
+ :root,
4
+ .ax-editor-container {
5
+ --ax-comp-editor-font-size: 0.875rem;
6
+ --ax-comp-editor-gap: 0.5rem;
7
+ --ax-comp-editor-space-start-size: 0.5rem;
8
+ --ax-comp-editor-space-end-size: 0.5rem;
9
+ --ax-comp-editor-space-block-size: 0.5rem;
10
+ --ax-comp-editor-height: var(--ax-sys-size-base);
11
+ --ax-comp-editor-placeholder-space-x: 0.75rem;
12
+
13
+ --ax-comp-editor-error-bg-color: var(--ax-sys-color-danger-light-surface);
14
+ --ax-comp-editor-error-text-color: var(--ax-sys-color-danger-surface);
15
+ --ax-comp-editor-error-border-color: var(--ax-sys-color-border-danger-surface);
16
+ --ax-comp-editor-error-box-shadow-color: var(--ax-sys-color-danger-surface);
17
+
18
+ --ax-comp-editor-text-color: var(--ax-sys-color-on-surface);
19
+ --ax-comp-editor-border-color: var(--ax-sys-color-border-surface);
20
+ --ax-comp-editor-border-radius: var(--ax-sys-border-radius);
21
+ --ax-comp-editor-box-outline-width: 1px;
22
+ --ax-comp-editor-box-outline-color: var(--ax-sys-color-primary-surface);
23
+ --ax-comp-editor-placeholder-opacity: 0.5;
24
+
25
+ --ax-comp-editor-focused-border-color: var(--ax-sys-color-border-primary-surface);
26
+ --ax-comp-editor-focused-box-shadow-color: var(--ax-sys-color-primary-surface);
27
+
28
+ --ax-comp-editor-border-width: 0px;
29
+ }
30
+
31
+ .ax-editor-container {
32
+ display: flex;
33
+ align-items: center;
34
+ overflow: hidden;
35
+ width: 100%;
36
+ height: var(--ax-comp-editor-height);
37
+ font-size: var(--ax-comp-editor-font-size);
38
+ border-radius: var(--ax-comp-editor-border-radius);
39
+ border-width: var(--ax-comp-editor-border-width);
40
+ border-color: rgba(var(--ax-comp-editor-border-color));
41
+ background-color: rgba(var(--ax-comp-editor-bg-color));
42
+ color: rgba(var(--ax-comp-editor-text-color));
43
+ position: relative;
44
+ gap: var(--ax-comp-editor-gap);
45
+ padding-inline-end: var(--ax-comp-editor-space-end-size);
46
+ padding-inline-start: var(--ax-comp-editor-space-start-size);
47
+ justify-content: space-between;
48
+ .ax-icon {
49
+ font-size: var(--ax-comp-editor-icon-font-size);
50
+ }
51
+
52
+ &:has(> ax-prefix) {
53
+ padding-inline-start: 0;
54
+ > ax-prefix {
55
+ &:has(ax-button, .ax-editor-container) {
56
+ --ax-comp-editor-space-start-size: 0px;
57
+ }
58
+ padding-inline-start: var(--ax-comp-editor-space-start-size);
59
+ }
60
+ }
61
+
62
+ &:has(> ax-suffix) {
63
+ padding-inline-end: 0;
64
+ > ax-suffix {
65
+ &:has(ax-button, .ax-editor-container) {
66
+ --ax-comp-editor-space-end-size: 0px;
67
+ }
68
+ padding-inline-end: var(--ax-comp-editor-space-end-size);
69
+ }
70
+ }
71
+
72
+ &:not(.ax-state-disabled) {
73
+ &:focus-within {
74
+ border-color: rgba(var(--ax-comp-editor-focused-border-color));
75
+ outline-width: var(--ax-comp-editor-box-outline-width);
76
+ outline-style: solid;
77
+ outline-color: rgba(var(--ax-comp-editor-focused-border-color));
78
+ }
79
+ }
80
+
81
+ &.ax-state-error {
82
+ border-color: rgba(var(--ax-comp-editor-error-border-color));
83
+ outline-width: var(--ax-comp-editor-box-outline-width);
84
+ outline-color: rgba(var(--ax-comp-editor-error-border-color));
85
+ outline-style: solid;
86
+ &:focus-within {
87
+ border-color: rgba(var(--ax-comp-editor-error-border-color));
88
+ }
89
+ .ax-input {
90
+ .ax-placeholder,
91
+ &::placeholder {
92
+ color: rgba(var(--ax-comp-editor-error-text-color), var(--ax-comp-editor-placeholder-opacity));
93
+ }
94
+ }
95
+ }
96
+
97
+ &.ax-solid {
98
+ @include mixin.solid-look();
99
+ }
100
+ &.ax-outline {
101
+ @include mixin.outline-look();
102
+ }
103
+
104
+ &.ax-flat {
105
+ @include mixin.flat-look();
106
+ }
107
+
108
+ &.ax-fill {
109
+ @include mixin.fill-look();
110
+ }
111
+ &.ax-none {
112
+ @include mixin.none-look();
113
+ }
114
+
115
+ .ax-editor-input {
116
+ height: 100%;
117
+ flex: 1 1 0%;
118
+
119
+ .ax-input {
120
+ height: 100%;
121
+ }
122
+ }
123
+
124
+ // .ax-editor,
125
+ // .ax-input {
126
+ // padding-inline-start: var(--ax-comp-editor-space-start-size);
127
+ // padding-inline-end: var(--ax-comp-editor-space-end-size);
128
+ // }
129
+ .ax-input {
130
+ // padding: 0 calc(var(--ax-comp-editor-font-size) - 4px);
131
+ font-size: var(--ax-comp-editor-font-size);
132
+ line-height: var(--ax-comp-editor-font-size);
133
+ color: rgba(var(--ax-comp-editor-text-color));
134
+ cursor: inherit;
135
+ .ax-placeholder,
136
+ &::placeholder {
137
+ font-size: inherit;
138
+ font-weight: 400;
139
+ color: rgb(var(--ax-comp-editor-text-color), var(--ax-comp-editor-placeholder-opacity));
140
+ }
141
+ &:focus,
142
+ &:focus-visible,
143
+ &:focus-within {
144
+ outline: none;
145
+ }
146
+ }
147
+
148
+ &.ax-state-disabled {
149
+ opacity: 0.5;
150
+ cursor: not-allowed;
151
+ }
152
+
153
+ .ax-editor-control {
154
+ display: flex;
155
+ height: 100%;
156
+ align-items: center;
157
+ justify-content: center;
158
+ padding-inline-start: 0.5rem;
159
+ font-size: 1.125rem;
160
+ line-height: 1.75rem;
161
+ color: rgba(var(--ax-comp-editor-text-color));
162
+ }
163
+
164
+ &.ax-button-icon {
165
+ padding: 0 0.5rem;
166
+ }
167
+
168
+ .ax-input,
169
+ .ax-text-area {
170
+ text-align: inherit;
171
+ font-family: inherit;
172
+ font-size: inherit;
173
+ line-height: inherit;
174
+ height: 100%;
175
+ width: 100%;
176
+ flex: 1 1 0%;
177
+ background-color: transparent;
178
+ font-weight: inherit;
179
+
180
+ &:focus {
181
+ box-shadow: none;
182
+ }
183
+ }
184
+
185
+ .ax-editor-button {
186
+ font-size: var(--ax-comp-editor-button-font-size, var(--ax-comp-editor-font-size));
187
+ height: var(--ax-comp-editor-button-height, 100%);
188
+ display: flex;
189
+ align-items: center;
190
+ justify-content: center;
191
+ min-width: 1.5rem;
192
+ }
193
+
194
+ // .ax-editor-button,
195
+ // .ax-clear-button {
196
+ // padding-inline-end: var(--ax-comp-editor-space-end-size);
197
+ // }
198
+
199
+ & > ax-prefix,
200
+ & > ax-suffix {
201
+ height: 100%;
202
+ max-width: fit-content;
203
+
204
+ ax-button,
205
+ ax-text,
206
+ ax-icon,
207
+ .ax-editor-container {
208
+ display: flex;
209
+ height: 100%;
210
+ align-items: center;
211
+ justify-content: center;
212
+ border-radius: 0px;
213
+ }
214
+
215
+ ax-title {
216
+ padding-left: 1rem;
217
+ padding-right: 1rem;
218
+ }
219
+
220
+ & > ax-text {
221
+ display: flex;
222
+ align-items: center;
223
+ justify-content: center;
224
+ }
225
+ }
226
+
227
+ .ax-button {
228
+ height: 100% !important;
229
+ border-radius: 0px !important;
230
+
231
+ &.ax-button-icon {
232
+ height: 100%;
233
+ width: var(--ax-comp-editor-height);
234
+ }
235
+ }
236
+
237
+ ax-popover {
238
+ position: absolute;
239
+ }
240
+ }
241
+
242
+ .ax-xs .ax-editor-container,
243
+ .ax-editor-container.ax-xs {
244
+ --ax-comp-editor-font-size: 0.75rem;
245
+ --ax-comp-editor-space-start-size: 0.25rem;
246
+ --ax-comp-editor-space-end-size: 0.25rem;
247
+ --ax-comp-editor-button-font-size: 0.625rem;
248
+ --ax-comp-editor-gap: 0.25rem;
249
+ --ax-comp-editor-icon-font-size: 0.75rem;
250
+ }
251
+ .ax-sm .ax-editor-container,
252
+ .ax-editor-container.ax-sm {
253
+ --ax-comp-editor-font-size: 0.875rem;
254
+ --ax-comp-editor-space-start-size: 0.5rem;
255
+ --ax-comp-editor-space-end-size: 0.5rem;
256
+ --ax-comp-editor-button-font-size: 0.75rem;
257
+ --ax-comp-editor-gap: 0.375rem;
258
+ --ax-comp-editor-icon-font-size: 0.875rem;
259
+ }
260
+
261
+ .ax-md .ax-editor-container,
262
+ .ax-editor-container,
263
+ .ax-editor-container.ax-md {
264
+ --ax-comp-editor-space-start-size: 0.75rem;
265
+ --ax-comp-editor-space-end-size: 0.75rem;
266
+ --ax-comp-editor-button-font-size: 0.875rem;
267
+ --ax-comp-editor-gap: 0.5rem;
268
+ --ax-comp-editor-icon-font-size: 1rem;
269
+ }
270
+
271
+ .ax-lg .ax-editor-container,
272
+ .ax-editor-container.ax-lg {
273
+ --ax-comp-editor-font-size: 1.125rem;
274
+ --ax-comp-editor-space-start-size: 1.125rem;
275
+ --ax-comp-editor-space-end-size: 1.125rem;
276
+ --ax-comp-editor-button-font-size: 0.875rem;
277
+ --ax-comp-editor-gap: 0.625rem;
278
+ --ax-comp-editor-icon-font-size: 1.25rem;
279
+ }
280
+
281
+ .ax-xl .ax-editor-container,
282
+ .ax-editor-container.ax-xl {
283
+ --ax-comp-editor-font-size: 1.5rem;
284
+ --ax-comp-editor-space-start-size: 1.5rem;
285
+ --ax-comp-editor-space-end-size: 1.5rem;
286
+ --ax-comp-editor-button-font-size: 1rem;
287
+ --ax-comp-editor-gap: 0.75rem;
288
+ --ax-comp-editor-icon-font-size: 1.5rem;
289
+ }
290
+
291
+ ax-validation-rule {
292
+ position: absolute;
293
+ }
@@ -1,32 +1,28 @@
1
- .dark {
1
+ @use '../mixins/index.scss' as mixins;
2
+ @include mixins.darkMode() {
2
3
  .ax-list-item {
3
4
  &.ax-state-selected {
4
5
  background-color: rgba(var(--ax-sys-color-primary-800)) !important;
5
6
  color: rgba(var(--ax-sys-color-on-primary)) !important;
6
7
 
7
-
8
+ // .ax-selected-icon {
9
+ //
10
+ // color: rgba(var(--ax-sys-color-on-primary));
11
+ // }
8
12
  }
9
13
  }
10
14
  }
11
-
12
15
  .ax-list {
13
16
  display: flex;
14
17
  height: 100%;
15
18
  flex-direction: column;
16
19
  overflow: hidden;
17
20
  background-color: rgba(var(--ax-sys-color-surface));
18
- font-size: 0.875rem
19
- /* 14px */
20
- ;
21
- line-height: 1.25rem
22
- /* 20px */
23
- ;
24
-
25
- .ax-md {
26
- max-height: 20rem;
27
-
21
+ font-size: 0.875rem /* 14px */;
22
+ line-height: 1.25rem /* 20px */;
23
+ @include mixins.media('md') {
24
+ max-height: 20rem /* 320px */;
28
25
  }
29
-
30
26
  ax-header,
31
27
  ax-footer {
32
28
  display: flex;
@@ -35,41 +31,26 @@
35
31
  border-color: rgba(var(--ax-sys-color-border-lightest-surface), var(--tw-border-opacity));
36
32
  background-color: rgba(var(--ax-color-surface), var(--tw-bg-opacity));
37
33
  }
38
-
39
34
  ax-header {
40
35
  border-bottom-width: 1px;
41
36
  border-color: rgba(var(--ax-sys-color-border-lightest-surface), var(--tw-border-opacity));
42
- padding: 1rem
43
- /* 16px */
44
- ;
45
- font-size: 1rem
46
- /* 16px */
47
- ;
48
- line-height: 1.5rem
49
- /* 24px */
50
- ;
37
+ padding: 1rem /* 16px */;
38
+ font-size: 1rem /* 16px */;
39
+ line-height: 1.5rem /* 24px */;
51
40
  font-weight: 500;
52
-
53
- .ax-md {
54
- font-size: 1.125rem
55
- /* 18px */
56
- ;
57
- line-height: 1.75rem
58
- /* 28px */
59
- ;
41
+ @include mixins.media('md') {
42
+ font-size: 1.125rem /* 18px */;
43
+ line-height: 1.75rem /* 28px */;
60
44
  }
61
-
62
45
  ax-prefix,
63
46
  ax-suffix {
64
47
  display: flex;
65
48
  flex-direction: column;
66
49
  justify-items: start;
67
50
  }
68
-
69
51
  ax-prefix {
70
52
  align-items: flex-start;
71
53
  }
72
-
73
54
  ax-suffix {
74
55
  align-items: flex-end;
75
56
  }
@@ -87,12 +68,8 @@
87
68
  &.ax-list-items-container {
88
69
  height: 100%;
89
70
  overflow-y: auto;
90
- padding-top: 0.5rem
91
- /* 8px */
92
- ;
93
- padding-bottom: 0.5rem
94
- /* 8px */
95
- ;
71
+ padding-top: 0.5rem /* 8px */;
72
+ padding-bottom: 0.5rem /* 8px */;
96
73
 
97
74
  &.ax-vertical {
98
75
  display: grid;
@@ -108,28 +85,19 @@
108
85
  cursor: pointer;
109
86
 
110
87
  .ax-list-item-group {
111
- &>span {
88
+ & > span {
112
89
  display: flex;
113
90
  align-items: center;
114
- padding: 0.75rem
115
- /* 12px */
116
- ;
91
+ padding: 0.75rem /* 12px */;
117
92
  font-weight: 500;
118
93
  }
119
94
 
120
- &>ul {
121
- padding-left: 0.75rem
122
- /* 12px */
123
- ;
124
- padding-right: 0.75rem
125
- /* 12px */
126
- ;
95
+ & > ul {
96
+ padding-left: 0.75rem /* 12px */;
97
+ padding-right: 0.75rem /* 12px */;
127
98
  }
128
-
129
99
  .ax-list-item {
130
- margin-bottom: 0.25rem
131
- /* 4px */
132
- ;
100
+ margin-bottom: 0.25rem /* 4px */;
133
101
  border-radius: var(--ax-sys-border-radius);
134
102
  }
135
103
  }
@@ -141,39 +109,36 @@
141
109
  user-select: none;
142
110
  align-items: center;
143
111
  justify-content: space-between;
144
- padding-inline-end: 1rem
145
- /* 16px */
146
- ;
147
- padding-inline-start: 0.75rem
148
- /* 12px */
149
- ;
150
- font-size: 1rem
151
- /* 16px */
152
- ;
153
- line-height: 1.5rem
154
- /* 24px */
155
- ;
156
-
112
+ padding-inline-end: 1rem /* 16px */;
113
+ padding-inline-start: 0.75rem /* 12px */;
114
+ font-size: 1rem /* 16px */;
115
+ line-height: 1.5rem /* 24px */;
157
116
  &:focus,
158
117
  &:focus-visible {
159
118
  outline-width: 2px;
160
119
  outline-offset: 2px;
161
120
  }
162
-
163
121
  &.ax-state-checkbox {
164
122
  .ax-checkbox-label {
165
- margin-inline-start: 0.5rem
166
- /* 8px */
167
- ;
123
+ margin-inline-start: 0.5rem /* 8px */;
168
124
  }
169
125
  }
170
-
171
126
  &.ax-state-selected {
172
127
  background-color: rgba(var(--ax-sys-color-primary-500), var(--tw-bg-opacity)) !important;
173
128
  color: rgba(var(--ax-sys-color-on-primary), var(--tw-text-opacity)) !important;
174
129
 
130
+ // .ax-selected-icon {
131
+ //
132
+ // font-size: 1.5rem /* 24px */;
133
+ // line-height: 2rem /* 32px */;
134
+ // color: rgba(var(--ax-sys-color-primary-500));
135
+ // }
175
136
  }
176
137
 
138
+ // &:not(.ax-check-box) {
139
+ // &.ax-state-selected {
140
+ // }
141
+ // }
177
142
 
178
143
  &.ax-state-disabled {
179
144
  cursor: not-allowed;
@@ -184,7 +149,6 @@
184
149
  &:hover {
185
150
  background-color: rgba(var(--ax-sys-color-surface));
186
151
  }
187
-
188
152
  &.ax-state-focus {
189
153
  background-color: rgba(var(--ax-sys-color-surface));
190
154
  }
@@ -194,20 +158,16 @@
194
158
  .ax-list-loading-container {
195
159
  display: flex;
196
160
  justify-content: center;
197
- padding: 0.5rem
198
- /* 8px */
199
- ;
161
+ padding: 0.5rem /* 8px */;
200
162
  }
201
163
  }
202
164
  }
203
165
 
204
166
  .ax-search-box-container {
205
- padding: 0.5rem
206
- /* 8px */
207
- ;
167
+ padding: 0.5rem /* 8px */;
208
168
 
209
169
  &.ax-state-hidden {
210
170
  display: none;
211
171
  }
212
172
  }
213
- }
173
+ }
@@ -1,22 +1,14 @@
1
+ @use '../mixins/index.scss';
2
+
1
3
  .ax-radio {
2
4
  margin: 0px;
3
- height: 1rem
4
- /* 16px */
5
- ;
6
- min-height: 1rem
7
- /* 16px */
8
- ;
9
- min-width: 1rem
10
- /* 16px */
11
- ;
12
- width: 1rem
13
- /* 16px */
14
- ;
5
+ height: 1rem /* 16px */;
6
+ min-height: 1rem /* 16px */;
7
+ min-width: 1rem /* 16px */;
8
+ width: 1rem /* 16px */;
15
9
  cursor: pointer;
16
10
  appearance: none;
17
- border-radius: 9999px
18
- /* 4px */
19
- ;
11
+ border-radius: 9999px /* 4px */;
20
12
  border-width: 1px;
21
13
  border-color: rgba(var(--ax-sys-color-border-surface));
22
14
  background-color: rgba(var(--ax-sys-color-input-surface));
@@ -46,4 +38,14 @@
46
38
  cursor: not-allowed;
47
39
  opacity: 0.5;
48
40
  }
49
- }
41
+ }
42
+
43
+ // @include darkMode() {
44
+ // .ax-checkbox {
45
+ // &:checked {
46
+ // border-color: rgba(var(--ax-sys-color-primary-200)) !important;
47
+ // background-color: rgba(var(--ax-sys-color-primary-200)) !important;
48
+ // background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='black' 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");
49
+ // }
50
+ // }
51
+ // }