@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.
Files changed (76) hide show
  1. package/base/_preflight.scss +421 -0
  2. package/base/index.scss +15 -0
  3. package/components/{_action-item.css → _action-item.scss} +37 -12
  4. package/components/{_actionsheet.css → _actionsheet.scss} +9 -13
  5. package/components/{_check-box.css → _check-box.scss} +24 -8
  6. package/components/{_drop-down.css → _drop-down.scss} +17 -18
  7. package/components/_editor-container.scss +293 -0
  8. package/components/{_general-button.css → _general-button.scss} +7 -3
  9. package/components/{_list.css → _list.scss} +56 -25
  10. package/components/_radio.scss +51 -0
  11. package/components/{_ripple.css → _ripple.scss} +8 -8
  12. package/components/{_table.css → _table.scss} +23 -20
  13. package/components/{_uploader.css → _uploader.scss} +5 -5
  14. package/components/index.scss +11 -0
  15. package/generators/index.js +1 -0
  16. package/generators/tailwind-class-generator.js +68 -0
  17. package/icons/fontawesome/_variables.scss +228 -0
  18. package/icons/fontawesome/index.scss +714 -0
  19. package/icons/huge/huge-bulk/_variables.scss +209 -0
  20. package/icons/huge/huge-bulk/index.scss +656 -0
  21. package/icons/huge/huge-duotone/_variables.scss +209 -0
  22. package/icons/huge/huge-duotone/index.scss +657 -0
  23. package/icons/huge/huge-solid-rounded/_variables.scss +209 -0
  24. package/icons/huge/huge-solid-rounded/index.scss +643 -0
  25. package/icons/huge/huge-solid-sharp/_variables.scss +209 -0
  26. package/icons/huge/huge-solid-sharp/index.scss +656 -0
  27. package/icons/huge/huge-solid-standard/_variables.scss +209 -0
  28. package/icons/huge/huge-solid-standard/index.scss +656 -0
  29. package/icons/huge/huge-stroke-rounded/_variables.scss +209 -0
  30. package/icons/huge/huge-stroke-rounded/index.scss +656 -0
  31. package/icons/huge/huge-stroke-sharp/_variables.scss +209 -0
  32. package/icons/huge/huge-stroke-sharp/index.scss +656 -0
  33. package/icons/huge/huge-stroke-standard/_variables.scss +209 -0
  34. package/icons/huge/huge-stroke-standard/index.scss +656 -0
  35. package/icons/huge/huge-twotone/_variables.scss +209 -0
  36. package/icons/huge/huge-twotone/index.scss +656 -0
  37. package/icons/material/_variables.scss +227 -0
  38. package/icons/material/index.scss +718 -0
  39. package/{index.css → index.scss} +3 -3
  40. package/mixins/_editor-looks.scss +32 -0
  41. package/mixins/_media.scss +73 -0
  42. package/mixins/_scroll-bar.scss +35 -0
  43. package/mixins/_util.scss +19 -0
  44. package/mixins/index.scss +4 -0
  45. package/package.json +4 -5
  46. package/tailwind-base.js +4 -0
  47. package/themes/{default copy.scss → default.scss} +9 -6
  48. package/utils/_theme-generator.scss +238 -0
  49. package/utils/_utils.scss +278 -0
  50. package/utils/index.scss +2 -0
  51. package/components/_editor-container.css +0 -306
  52. package/components/_radio.css +0 -33
  53. package/components/index.css +0 -11
  54. package/icons/fontawesome/_variables.css +0 -229
  55. package/icons/fontawesome/index.css +0 -555
  56. package/icons/huge/huge-bulk/_variables.css +0 -211
  57. package/icons/huge/huge-bulk/index.css +0 -520
  58. package/icons/huge/huge-duotone/_variables.css +0 -211
  59. package/icons/huge/huge-duotone/index.css +0 -517
  60. package/icons/huge/huge-solid-rounded/_variables.css +0 -211
  61. package/icons/huge/huge-solid-rounded/index.css +0 -504
  62. package/icons/huge/huge-solid-sharp/_variables.css +0 -213
  63. package/icons/huge/huge-solid-sharp/index.css +0 -517
  64. package/icons/huge/huge-solid-standard/_variables.css +0 -211
  65. package/icons/huge/huge-solid-standard/index.css +0 -516
  66. package/icons/huge/huge-stroke-rounded/_variables.css +0 -211
  67. package/icons/huge/huge-stroke-rounded/index.css +0 -515
  68. package/icons/huge/huge-stroke-sharp/_variables.css +0 -142
  69. package/icons/huge/huge-stroke-sharp/index.css +0 -515
  70. package/icons/huge/huge-stroke-standard/_variables.css +0 -141
  71. package/icons/huge/huge-stroke-standard/index.css +0 -515
  72. package/icons/huge/huge-twotone/_variables.css +0 -211
  73. package/icons/huge/huge-twotone/index.css +0 -516
  74. package/icons/material/_variables.css +0 -229
  75. package/icons/material/index.css +0 -573
  76. package/themes/default.css +0 -1240
@@ -0,0 +1,209 @@
1
+ $ax-icon-code: '垨'; //source-code$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