@popsure/dirty-swan 0.58.1 → 0.58.2
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/cjs/index.js +2 -2
- package/dist/esm/components/input/checkbox/index.js +1 -1
- package/dist/esm/components/input/radio/index.js +1 -1
- package/package.json +1 -1
- package/src/lib/components/input/checkbox/styles.module.scss +0 -4
- package/src/lib/components/input/radio/styles.module.scss +0 -4
package/dist/cjs/index.js
CHANGED
|
@@ -8570,7 +8570,7 @@ var Badge = function (_a) {
|
|
|
8570
8570
|
return (jsxRuntime.jsx("div", { role: "status", className: classNames$1(className, 'px16 br8 d-inline-block ai-center fw-bold p-p', { 'p-p--small': size === 'small' }, styles$y["badge--".concat(size)], getVariantClassNames(variant)), children: children }));
|
|
8571
8571
|
};
|
|
8572
8572
|
|
|
8573
|
-
var css_248z$y = ".styles-module_container__3zJJC {\n max-width: 100%;\n
|
|
8573
|
+
var css_248z$y = ".styles-module_container__3zJJC {\n max-width: 100%;\n}\n\n.styles-module_narrow__2p34b {\n max-width: 424px;\n}";
|
|
8574
8574
|
var styles$x = {"container":"styles-module_container__3zJJC","narrow":"styles-module_narrow__2p34b"};
|
|
8575
8575
|
styleInject(css_248z$y);
|
|
8576
8576
|
|
|
@@ -8623,7 +8623,7 @@ var Checkbox = function (_a) {
|
|
|
8623
8623
|
})] }));
|
|
8624
8624
|
};
|
|
8625
8625
|
|
|
8626
|
-
var css_248z$x = ".styles-module_container__3M-sc {\n max-width: 100%;\n
|
|
8626
|
+
var css_248z$x = ".styles-module_container__3M-sc {\n max-width: 100%;\n}\n\n.styles-module_narrow__3VUzp {\n max-width: 424px;\n}\n\n.styles-module_wide__3nLhz {\n max-width: 736px;\n}";
|
|
8627
8627
|
var styles$w = {"container":"styles-module_container__3M-sc","narrow":"styles-module_narrow__3VUzp","wide":"styles-module_wide__3nLhz"};
|
|
8628
8628
|
styleInject(css_248z$x);
|
|
8629
8629
|
|
|
@@ -3,7 +3,7 @@ import { jsxs, jsx } from 'react/jsx-runtime';
|
|
|
3
3
|
import { c as classNames } from '../../../index-6ea95111.js';
|
|
4
4
|
import { s as styleInject } from '../../../style-inject.es-1f59c1d0.js';
|
|
5
5
|
|
|
6
|
-
var css_248z = ".styles-module_container__3zJJC {\n max-width: 100%;\n
|
|
6
|
+
var css_248z = ".styles-module_container__3zJJC {\n max-width: 100%;\n}\n\n.styles-module_narrow__2p34b {\n max-width: 424px;\n}";
|
|
7
7
|
var styles = {"container":"styles-module_container__3zJJC","narrow":"styles-module_narrow__2p34b"};
|
|
8
8
|
styleInject(css_248z);
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@ import { c as classNames } from '../../../index-6ea95111.js';
|
|
|
3
3
|
import { s as styleInject } from '../../../style-inject.es-1f59c1d0.js';
|
|
4
4
|
import { g as generateId } from '../../../index-69a46657.js';
|
|
5
5
|
|
|
6
|
-
var css_248z = ".styles-module_container__3M-sc {\n max-width: 100%;\n
|
|
6
|
+
var css_248z = ".styles-module_container__3M-sc {\n max-width: 100%;\n}\n\n.styles-module_narrow__3VUzp {\n max-width: 424px;\n}\n\n.styles-module_wide__3nLhz {\n max-width: 736px;\n}";
|
|
7
7
|
var styles = {"container":"styles-module_container__3M-sc","narrow":"styles-module_narrow__3VUzp","wide":"styles-module_wide__3nLhz"};
|
|
8
8
|
styleInject(css_248z);
|
|
9
9
|
|
package/package.json
CHANGED