@acorex/styles 18.16.0-next.9 → 19.0.0

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 (37) hide show
  1. package/icons/fontawesome/fontawesome.scss +1 -1
  2. package/icons/huge/huge-bulk/_variables.scss +6 -0
  3. package/icons/huge/huge-bulk/bulk-rounded.scss +1 -1
  4. package/icons/huge/huge-duotone/_variables.scss +6 -0
  5. package/icons/huge/huge-duotone/duotone-rounded.scss +1 -1
  6. package/icons/huge/huge-solid/solid-rounded.scss +1 -1
  7. package/icons/huge/huge-solid/solid-sharp.scss +1 -1
  8. package/icons/huge/huge-solid/solid-standard.scss +1 -1
  9. package/icons/huge/huge-solid/variables/_rounded-variables.scss +6 -0
  10. package/icons/huge/huge-solid/variables/_sharp-variables.scss +6 -0
  11. package/icons/huge/huge-solid/variables/_standard-variables.scss +6 -0
  12. package/icons/huge/huge-stroke/stroke-rounded.scss +1 -1
  13. package/icons/huge/huge-stroke/stroke-sharp.scss +1 -1
  14. package/icons/huge/huge-stroke/stroke-standard.scss +1 -1
  15. package/icons/huge/huge-stroke/variables/_rounded-variables.scss +6 -0
  16. package/icons/huge/huge-stroke/variables/_sharp-variables.scss +6 -0
  17. package/icons/huge/huge-stroke/variables/_standard-variables.scss +6 -0
  18. package/icons/huge/huge-twotone/_variables.scss +6 -0
  19. package/icons/huge/huge-twotone/twotone-rounded.scss +1 -1
  20. package/icons/index.scss +130 -128
  21. package/icons/material/material.scss +1 -1
  22. package/index.css +54 -0
  23. package/index.min.css +1 -1
  24. package/index.scss +7 -7
  25. package/package.json +2 -2
  26. package/src/base/index.scss +1 -1
  27. package/src/mixins/index.scss +3 -3
  28. package/src/shared/_check-box.scss +1 -1
  29. package/src/shared/_color-look.scss +17 -6
  30. package/src/shared/_drop-down.scss +4 -4
  31. package/src/shared/_editor-container.scss +7 -6
  32. package/src/shared/_list.scss +4 -4
  33. package/src/shared/_radio.scss +1 -1
  34. package/src/shared/_table.scss +3 -3
  35. package/src/shared/_utils.scss +3 -2
  36. package/src/shared/index.scss +12 -12
  37. package/src/variables/index.scss +2 -2
