Comparing version 0.0.7 to 0.0.8
# gu-ds-base | ||
## 0.0.8 | ||
### Patch Changes | ||
- Added stylelint | ||
## 0.0.6 | ||
@@ -4,0 +10,0 @@ |
@@ -43,2 +43,15 @@ { | ||
"textCase": "none" | ||
}, | ||
"disabled": { | ||
"fontSize": 16, | ||
"textDecoration": "none", | ||
"fontFamily": "Inter", | ||
"fontWeight": 500, | ||
"fontStyle": "italic", | ||
"fontStretch": "normal", | ||
"letterSpacing": 0, | ||
"lineHeight": 19.2, | ||
"paragraphIndent": 0, | ||
"paragraphSpacing": 0, | ||
"textCase": "none" | ||
} | ||
@@ -365,2 +378,17 @@ }, | ||
} | ||
}, | ||
"section": { | ||
"input": { | ||
"fontSize": 32, | ||
"textDecoration": "none", | ||
"fontFamily": "Inter", | ||
"fontWeight": 400, | ||
"fontStyle": "normal", | ||
"fontStretch": "normal", | ||
"letterSpacing": 0, | ||
"lineHeight": 32, | ||
"paragraphIndent": 0, | ||
"paragraphSpacing": 0, | ||
"textCase": "none" | ||
} | ||
} | ||
@@ -453,2 +481,3 @@ }, | ||
"size": { | ||
"2": 2, | ||
"6": 6, | ||
@@ -690,2 +719,5 @@ "8": 8, | ||
"block": 12 | ||
}, | ||
"border": { | ||
"radius": 8 | ||
} | ||
@@ -843,3 +875,3 @@ }, | ||
"color": { | ||
"bg": { | ||
"background": { | ||
"default": "#dde0e3ff", | ||
@@ -853,3 +885,3 @@ "low": "#ffcec2ff", | ||
}, | ||
"fg": { | ||
"foreground": { | ||
"default": "#002852ff", | ||
@@ -976,3 +1008,4 @@ "low": "#f53000ff", | ||
"large": 24, | ||
"medium": 16 | ||
"medium": 16, | ||
"small": 8 | ||
} | ||
@@ -995,3 +1028,4 @@ } | ||
"primary": "#028d56ff", | ||
"secondary": "#ccf0e2ff" | ||
"secondary": "#ccf0e2ff", | ||
"secondar": "#ccf0e2ff" | ||
}, | ||
@@ -1004,2 +1038,33 @@ "failure": { | ||
}, | ||
"sections": { | ||
"input": { | ||
"text": { | ||
"padding": 8 | ||
}, | ||
"color": { | ||
"border": { | ||
"default": "#7091ebff", | ||
"selected": "#112e7dff" | ||
}, | ||
"background": { | ||
"default": "#edf1fcff" | ||
} | ||
} | ||
}, | ||
"label": { | ||
"container": { | ||
"color": { | ||
"background": "#edf1fcff" | ||
}, | ||
"padding": { | ||
"inline": 6, | ||
"block": 2 | ||
}, | ||
"border": { | ||
"radius": 2 | ||
}, | ||
"gap": 6 | ||
} | ||
} | ||
}, | ||
"typography": { | ||
@@ -1046,2 +1111,15 @@ "action": { | ||
"textCase": "none" | ||
}, | ||
"disabled": { | ||
"fontSize": 16, | ||
"textDecoration": "none", | ||
"fontFamily": "Inter", | ||
"fontWeight": 500, | ||
"fontStyle": "italic", | ||
"fontStretch": "normal", | ||
"letterSpacing": 0, | ||
"lineHeight": 19.2, | ||
"paragraphIndent": 0, | ||
"paragraphSpacing": 0, | ||
"textCase": "none" | ||
} | ||
@@ -1368,4 +1446,19 @@ }, | ||
} | ||
}, | ||
"section": { | ||
"input": { | ||
"fontSize": 32, | ||
"textDecoration": "none", | ||
"fontFamily": "Inter", | ||
"fontWeight": 400, | ||
"fontStyle": "normal", | ||
"fontStretch": "normal", | ||
"letterSpacing": 0, | ||
"lineHeight": 32, | ||
"paragraphIndent": 0, | ||
"paragraphSpacing": 0, | ||
"textCase": "none" | ||
} | ||
} | ||
} | ||
} |
@@ -67,2 +67,23 @@ [ | ||
"action", | ||
"input" | ||
], | ||
"name": "disabled", | ||
"fullNameCamelCase": "actionInputDisabled", | ||
"styles": { | ||
"fontSize": 16, | ||
"textDecoration": "none", | ||
"fontFamily": "Inter", | ||
"fontWeight": 500, | ||
"fontStyle": "italic", | ||
"fontStretch": "normal", | ||
"letterSpacing": 0, | ||
"lineHeight": 19.2, | ||
"paragraphIndent": 0, | ||
"paragraphSpacing": 0, | ||
"textCase": "none" | ||
} | ||
}, | ||
{ | ||
"path": [ | ||
"action", | ||
"disabled" | ||
@@ -536,3 +557,23 @@ ], | ||
} | ||
}, | ||
{ | ||
"path": [ | ||
"section" | ||
], | ||
"name": "input", | ||
"fullNameCamelCase": "sectionInput", | ||
"styles": { | ||
"fontSize": 32, | ||
"textDecoration": "none", | ||
"fontFamily": "Inter", | ||
"fontWeight": 400, | ||
"fontStyle": "normal", | ||
"fontStretch": "normal", | ||
"letterSpacing": 0, | ||
"lineHeight": 32, | ||
"paragraphIndent": 0, | ||
"paragraphSpacing": 0, | ||
"textCase": "none" | ||
} | ||
} | ||
] |
@@ -32,2 +32,12 @@ { | ||
}, | ||
"actionInputDisabled": { | ||
"fontSize": "16px", | ||
"textDecoration": "none", | ||
"fontFamily": "Inter", | ||
"fontWeight": 500, | ||
"fontStyle": "italic", | ||
"fontStretch": "normal", | ||
"letterSpacing": 0, | ||
"lineHeight": 1.2 | ||
}, | ||
"actionDisabledPlaceholder": { | ||
@@ -262,3 +272,13 @@ "fontSize": "16px", | ||
"lineHeight": 1.2 | ||
}, | ||
"sectionInput": { | ||
"fontSize": "32px", | ||
"textDecoration": "none", | ||
"fontFamily": "Inter", | ||
"fontWeight": 400, | ||
"fontStyle": "normal", | ||
"fontStretch": "normal", | ||
"letterSpacing": 0, | ||
"lineHeight": 1 | ||
} | ||
} |
{ | ||
"name": "gu-ds-base", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"license": "MIT", | ||
"type": "commonjs", | ||
"scripts": { | ||
"clean": "rm -rf .turbo && rm -rf node_modules", | ||
"build": "yarn tokens && yarn css", | ||
@@ -8,0 +9,0 @@ "tokens": "node ./build-tokens.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
223996
7238