@bifrostui/react 1.2.8 → 1.2.9-beta.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/Tabs/Tabs.js +1 -1
- package/es/Modal/Modal.miniapp.d.ts +1 -1
- package/es/Tabs/Tabs.js +1 -1
- package/package.json +5 -5
package/dist/Tabs/Tabs.js
CHANGED
|
@@ -231,7 +231,7 @@ const Tabs = /* @__PURE__ */ import_react.default.forwardRef((props, ref) => {
|
|
|
231
231
|
"bui-tabline-invisible": import_utils.isMini
|
|
232
232
|
}),
|
|
233
233
|
style: {
|
|
234
|
-
transition: lineData.transitionInUse ? "transform 0.25s ease-in-out" :
|
|
234
|
+
transition: lineData.transitionInUse ? "transform 0.25s ease-in-out" : void 0,
|
|
235
235
|
transform: `translate3d(${lineData.x}px, 0px, 0px)`
|
|
236
236
|
}
|
|
237
237
|
}
|
|
@@ -12,5 +12,5 @@ declare const Modal: React.ForwardRefExoticComponent<Omit<ViewProps & {
|
|
|
12
12
|
keepMounted?: boolean;
|
|
13
13
|
} & import("@bifrostui/types").ICommonProps & Omit<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
14
14
|
ref?: React.Ref<HTMLDivElement>;
|
|
15
|
-
}, "open" | keyof import("@bifrostui/types").ICommonProps | "container" | "disablePortal" | "hideBackdrop" | "BackdropProps" | "onClose" | "disableScrollLock"
|
|
15
|
+
}, "open" | keyof import("@bifrostui/types").ICommonProps | "keepMounted" | "container" | "disablePortal" | "hideBackdrop" | "BackdropProps" | "onClose" | "disableScrollLock">, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
16
16
|
export default Modal;
|
package/es/Tabs/Tabs.js
CHANGED
|
@@ -212,7 +212,7 @@ const Tabs = /* @__PURE__ */ React.forwardRef((props, ref) => {
|
|
|
212
212
|
"bui-tabline-invisible": isMini
|
|
213
213
|
}),
|
|
214
214
|
style: {
|
|
215
|
-
transition: lineData.transitionInUse ? "transform 0.25s ease-in-out" :
|
|
215
|
+
transition: lineData.transitionInUse ? "transform 0.25s ease-in-out" : void 0,
|
|
216
216
|
transform: `translate3d(${lineData.x}px, 0px, 0px)`
|
|
217
217
|
}
|
|
218
218
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bifrostui/react",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.9-beta.0",
|
|
4
4
|
"description": "React components for building mobile application",
|
|
5
5
|
"homepage": "http://bui.taopiaopiao.com",
|
|
6
6
|
"license": "MIT",
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"clsx": "^1.2.1",
|
|
34
34
|
"dayjs": "^1.11.7",
|
|
35
35
|
"swiper": "^8.1.5",
|
|
36
|
-
"@bifrostui/icons": "1.2.
|
|
37
|
-
"@bifrostui/
|
|
38
|
-
"@bifrostui/utils": "1.2.
|
|
39
|
-
"@bifrostui/
|
|
36
|
+
"@bifrostui/icons": "1.2.9-beta.0",
|
|
37
|
+
"@bifrostui/types": "1.2.9-beta.0",
|
|
38
|
+
"@bifrostui/utils": "1.2.9-beta.0",
|
|
39
|
+
"@bifrostui/styles": "1.2.9-beta.0"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"@tarojs/components": "^3.0.0",
|