@patternfly/design-tokens 1.3.0 → 1.4.1

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.
@@ -157,13 +157,13 @@
157
157
  "type": "color",
158
158
  "value": "{global.color.status.danger.default}"
159
159
  },
160
- "hover": {
161
- "type": "color",
162
- "value": "{global.color.status.danger.hover}"
163
- },
164
160
  "clicked": {
165
161
  "type": "color",
166
162
  "value": "{global.color.status.danger.clicked}"
163
+ },
164
+ "hover": {
165
+ "type": "color",
166
+ "value": "{global.color.status.danger.hover}"
167
167
  }
168
168
  }
169
169
  },
@@ -613,6 +613,44 @@
613
613
  "type": "color",
614
614
  "value": "{global.color.disabled.300}"
615
615
  },
616
+ "severity": {
617
+ "undefined": {
618
+ "default": {
619
+ "type": "color",
620
+ "value": "{global.color.severity.undefined.100}"
621
+ }
622
+ },
623
+ "none": {
624
+ "default": {
625
+ "type": "color",
626
+ "value": "{global.color.severity.none.100}"
627
+ }
628
+ },
629
+ "minor": {
630
+ "default": {
631
+ "type": "color",
632
+ "value": "{global.color.severity.minor.100}"
633
+ }
634
+ },
635
+ "moderate": {
636
+ "default": {
637
+ "type": "color",
638
+ "value": "{global.color.severity.moderate.100}"
639
+ }
640
+ },
641
+ "important": {
642
+ "default": {
643
+ "type": "color",
644
+ "value": "{global.color.severity.important.100}"
645
+ }
646
+ },
647
+ "critical": {
648
+ "default": {
649
+ "type": "color",
650
+ "value": "{global.color.severity.critical.100}"
651
+ }
652
+ }
653
+ },
616
654
  "nonstatus": {
617
655
  "on-red": {
618
656
  "default": {
@@ -845,7 +883,7 @@
845
883
  },
846
884
  "disabled": {
847
885
  "type": "color",
848
- "value": "{global.background.color.disabled.default}"
886
+ "value": "{global.color.disabled.200}"
849
887
  },
850
888
  "alt": {
851
889
  "type": "color",
@@ -1057,6 +1095,10 @@
1057
1095
  "type": "color",
1058
1096
  "value": "{global.text.color.400}"
1059
1097
  },
1098
+ "on-highlight": {
1099
+ "type": "color",
1100
+ "value": "{global.text.color.100}"
1101
+ },
1060
1102
  "status": {
1061
1103
  "success": {
1062
1104
  "default": {