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.
Files changed (3) hide show
  1. package/index.es.js +1 -1
  2. package/index.js +1 -1
  3. 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}\n\n@media (max-width: 380px) {\n .Row-module_row__bTIWp {\n flex-direction: column;\n }\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}\n\n@media (max-width: 380px) {\n .Row-module_row__bTIWp {\n flex-direction: column;\n }\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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-asc",
3
- "version": "25.17.0",
3
+ "version": "25.17.2",
4
4
  "description": "handcrafted react components",
5
5
  "main": "index.js",
6
6
  "module": "index.es.js",