myoperator-ui 0.0.110 → 0.0.111

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/dist/index.js +10 -10
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -275,7 +275,7 @@ async function getRegistry(prefix = "") {
275
275
  name: "button",
276
276
  description: "A customizable button component with variants, sizes, and icons",
277
277
  dependencies: [
278
- "@radix-ui/react-slot",
278
+ "@radix-ui/react-slot@^1.2.4",
279
279
  "class-variance-authority",
280
280
  "clsx",
281
281
  "tailwind-merge",
@@ -402,7 +402,7 @@ export { Button, buttonVariants };
402
402
  name: "badge",
403
403
  description: "A status badge component with active, failed, disabled, outline, secondary, and destructive variants",
404
404
  dependencies: [
405
- "@radix-ui/react-slot",
405
+ "@radix-ui/react-slot@^1.2.4",
406
406
  "class-variance-authority",
407
407
  "clsx",
408
408
  "tailwind-merge"
@@ -802,7 +802,7 @@ export { Input, inputVariants };
802
802
  name: "select",
803
803
  description: "A select dropdown component built on Radix UI Select",
804
804
  dependencies: [
805
- "@radix-ui/react-select",
805
+ "@radix-ui/react-select@^2.2.6",
806
806
  "class-variance-authority",
807
807
  "clsx",
808
808
  "tailwind-merge",
@@ -1007,7 +1007,7 @@ export {
1007
1007
  name: "checkbox",
1008
1008
  description: "A tri-state checkbox component with label support (checked, unchecked, indeterminate). Built on Radix UI Checkbox.",
1009
1009
  dependencies: [
1010
- "@radix-ui/react-checkbox",
1010
+ "@radix-ui/react-checkbox@^1.3.3",
1011
1011
  "class-variance-authority",
1012
1012
  "clsx",
1013
1013
  "tailwind-merge",
@@ -1236,7 +1236,7 @@ export { Checkbox, checkboxVariants };
1236
1236
  name: "switch",
1237
1237
  description: "A switch/toggle component for boolean inputs with on/off states. Built on Radix UI Switch.",
1238
1238
  dependencies: [
1239
- "@radix-ui/react-switch",
1239
+ "@radix-ui/react-switch@^1.2.6",
1240
1240
  "class-variance-authority",
1241
1241
  "clsx",
1242
1242
  "tailwind-merge"
@@ -1675,7 +1675,7 @@ export { TextField, textFieldContainerVariants, textFieldInputVariants };
1675
1675
  name: "select-field",
1676
1676
  description: "A select field with label, helper text, and validation states",
1677
1677
  dependencies: [
1678
- "@radix-ui/react-select",
1678
+ "@radix-ui/react-select@^2.2.6",
1679
1679
  "clsx",
1680
1680
  "tailwind-merge",
1681
1681
  "lucide-react"
@@ -2728,7 +2728,7 @@ export {
2728
2728
  name: "dialog",
2729
2729
  description: "A modal dialog component built on Radix UI Dialog with size variants and animations",
2730
2730
  dependencies: [
2731
- "@radix-ui/react-dialog",
2731
+ "@radix-ui/react-dialog@^1.1.15",
2732
2732
  "class-variance-authority",
2733
2733
  "clsx",
2734
2734
  "tailwind-merge",
@@ -2921,7 +2921,7 @@ export {
2921
2921
  name: "dropdown-menu",
2922
2922
  description: "A dropdown menu component for displaying actions and options",
2923
2923
  dependencies: [
2924
- "@radix-ui/react-dropdown-menu",
2924
+ "@radix-ui/react-dropdown-menu@^2.1.16",
2925
2925
  "clsx",
2926
2926
  "tailwind-merge",
2927
2927
  "lucide-react"
@@ -3136,7 +3136,7 @@ export {
3136
3136
  name: "tooltip",
3137
3137
  description: "A popup that displays information related to an element when hovered or focused",
3138
3138
  dependencies: [
3139
- "@radix-ui/react-tooltip",
3139
+ "@radix-ui/react-tooltip@^1.2.8",
3140
3140
  "clsx",
3141
3141
  "tailwind-merge"
3142
3142
  ],
@@ -3899,7 +3899,7 @@ export { Alert, AlertTitle, AlertDescription, alertVariants };
3899
3899
  name: "toast",
3900
3900
  description: "A toast notification component for displaying brief messages at screen corners, with auto-dismiss and stacking support",
3901
3901
  dependencies: [
3902
- "@radix-ui/react-toast",
3902
+ "@radix-ui/react-toast@^1.2.15",
3903
3903
  "class-variance-authority",
3904
3904
  "lucide-react",
3905
3905
  "clsx",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myoperator-ui",
3
- "version": "0.0.110",
3
+ "version": "0.0.111",
4
4
  "description": "CLI for adding myOperator UI components to your project",
5
5
  "type": "module",
6
6
  "exports": "./dist/index.js",