@acorex/styles 7.23.1 → 7.23.2

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.
@@ -1,68 +1,68 @@
1
- .ax-icon {
2
- -moz-osx-font-smoothing: grayscale;
3
- -webkit-font-smoothing: antialiased;
4
- display: inline-flex !important;
5
- font-style: normal;
6
- font-variant: normal;
7
- line-height: 1;
8
- text-rendering: auto;
9
- font-family: 'Font Awesome 6 Pro';
10
- width: 24px;
11
- height: 24px;
12
- align-items: center;
13
- justify-content: center;
14
- font-weight: var(--ax-icon-weight, 400);
15
- font-size: var(--ax-icon-size, 100%);
16
- }
17
-
18
- $ax-icon-more-horizontal: '\f141';
19
- $ax-icon-more-vertical: '\f142';
20
-
21
- $ax-icon-arrow-long-up: '\f176';
22
- $ax-icon-arrow-long-down: '\f175';
23
-
24
- $ax-icon-done-bold: '\f00c';
25
- $ax-icon-color-palette: '\f53f';
26
-
27
- $ax-icon-arrow-left: '\f0d9';
28
- $ax-icon-arrow-down: '\f0d7';
29
- $ax-icon-arrow-up: '\f0d8';
30
- $ax-icon-arrow-right: '\f0da';
31
-
32
- $ax-icon-chevron-left: '\f053';
33
- $ax-icon-chevron-down: '\f078';
34
- $ax-icon-chevron-up: '\f077';
35
- $ax-icon-chevron-right: '\f054';
36
-
37
- $ax-icon-first-page: '\f33e';
38
- $ax-icon-last-page: '\f340';
39
-
40
- $ax-icon-done: '\f00c';
41
- $ax-icon-calendar: '\f133';
42
-
43
- $ax-icon-info: '\f05a';
44
-
45
- $ax-icon-error: '\f06a';
46
-
47
- $ax-icon-warning: '\f071';
48
-
49
- $ax-icon-check: '\f00c';
50
- $ax-icon-check-circle: '\f058';
51
- $ax-icon-dobble-check: '\f560';
52
-
53
- $ax-icon-close: '\f00d';
54
- $ax-icon-clear: '\f057';
55
- $ax-icon-visibility-off: '\f070';
56
- $ax-icon-visibility: '\f06e';
57
- $ax-icon-unfold-more: '\e60d';
58
- $ax-icon-download: '\e094';
59
- $ax-icon-upload: '\e09a';
60
- $ax-icon-search: '\f002';
61
- $ax-icon-copy: '\f0c5';
62
- $ax-icon-refresh: '\f021';
63
- $ax-icon-inbox: '\f01c';
64
-
65
- $ax-icon-emoji: '\f118';
66
- $ax-icon-attach: '\f0c6';
67
- $ax-icon-mic: '\f130';
68
- $ax-icon-send: '\f1d8';
1
+ .ax-icon {
2
+ -moz-osx-font-smoothing: grayscale;
3
+ -webkit-font-smoothing: antialiased;
4
+ display: inline-flex !important;
5
+ font-style: normal;
6
+ font-variant: normal;
7
+ line-height: 1;
8
+ text-rendering: auto;
9
+ font-family: 'Font Awesome 6 Pro';
10
+ width: 24px;
11
+ height: 24px;
12
+ align-items: center;
13
+ justify-content: center;
14
+ font-weight: var(--ax-icon-weight, 400);
15
+ font-size: var(--ax-icon-size, 100%);
16
+ }
17
+
18
+ $ax-icon-more-horizontal: '\f141';
19
+ $ax-icon-more-vertical: '\f142';
20
+
21
+ $ax-icon-arrow-long-up: '\f176';
22
+ $ax-icon-arrow-long-down: '\f175';
23
+
24
+ $ax-icon-done-bold: '\f00c';
25
+ $ax-icon-color-palette: '\f53f';
26
+
27
+ $ax-icon-arrow-left: '\f0d9';
28
+ $ax-icon-arrow-down: '\f0d7';
29
+ $ax-icon-arrow-up: '\f0d8';
30
+ $ax-icon-arrow-right: '\f0da';
31
+
32
+ $ax-icon-chevron-left: '\f053';
33
+ $ax-icon-chevron-down: '\f078';
34
+ $ax-icon-chevron-up: '\f077';
35
+ $ax-icon-chevron-right: '\f054';
36
+
37
+ $ax-icon-first-page: '\f33e';
38
+ $ax-icon-last-page: '\f340';
39
+
40
+ $ax-icon-done: '\f00c';
41
+ $ax-icon-calendar: '\f133';
42
+
43
+ $ax-icon-info: '\f05a';
44
+
45
+ $ax-icon-error: '\f06a';
46
+
47
+ $ax-icon-warning: '\f071';
48
+
49
+ $ax-icon-check: '\f00c';
50
+ $ax-icon-check-circle: '\f058';
51
+ $ax-icon-dobble-check: '\f560';
52
+
53
+ $ax-icon-close: '\f00d';
54
+ $ax-icon-clear: '\f057';
55
+ $ax-icon-visibility-off: '\f070';
56
+ $ax-icon-visibility: '\f06e';
57
+ $ax-icon-unfold-more: '\e60d';
58
+ $ax-icon-download: '\e094';
59
+ $ax-icon-upload: '\e09a';
60
+ $ax-icon-search: '\f002';
61
+ $ax-icon-copy: '\f0c5';
62
+ $ax-icon-refresh: '\f021';
63
+ $ax-icon-inbox: '\f01c';
64
+
65
+ $ax-icon-emoji: '\f118';
66
+ $ax-icon-attach: '\f0c6';
67
+ $ax-icon-mic: '\f130';
68
+ $ax-icon-send: '\f1d8';
package/icons/index.scss CHANGED
@@ -1,207 +1,207 @@
1
- .ax-icon-thin {
2
- --ax-icon-weight: 100;
3
- }
4
- .ax-icon-light {
5
- --ax-icon-weight: 300;
6
- }
7
- .ax-icon-regular {
8
- --ax-icon-weight: 400;
9
- }
10
- .ax-icon-solid {
11
- --ax-icon-weight: 900;
12
- }
13
-
14
- .ax-icon-more-horizontal {
15
- &:before {
16
- content: $ax-icon-more-horizontal;
17
- }
18
- }
19
- .ax-icon-more-vertical {
20
- &:before {
21
- content: $ax-icon-more-vertical;
22
- }
23
- }
24
- .ax-icon-arrow-long-up {
25
- &:before {
26
- content: $ax-icon-arrow-long-up;
27
- }
28
- }
29
-
30
- .ax-icon-arrow-long-down {
31
- &:before {
32
- content: $ax-icon-arrow-long-down;
33
- }
34
- }
35
-
36
- .ax-icon-color-palette {
37
- &:before {
38
- content: $ax-icon-color-palette;
39
- }
40
- }
41
- .ax-icon-arrow-down {
42
- &:before {
43
- content: $ax-icon-arrow-down;
44
- }
45
- }
46
- .ax-icon-arrow-up {
47
- &:before {
48
- content: $ax-icon-arrow-up;
49
- }
50
- }
51
- .ax-icon-arrow-right {
52
- &:before {
53
- content: $ax-icon-arrow-right;
54
- }
55
- }
56
- .ax-icon-chevron-left {
57
- &:before {
58
- content: $ax-icon-chevron-left;
59
- }
60
- }
61
- .ax-icon-chevron-down {
62
- &:before {
63
- content: $ax-icon-chevron-down;
64
- }
65
- }
66
-
67
- .ax-icon-chevron-up {
68
- &:before {
69
- content: $ax-icon-chevron-up;
70
- }
71
- }
72
- .ax-icon-chevron-right {
73
- &:before {
74
- content: $ax-icon-chevron-right;
75
- }
76
- }
77
- .ax-icon-first-page {
78
- &:before {
79
- content: $ax-icon-first-page;
80
- }
81
- }
82
- .ax-icon-last-page {
83
- &:before {
84
- content: $ax-icon-last-page;
85
- }
86
- }
87
-
88
- .ax-icon-done {
89
- &:before {
90
- content: $ax-icon-done;
91
- }
92
- }
93
- .ax-icon-calendar {
94
- &:before {
95
- content: $ax-icon-calendar;
96
- }
97
- }
98
-
99
- .ax-icon-error {
100
- &:before {
101
- content: $ax-icon-error;
102
- }
103
- }
104
- .ax-icon-info {
105
- &:before {
106
- content: $ax-icon-info;
107
- }
108
- }
109
- .ax-icon-warning {
110
- &:before {
111
- content: $ax-icon-warning;
112
- }
113
- }
114
-
115
- .ax-icon-check-circle {
116
- &:before {
117
- content: $ax-icon-check-circle;
118
- }
119
- }
120
-
121
- .ax-icon-close {
122
- &:before {
123
- content: $ax-icon-close;
124
- }
125
- }
126
- .ax-icon-clear {
127
- &:before {
128
- content: $ax-icon-clear;
129
- }
130
- }
131
- .ax-icon-visibility-off {
132
- &:before {
133
- content: $ax-icon-visibility-off;
134
- }
135
- }
136
- .ax-icon-visibility {
137
- &:before {
138
- content: $ax-icon-visibility;
139
- }
140
- }
141
- .ax-icon-unfold-more {
142
- &:before {
143
- content: $ax-icon-unfold-more;
144
- }
145
- }
146
-
147
- .ax-icon-upload {
148
- &:before {
149
- content: $ax-icon-upload;
150
- }
151
- }
152
-
153
- .ax-icon-search {
154
- &:before {
155
- content: $ax-icon-search;
156
- }
157
- }
158
- .ax-icon-copy {
159
- &:before {
160
- content: $ax-icon-copy;
161
- }
162
- }
163
- .ax-icon-refresh {
164
- &:before {
165
- content: $ax-icon-refresh;
166
- }
167
- }
168
- .ax-icon-inbox {
169
- &:before {
170
- content: $ax-icon-inbox;
171
- }
172
- }
173
-
174
- .ax-icon-emoji {
175
- &:before {
176
- content: $ax-icon-emoji;
177
- }
178
- }
179
-
180
- .ax-icon-attach {
181
- &:before {
182
- content: $ax-icon-attach;
183
- }
184
- }
185
-
186
- .ax-icon-mic {
187
- &:before {
188
- content: $ax-icon-mic;
189
- }
190
- }
191
- .ax-icon-send {
192
- &:before {
193
- content: $ax-icon-send;
194
- }
195
- }
196
-
197
- .ax-icon-check {
198
- &:before {
199
- content: $ax-icon-check;
200
- }
201
- }
202
-
203
- .ax-icon-dobble-check {
204
- &:before {
205
- content: $ax-icon-dobble-check;
206
- }
207
- }
1
+ .ax-icon-thin {
2
+ --ax-icon-weight: 100;
3
+ }
4
+ .ax-icon-light {
5
+ --ax-icon-weight: 300;
6
+ }
7
+ .ax-icon-regular {
8
+ --ax-icon-weight: 400;
9
+ }
10
+ .ax-icon-solid {
11
+ --ax-icon-weight: 900;
12
+ }
13
+
14
+ .ax-icon-more-horizontal {
15
+ &:before {
16
+ content: $ax-icon-more-horizontal;
17
+ }
18
+ }
19
+ .ax-icon-more-vertical {
20
+ &:before {
21
+ content: $ax-icon-more-vertical;
22
+ }
23
+ }
24
+ .ax-icon-arrow-long-up {
25
+ &:before {
26
+ content: $ax-icon-arrow-long-up;
27
+ }
28
+ }
29
+
30
+ .ax-icon-arrow-long-down {
31
+ &:before {
32
+ content: $ax-icon-arrow-long-down;
33
+ }
34
+ }
35
+
36
+ .ax-icon-color-palette {
37
+ &:before {
38
+ content: $ax-icon-color-palette;
39
+ }
40
+ }
41
+ .ax-icon-arrow-down {
42
+ &:before {
43
+ content: $ax-icon-arrow-down;
44
+ }
45
+ }
46
+ .ax-icon-arrow-up {
47
+ &:before {
48
+ content: $ax-icon-arrow-up;
49
+ }
50
+ }
51
+ .ax-icon-arrow-right {
52
+ &:before {
53
+ content: $ax-icon-arrow-right;
54
+ }
55
+ }
56
+ .ax-icon-chevron-left {
57
+ &:before {
58
+ content: $ax-icon-chevron-left;
59
+ }
60
+ }
61
+ .ax-icon-chevron-down {
62
+ &:before {
63
+ content: $ax-icon-chevron-down;
64
+ }
65
+ }
66
+
67
+ .ax-icon-chevron-up {
68
+ &:before {
69
+ content: $ax-icon-chevron-up;
70
+ }
71
+ }
72
+ .ax-icon-chevron-right {
73
+ &:before {
74
+ content: $ax-icon-chevron-right;
75
+ }
76
+ }
77
+ .ax-icon-first-page {
78
+ &:before {
79
+ content: $ax-icon-first-page;
80
+ }
81
+ }
82
+ .ax-icon-last-page {
83
+ &:before {
84
+ content: $ax-icon-last-page;
85
+ }
86
+ }
87
+
88
+ .ax-icon-done {
89
+ &:before {
90
+ content: $ax-icon-done;
91
+ }
92
+ }
93
+ .ax-icon-calendar {
94
+ &:before {
95
+ content: $ax-icon-calendar;
96
+ }
97
+ }
98
+
99
+ .ax-icon-error {
100
+ &:before {
101
+ content: $ax-icon-error;
102
+ }
103
+ }
104
+ .ax-icon-info {
105
+ &:before {
106
+ content: $ax-icon-info;
107
+ }
108
+ }
109
+ .ax-icon-warning {
110
+ &:before {
111
+ content: $ax-icon-warning;
112
+ }
113
+ }
114
+
115
+ .ax-icon-check-circle {
116
+ &:before {
117
+ content: $ax-icon-check-circle;
118
+ }
119
+ }
120
+
121
+ .ax-icon-close {
122
+ &:before {
123
+ content: $ax-icon-close;
124
+ }
125
+ }
126
+ .ax-icon-clear {
127
+ &:before {
128
+ content: $ax-icon-clear;
129
+ }
130
+ }
131
+ .ax-icon-visibility-off {
132
+ &:before {
133
+ content: $ax-icon-visibility-off;
134
+ }
135
+ }
136
+ .ax-icon-visibility {
137
+ &:before {
138
+ content: $ax-icon-visibility;
139
+ }
140
+ }
141
+ .ax-icon-unfold-more {
142
+ &:before {
143
+ content: $ax-icon-unfold-more;
144
+ }
145
+ }
146
+
147
+ .ax-icon-upload {
148
+ &:before {
149
+ content: $ax-icon-upload;
150
+ }
151
+ }
152
+
153
+ .ax-icon-search {
154
+ &:before {
155
+ content: $ax-icon-search;
156
+ }
157
+ }
158
+ .ax-icon-copy {
159
+ &:before {
160
+ content: $ax-icon-copy;
161
+ }
162
+ }
163
+ .ax-icon-refresh {
164
+ &:before {
165
+ content: $ax-icon-refresh;
166
+ }
167
+ }
168
+ .ax-icon-inbox {
169
+ &:before {
170
+ content: $ax-icon-inbox;
171
+ }
172
+ }
173
+
174
+ .ax-icon-emoji {
175
+ &:before {
176
+ content: $ax-icon-emoji;
177
+ }
178
+ }
179
+
180
+ .ax-icon-attach {
181
+ &:before {
182
+ content: $ax-icon-attach;
183
+ }
184
+ }
185
+
186
+ .ax-icon-mic {
187
+ &:before {
188
+ content: $ax-icon-mic;
189
+ }
190
+ }
191
+ .ax-icon-send {
192
+ &:before {
193
+ content: $ax-icon-send;
194
+ }
195
+ }
196
+
197
+ .ax-icon-check {
198
+ &:before {
199
+ content: $ax-icon-check;
200
+ }
201
+ }
202
+
203
+ .ax-icon-dobble-check {
204
+ &:before {
205
+ content: $ax-icon-dobble-check;
206
+ }
207
+ }
@@ -1,73 +1,73 @@
1
- .ax-icon {
2
- font-family: 'Material Icons';
3
- font-weight: normal;
4
- font-style: normal;
5
- font-size: 24px; /* Preferred icon size */
6
- display: inline-block;
7
- line-height: 1;
8
- text-transform: none;
9
- letter-spacing: normal;
10
- word-wrap: normal;
11
- white-space: nowrap;
12
- direction: ltr;
13
-
14
- /* Support for all WebKit browsers. */
15
- -webkit-font-smoothing: antialiased;
16
- /* Support for Safari and Chrome. */
17
- text-rendering: optimizeLegibility;
18
-
19
- /* Support for Firefox. */
20
- -moz-osx-font-smoothing: grayscale;
21
-
22
- /* Support for IE. */
23
- font-feature-settings: 'liga';
24
- }
25
-
26
- $ax-icon-more-horizontal: '\e5d3';
27
- $ax-icon-more-vertical: '\e5d4';
28
-
29
- $ax-icon-arrow-long-up: '\e986';
30
- $ax-icon-arrow-long-down: '\e984';
31
-
32
- $ax-icon-color-palette: '\e40a';
33
-
34
- $ax-icon-arrow-down: '\e5c5';
35
- $ax-icon-arrow-up: '\e5c7';
36
- $ax-icon-arrow-right: '\e5df';
37
-
38
- $ax-icon-chevron-left: '\e5cb';
39
- $ax-icon-chevron-down: '\e5cf';
40
- $ax-icon-chevron-up: '\e5ce';
41
- $ax-icon-chevron-right: '\e5cc';
42
-
43
- $ax-icon-first-page: '\e5dc';
44
- $ax-icon-last-page: '\e5dd';
45
-
46
- $ax-icon-done: '\e876';
47
- $ax-icon-calendar: '\e935';
48
-
49
- $ax-icon-info: '\e88e';
50
-
51
- $ax-icon-error: '\e000';
52
-
53
- $ax-icon-warning: '\e002';
54
-
55
- $ax-icon-check: '\e876';
56
- $ax-icon-check-circle: '\e86c';
57
- $ax-icon-dobble-check: '\e877';
58
-
59
- $ax-icon-close: '\e5cd';
60
- $ax-icon-clear: '\e5c9';
61
- $ax-icon-visibility-off: '\e8f5';
62
- $ax-icon-visibility: '\e8f4';
63
- $ax-icon-unfold-more: '\e5d7';
64
- $ax-icon-upload: '\f090';
65
- $ax-icon-search: '\e8b6';
66
- $ax-icon-copy: '\e173';
67
- $ax-icon-refresh: '\e863';
68
- $ax-icon-inbox: '\e156';
69
-
70
- $ax-icon-emoji: '\e813';
71
- $ax-icon-attach: '\e226';
72
- $ax-icon-mic: '\e029';
73
- $ax-icon-send: '\e163';
1
+ .ax-icon {
2
+ font-family: 'Material Icons';
3
+ font-weight: normal;
4
+ font-style: normal;
5
+ font-size: 24px; /* Preferred icon size */
6
+ display: inline-block;
7
+ line-height: 1;
8
+ text-transform: none;
9
+ letter-spacing: normal;
10
+ word-wrap: normal;
11
+ white-space: nowrap;
12
+ direction: ltr;
13
+
14
+ /* Support for all WebKit browsers. */
15
+ -webkit-font-smoothing: antialiased;
16
+ /* Support for Safari and Chrome. */
17
+ text-rendering: optimizeLegibility;
18
+
19
+ /* Support for Firefox. */
20
+ -moz-osx-font-smoothing: grayscale;
21
+
22
+ /* Support for IE. */
23
+ font-feature-settings: 'liga';
24
+ }
25
+
26
+ $ax-icon-more-horizontal: '\e5d3';
27
+ $ax-icon-more-vertical: '\e5d4';
28
+
29
+ $ax-icon-arrow-long-up: '\e986';
30
+ $ax-icon-arrow-long-down: '\e984';
31
+
32
+ $ax-icon-color-palette: '\e40a';
33
+
34
+ $ax-icon-arrow-down: '\e5c5';
35
+ $ax-icon-arrow-up: '\e5c7';
36
+ $ax-icon-arrow-right: '\e5df';
37
+
38
+ $ax-icon-chevron-left: '\e5cb';
39
+ $ax-icon-chevron-down: '\e5cf';
40
+ $ax-icon-chevron-up: '\e5ce';
41
+ $ax-icon-chevron-right: '\e5cc';
42
+
43
+ $ax-icon-first-page: '\e5dc';
44
+ $ax-icon-last-page: '\e5dd';
45
+
46
+ $ax-icon-done: '\e876';
47
+ $ax-icon-calendar: '\e935';
48
+
49
+ $ax-icon-info: '\e88e';
50
+
51
+ $ax-icon-error: '\e000';
52
+
53
+ $ax-icon-warning: '\e002';
54
+
55
+ $ax-icon-check: '\e876';
56
+ $ax-icon-check-circle: '\e86c';
57
+ $ax-icon-dobble-check: '\e877';
58
+
59
+ $ax-icon-close: '\e5cd';
60
+ $ax-icon-clear: '\e5c9';
61
+ $ax-icon-visibility-off: '\e8f5';
62
+ $ax-icon-visibility: '\e8f4';
63
+ $ax-icon-unfold-more: '\e5d7';
64
+ $ax-icon-upload: '\f090';
65
+ $ax-icon-search: '\e8b6';
66
+ $ax-icon-copy: '\e173';
67
+ $ax-icon-refresh: '\e863';
68
+ $ax-icon-inbox: '\e156';
69
+
70
+ $ax-icon-emoji: '\e813';
71
+ $ax-icon-attach: '\e226';
72
+ $ax-icon-mic: '\e029';
73
+ $ax-icon-send: '\e163';