@public-ui/react-standalone 1.6.2 → 1.7.0-rc.16
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/index.mjs +2 -4
- package/package.json +68 -68
package/dist/index.mjs
CHANGED
|
@@ -172,12 +172,10 @@ const KolAbbr = /* @__PURE__ */ createReactComponent("kol-abbr");
|
|
|
172
172
|
const KolAccordion = /* @__PURE__ */ createReactComponent("kol-accordion");
|
|
173
173
|
const KolAlert = /* @__PURE__ */ createReactComponent("kol-alert");
|
|
174
174
|
const KolAvatar = /* @__PURE__ */ createReactComponent("kol-avatar");
|
|
175
|
-
const KolAvatarWc = /* @__PURE__ */ createReactComponent("kol-avatar-wc");
|
|
176
175
|
const KolBadge = /* @__PURE__ */ createReactComponent("kol-badge");
|
|
177
176
|
const KolBreadcrumb = /* @__PURE__ */ createReactComponent("kol-breadcrumb");
|
|
178
177
|
const KolButton = /* @__PURE__ */ createReactComponent("kol-button");
|
|
179
178
|
const KolButtonGroup = /* @__PURE__ */ createReactComponent("kol-button-group");
|
|
180
|
-
const KolButtonGroupWc = /* @__PURE__ */ createReactComponent("kol-button-group-wc");
|
|
181
179
|
const KolButtonLink = /* @__PURE__ */ createReactComponent("kol-button-link");
|
|
182
180
|
const KolCard = /* @__PURE__ */ createReactComponent("kol-card");
|
|
183
181
|
const KolDetails = /* @__PURE__ */ createReactComponent("kol-details");
|
|
@@ -220,18 +218,17 @@ const KolTable = /* @__PURE__ */ createReactComponent("kol-table");
|
|
|
220
218
|
const KolTabs = /* @__PURE__ */ createReactComponent("kol-tabs");
|
|
221
219
|
const KolTextarea = /* @__PURE__ */ createReactComponent("kol-textarea");
|
|
222
220
|
const KolToast = /* @__PURE__ */ createReactComponent("kol-toast");
|
|
221
|
+
const KolToastContainer = /* @__PURE__ */ createReactComponent("kol-toast-container");
|
|
223
222
|
const KolVersion = /* @__PURE__ */ createReactComponent("kol-version");
|
|
224
223
|
|
|
225
224
|
window.KolAbbr = KolAbbr;
|
|
226
225
|
window.KolAccordion = KolAccordion;
|
|
227
226
|
window.KolAlert = KolAlert;
|
|
228
227
|
window.KolAvatar = KolAvatar;
|
|
229
|
-
window.KolAvatarWc = KolAvatarWc;
|
|
230
228
|
window.KolBadge = KolBadge;
|
|
231
229
|
window.KolBreadcrumb = KolBreadcrumb;
|
|
232
230
|
window.KolButton = KolButton;
|
|
233
231
|
window.KolButtonGroup = KolButtonGroup;
|
|
234
|
-
window.KolButtonGroupWc = KolButtonGroupWc;
|
|
235
232
|
window.KolButtonLink = KolButtonLink;
|
|
236
233
|
window.KolCard = KolCard;
|
|
237
234
|
window.KolDetails = KolDetails;
|
|
@@ -274,4 +271,5 @@ window.KolTable = KolTable;
|
|
|
274
271
|
window.KolTabs = KolTabs;
|
|
275
272
|
window.KolTextarea = KolTextarea;
|
|
276
273
|
window.KolToast = KolToast;
|
|
274
|
+
window.KolToastContainer = KolToastContainer;
|
|
277
275
|
window.KolVersion = KolVersion;
|
package/package.json
CHANGED
|
@@ -1,69 +1,69 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
}
|
|
2
|
+
"name": "@public-ui/react-standalone",
|
|
3
|
+
"version": "1.7.0-rc.16",
|
|
4
|
+
"license": "EUPL-1.2",
|
|
5
|
+
"homepage": "https://public-ui.github.io",
|
|
6
|
+
"repository": "https://github.com/public-ui/kolibri",
|
|
7
|
+
"bugs": {
|
|
8
|
+
"url": "https://github.com/public-ui/kolibri/issues",
|
|
9
|
+
"email": "kolibri@itzbund.de"
|
|
10
|
+
},
|
|
11
|
+
"author": {
|
|
12
|
+
"name": "Informationstechnikzentrum Bund",
|
|
13
|
+
"email": "kolibri@itzbund.de"
|
|
14
|
+
},
|
|
15
|
+
"description": "React framework standalone adapter for KoliBri - The accessible HTML-Standard.",
|
|
16
|
+
"keywords": [
|
|
17
|
+
"accessibility",
|
|
18
|
+
"accessible",
|
|
19
|
+
"bitv",
|
|
20
|
+
"framework",
|
|
21
|
+
"library",
|
|
22
|
+
"designsystem",
|
|
23
|
+
"design",
|
|
24
|
+
"system",
|
|
25
|
+
"web components",
|
|
26
|
+
"webcomponents",
|
|
27
|
+
"aria",
|
|
28
|
+
"wai",
|
|
29
|
+
"axe",
|
|
30
|
+
"custom elements",
|
|
31
|
+
"styleguide",
|
|
32
|
+
"style",
|
|
33
|
+
"guide",
|
|
34
|
+
"ui",
|
|
35
|
+
"html",
|
|
36
|
+
"css",
|
|
37
|
+
"web",
|
|
38
|
+
"a11y",
|
|
39
|
+
"w3c",
|
|
40
|
+
"webstandard",
|
|
41
|
+
"wcag",
|
|
42
|
+
"react"
|
|
43
|
+
],
|
|
44
|
+
"devDependencies": {
|
|
45
|
+
"@public-ui/react": "1.7.0-rc.16",
|
|
46
|
+
"cpy-cli": "5.0.0",
|
|
47
|
+
"rimraf": "3.0.2"
|
|
48
|
+
},
|
|
49
|
+
"peerDependencies": {
|
|
50
|
+
"@public-ui/components": "1.7.0-rc.16",
|
|
51
|
+
"react": ">=16.14.0",
|
|
52
|
+
"react-dom": ">=16.14.0"
|
|
53
|
+
},
|
|
54
|
+
"sideEffects": false,
|
|
55
|
+
"type": "module",
|
|
56
|
+
"exports": {
|
|
57
|
+
".": {
|
|
58
|
+
"import": "./dist/index.mjs"
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"module": "./dist/index.mjs",
|
|
62
|
+
"files": [
|
|
63
|
+
"dist"
|
|
64
|
+
],
|
|
65
|
+
"scripts": {
|
|
66
|
+
"build": "pnpm postinstall && node scripts/make-standalone.js",
|
|
67
|
+
"postinstall": "rimraf dist && cpy \"node_modules/@public-ui/react/dist/*.mjs\" dist --dot"
|
|
68
|
+
}
|
|
69
|
+
}
|