@acorex/styles 18.16.0-next.8 → 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.
- package/icons/fontawesome/fontawesome.scss +1 -1
- package/icons/huge/huge-bulk/_variables.scss +6 -0
- package/icons/huge/huge-bulk/bulk-rounded.scss +1 -1
- package/icons/huge/huge-duotone/_variables.scss +6 -0
- package/icons/huge/huge-duotone/duotone-rounded.scss +1 -1
- package/icons/huge/huge-solid/solid-rounded.scss +1 -1
- package/icons/huge/huge-solid/solid-sharp.scss +1 -1
- package/icons/huge/huge-solid/solid-standard.scss +1 -1
- package/icons/huge/huge-solid/variables/_rounded-variables.scss +6 -0
- package/icons/huge/huge-solid/variables/_sharp-variables.scss +6 -0
- package/icons/huge/huge-solid/variables/_standard-variables.scss +6 -0
- package/icons/huge/huge-stroke/stroke-rounded.scss +1 -1
- package/icons/huge/huge-stroke/stroke-sharp.scss +1 -1
- package/icons/huge/huge-stroke/stroke-standard.scss +1 -1
- package/icons/huge/huge-stroke/variables/_rounded-variables.scss +6 -0
- package/icons/huge/huge-stroke/variables/_sharp-variables.scss +6 -0
- package/icons/huge/huge-stroke/variables/_standard-variables.scss +6 -0
- package/icons/huge/huge-twotone/_variables.scss +6 -0
- package/icons/huge/huge-twotone/twotone-rounded.scss +1 -1
- package/icons/index.scss +130 -128
- package/icons/material/material.scss +1 -1
- package/index.css +54 -0
- package/index.min.css +1 -1
- package/index.scss +7 -7
- package/package.json +2 -2
- package/src/base/index.scss +1 -1
- package/src/mixins/index.scss +3 -3
- package/src/shared/_check-box.scss +1 -1
- package/src/shared/_color-look.scss +17 -6
- package/src/shared/_drop-down.scss +4 -4
- package/src/shared/_editor-container.scss +7 -6
- package/src/shared/_list.scss +4 -4
- package/src/shared/_radio.scss +1 -1
- package/src/shared/_table.scss +3 -3
- package/src/shared/_utils.scss +3 -2
- package/src/shared/index.scss +12 -12
- package/src/variables/index.scss +2 -2
@@ -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
|
|
@@ -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
|
|
@@ -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
|
|