@plasmicpkgs/radix-ui 0.0.19 → 0.0.20

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 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1 +1 @@
1
- Plasmic components and registration calls for Spotify
1
+ Plasmic components and registration calls for Radix UI
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicpkgs/radix-ui",
3
- "version": "0.0.19",
3
+ "version": "0.0.20",
4
4
  "description": "Radix UI components for Plasmic",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -55,5 +55,5 @@
55
55
  "lucide-react": "^0.279.0",
56
56
  "remeda": "^1.27.0"
57
57
  },
58
- "gitHead": "3747032c6fd5048fa7a76b6dabe0697c8c907161"
58
+ "gitHead": "60c8115078ff2633acdf153085d449a838503d3d"
59
59
  }