@bi-digital/tokens 0.2.12 → 0.2.14

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/tokens.css CHANGED
@@ -123,7 +123,7 @@
123
123
  --bi-alert-85: #731a15;
124
124
  --bi-alert-90: #6a1b16;
125
125
  --bi-alert-95: #5d1c18;
126
- --bi-alert-100: #401410;
126
+ --bi-alert-100: #280c0a;
127
127
  --bi-scale-0: 0;
128
128
  --bi-scale-0-25x: 0.0625rem;
129
129
  --bi-scale-0-50x: 0.125rem;
package/dist/tokens.js CHANGED
@@ -1940,12 +1940,12 @@ export default {
1940
1940
  },
1941
1941
  100: {
1942
1942
  $type: "color",
1943
- $value: "#401410",
1943
+ $value: "#280c0a",
1944
1944
  filePath: "tokens/Reference.Mode 1.tokens.json",
1945
1945
  isSource: true,
1946
1946
  original: {
1947
1947
  $type: "color",
1948
- $value: "#401410",
1948
+ $value: "#280C0A",
1949
1949
  },
1950
1950
  name: "bi-alert-100",
1951
1951
  attributes: {
package/dist/tokens.scss CHANGED
@@ -121,7 +121,7 @@ $bi-alert-80: #931801;
121
121
  $bi-alert-85: #731a15;
122
122
  $bi-alert-90: #6a1b16;
123
123
  $bi-alert-95: #5d1c18;
124
- $bi-alert-100: #401410;
124
+ $bi-alert-100: #280c0a;
125
125
  $bi-scale-0: 0;
126
126
  $bi-scale-0-25x: 0.0625rem;
127
127
  $bi-scale-0-50x: 0.125rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bi-digital/tokens",
3
- "version": "0.2.12",
3
+ "version": "0.2.14",
4
4
  "description": "CSS and SASS variables for the BI Design System",
5
5
  "author": "BI Digital",
6
6
  "license": "ISC",