@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
@@ -0,0 +1,211 @@
|
|
1
|
+
:root {
|
2
|
+
--ax-icon-more-horizontal: '\fcd8'; /* more-horizontal */
|
3
|
+
--ax-icon-more-horizontal-after: '\fcd3'; /* more-horizontal */
|
4
|
+
|
5
|
+
--ax-icon-more-vertical: '\fcd9'; /* more-vertical */
|
6
|
+
--ax-icon-more-vertical-after: '\fcd4'; /* more-vertical */
|
7
|
+
|
8
|
+
--ax-icon-arrow-long-up: '\ebee'; /* arrow-up-02 */
|
9
|
+
--ax-icon-arrow-long-up-after: '\ebed'; /* arrow-up-02 */
|
10
|
+
|
11
|
+
--ax-icon-arrow-long-down: '\eac0'; /* arrow-down-02 */
|
12
|
+
--ax-icon-arrow-long-down-after: '\eb7f'; /* arrow-down-02 */
|
13
|
+
|
14
|
+
--ax-icon-color-palette: '\fe12'; /* paint-board */
|
15
|
+
--ax-icon-color-palette-after: '\fe11'; /* paint-board */
|
16
|
+
|
17
|
+
--ax-icon-arrow-left: '\eac4'; /* arrow-left-04 */
|
18
|
+
--ax-icon-arrow-left-after: '\eac3'; /* arrow-left-04 */
|
19
|
+
|
20
|
+
--ax-icon-arrow-down: '\eac4'; /* arrow-down-04 */
|
21
|
+
--ax-icon-arrow-down-after: '\eac3'; /* arrow-down-04 */
|
22
|
+
|
23
|
+
--ax-icon-arrow-up: '\ebdc'; /* arrow-up-04 */
|
24
|
+
--ax-icon-arrow-up-after: '\ebdb'; /* arrow-up-04 */
|
25
|
+
|
26
|
+
--ax-icon-arrow-right: '\ebc2'; /* arrow-right-04 */
|
27
|
+
--ax-icon-arrow-right-after: '\ebc1'; /* arrow-right-04 */
|
28
|
+
|
29
|
+
--ax-icon-chevron-left: '\eade'; /* arrow-left-01 */
|
30
|
+
--ax-icon-chevron-left-after: '\eadd'; /* arrow-left-01 */
|
31
|
+
|
32
|
+
--ax-icon-chevron-down: '\eb7e'; /* arrow-down-01 */
|
33
|
+
--ax-icon-chevron-down-after: '\eb7d'; /* arrow-down-01 */
|
34
|
+
|
35
|
+
--ax-icon-chevron-up: '\ebf6'; /* arrow-up-01 */
|
36
|
+
--ax-icon-chevron-up-after: '\ebf5'; /* arrow-up-01 */
|
37
|
+
|
38
|
+
--ax-icon-chevron-right: '\ebbc'; /* arrow-right-01 */
|
39
|
+
--ax-icon-chevron-right-after: '\ebbb'; /* arrow-right-01 */
|
40
|
+
|
41
|
+
--ax-icon-chevron-double-right: '\ebc6'; /* arrow-right-double */
|
42
|
+
--ax-icon-chevron-double-right-after: '\ebc5'; /* arrow-right-double */
|
43
|
+
|
44
|
+
--ax-icon-chevron-double-left: '\eac8'; /* arrow-left-double */
|
45
|
+
--ax-icon-chevron-double-left-after: '\eac7'; /* arrow-left-double */
|
46
|
+
|
47
|
+
--ax-icon-first-page: '\eac2'; /* arrow-left-03 */
|
48
|
+
--ax-icon-first-page-after: '\eac1'; /* arrow-left-03 */
|
49
|
+
|
50
|
+
--ax-icon-last-page: '\ebc0'; /* arrow-right-03 */
|
51
|
+
--ax-icon-last-page-after: '\ebbf'; /* arrow-right-03 */
|
52
|
+
|
53
|
+
--ax-icon-calendar: '\eeba'; /* calendar-01 */
|
54
|
+
--ax-icon-calendar-after: '\eeb9'; /* calendar-01 */
|
55
|
+
|
56
|
+
--ax-icon-info: '\f846'; /* information-circle */
|
57
|
+
--ax-icon-info-after: '\f845'; /* information-circle */
|
58
|
+
|
59
|
+
--ax-icon-error: '\eb50'; /* alert-circle */
|
60
|
+
--ax-icon-error-after: '\eb4f'; /* alert-circle */
|
61
|
+
|
62
|
+
--ax-icon-warning: '\eb4c'; /* alert-01 */
|
63
|
+
--ax-icon-warning-after: '\eb4b'; /* alert-01 */
|
64
|
+
|
65
|
+
--ax-icon-check: '\62d'; /* tick-02 */
|
66
|
+
--ax-icon-check-after: '\659'; /* tick-02 */
|
67
|
+
|
68
|
+
--ax-icon-check-circle: '\f018'; /* checkmark-circle-02 */
|
69
|
+
--ax-icon-check-circle-after: '\f017'; /* checkmark-circle-02 */
|
70
|
+
|
71
|
+
--ax-icon-dobble-check: '\62d'; /* tick-double-02 */
|
72
|
+
--ax-icon-dobble-check-after: '\621'; /* tick-double-02 */
|
73
|
+
|
74
|
+
--ax-icon-close: '\f54e'; /* cancel-01 */
|
75
|
+
--ax-icon-close-after: '\f54d'; /* cancel-01 */
|
76
|
+
|
77
|
+
--ax-icon-clear: '\f554'; /* cancel-circle */
|
78
|
+
--ax-icon-clear-after: '\f553'; /* cancel-circle */
|
79
|
+
|
80
|
+
--ax-icon-visibility-off: '\f8cd'; /* view-off-slash */
|
81
|
+
--ax-icon-visibility-off-after: '\f8cc'; /* view-off-slash */
|
82
|
+
|
83
|
+
--ax-icon-visibility: '\fcc6'; /* eye */
|
84
|
+
--ax-icon-visibility-after: '\fcc5'; /* eye */
|
85
|
+
|
86
|
+
--ax-icon-unfold-more: '\f80b'; /* unfold-more */
|
87
|
+
--ax-icon-unfold-more-after: '\f80c'; /* unfold-more */
|
88
|
+
|
89
|
+
--ax-icon-download: '\f3b0'; /* download-04 */
|
90
|
+
--ax-icon-download-after: '\f3af'; /* download-04 */
|
91
|
+
|
92
|
+
--ax-icon-upload: '\f82a'; /* upload-04 */
|
93
|
+
--ax-icon-upload-after: '\f829'; /* upload-04 */
|
94
|
+
|
95
|
+
--ax-icon-search: '\01f4'; /* search-01 */
|
96
|
+
--ax-icon-search-after: '\01f3'; /* search-01 */
|
97
|
+
|
98
|
+
--ax-icon-copy: '\fc62'; /* copy-01 */
|
99
|
+
--ax-icon-copy-after: '\fc61'; /* copy-01 */
|
100
|
+
|
101
|
+
--ax-icon-refresh: '\eb78'; /* arrow-reload-horizontal */
|
102
|
+
--ax-icon-refresh-after: '\eb77'; /* arrow-reload-horizontal */
|
103
|
+
|
104
|
+
--ax-icon-inbox: '\f82c'; /* inbox */
|
105
|
+
--ax-icon-inbox-after: '\f827'; /* inbox */
|
106
|
+
|
107
|
+
--ax-icon-emoji: '\037a'; /* smile */
|
108
|
+
--ax-icon-emoji-after: '\0377'; /* smile */
|
109
|
+
|
110
|
+
--ax-icon-attach: '\eb18'; /* attachment-01 */
|
111
|
+
--ax-icon-attach-after: '\eb17'; /* attachment-01 */
|
112
|
+
|
113
|
+
--ax-icon-mic: '\fc74'; /* mic-01 */
|
114
|
+
--ax-icon-mic-after: '\fc73'; /* mic-01 */
|
115
|
+
|
116
|
+
--ax-icon-send: '\0276'; /* sent */
|
117
|
+
--ax-icon-send-after: '\0275'; /* sent */
|
118
|
+
|
119
|
+
--ax-icon-play: '\ff40'; /* play */
|
120
|
+
--ax-icon-play-after: '\ff3b'; /* play */
|
121
|
+
|
122
|
+
--ax-icon-pause: '\fefa'; /* pause */
|
123
|
+
--ax-icon-pause-after: '\fef9'; /* pause */
|
124
|
+
|
125
|
+
--ax-icon-reload: '\00ae'; /* reload */
|
126
|
+
--ax-icon-reload-after: '\00ad'; /* reload */
|
127
|
+
|
128
|
+
--ax-icon-heart: '\fcce'; /* favourite */
|
129
|
+
--ax-icon-heart-after: '\fccb'; /* favourite */
|
130
|
+
|
131
|
+
--ax-icon-comment: '\f848'; /* comment-01 */
|
132
|
+
--ax-icon-comment-after: '\f847'; /* comment-01 */
|
133
|
+
|
134
|
+
--ax-icon-bold: '\f65c'; /* text-bold */
|
135
|
+
--ax-icon-bold-after: '\f65b'; /* text-bold */
|
136
|
+
|
137
|
+
--ax-icon-italic: '\f682'; /* text-italic */
|
138
|
+
--ax-icon-italic-after: '\f67f'; /* text-italic */
|
139
|
+
|
140
|
+
--ax-icon-strike: '\f68a'; /* text-strikethrough */
|
141
|
+
--ax-icon-strike-after: '\f68a'; /* text-strikethrough (Note: same as before in original) */
|
142
|
+
|
143
|
+
--ax-icon-under-line: '\f697'; /* text-underline */
|
144
|
+
--ax-icon-under-line-after: '\f69a'; /* text-underline */
|
145
|
+
|
146
|
+
--ax-icon-order-list: '\fee6'; /* left-to-right-list-number */
|
147
|
+
--ax-icon-order-list-after: '\fee5'; /* left-to-right-list-number */
|
148
|
+
|
149
|
+
--ax-icon-un-order-list: '\fee2'; /* left-to-right-list-bullet */
|
150
|
+
--ax-icon-un-order-list-after: '\fee1'; /* left-to-right-list-bullet */
|
151
|
+
|
152
|
+
--ax-icon-align-left: '\f647'; /* text-align-left */
|
153
|
+
--ax-icon-align-left-after: '\f650'; /* text-align-left */
|
154
|
+
|
155
|
+
--ax-icon-align-right: '\f655'; /* text-align-right */
|
156
|
+
--ax-icon-align-right-after: '\f654'; /* text-align-right */
|
157
|
+
|
158
|
+
--ax-icon-align-center: '\fe83'; /* text-align-center */
|
159
|
+
--ax-icon-align-center-after: '\fe82'; /* text-align-center */
|
160
|
+
|
161
|
+
--ax-icon-align-justify: '\fe96'; /* text-align-justify-center */
|
162
|
+
--ax-icon-align-justify-after: '\fe95'; /* text-align-justify-center */
|
163
|
+
|
164
|
+
--ax-icon-undo: '\ebce'; /* arrow-turn-backward */
|
165
|
+
--ax-icon-undo-after: '\ebcd'; /* arrow-turn-backward */
|
166
|
+
|
167
|
+
--ax-icon-redo: '\ebf2'; /* arrow-turn-forward */
|
168
|
+
--ax-icon-redo-after: '\ebf1'; /* arrow-turn-forward */
|
169
|
+
|
170
|
+
--ax-icon-highlight: '\ebf2'; /* pen-tool-01 */
|
171
|
+
--ax-icon-highlight-after: '\ebf1'; /* pen-tool-01 */
|
172
|
+
|
173
|
+
--ax-icon-link: '\fce8'; /* link-01 */
|
174
|
+
--ax-icon-link-after: '\fce7'; /* link-01 */
|
175
|
+
|
176
|
+
--ax-icon-image: '\fcf8'; /* image-01 */
|
177
|
+
--ax-icon-image-after: '\fcf7'; /* image-01 */
|
178
|
+
|
179
|
+
--ax-icon-pen: '\f632'; /* pen-tool-03 */
|
180
|
+
--ax-icon-pen-after: '\f631'; /* pen-tool-03 */
|
181
|
+
|
182
|
+
--ax-icon-eraser: '\f472'; /* eraser */
|
183
|
+
--ax-icon-eraser-after: '\f471'; /* eraser */
|
184
|
+
|
185
|
+
--ax-icon-pen-ruler: '\f55c'; /* canvas */
|
186
|
+
--ax-icon-pen-ruler-after: '\f55b'; /* canvas */
|
187
|
+
|
188
|
+
--ax-icon-crop: '\f55c'; /* crop */
|
189
|
+
--ax-icon-crop-after: '\f55b'; /* crop */
|
190
|
+
|
191
|
+
--ax-icon-full-screen: '\eb7c'; /* arrow-diagonal */
|
192
|
+
--ax-icon-full-screen-after: '\eb7b'; /* arrow-diagonal */
|
193
|
+
|
194
|
+
--ax-icon-up-folder: '\eb74'; /* arrow-move-up-left */
|
195
|
+
--ax-icon-up-folder-after: '\eb73'; /* arrow-move-up-left */
|
196
|
+
|
197
|
+
--ax-icon-sort: '\03be'; /* sorting-01 */
|
198
|
+
--ax-icon-sort-after: '\03bd'; /* sorting-01 */
|
199
|
+
|
200
|
+
--ax-icon-menu: '\fcf6'; /* menu-01 */
|
201
|
+
--ax-icon-menu-after: '\fcf3'; /* menu-01 */
|
202
|
+
|
203
|
+
--ax-icon-plus: '\e81c'; /* add-01 */
|
204
|
+
--ax-icon-plus-after: '\e81b'; /* add-01 */
|
205
|
+
|
206
|
+
--ax-icon-trash: '\f87e'; /* delete-02 */
|
207
|
+
--ax-icon-trash-after: '\f87d'; /* delete-02 */
|
208
|
+
|
209
|
+
--ax-icon-code: '\03f4'; /* source-code */
|
210
|
+
--ax-icon-code-after: '\03f5'; /* source-code */
|
211
|
+
}
|