@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,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: 'dz'; //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
|