@acorex/styles 21.0.0-next.16 → 21.0.0-next.17
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/base/_preflight.scss +421 -0
- package/base/index.scss +15 -0
- package/components/{_action-item.css → _action-item.scss} +37 -12
- package/components/{_actionsheet.css → _actionsheet.scss} +9 -13
- package/components/{_check-box.css → _check-box.scss} +24 -8
- package/components/{_drop-down.css → _drop-down.scss} +17 -18
- package/components/_editor-container.scss +293 -0
- package/components/{_general-button.css → _general-button.scss} +7 -3
- package/components/{_list.css → _list.scss} +56 -25
- package/components/_radio.scss +51 -0
- package/components/{_ripple.css → _ripple.scss} +8 -8
- package/components/{_table.css → _table.scss} +23 -20
- package/components/{_uploader.css → _uploader.scss} +5 -5
- package/components/index.scss +11 -0
- package/generators/index.js +1 -0
- package/generators/tailwind-class-generator.js +68 -0
- package/icons/fontawesome/_variables.scss +228 -0
- package/icons/fontawesome/index.scss +714 -0
- package/icons/huge/huge-bulk/_variables.scss +209 -0
- package/icons/huge/huge-bulk/index.scss +656 -0
- package/icons/huge/huge-duotone/_variables.scss +209 -0
- package/icons/huge/huge-duotone/index.scss +657 -0
- package/icons/huge/huge-solid-rounded/_variables.scss +209 -0
- package/icons/huge/huge-solid-rounded/index.scss +643 -0
- package/icons/huge/huge-solid-sharp/_variables.scss +209 -0
- package/icons/huge/huge-solid-sharp/index.scss +656 -0
- package/icons/huge/huge-solid-standard/_variables.scss +209 -0
- package/icons/huge/huge-solid-standard/index.scss +656 -0
- package/icons/huge/huge-stroke-rounded/_variables.scss +209 -0
- package/icons/huge/huge-stroke-rounded/index.scss +656 -0
- package/icons/huge/huge-stroke-sharp/_variables.scss +209 -0
- package/icons/huge/huge-stroke-sharp/index.scss +656 -0
- package/icons/huge/huge-stroke-standard/_variables.scss +209 -0
- package/icons/huge/huge-stroke-standard/index.scss +656 -0
- package/icons/huge/huge-twotone/_variables.scss +209 -0
- package/icons/huge/huge-twotone/index.scss +656 -0
- package/icons/material/_variables.scss +227 -0
- package/icons/material/index.scss +718 -0
- package/{index.css → index.scss} +3 -3
- package/mixins/_editor-looks.scss +32 -0
- package/mixins/_media.scss +73 -0
- package/mixins/_scroll-bar.scss +35 -0
- package/mixins/_util.scss +19 -0
- package/mixins/index.scss +4 -0
- package/package.json +4 -5
- package/tailwind-base.js +4 -0
- package/themes/{default copy.scss → default.scss} +9 -6
- package/utils/_theme-generator.scss +238 -0
- package/utils/_utils.scss +278 -0
- package/utils/index.scss +2 -0
- package/components/_editor-container.css +0 -306
- package/components/_radio.css +0 -33
- package/components/index.css +0 -11
- package/icons/fontawesome/_variables.css +0 -229
- package/icons/fontawesome/index.css +0 -555
- package/icons/huge/huge-bulk/_variables.css +0 -211
- package/icons/huge/huge-bulk/index.css +0 -520
- package/icons/huge/huge-duotone/_variables.css +0 -211
- package/icons/huge/huge-duotone/index.css +0 -517
- package/icons/huge/huge-solid-rounded/_variables.css +0 -211
- package/icons/huge/huge-solid-rounded/index.css +0 -504
- package/icons/huge/huge-solid-sharp/_variables.css +0 -213
- package/icons/huge/huge-solid-sharp/index.css +0 -517
- package/icons/huge/huge-solid-standard/_variables.css +0 -211
- package/icons/huge/huge-solid-standard/index.css +0 -516
- package/icons/huge/huge-stroke-rounded/_variables.css +0 -211
- package/icons/huge/huge-stroke-rounded/index.css +0 -515
- package/icons/huge/huge-stroke-sharp/_variables.css +0 -142
- package/icons/huge/huge-stroke-sharp/index.css +0 -515
- package/icons/huge/huge-stroke-standard/_variables.css +0 -141
- package/icons/huge/huge-stroke-standard/index.css +0 -515
- package/icons/huge/huge-twotone/_variables.css +0 -211
- package/icons/huge/huge-twotone/index.css +0 -516
- package/icons/material/_variables.css +0 -229
- package/icons/material/index.css +0 -573
- package/themes/default.css +0 -1240
|
@@ -0,0 +1,209 @@
|
|
|
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: '7'; //checkmark-circle-02
|
|
68
|
+
$ax-icon-check-circle-after: '6'; //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
|