@dynatrace/strato-design-tokens 1.4.0 → 1.5.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/colors/index.d.ts +3 -3
- package/colors/index.js +6 -6
- package/esm/colors/index.js +6 -6
- package/esm/colors/index.js.map +1 -1
- package/esm/variables/index.js +3 -3
- package/esm/variables/index.js.map +1 -1
- package/esm/variables-dark/index.js +13 -13
- package/esm/variables-dark/index.js.map +1 -1
- package/package.json +1 -1
- package/styles/variables-dark.css +13 -13
- package/styles/variables.css +3 -3
- package/variables/index.js +3 -3
- package/variables-dark/index.js +13 -13
package/colors/index.d.ts
CHANGED
|
@@ -563,17 +563,17 @@ declare const _default: {
|
|
|
563
563
|
AccentActive: string;
|
|
564
564
|
/**
|
|
565
565
|
* Use as border color of subtle elements.
|
|
566
|
-
* Css custom property: --dt-colors-border-neutral-subdued. Default value: #
|
|
566
|
+
* Css custom property: --dt-colors-border-neutral-subdued. Default value: #e4e5eb.
|
|
567
567
|
*/
|
|
568
568
|
Subdued: string;
|
|
569
569
|
/**
|
|
570
570
|
* Use as border color of subtle elements on hover interaction.
|
|
571
|
-
* Css custom property: --dt-colors-border-neutral-subdued-hover. Default value: #
|
|
571
|
+
* Css custom property: --dt-colors-border-neutral-subdued-hover. Default value: #d0d1dc.
|
|
572
572
|
*/
|
|
573
573
|
SubduedHover: string;
|
|
574
574
|
/**
|
|
575
575
|
* Use for click interactions on subtle elements.
|
|
576
|
-
* Css custom property: --dt-colors-border-neutral-subdued-active. Default value: #
|
|
576
|
+
* Css custom property: --dt-colors-border-neutral-subdued-active. Default value: #c6c7d5.
|
|
577
577
|
*/
|
|
578
578
|
SubduedActive: string;
|
|
579
579
|
};
|
package/colors/index.js
CHANGED
|
@@ -581,19 +581,19 @@ const Border = {
|
|
|
581
581
|
AccentActive: "var(--dt-colors-border-neutral-accent-active, #2f2f4f)",
|
|
582
582
|
/**
|
|
583
583
|
* Use as border color of subtle elements.
|
|
584
|
-
* Css custom property: --dt-colors-border-neutral-subdued. Default value: #
|
|
584
|
+
* Css custom property: --dt-colors-border-neutral-subdued. Default value: #e4e5eb.
|
|
585
585
|
*/
|
|
586
|
-
Subdued: "var(--dt-colors-border-neutral-subdued, #
|
|
586
|
+
Subdued: "var(--dt-colors-border-neutral-subdued, #e4e5eb)",
|
|
587
587
|
/**
|
|
588
588
|
* Use as border color of subtle elements on hover interaction.
|
|
589
|
-
* Css custom property: --dt-colors-border-neutral-subdued-hover. Default value: #
|
|
589
|
+
* Css custom property: --dt-colors-border-neutral-subdued-hover. Default value: #d0d1dc.
|
|
590
590
|
*/
|
|
591
|
-
SubduedHover: "var(--dt-colors-border-neutral-subdued-hover, #
|
|
591
|
+
SubduedHover: "var(--dt-colors-border-neutral-subdued-hover, #d0d1dc)",
|
|
592
592
|
/**
|
|
593
593
|
* Use for click interactions on subtle elements.
|
|
594
|
-
* Css custom property: --dt-colors-border-neutral-subdued-active. Default value: #
|
|
594
|
+
* Css custom property: --dt-colors-border-neutral-subdued-active. Default value: #c6c7d5.
|
|
595
595
|
*/
|
|
596
|
-
SubduedActive: "var(--dt-colors-border-neutral-subdued-active, #
|
|
596
|
+
SubduedActive: "var(--dt-colors-border-neutral-subdued-active, #c6c7d5)"
|
|
597
597
|
},
|
|
598
598
|
Primary: {
|
|
599
599
|
OnAccent: {
|
package/esm/colors/index.js
CHANGED
|
@@ -559,19 +559,19 @@ const Border = {
|
|
|
559
559
|
AccentActive: "var(--dt-colors-border-neutral-accent-active, #2f2f4f)",
|
|
560
560
|
/**
|
|
561
561
|
* Use as border color of subtle elements.
|
|
562
|
-
* Css custom property: --dt-colors-border-neutral-subdued. Default value: #
|
|
562
|
+
* Css custom property: --dt-colors-border-neutral-subdued. Default value: #e4e5eb.
|
|
563
563
|
*/
|
|
564
|
-
Subdued: "var(--dt-colors-border-neutral-subdued, #
|
|
564
|
+
Subdued: "var(--dt-colors-border-neutral-subdued, #e4e5eb)",
|
|
565
565
|
/**
|
|
566
566
|
* Use as border color of subtle elements on hover interaction.
|
|
567
|
-
* Css custom property: --dt-colors-border-neutral-subdued-hover. Default value: #
|
|
567
|
+
* Css custom property: --dt-colors-border-neutral-subdued-hover. Default value: #d0d1dc.
|
|
568
568
|
*/
|
|
569
|
-
SubduedHover: "var(--dt-colors-border-neutral-subdued-hover, #
|
|
569
|
+
SubduedHover: "var(--dt-colors-border-neutral-subdued-hover, #d0d1dc)",
|
|
570
570
|
/**
|
|
571
571
|
* Use for click interactions on subtle elements.
|
|
572
|
-
* Css custom property: --dt-colors-border-neutral-subdued-active. Default value: #
|
|
572
|
+
* Css custom property: --dt-colors-border-neutral-subdued-active. Default value: #c6c7d5.
|
|
573
573
|
*/
|
|
574
|
-
SubduedActive: "var(--dt-colors-border-neutral-subdued-active, #
|
|
574
|
+
SubduedActive: "var(--dt-colors-border-neutral-subdued-active, #c6c7d5)"
|
|
575
575
|
},
|
|
576
576
|
Primary: {
|
|
577
577
|
OnAccent: {
|