@utrecht/component-library-react 1.0.0-alpha.251 → 1.0.0-alpha.253
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/css-module/index.js
CHANGED
|
@@ -1563,7 +1563,7 @@ var Textbox = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
|
|
|
1563
1563
|
});
|
|
1564
1564
|
Textbox.displayName = 'Textbox';
|
|
1565
1565
|
|
|
1566
|
-
var css_248z$1 = ".utrecht-url{font-variant-ligatures:none}";
|
|
1566
|
+
var css_248z$1 = ".utrecht-url{font-variant-ligatures:none;hyphens:none;page-break-inside:avoid}";
|
|
1567
1567
|
styleInject(css_248z$1);
|
|
1568
1568
|
|
|
1569
1569
|
var _excluded$2 = ["children", "className"];
|
|
@@ -1561,7 +1561,7 @@ var Textbox = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
1561
1561
|
});
|
|
1562
1562
|
Textbox.displayName = 'Textbox';
|
|
1563
1563
|
|
|
1564
|
-
var css_248z$1 = ".utrecht-url{font-variant-ligatures:none}";
|
|
1564
|
+
var css_248z$1 = ".utrecht-url{font-variant-ligatures:none;hyphens:none;page-break-inside:avoid}";
|
|
1565
1565
|
styleInject(css_248z$1);
|
|
1566
1566
|
|
|
1567
1567
|
var _excluded$2 = ["children", "className"];
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.253",
|
|
3
3
|
"author": "Community for NL Design System",
|
|
4
4
|
"description": "React component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
|
|
5
5
|
"license": "EUPL-1.2",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"react": "16 - 18",
|
|
81
81
|
"react-dom": "16 - 18"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "92f8841a11adbf66152a7bb7eeaffcf997f82788"
|
|
84
84
|
}
|