@@ -1,4 +1,4 @@
1
- @import './variables';
1
+ @use 'variables';
2
2
  .ax-icon {
3
3
  -moz-osx-font-smoothing: grayscale;
4
4
  -webkit-font-smoothing: antialiased;
@@ -37,6 +37,12 @@ $ax-icon-chevron-up-after: ''; //arrow-up-01
37
37
  $ax-icon-chevron-right: ''; //arrow-right-01
38
38
  $ax-icon-chevron-right-after: ''; //arrow-right-01
39
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
+
40
46
  $ax-icon-first-page: ''; //arrow-left-03
41
47
  $ax-icon-first-page-after: ''; //arrow-left-03
42
48
 
@@ -1,4 +1,4 @@
1
- @import './variables';
1
+ @use 'variables';
2
2
  .ax-icon {
3
3
  font-family: 'hgi-bulk-rounded' !important;
4
4
  font-style: normal;
@@ -37,6 +37,12 @@ $ax-icon-chevron-up-after: 'ﯴ'; //arrow-up-01
37
37
  $ax-icon-chevron-right: 'ﯛ'; //arrow-right-01
38
38
  $ax-icon-chevron-right-after: 'ﯚ'; //arrow-right-01
39
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
+
40
46
  $ax-icon-first-page: '﯁'; //arrow-left-03
41
47
  $ax-icon-first-page-after: '﯀'; //arrow-left-03
42
48
 
@@ -1,4 +1,4 @@
1
- @import './variables';
1
+ @use 'variables';
2
2
  .ax-icon {
3
3
  font-family: "hgi-duotone-rounded" !important;
4
4
  font-style: normal;
@@ -1,4 +1,4 @@
1
- @import './variables/rounded-variables';
1
+ @use 'variables/rounded-variables';
2
2
  .ax-icon {
3
3
  font-family: 'hgi-solid-rounded' !important;
4
4
  font-style: normal;
@@ -1,4 +1,4 @@
1
- @import './variables/sharp-variables';
1
+ @use 'variables/sharp-variables';
2
2
  .ax-icon {
3
3
  font-family: 'hgi-solid-sharp' !important;
4
4
  font-style: normal;
@@ -1,4 +1,4 @@
1
- @import './variables/standard-variables';
1
+ @use 'variables/standard-variables';
2
2
  .ax-icon {
3
3
  font-family: 'hgi-solid-standard' !important;
4
4
  font-style: normal;
@@ -37,6 +37,12 @@ $ax-icon-chevron-up-after: ''; //arrow-up-01
37
37
  $ax-icon-chevron-right: 'ଜ'; //arrow-right-01
38
38
  $ax-icon-chevron-right-after: ''; //arrow-right-01
39
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
+
40
46
  $ax-icon-first-page: 'ଏ'; //arrow-left-03
41
47
  $ax-icon-first-page-after: ''; //arrow-left-03
42
48
 
@@ -37,6 +37,12 @@ $ax-icon-chevron-up-after: ''; //arrow-up-01
37
37
  $ax-icon-chevron-right: 'ᬻ'; //arrow-right-01
38
38
  $ax-icon-chevron-right-after: ''; //arrow-right-01
39
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
+
40
46
  $ax-icon-first-page: 'ᬮ'; //arrow-left-03
41
47
  $ax-icon-first-page-after: ''; //arrow-left-03
42
48
 
@@ -37,6 +37,12 @@ $ax-icon-chevron-up-after: ''; //arrow-up-01
37
37
  $ax-icon-chevron-right: '⭚'; //arrow-right-01
38
38
  $ax-icon-chevron-right-after: ''; //arrow-right-01
39
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
+
40
46
  $ax-icon-first-page: '⭍'; //arrow-left-03
41
47
  $ax-icon-first-page-after: ''; //arrow-left-03
42
48
 
@@ -1,4 +1,4 @@
1
- @import './variables/rounded-variables';
1
+ @use 'variables/rounded-variables';
2
2
  .ax-icon {
3
3
  font-family: 'hgi-stroke-rounded' !important;
4
4
  font-style: normal;
@@ -1,4 +1,4 @@
1
- @import './variables/sharp-variables';
1
+ @use 'variables/sharp-variables';
2
2
  .ax-icon {
3
3
  font-family: 'hgi-stroke-sharp' !important;
4
4
  font-style: normal;
@@ -1,4 +1,4 @@
1
- @import './variables/standard-variables';
1
+ @use 'variables/standard-variables';
2
2
  .ax-icon {
3
3
  font-family: 'hgi-stroke-standard' !important;
4
4
  font-style: normal;
@@ -37,6 +37,12 @@ $ax-icon-chevron-up-after: ''; //arrow-up-01
37
37
  $ax-icon-chevron-right: '㭹'; //arrow-right-01
38
38
  $ax-icon-chevron-right-after: ''; //arrow-right-01
39
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
+
40
46
  $ax-icon-first-page: '㭬'; //arrow-left-03
41
47
  $ax-icon-first-page-after: ''; //arrow-left-03
42
48
 
@@ -37,6 +37,12 @@ $ax-icon-chevron-up-after: ''; //arrow-up-01
37
37
  $ax-icon-chevron-right: '䮘'; //arrow-right-01
38
38
  $ax-icon-chevron-right-after: ''; //arrow-right-01
39
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
+
40
46
  $ax-icon-first-page: '䮋'; //arrow-left-03
41
47
  $ax-icon-first-page-after: ''; //arrow-left-03
42
48
 
@@ -37,6 +37,12 @@ $ax-icon-chevron-up-after: ''; //arrow-up-01
37
37
  $ax-icon-chevron-right: '宷'; //arrow-right-01
38
38
  $ax-icon-chevron-right-after: ''; //arrow-right-01
39
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
+
40
46
  $ax-icon-first-page: '宪'; //arrow-left-03
41
47
  $ax-icon-first-page-after: ''; //arrow-left-03
42
48
 
@@ -37,6 +37,12 @@ $ax-icon-chevron-up-after: '泍'; //arrow-up-01
37
37
  $ax-icon-chevron-right: '沴'; //arrow-right-01
38
38
  $ax-icon-chevron-right-after: '河'; //arrow-right-01
39
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
+
40
46
  $ax-icon-first-page: '沚'; //arrow-left-03
41
47
  $ax-icon-first-page-after: '沙'; //arrow-left-03
42
48
 
@@ -1,4 +1,4 @@
1
- @import './variables';
1
+ @use 'variables';
2
2
  .ax-icon {
3
3
  font-family: 'hgi-twotone-rounded' !important;
4
4
  font-style: normal;