From ada8f2f770b66d0620eab4d92454644029aceff5 Mon Sep 17 00:00:00 2001 From: Carlos Date: Fri, 19 Jun 2026 10:23:06 +0200 Subject: [PATCH] Bump base ui version for internal components --- docs/app/reflex.lock/bun.lock | 6 +++--- docs/app/reflex.lock/package.json | 2 +- .../components/base/otp_field.py | 8 ++++---- .../src/reflex_components_internal/components/base_ui.py | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/app/reflex.lock/bun.lock b/docs/app/reflex.lock/bun.lock index 67ebfa63a08..7dc3fabf2eb 100644 --- a/docs/app/reflex.lock/bun.lock +++ b/docs/app/reflex.lock/bun.lock @@ -5,7 +5,7 @@ "": { "name": "reflex", "dependencies": { - "@base-ui/react": "1.5.0", + "@base-ui/react": "1.6.0", "@glideapps/glide-data-grid": "6.0.3", "@hugeicons/core-free-icons": "4.2.0", "@hugeicons/react": "1.1.6", @@ -157,9 +157,9 @@ "@babel/types": ["@babel/types@7.29.7", "", { "dependencies": { "@babel/helper-string-parser": "^7.29.7", "@babel/helper-validator-identifier": "^7.29.7" } }, "sha512-4zBIxpPzowiZpusoFkyGVwakdRJUyuH5PxQ/PrqghfdFWWasvnCdPfQXHrenDai+gyLARulZjZowCOj6fjT4pA=="], - "@base-ui/react": ["@base-ui/react@1.5.0", "", { "dependencies": { "@babel/runtime": "^7.29.2", "@base-ui/utils": "0.2.9", "@floating-ui/react-dom": "^2.1.8", "@floating-ui/utils": "^0.2.11", "use-sync-external-store": "^1.6.0" }, "peerDependencies": { "@date-fns/tz": "^1.2.0", "@types/react": "^17 || ^18 || ^19", "date-fns": "^4.0.0", "react": "^17 || ^18 || ^19", "react-dom": "^17 || ^18 || ^19" }, "optionalPeers": ["@date-fns/tz", "@types/react", "date-fns"] }, "sha512-z1gSAlced1yY+iM+mHDEtIkD8UI3Ebs52MuBPxvV6f5hRutk+xvCH/wuB7hDqDzK9JG5FoMz5nhrqtSs1wjt1A=="], + "@base-ui/react": ["@base-ui/react@1.6.0", "", { "dependencies": { "@babel/runtime": "^7.29.2", "@base-ui/utils": "0.3.1", "@floating-ui/react-dom": "^2.1.8", "@floating-ui/utils": "^0.2.11", "use-sync-external-store": "^1.6.0" }, "peerDependencies": { "@date-fns/tz": "^1.2.0", "@types/react": "^17 || ^18 || ^19", "date-fns": "^4.0.0", "react": "^17 || ^18 || ^19", "react-dom": "^17 || ^18 || ^19" }, "optionalPeers": ["@date-fns/tz", "@types/react", "date-fns"] }, "sha512-/jzjTWJYXhRFO45Bev9lc3cHbmjzCMpUqbMZ2AgKy/z25mY9B6shGSNcXcjQar9n5doM0KYW1W8fcFv2jZBuMw=="], - "@base-ui/utils": ["@base-ui/utils@0.2.9", "", { "dependencies": { "@babel/runtime": "^7.29.2", "@floating-ui/utils": "^0.2.11", "reselect": "^5.1.1", "use-sync-external-store": "^1.6.0" }, "peerDependencies": { "@types/react": "^17 || ^18 || ^19", "react": "^17 || ^18 || ^19", "react-dom": "^17 || ^18 || ^19" }, "optionalPeers": ["@types/react"] }, "sha512-x/PDDCYzoqPpjrdyb3VcyylTI2IjUXEtYDGi5foh7KsnmNJIIaVwA2GLgDH1dps1GgXiJbA60hM+AyuTfQzIvw=="], + "@base-ui/utils": ["@base-ui/utils@0.3.1", "", { "dependencies": { "@babel/runtime": "^7.29.2", "@floating-ui/utils": "^0.2.11", "reselect": "^5.2.0", "use-sync-external-store": "^1.6.0" }, "peerDependencies": { "@types/react": "^17 || ^18 || ^19", "react": "^17 || ^18 || ^19", "react-dom": "^17 || ^18 || ^19" }, "optionalPeers": ["@types/react"] }, "sha512-gFFiltORVmW/N6IILTGxizP3PBpVpysqML1ALY5Vk0mH+7faVkCknOU31goYHN5Aoek2dkjxva1XOD2Ce9WuIg=="], "@choojs/findup": ["@choojs/findup@0.2.1", "", { "dependencies": { "commander": "^2.15.1" }, "bin": { "findup": "bin/findup.js" } }, "sha512-YstAqNb0MCN8PjdLCDfRsBcGVRN41f3vgLvaI0IrIcBp4AqILRSS0DeWNGkicC+f/zRIPJLc+9RURVSepwvfBw=="], diff --git a/docs/app/reflex.lock/package.json b/docs/app/reflex.lock/package.json index baf01aa56a6..e0407b715b0 100644 --- a/docs/app/reflex.lock/package.json +++ b/docs/app/reflex.lock/package.json @@ -6,7 +6,7 @@ "export": "react-router build" }, "dependencies": { - "@base-ui/react": "1.5.0", + "@base-ui/react": "1.6.0", "@glideapps/glide-data-grid": "6.0.3", "@hugeicons/core-free-icons": "4.2.0", "@hugeicons/react": "1.1.6", diff --git a/packages/reflex-components-internal/src/reflex_components_internal/components/base/otp_field.py b/packages/reflex-components-internal/src/reflex_components_internal/components/base/otp_field.py index 11de5bfe302..36cfb342b45 100644 --- a/packages/reflex-components-internal/src/reflex_components_internal/components/base/otp_field.py +++ b/packages/reflex-components-internal/src/reflex_components_internal/components/base/otp_field.py @@ -33,13 +33,13 @@ class OTPFieldBaseComponent(BaseUIComponent): @property def import_var(self): """Return the import variable for the OTP field component.""" - return ImportVar(tag="OTPFieldPreview", package_path="", install=False) + return ImportVar(tag="OTPField", package_path="", install=False) class OTPFieldRoot(OTPFieldBaseComponent): """Container that manages state for one-time password entry across multiple slots. Renders a div.""" - tag = "OTPFieldPreview.Root" + tag = "OTPField.Root" # The number of input slots. Required. length: Var[int] @@ -107,7 +107,7 @@ def create(cls, *children, **props) -> BaseUIComponent: class OTPFieldInput(OTPFieldBaseComponent): """An individual character slot. Renders an input element.""" - tag = "OTPFieldPreview.Input" + tag = "OTPField.Input" # The render prop render_: Var[Component] @@ -127,7 +127,7 @@ def create(cls, *children, **props) -> BaseUIComponent: class OTPFieldSeparator(OTPFieldBaseComponent): """A visual or semantic divider between input groups. Renders a div.""" - tag = "OTPFieldPreview.Separator" + tag = "OTPField.Separator" # The separator orientation. Defaults to "horizontal". orientation: Var[LiteralOrientation] diff --git a/packages/reflex-components-internal/src/reflex_components_internal/components/base_ui.py b/packages/reflex-components-internal/src/reflex_components_internal/components/base_ui.py index 4ff7aa25b95..db009a9dd9b 100644 --- a/packages/reflex-components-internal/src/reflex_components_internal/components/base_ui.py +++ b/packages/reflex-components-internal/src/reflex_components_internal/components/base_ui.py @@ -5,7 +5,7 @@ from reflex_components_internal.components.component import CoreComponent PACKAGE_NAME = "@base-ui/react" -PACKAGE_VERSION = "1.5.0" +PACKAGE_VERSION = "1.6.0" class BaseUIComponent(CoreComponent):