@controlkit/label
Advanced tools
+2
-1
@@ -13,3 +13,3 @@ import { jsx } from 'react/jsx-runtime'; | ||
| }); | ||
| const Label = forwardRef(({ extend, ...props }, ref) => /* @__PURE__ */ jsx( | ||
| const Label = forwardRef(({ extend, style, ...props }, ref) => /* @__PURE__ */ jsx( | ||
| LabelPrimitive.Root, | ||
@@ -19,2 +19,3 @@ { | ||
| ...stylex.props(styles.base, extend), | ||
| style, | ||
| ...props | ||
@@ -21,0 +22,0 @@ } |
+9
-9
| { | ||
| "name": "@controlkit/label", | ||
| "version": "0.2.0", | ||
| "version": "0.3.0", | ||
| "type": "module", | ||
@@ -15,5 +15,5 @@ "module": "dist/index.js", | ||
| "peerDependencies": { | ||
| "@stylexjs/stylex": "^0.7.5", | ||
| "react": "^18.3.1", | ||
| "react-dom": "^18.3.1" | ||
| "@stylexjs/stylex": "0.10.1", | ||
| "react": "19.0.0", | ||
| "react-dom": "19.0.0" | ||
| }, | ||
@@ -24,6 +24,6 @@ "dependencies": { | ||
| "devDependencies": { | ||
| "@stylexjs/babel-plugin": "^0.7.5", | ||
| "@stylexjs/rollup-plugin": "^0.7.5", | ||
| "@types/react": "^18.3.3", | ||
| "@types/react-dom": "^18.3.0", | ||
| "@stylexjs/babel-plugin": "0.10.1", | ||
| "@stylexjs/rollup-plugin": "0.10.1", | ||
| "@types/react": "19.0.10", | ||
| "@types/react-dom": "19.0.4", | ||
| "@typescript-eslint/eslint-plugin": "^7.13.1", | ||
@@ -36,5 +36,5 @@ "@typescript-eslint/parser": "^7.13.1", | ||
| "typescript": "^5.2.2", | ||
| "vite": "^5.3.1", | ||
| "vite": "6.2.0", | ||
| "vite-plugin-dts": "^3.9.1" | ||
| } | ||
| } |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
3338
1.55%30
3.45%0
-100%