react-asc 25.17.0 → 25.17.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/index.es.js +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/index.es.js
CHANGED
|
@@ -5655,7 +5655,7 @@ const Column = (props) => {
|
|
|
5655
5655
|
return (jsx("div", { className: getCssClasses(), ...rest, children: children }));
|
|
5656
5656
|
};
|
|
5657
5657
|
|
|
5658
|
-
var css_248z$y = ".Row-module_row__bTIWp {\n display: flex;\n gap: 15px;\n flex-wrap: wrap;\n}\n.Row-module_row__bTIWp > * {\n flex-shrink: 0;\n min-width: 0;\n max-width: 100%;\n}
|
|
5658
|
+
var css_248z$y = ".Row-module_row__bTIWp {\n display: flex;\n gap: 15px;\n flex-wrap: wrap;\n}\n.Row-module_row__bTIWp > * {\n flex-shrink: 0;\n min-width: 0;\n max-width: 100%;\n}";
|
|
5659
5659
|
var styles$y = {"row":"Row-module_row__bTIWp"};
|
|
5660
5660
|
styleInject(css_248z$y);
|
|
5661
5661
|
|
package/index.js
CHANGED
|
@@ -5657,7 +5657,7 @@ const Column = (props) => {
|
|
|
5657
5657
|
return (jsxRuntime.jsx("div", { className: getCssClasses(), ...rest, children: children }));
|
|
5658
5658
|
};
|
|
5659
5659
|
|
|
5660
|
-
var css_248z$y = ".Row-module_row__bTIWp {\n display: flex;\n gap: 15px;\n flex-wrap: wrap;\n}\n.Row-module_row__bTIWp > * {\n flex-shrink: 0;\n min-width: 0;\n max-width: 100%;\n}
|
|
5660
|
+
var css_248z$y = ".Row-module_row__bTIWp {\n display: flex;\n gap: 15px;\n flex-wrap: wrap;\n}\n.Row-module_row__bTIWp > * {\n flex-shrink: 0;\n min-width: 0;\n max-width: 100%;\n}";
|
|
5661
5661
|
var styles$y = {"row":"Row-module_row__bTIWp"};
|
|
5662
5662
|
styleInject(css_248z$y);
|
|
5663
5663
|
|