@kcascend/liquid-ui 0.0.1 → 0.0.2

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.
Files changed (2) hide show
  1. package/README.md +1 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -44,10 +44,7 @@ Supported layout features:
44
44
 
45
45
  ## Figma governance
46
46
 
47
- Every reusable component must record an approved Figma reference in story metadata or component documentation before it is considered ready for review. The initial workflow example in this package uses the Liquid token source in Figma:
48
-
49
- - https://www.figma.com/design/QOtgMJzWSuF5XOLrlw151c/Liquid-DS---00-Tokens?node-id=5-110&p=f&m=dev
50
- - https://www.figma.com/design/a9SMb2IjyRedfsaUMGXIyP/Liquid-DS---01-Components?node-id=2-2299&m=dev
47
+ Every reusable component must record an approved Figma reference in story metadata or component documentation before it is considered ready for review. The initial workflow example in this package uses the Liquid token source in Figma
51
48
 
52
49
  Storybook now demonstrates both patterns:
53
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kcascend/liquid-ui",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",