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