@uva-glass/component-library 3.52.6 → 3.52.7
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/{client--GsCJ9Up.js → client-CFLMKOFW.js} +1 -37
- package/dist/{client--GsCJ9Up.js.map → client-CFLMKOFW.js.map} +1 -1
- package/dist/components/Accordion/Accordion.test.js +3 -3
- package/dist/components/AccordionCard/AccordionCard.test.js +3 -3
- package/dist/components/ActionList/ActionList.test.js +3 -3
- package/dist/components/AppStatusBar/AppStatusBar.test.js +2 -2
- package/dist/components/Attention/Attention.test.js +2 -2
- package/dist/components/Backdrop/Backdrop.test.js +2 -2
- package/dist/components/Buttons/Button.test.js +2 -2
- package/dist/components/Buttons/LinkButton.test.js +2 -2
- package/dist/components/Buttons/MenuButton.test.js +2 -2
- package/dist/components/Card/Card.test.js +2 -2
- package/dist/components/Checkbox/Checkbox.test.js +3 -3
- package/dist/components/CheckboxButtonBar/CheckboxButtonBar.test.js +2 -2
- package/dist/components/FeedbackBar/FeedbackBar.test.js +2 -2
- package/dist/components/Label/Label.test.js +2 -2
- package/dist/components/MetaDataBar/MetaDataBar.test.js +1 -1
- package/dist/components/MultiSelectBox/MultiSelectBox.test.js +2 -2
- package/dist/components/Notification/Notification.test.js +2 -2
- package/dist/components/RadioGroup/Radiogroup.test.js +2 -2
- package/dist/components/SearchField/SearchField.js +61 -51
- package/dist/components/SearchField/SearchField.js.map +1 -1
- package/dist/components/StatusBadge/StatusBadge.test.js +2 -2
- package/dist/components/TextArea/TextArea.test.js +2 -2
- package/dist/components/VarIndicator/VarIndicator.test.js +3 -3
- package/dist/{index-DYPpFe2R.js → index-ApPj4mI1.js} +1 -2
- package/dist/{index-DYPpFe2R.js.map → index-ApPj4mI1.js.map} +1 -1
- package/dist/{index-C_1Z-Fok.js → index-BKK3EWVW.js} +2 -2
- package/dist/{index-C_1Z-Fok.js.map → index-BKK3EWVW.js.map} +1 -1
- package/dist/{react-18-BHQltW8V.js → react-18-CJB15f47.js} +2 -2
- package/dist/{react-18-BHQltW8V.js.map → react-18-CJB15f47.js.map} +1 -1
- package/dist/{react.esm-DdELhthz.js → react.esm-BjO203QT.js} +3 -19
- package/dist/{react.esm-DdELhthz.js.map → react.esm-BjO203QT.js.map} +1 -1
- package/dist/setupTests.js +1 -1
- package/dist/storybook__react.d.js +2 -2
- package/dist/{test-utils-BP59mSnn.js → test-utils-BcpWLsLH.js} +1 -19
- package/dist/{test-utils-BP59mSnn.js.map → test-utils-BcpWLsLH.js.map} +1 -1
- package/package.json +5 -5
package/dist/setupTests.js
CHANGED
|
@@ -689,7 +689,7 @@ var cs = async ({ disableAct: e = !1 } = {}) => {
|
|
|
689
689
|
let t;
|
|
690
690
|
if (typeof Ci.act == "function") t = Ci.act;
|
|
691
691
|
else {
|
|
692
|
-
let r = await import("./test-utils-
|
|
692
|
+
let r = await import("./test-utils-BcpWLsLH.js").then((n) => n.t);
|
|
693
693
|
t = r?.default?.act ?? r.act;
|
|
694
694
|
}
|
|
695
695
|
return Ba(t);
|
|
@@ -723,7 +723,7 @@ var cs = async ({ disableAct: e = !1 } = {}) => {
|
|
|
723
723
|
e && await e(), Zr = !1, ps();
|
|
724
724
|
};
|
|
725
725
|
async function hs({ storyContext: e, unboundStoryFn: t, showMain: r, showException: n, forceRemount: i }, a) {
|
|
726
|
-
let { renderElement: o, unmountElement: c } = await import("./react-18-
|
|
726
|
+
let { renderElement: o, unmountElement: c } = await import("./react-18-CJB15f47.js"), l = t, y = e.parameters.__isPortableStory ? He.createElement(l, { ...e }) : He.createElement(Na, { key: e.id, showMain: r, showException: n }, He.createElement(l, { ...e })), p = Fi ? He.createElement(Fi, null, y) : y;
|
|
727
727
|
i && c(a);
|
|
728
728
|
let v = await cs({ disableAct: e.viewMode === "docs" });
|
|
729
729
|
return await new Promise(async (E, C) => {
|
|
@@ -17,15 +17,6 @@ function v(e, t) {
|
|
|
17
17
|
return Object.freeze(Object.defineProperty(e, Symbol.toStringTag, { value: "Module" }));
|
|
18
18
|
}
|
|
19
19
|
var a = { exports: {} }, c = {};
|
|
20
|
-
/**
|
|
21
|
-
* @license React
|
|
22
|
-
* react-dom-test-utils.production.js
|
|
23
|
-
*
|
|
24
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
25
|
-
*
|
|
26
|
-
* This source code is licensed under the MIT license found in the
|
|
27
|
-
* LICENSE file in the root directory of this source tree.
|
|
28
|
-
*/
|
|
29
20
|
var u;
|
|
30
21
|
function U() {
|
|
31
22
|
if (u) return c;
|
|
@@ -38,15 +29,6 @@ function U() {
|
|
|
38
29
|
}, c;
|
|
39
30
|
}
|
|
40
31
|
var n = {};
|
|
41
|
-
/**
|
|
42
|
-
* @license React
|
|
43
|
-
* react-dom-test-utils.development.js
|
|
44
|
-
*
|
|
45
|
-
* Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
46
|
-
*
|
|
47
|
-
* This source code is licensed under the MIT license found in the
|
|
48
|
-
* LICENSE file in the root directory of this source tree.
|
|
49
|
-
*/
|
|
50
32
|
var f;
|
|
51
33
|
function _() {
|
|
52
34
|
return f || (f = 1, process.env.NODE_ENV !== "production" && (function() {
|
|
@@ -71,4 +53,4 @@ export {
|
|
|
71
53
|
p as a,
|
|
72
54
|
O as t
|
|
73
55
|
};
|
|
74
|
-
//# sourceMappingURL=test-utils-
|
|
56
|
+
//# sourceMappingURL=test-utils-BcpWLsLH.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"test-utils-
|
|
1
|
+
{"version":3,"file":"test-utils-BcpWLsLH.js","sources":["../node_modules/react-dom/cjs/react-dom-test-utils.production.js","../node_modules/react-dom/cjs/react-dom-test-utils.development.js","../node_modules/react-dom/test-utils.js"],"sourcesContent":["/**\n * @license React\n * react-dom-test-utils.production.js\n *\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n\"use strict\";\nvar React = require(\"react\"),\n didWarnAboutUsingAct = !1;\nexports.act = function (callback) {\n !1 === didWarnAboutUsingAct &&\n ((didWarnAboutUsingAct = !0),\n console.error(\n \"`ReactDOMTestUtils.act` is deprecated in favor of `React.act`. Import `act` from `react` instead of `react-dom/test-utils`. See https://react.dev/warnings/react-dom-test-utils for more info.\"\n ));\n return React.act(callback);\n};\n","/**\n * @license React\n * react-dom-test-utils.development.js\n *\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n\"use strict\";\n\"production\" !== process.env.NODE_ENV &&\n (function () {\n var React = require(\"react\"),\n didWarnAboutUsingAct = !1;\n exports.act = function (callback) {\n !1 === didWarnAboutUsingAct &&\n ((didWarnAboutUsingAct = !0),\n console.error(\n \"`ReactDOMTestUtils.act` is deprecated in favor of `React.act`. Import `act` from `react` instead of `react-dom/test-utils`. See https://react.dev/warnings/react-dom-test-utils for more info.\"\n ));\n return React.act(callback);\n };\n })();\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react-dom-test-utils.production.js');\n} else {\n module.exports = require('./cjs/react-dom-test-utils.development.js');\n}\n"],"names":["React","require$$0","didWarnAboutUsingAct","reactDomTestUtils_production","callback","reactDomTestUtils_development","testUtilsModule","require$$1"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAWA,MAAIA,IAAQC,GACVC,IAAuB;AACzB,SAAAC,EAAA,MAAc,SAAUC,GAAU;AAChC,WAAOF,MAAP,OACIA,IAAuB,IACzB,QAAQ;AAAA,MACN;AAAA,IACN,IACSF,EAAM,IAAII,CAAQ;AAAA,EAC3B;;;;;sBCTiB,QAAQ,IAAI,aAA7B,iBACG,WAAY;AACX,QAAIJ,IAAQC,GACVC,IAAuB;AACzB,IAAAG,EAAA,MAAc,SAAUD,GAAU;AAChC,aAAOF,MAAP,OACIA,IAAuB,IACzB,QAAQ;AAAA,QACN;AAAA,MACV,IACaF,EAAM,IAAII,CAAQ;AAAA,IAC/B;AAAA,EACA,GAAG;;;;sBCrBC,QAAQ,IAAI,aAAa,eAC3BE,EAAA,UAAiBL,EAAA,IAEjBK,EAAA,UAAiBC,EAAA;;;;;;;","x_google_ignoreList":[0,1,2]}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@uva-glass/component-library",
|
|
3
3
|
"author": "Team Glass - Frontend vrienden",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "3.52.
|
|
5
|
+
"version": "3.52.7",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"stylelint-order": "^7.0.0",
|
|
92
92
|
"ts-node": "^10.9.2",
|
|
93
93
|
"typescript": "^5.9.3",
|
|
94
|
-
"vite": "^7.
|
|
94
|
+
"vite": "^7.2.2",
|
|
95
95
|
"vite-plugin-dts": "^4.5.4",
|
|
96
96
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
97
97
|
"vite-plugin-static-copy": "^3.1.4",
|
|
@@ -109,9 +109,9 @@
|
|
|
109
109
|
"lexical": "^0.38.2"
|
|
110
110
|
},
|
|
111
111
|
"optionalDependencies": {
|
|
112
|
-
"@ast-grep/napi-linux-x64-gnu": "0.39.
|
|
112
|
+
"@ast-grep/napi-linux-x64-gnu": "0.39.9",
|
|
113
113
|
"@rollup/rollup-linux-x64-gnu": "^4.52.5",
|
|
114
|
-
"@rspack/binding-darwin-arm64": "1.6.
|
|
115
|
-
"@rspack/binding-linux-x64-gnu": "1.6.
|
|
114
|
+
"@rspack/binding-darwin-arm64": "1.6.1",
|
|
115
|
+
"@rspack/binding-linux-x64-gnu": "1.6.1"
|
|
116
116
|
}
|
|
117
117
|
}
|