@cytario/design 1.17.1 → 2.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/dist/index.d.ts +3 -3
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/styles/global.css +17 -7
- package/src/tokens/variables.css +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -958,9 +958,9 @@ declare const ColorNeutral950 = "#030712";
|
|
|
958
958
|
declare const ColorNeutral1000 = "#000000";
|
|
959
959
|
declare const ColorBrandPrimary = "#5c2483";
|
|
960
960
|
declare const ColorBrandAccent = "#35b7b8";
|
|
961
|
-
declare const ColorActionPrimary = "#
|
|
962
|
-
declare const ColorActionPrimaryHover = "#
|
|
963
|
-
declare const ColorActionPrimaryActive = "#
|
|
961
|
+
declare const ColorActionPrimary = "#5c2483";
|
|
962
|
+
declare const ColorActionPrimaryHover = "#6b2695";
|
|
963
|
+
declare const ColorActionPrimaryActive = "#4a1d6a";
|
|
964
964
|
declare const ColorActionSecondary = "#5c2483";
|
|
965
965
|
declare const ColorActionSecondaryHover = "#6b2695";
|
|
966
966
|
declare const ColorActionDanger = "#e11d48";
|
package/dist/index.js
CHANGED
|
@@ -3534,9 +3534,9 @@ var ColorNeutral950 = "#030712";
|
|
|
3534
3534
|
var ColorNeutral1000 = "#000000";
|
|
3535
3535
|
var ColorBrandPrimary = "#5c2483";
|
|
3536
3536
|
var ColorBrandAccent = "#35b7b8";
|
|
3537
|
-
var ColorActionPrimary = "#
|
|
3538
|
-
var ColorActionPrimaryHover = "#
|
|
3539
|
-
var ColorActionPrimaryActive = "#
|
|
3537
|
+
var ColorActionPrimary = "#5c2483";
|
|
3538
|
+
var ColorActionPrimaryHover = "#6b2695";
|
|
3539
|
+
var ColorActionPrimaryActive = "#4a1d6a";
|
|
3540
3540
|
var ColorActionSecondary = "#5c2483";
|
|
3541
3541
|
var ColorActionSecondaryHover = "#6b2695";
|
|
3542
3542
|
var ColorActionDanger = "#e11d48";
|