@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
|