subbiahjcp-design-tokens 1.0.15 → 1.0.17

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "subbiahjcp-design-tokens",
3
- "version": "1.0.15",
3
+ "version": "1.0.17",
4
4
  "type": "module",
5
5
  "description": "Design tokens generated from Figma",
6
6
  "main": "tokens-output.js",
package/tokens-native.js CHANGED
@@ -2,7 +2,7 @@
2
2
  * Do not edit directly, this file was auto-generated.
3
3
  */
4
4
 
5
- export const globalPrimary = "red";
5
+ export const globalPrimary = "black";
6
6
  export const globalSecondary = "blue";
7
7
  export const globalNewcolor = "black";
8
8
  export const globalAccent = "yellow";
package/tokens-output.css CHANGED
@@ -3,7 +3,7 @@
3
3
  */
4
4
 
5
5
  :root {
6
- --global-primary: #ff0000;
6
+ --global-primary: #000000;
7
7
  --global-secondary: #0000ff;
8
8
  --global-newcolor: #000000;
9
9
  --global-accent: #ffff00;
package/tokens-output.js CHANGED
@@ -2,7 +2,7 @@
2
2
  * Do not edit directly, this file was auto-generated.
3
3
  */
4
4
 
5
- export const globalPrimary = "red";
5
+ export const globalPrimary = "black";
6
6
  export const globalSecondary = "blue";
7
7
  export const globalNewcolor = "black";
8
8
  export const globalAccent = "yellow";