@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
@@ -1,209 +0,0 @@
|
|
1
|
-
$ax-icon-more-horizontal: '緀'; //more-horizontal
|
2
|
-
$ax-icon-more-horizontal-after: '綻'; //more-horizontal
|
3
|
-
|
4
|
-
$ax-icon-more-vertical: '緑'; //more-vertical
|
5
|
-
$ax-icon-more-vertical-after: '緌'; //more-vertical
|
6
|
-
|
7
|
-
$ax-icon-arrow-long-up: '泐'; //arrow-up-02
|
8
|
-
$ax-icon-arrow-long-up-after: '泏'; //arrow-up-02
|
9
|
-
|
10
|
-
$ax-icon-arrow-long-down: '汸'; //arrow-down-02
|
11
|
-
$ax-icon-arrow-long-down-after: '汷'; //arrow-down-02
|
12
|
-
|
13
|
-
$ax-icon-color-palette: '罈'; //paint-board
|
14
|
-
$ax-icon-color-palette-after: '罇'; //paint-board
|
15
|
-
|
16
|
-
$ax-icon-arrow-left: '沜'; //arrow-left-04
|
17
|
-
$ax-icon-arrow-left-after: '沛'; //arrow-left-04
|
18
|
-
|
19
|
-
$ax-icon-arrow-down: '汼'; //arrow-down-04
|
20
|
-
$ax-icon-arrow-down-after: '汻'; //arrow-down-04
|
21
|
-
|
22
|
-
$ax-icon-arrow-up: '泔'; //arrow-up-04
|
23
|
-
$ax-icon-arrow-up-after: '泓'; //arrow-up-04
|
24
|
-
|
25
|
-
$ax-icon-arrow-right: '沺'; //arrow-right-04
|
26
|
-
$ax-icon-arrow-right-after: '油'; //arrow-right-04
|
27
|
-
|
28
|
-
$ax-icon-chevron-left: '沖'; //arrow-left-01
|
29
|
-
$ax-icon-chevron-left-after: '沕'; //arrow-left-01
|
30
|
-
|
31
|
-
$ax-icon-chevron-down: '汶'; //arrow-down-01
|
32
|
-
$ax-icon-chevron-down-after: '汵'; //arrow-down-01
|
33
|
-
|
34
|
-
$ax-icon-chevron-up: '泎'; //arrow-up-01
|
35
|
-
$ax-icon-chevron-up-after: '泍'; //arrow-up-01
|
36
|
-
|
37
|
-
$ax-icon-chevron-right: '沴'; //arrow-right-01
|
38
|
-
$ax-icon-chevron-right-after: '河'; //arrow-right-01
|
39
|
-
|
40
|
-
$ax-icon-chevron-double-right: '沾'; //arrow-right-double
|
41
|
-
$ax-icon-chevron-double-right-after: '沽'; //arrow-right-double
|
42
|
-
|
43
|
-
$ax-icon-chevron-double-left: '沠'; //arrow-left-double
|
44
|
-
$ax-icon-chevron-double-left-after: '沟'; //arrow-left-double
|
45
|
-
|
46
|
-
$ax-icon-first-page: '沚'; //arrow-left-03
|
47
|
-
$ax-icon-first-page-after: '沙'; //arrow-left-03
|
48
|
-
|
49
|
-
$ax-icon-last-page: '沸'; //arrow-right-03
|
50
|
-
$ax-icon-last-page-after: '沷'; //arrow-right-03
|
51
|
-
|
52
|
-
$ax-icon-calendar: '澊'; //calendar-01
|
53
|
-
$ax-icon-calendar-after: '澉'; //calendar-01
|
54
|
-
|
55
|
-
$ax-icon-info: '社'; //information-circle
|
56
|
-
$ax-icon-info-after: '礽'; //information-circle
|
57
|
-
|
58
|
-
$ax-icon-error: '毈'; //alert-circle
|
59
|
-
$ax-icon-error-after: '毇'; //alert-circle
|
60
|
-
|
61
|
-
$ax-icon-warning: '毄'; //alert-01
|
62
|
-
$ax-icon-warning-after: '毃'; //alert-01
|
63
|
-
|
64
|
-
$ax-icon-check: '蟒'; //tick-02
|
65
|
-
$ax-icon-check-after: '蟑'; //tick-02
|
66
|
-
|
67
|
-
$ax-icon-check-circle: '焐'; //checkmark-circle-02
|
68
|
-
$ax-icon-check-circle-after: '焏'; //checkmark-circle-02
|
69
|
-
|
70
|
-
$ax-icon-dobble-check: '蟚'; //tick-double-02
|
71
|
-
$ax-icon-dobble-check-after: '蟙'; //tick-double-02
|
72
|
-
|
73
|
-
$ax-icon-close: '灆'; //cancel-01
|
74
|
-
$ax-icon-close-after: '灅'; //cancel-01
|
75
|
-
|
76
|
-
$ax-icon-clear: '灌'; //cancel-circle
|
77
|
-
$ax-icon-clear-after: '灋'; //cancel-circle
|
78
|
-
|
79
|
-
$ax-icon-visibility-off: '觅'; //view-off-slash
|
80
|
-
$ax-icon-visibility-off-after: '规'; //view-off-slash
|
81
|
-
|
82
|
-
$ax-icon-visibility: '疎'; //eye
|
83
|
-
$ax-icon-visibility-after: '疍'; //eye
|
84
|
-
|
85
|
-
$ax-icon-unfold-more: '褄'; //unfold-more
|
86
|
-
$ax-icon-unfold-more-after: '褃'; //unfold-more
|
87
|
-
|
88
|
-
$ax-icon-download: '璨'; //download-04
|
89
|
-
$ax-icon-download-after: '璧'; //download-04
|
90
|
-
|
91
|
-
$ax-icon-upload: '褢'; //upload-04
|
92
|
-
$ax-icon-upload-after: '褡'; //upload-04
|
93
|
-
|
94
|
-
$ax-icon-search: '苬'; //search-01
|
95
|
-
$ax-icon-search-after: '苫'; //search-01
|
96
|
-
|
97
|
-
$ax-icon-copy: '犪'; //copy-01
|
98
|
-
$ax-icon-copy-after: '犩'; //copy-01
|
99
|
-
|
100
|
-
$ax-icon-refresh: '沰'; //arrow-reload-horizontal
|
101
|
-
$ax-icon-refresh-after: '沯'; //arrow-reload-horizontal
|
102
|
-
|
103
|
-
$ax-icon-inbox: '礤'; //inbox
|
104
|
-
$ax-icon-inbox-after: '礟'; //inbox
|
105
|
-
|
106
|
-
$ax-icon-emoji: '葲'; //smile
|
107
|
-
$ax-icon-emoji-after: '葱'; //smile
|
108
|
-
|
109
|
-
$ax-icon-attach: '洐'; //attachment-01
|
110
|
-
$ax-icon-attach-after: '洏'; //attachment-01
|
111
|
-
|
112
|
-
$ax-icon-mic: '糬'; //mic-01
|
113
|
-
$ax-icon-mic-after: '糫'; //mic-01
|
114
|
-
|
115
|
-
$ax-icon-send: '茮'; //sent
|
116
|
-
$ax-icon-send-after: '茭'; //sent
|
117
|
-
|
118
|
-
$ax-icon-play: '耸'; //play
|
119
|
-
$ax-icon-play-after: '耳'; //play
|
120
|
-
|
121
|
-
$ax-icon-pause: '羔'; //pause
|
122
|
-
$ax-icon-pause-after: '羓'; //pause
|
123
|
-
|
124
|
-
$ax-icon-reload: '膦'; //reload
|
125
|
-
$ax-icon-reload-after: '膥'; //reload
|
126
|
-
|
127
|
-
$ax-icon-heart: '疦'; //favourite
|
128
|
-
$ax-icon-heart-after: '疣'; //favourite
|
129
|
-
|
130
|
-
$ax-icon-comment: '牀'; //comment-01
|
131
|
-
$ax-icon-comment-after: '爿'; //comment-01
|
132
|
-
|
133
|
-
$ax-icon-bold: '蝔'; //text-bold
|
134
|
-
$ax-icon-bold-after: '蝓'; //text-bold
|
135
|
-
|
136
|
-
$ax-icon-italic: '蝺'; //text-italic
|
137
|
-
$ax-icon-italic-after: '蝷'; //text-italic
|
138
|
-
|
139
|
-
$ax-icon-strike: '螇'; //text-strikethrough
|
140
|
-
$ax-icon-strike-after: '螆'; //text-strikethrough
|
141
|
-
|
142
|
-
$ax-icon-under-line: '螏'; //text-underline
|
143
|
-
$ax-icon-under-line-after: '螎'; //text-underline
|
144
|
-
|
145
|
-
$ax-icon-order-list: '窞'; //left-to-right-list-number
|
146
|
-
$ax-icon-order-list-after: '窝'; //left-to-right-list-number
|
147
|
-
|
148
|
-
$ax-icon-un-order-list: '窚'; //left-to-right-list-bullet
|
149
|
-
$ax-icon-un-order-list-after: '窙'; //left-to-right-list-bullet
|
150
|
-
|
151
|
-
$ax-icon-align-left: '蝌'; //text-align-left
|
152
|
-
$ax-icon-align-left-after: '蝋'; //text-align-left
|
153
|
-
|
154
|
-
$ax-icon-align-right: '蝐'; //text-align-right
|
155
|
-
$ax-icon-align-right-after: '蝏'; //text-align-right
|
156
|
-
|
157
|
-
$ax-icon-align-center: '蝂'; //text-align-center
|
158
|
-
$ax-icon-align-center-after: '蝁'; //text-align-center
|
159
|
-
|
160
|
-
$ax-icon-align-justify: '蝄'; //text-align-justify-center
|
161
|
-
$ax-icon-align-justify-after: '蝃'; //text-align-justify-center
|
162
|
-
|
163
|
-
$ax-icon-undo: '泆'; //arrow-turn-backward
|
164
|
-
$ax-icon-undo-after: '泅'; //arrow-turn-backward
|
165
|
-
|
166
|
-
$ax-icon-redo: '泊'; //arrow-turn-forward
|
167
|
-
$ax-icon-redo-after: '泉'; //arrow-turn-forward
|
168
|
-
|
169
|
-
$ax-icon-highlight: '羶'; //pen-tool-01
|
170
|
-
$ax-icon-highlight-after: '羵'; //pen-tool-01
|
171
|
-
|
172
|
-
$ax-icon-link: '竔'; //link-01
|
173
|
-
$ax-icon-link-after: '竓'; //link-01
|
174
|
-
|
175
|
-
$ax-icon-image: '磰'; //image-01
|
176
|
-
$ax-icon-image-after: '磯'; //image-01
|
177
|
-
|
178
|
-
$ax-icon-pen: '羺'; //pen-tool-03
|
179
|
-
$ax-icon-pen-after: '羹'; //pen-tool-03
|
180
|
-
|
181
|
-
$ax-icon-eraser: '番'; //eraser
|
182
|
-
$ax-icon-eraser-after: '畩'; //eraser
|
183
|
-
|
184
|
-
$ax-icon-pen-ruler: '灔'; //canvas
|
185
|
-
$ax-icon-pen-ruler-after: '灓'; //canvas
|
186
|
-
|
187
|
-
$ax-icon-crop: '狾'; //crop
|
188
|
-
$ax-icon-crop-after: '狽'; //crop
|
189
|
-
|
190
|
-
$ax-icon-full-screen: '汴'; //arrow-diagonal
|
191
|
-
$ax-icon-full-screen-after: '汳'; //arrow-diagonal
|
192
|
-
|
193
|
-
$ax-icon-up-folder: '沬'; //arrow-move-up-left
|
194
|
-
$ax-icon-up-folder-after: '沫'; //arrow-move-up-left
|
195
|
-
|
196
|
-
$ax-icon-sort: '蒶'; //sorting-01
|
197
|
-
$ax-icon-sort-after: '蒵'; //sorting-01
|
198
|
-
|
199
|
-
$ax-icon-menu: '籶'; //menu-01
|
200
|
-
$ax-icon-menu-after: '籵'; //menu-01
|
201
|
-
|
202
|
-
$ax-icon-plus: '欔'; //add-01
|
203
|
-
$ax-icon-plus-after: '欓'; //add-01
|
204
|
-
|
205
|
-
$ax-icon-trash: '玶'; //delete-02
|
206
|
-
$ax-icon-trash-after: '玵'; //delete-02
|
207
|
-
|
208
|
-
$ax-icon-code: '蓔'; //source-code
|
209
|
-
$ax-icon-code-after: '蓑'; //source-code
|