@acorex/styles 6.1.1 → 6.1.3
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/package.json +2 -2
- package/src/components/_alert.scss +245 -643
- package/src/components/_button.scss +14 -3
- package/src/components/_calendar.scss +7 -26
- package/src/components/_decoration.scss +18 -17
- package/src/components/_editor-container.scss +1 -1
- package/src/components/_textarea.scss +2 -2
- package/src/icons/demo.html +113 -1
- package/src/icons/fonts/acorex-icon.eot +0 -0
- package/src/icons/fonts/acorex-icon.svg +8 -0
- package/src/icons/fonts/acorex-icon.ttf +0 -0
- package/src/icons/fonts/acorex-icon.woff +0 -0
- package/src/icons/selection.json +1 -1
- package/src/icons/style.css +29 -5
- package/src/icons/style.scss +45 -5
- package/src/icons/variables.scss +8 -0
- package/src/utility/index.scss +3 -0
- package/src/variables/_colors.scss +12 -12
@@ -49,18 +49,18 @@ $theme-colors: (
|
|
49
49
|
"900": "6 78 59",
|
50
50
|
),
|
51
51
|
"danger": (
|
52
|
-
"": "
|
53
|
-
"fore": "255
|
54
|
-
"50": "
|
55
|
-
"100": "
|
56
|
-
"200": "254
|
57
|
-
"300": "
|
58
|
-
"400": "
|
59
|
-
"500": "
|
60
|
-
"600": "
|
61
|
-
"700": "
|
62
|
-
"800": "
|
63
|
-
"900": "
|
52
|
+
"": "244 63 94",
|
53
|
+
"fore": "255 241 242",
|
54
|
+
"50": "255 241 242",
|
55
|
+
"100": "255 228 230",
|
56
|
+
"200": "254 205 211",
|
57
|
+
"300": "253 164 175",
|
58
|
+
"400": "251 113 133",
|
59
|
+
"500": "244 63 94",
|
60
|
+
"600": "225 29 72",
|
61
|
+
"700": "190 18 60",
|
62
|
+
"800": "159 18 57",
|
63
|
+
"900": "136 19 55",
|
64
64
|
),
|
65
65
|
"warning": (
|
66
66
|
"": "255 193 7",
|