@acorex/styles 21.0.0-next.6 → 21.0.0-next.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.
- package/components/{_action-item.scss → _action-item.css} +19 -27
- package/components/{_actionsheet.scss → _actionsheet.css} +10 -3
- package/components/{_check-box.scss → _check-box.css} +8 -17
- package/components/{_drop-down.scss → _drop-down.css} +27 -15
- package/components/_editor-container.css +306 -0
- package/components/{_list.scss → _list.css} +82 -42
- package/components/{_radio.scss → _radio.css} +16 -18
- package/components/{_table.scss → _table.css} +62 -19
- package/components/{_uploader.scss → _uploader.css} +13 -6
- package/components/index.css +11 -0
- package/icons/fontawesome/_variables.css +229 -0
- package/icons/fontawesome/index.css +555 -0
- package/icons/huge/huge-bulk/_variables.css +211 -0
- package/icons/huge/huge-bulk/index.css +520 -0
- package/icons/huge/huge-duotone/_variables.css +211 -0
- package/icons/huge/huge-duotone/index.css +517 -0
- package/icons/huge/huge-solid-rounded/_variables.css +211 -0
- package/icons/huge/huge-solid-rounded/index.css +504 -0
- package/icons/huge/huge-solid-sharp/_variables.css +213 -0
- package/icons/huge/huge-solid-sharp/index.css +517 -0
- package/icons/huge/huge-solid-standard/_variables.css +211 -0
- package/icons/huge/huge-solid-standard/index.css +516 -0
- package/icons/huge/huge-stroke-rounded/_variables.css +211 -0
- package/icons/huge/huge-stroke-rounded/index.css +515 -0
- package/icons/huge/huge-stroke-sharp/_variables.css +142 -0
- package/icons/huge/huge-stroke-sharp/index.css +515 -0
- package/icons/huge/huge-stroke-standard/_variables.css +141 -0
- package/icons/huge/huge-stroke-standard/index.css +515 -0
- package/icons/huge/huge-twotone/_variables.css +211 -0
- package/icons/huge/huge-twotone/index.css +516 -0
- package/icons/material/_variables.css +229 -0
- package/icons/material/index.css +573 -0
- package/index.css +25 -0
- package/package.json +1 -1
- package/tailwind-base.js +0 -4
- package/themes/{default.scss → default copy.scss } +6 -9
- package/themes/default.css +973 -0
- package/base/_preflight.scss +0 -424
- package/base/index.scss +0 -15
- package/components/_editor-container.scss +0 -293
- package/components/index.scss +0 -11
- package/generators/index.js +0 -1
- package/generators/tailwind-class-generator.js +0 -68
- package/icons/fontawesome/_variables.scss +0 -228
- package/icons/fontawesome/index.scss +0 -714
- package/icons/huge/huge-bulk/_variables.scss +0 -209
- package/icons/huge/huge-bulk/index.scss +0 -656
- package/icons/huge/huge-duotone/_variables.scss +0 -209
- package/icons/huge/huge-duotone/index.scss +0 -657
- package/icons/huge/huge-solid-rounded/_variables.scss +0 -209
- package/icons/huge/huge-solid-rounded/index.scss +0 -643
- package/icons/huge/huge-solid-sharp/_variables.scss +0 -209
- package/icons/huge/huge-solid-sharp/index.scss +0 -656
- package/icons/huge/huge-solid-standard/_variables.scss +0 -209
- package/icons/huge/huge-solid-standard/index.scss +0 -656
- package/icons/huge/huge-stroke-rounded/_variables.scss +0 -209
- package/icons/huge/huge-stroke-rounded/index.scss +0 -656
- package/icons/huge/huge-stroke-sharp/_variables.scss +0 -209
- package/icons/huge/huge-stroke-sharp/index.scss +0 -656
- package/icons/huge/huge-stroke-standard/_variables.scss +0 -209
- package/icons/huge/huge-stroke-standard/index.scss +0 -656
- package/icons/huge/huge-twotone/_variables.scss +0 -209
- package/icons/huge/huge-twotone/index.scss +0 -656
- package/icons/material/_variables.scss +0 -227
- package/icons/material/index.scss +0 -718
- package/index.scss +0 -7
- package/mixins/_editor-looks.scss +0 -32
- package/mixins/_media.scss +0 -73
- package/mixins/_scroll-bar.scss +0 -35
- package/mixins/_util.scss +0 -19
- package/mixins/index.scss +0 -4
- package/utils/_theme-generator.scss +0 -238
- package/utils/_utils.scss +0 -278
- package/utils/index.scss +0 -2
- /package/components/{_general-button.scss → _general-button.css} +0 -0
- /package/components/{_ripple.scss → _ripple.css} +0 -0
@@ -0,0 +1,229 @@
|
|
1
|
+
:root {
|
2
|
+
--ax-icon-more-horizontal: '\e5d3';
|
3
|
+
--ax-icon-more-horizontal-after: '';
|
4
|
+
|
5
|
+
--ax-icon-more-vertical: '\e5d4';
|
6
|
+
--ax-icon-more-vertical-after: '';
|
7
|
+
|
8
|
+
--ax-icon-arrow-long-up: '\e986';
|
9
|
+
--ax-icon-arrow-long-up-after: '';
|
10
|
+
|
11
|
+
--ax-icon-arrow-long-down: '\e984';
|
12
|
+
--ax-icon-arrow-long-down-after: '';
|
13
|
+
|
14
|
+
--ax-icon-color-palette: '\e40a';
|
15
|
+
--ax-icon-color-palette-after: '';
|
16
|
+
|
17
|
+
--ax-icon-arrow-left: '\e5de';
|
18
|
+
--ax-icon-arrow-left-after: '';
|
19
|
+
|
20
|
+
--ax-icon-arrow-down: '\e5c5';
|
21
|
+
--ax-icon-arrow-down-after: '';
|
22
|
+
|
23
|
+
--ax-icon-arrow-up: '\e5c7';
|
24
|
+
--ax-icon-arrow-up-after: '';
|
25
|
+
|
26
|
+
--ax-icon-arrow-right: '\e5df';
|
27
|
+
--ax-icon-arrow-right-after: '';
|
28
|
+
|
29
|
+
--ax-icon-chevron-double-right: '\eac9';
|
30
|
+
--ax-icon-chevron-double-right-after: '';
|
31
|
+
|
32
|
+
--ax-icon-chevron-double-left: '\eac3';
|
33
|
+
--ax-icon-chevron-double-left-after: '';
|
34
|
+
|
35
|
+
--ax-icon-chevron-left: '\e5cb';
|
36
|
+
--ax-icon-chevron-left-after: '';
|
37
|
+
|
38
|
+
--ax-icon-chevron-down: '\e5cf';
|
39
|
+
--ax-icon-chevron-down-after: '';
|
40
|
+
|
41
|
+
--ax-icon-chevron-up: '\e5ce';
|
42
|
+
--ax-icon-chevron-up-after: '';
|
43
|
+
|
44
|
+
--ax-icon-chevron-right: '\e5cc';
|
45
|
+
--ax-icon-chevron-right-after: '';
|
46
|
+
|
47
|
+
--ax-icon-first-page: '\e5dc';
|
48
|
+
--ax-icon-first-page-after: '';
|
49
|
+
|
50
|
+
--ax-icon-last-page: '\e5dd';
|
51
|
+
--ax-icon-last-page-after: '';
|
52
|
+
|
53
|
+
--ax-icon-calendar: '\e935';
|
54
|
+
--ax-icon-calendar-after: '';
|
55
|
+
|
56
|
+
--ax-icon-info: '\e88e';
|
57
|
+
--ax-icon-info-after: '';
|
58
|
+
|
59
|
+
--ax-icon-error: '\e000';
|
60
|
+
--ax-icon-error-after: '';
|
61
|
+
|
62
|
+
--ax-icon-warning: '\e002';
|
63
|
+
--ax-icon-warning-after: '';
|
64
|
+
|
65
|
+
--ax-icon-check: '\e876';
|
66
|
+
--ax-icon-check-after: '';
|
67
|
+
|
68
|
+
--ax-icon-check-circle: '\e86c';
|
69
|
+
--ax-icon-check-circle-after: '';
|
70
|
+
|
71
|
+
--ax-icon-dobble-check: '\e877';
|
72
|
+
--ax-icon-dobble-check-after: '';
|
73
|
+
|
74
|
+
--ax-icon-close: '\e5cd';
|
75
|
+
--ax-icon-close-after: '';
|
76
|
+
|
77
|
+
--ax-icon-clear: '\e5c9';
|
78
|
+
--ax-icon-clear-after: '';
|
79
|
+
|
80
|
+
--ax-icon-visibility-off: '\e8f5';
|
81
|
+
--ax-icon-visibility-off-after: '';
|
82
|
+
|
83
|
+
--ax-icon-visibility: '\e8f4';
|
84
|
+
--ax-icon-visibility-after: '';
|
85
|
+
|
86
|
+
--ax-icon-unfold-more: '\e5d7';
|
87
|
+
--ax-icon-unfold-more-after: '';
|
88
|
+
|
89
|
+
--ax-icon-download: '\e094';
|
90
|
+
--ax-icon-download-after: '';
|
91
|
+
|
92
|
+
--ax-icon-upload: '\f090';
|
93
|
+
--ax-icon-upload-after: '';
|
94
|
+
|
95
|
+
--ax-icon-search: '\e8b6';
|
96
|
+
--ax-icon-search-after: '';
|
97
|
+
|
98
|
+
--ax-icon-copy: '\e173';
|
99
|
+
--ax-icon-copy-after: '';
|
100
|
+
|
101
|
+
--ax-icon-refresh: '\e863';
|
102
|
+
--ax-icon-refresh-after: '';
|
103
|
+
|
104
|
+
--ax-icon-inbox: '\e156';
|
105
|
+
--ax-icon-inbox-after: '';
|
106
|
+
|
107
|
+
--ax-icon-emoji: '\e813';
|
108
|
+
--ax-icon-emoji-after: '';
|
109
|
+
|
110
|
+
--ax-icon-attach: '\e226';
|
111
|
+
--ax-icon-attach-after: '';
|
112
|
+
|
113
|
+
--ax-icon-mic: '\e029';
|
114
|
+
--ax-icon-mic-after: '';
|
115
|
+
|
116
|
+
--ax-icon-send: '\e163';
|
117
|
+
--ax-icon-send-after: '';
|
118
|
+
|
119
|
+
--ax-icon-play: '\e037';
|
120
|
+
--ax-icon-play-after: '';
|
121
|
+
|
122
|
+
--ax-icon-pause: '\e034';
|
123
|
+
--ax-icon-pause-after: '';
|
124
|
+
|
125
|
+
--ax-icon-reload: '\e5d5';
|
126
|
+
--ax-icon-reload-after: '';
|
127
|
+
|
128
|
+
--ax-icon-heart: '\e87d';
|
129
|
+
--ax-icon-heart-after: '';
|
130
|
+
|
131
|
+
--ax-icon-comment: '\e0ca';
|
132
|
+
--ax-icon-comment-after: '';
|
133
|
+
|
134
|
+
--ax-icon-bold: '\e238';
|
135
|
+
--ax-icon-bold-after: '';
|
136
|
+
|
137
|
+
--ax-icon-italic: '\e23f';
|
138
|
+
--ax-icon-italic-after: '';
|
139
|
+
|
140
|
+
--ax-icon-strike: '\e257';
|
141
|
+
--ax-icon-strike-after: '';
|
142
|
+
|
143
|
+
--ax-icon-under-line: '\e249';
|
144
|
+
--ax-icon-under-line-after: '';
|
145
|
+
|
146
|
+
--ax-icon-order-list: '\e242';
|
147
|
+
--ax-icon-order-list-after: '';
|
148
|
+
|
149
|
+
--ax-icon-un-order-list: '\e241';
|
150
|
+
--ax-icon-un-order-list-after: '';
|
151
|
+
|
152
|
+
--ax-icon-align-left: '\e236';
|
153
|
+
--ax-icon-align-left-after: '';
|
154
|
+
|
155
|
+
--ax-icon-align-right: '\e237';
|
156
|
+
--ax-icon-align-right-after: '';
|
157
|
+
|
158
|
+
--ax-icon-align-center: '\e234';
|
159
|
+
--ax-icon-align-center-after: '';
|
160
|
+
|
161
|
+
--ax-icon-align-justify: '\e235';
|
162
|
+
--ax-icon-align-justify-after: '';
|
163
|
+
|
164
|
+
--ax-icon-undo: '\e166';
|
165
|
+
--ax-icon-undo-after: '';
|
166
|
+
|
167
|
+
--ax-icon-redo: '\e15a';
|
168
|
+
--ax-icon-redo-after: '';
|
169
|
+
|
170
|
+
--ax-icon-highlight: '\e6d1';
|
171
|
+
--ax-icon-highlight-after: '';
|
172
|
+
|
173
|
+
--ax-icon-link: '\e157';
|
174
|
+
--ax-icon-link-after: '';
|
175
|
+
|
176
|
+
--ax-icon-image: '\e3f4';
|
177
|
+
--ax-icon-image-after: '';
|
178
|
+
|
179
|
+
--ax-icon-pen: '\e3c9';
|
180
|
+
--ax-icon-pen-after: '';
|
181
|
+
|
182
|
+
--ax-icon-eraser: '\e6d0';
|
183
|
+
--ax-icon-eraser-after: '';
|
184
|
+
|
185
|
+
--ax-icon-pen-ruler: '\f10a';
|
186
|
+
--ax-icon-pen-ruler-after: '';
|
187
|
+
|
188
|
+
--ax-icon-crop: '\e3be';
|
189
|
+
--ax-icon-crop-after: '';
|
190
|
+
|
191
|
+
--ax-icon-full-screen: '\e5d0';
|
192
|
+
--ax-icon-full-screen-after: '';
|
193
|
+
|
194
|
+
--ax-icon-up-folder: '\f72e';
|
195
|
+
--ax-icon-up-folder-after: '';
|
196
|
+
|
197
|
+
--ax-icon-sort: '\e164';
|
198
|
+
--ax-icon-sort-after: '';
|
199
|
+
|
200
|
+
--ax-icon-menu: '\e5d2';
|
201
|
+
--ax-icon-menu-after: '';
|
202
|
+
|
203
|
+
--ax-icon-plus: '\e145';
|
204
|
+
--ax-icon-plus-after: '';
|
205
|
+
|
206
|
+
--ax-icon-trash: '\e872';
|
207
|
+
--ax-icon-trash-after: '';
|
208
|
+
|
209
|
+
--ax-icon-arrow-turn-right: '\ebab';
|
210
|
+
--ax-icon-arrow-turn-right-after: '';
|
211
|
+
|
212
|
+
--ax-icon-arrow-turn-left: '\eba6';
|
213
|
+
--ax-icon-arrow-turn-left-after: '';
|
214
|
+
|
215
|
+
--ax-icon-save: '\e161';
|
216
|
+
--ax-icon-save-after: '';
|
217
|
+
|
218
|
+
--ax-icon-minimize: '\e931';
|
219
|
+
--ax-icon-minimize-after: '';
|
220
|
+
|
221
|
+
--ax-icon-maximize: '\f393';
|
222
|
+
--ax-icon-maximize-after: '';
|
223
|
+
|
224
|
+
--ax-icon-code: '\e86f';
|
225
|
+
--ax-icon-code-after: '';
|
226
|
+
|
227
|
+
--ax-icon-paragraph: '\f865';
|
228
|
+
--ax-icon-paragraph-after: '';
|
229
|
+
}
|