@sorb/leaf 0.3.0 → 0.4.0
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/core.js +58 -0
- package/dist/core.js.map +2 -2
- package/dist/core.mjs +58 -0
- package/dist/core.mjs.map +2 -2
- package/dist/index.js +225 -0
- package/dist/index.js.map +3 -3
- package/dist/index.mjs +225 -0
- package/dist/index.mjs.map +3 -3
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sorb/leaf",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"description": "React SDK for Sorb, the design-token bridge for your running app — live-preview proposed tokens as CSS custom properties. (Leaf: the foliage in your app.)",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"prepublishOnly": "node build.mjs"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@sorb/core": "^0.
|
|
45
|
+
"@sorb/core": "^0.3.0"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"react": "^18.0.0"
|