@nulogy/components 10.2.13 → 10.2.14
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/main.js +1 -0
- package/dist/main.module.js +1 -0
- package/dist/src/Toggle/Toggle.story.d.ts +1 -0
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -51461,6 +51461,7 @@
|
|
|
51461
51461
|
onClick = _ref.onClick;
|
|
51462
51462
|
return /*#__PURE__*/React__default["default"].createElement(AnimatedBox, {
|
|
51463
51463
|
position: "relative",
|
|
51464
|
+
flexShrink: 0,
|
|
51464
51465
|
height: "24px",
|
|
51465
51466
|
width: "48px",
|
|
51466
51467
|
bg: disabled ? "grey" : getSwitchBackground(toggled),
|
package/dist/main.module.js
CHANGED
|
@@ -51444,6 +51444,7 @@ function Switch(_ref) {
|
|
|
51444
51444
|
onClick = _ref.onClick;
|
|
51445
51445
|
return /*#__PURE__*/React__default.createElement(AnimatedBox, {
|
|
51446
51446
|
position: "relative",
|
|
51447
|
+
flexShrink: 0,
|
|
51447
51448
|
height: "24px",
|
|
51448
51449
|
width: "48px",
|
|
51449
51450
|
bg: disabled ? "grey" : getSwitchBackground(toggled),
|
|
@@ -41,6 +41,7 @@ export declare const WithLongText: {
|
|
|
41
41
|
name: string;
|
|
42
42
|
};
|
|
43
43
|
};
|
|
44
|
+
export declare const WithContraintWidth: () => React.JSX.Element;
|
|
44
45
|
export declare const ControlledToggle: () => React.JSX.Element;
|
|
45
46
|
export declare const UsingRefToControlFocus: {
|
|
46
47
|
(): React.JSX.Element;
|