@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.
Files changed (2) hide show
  1. package/dist/index.mjs +2 -4
  2. 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
- "name": "@public-ui/react-standalone",
3
- "version": "1.6.2",
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
- "scripts": {
45
- "build": "pnpm postinstall && node scripts/make-standalone.js",
46
- "postinstall": "rm -rf dist && cpy \"node_modules/@public-ui/react/dist/*.mjs\" dist --dot",
47
- "prepack": "pnpm build"
48
- },
49
- "devDependencies": {
50
- "@public-ui/react": "1.6.2",
51
- "cpy-cli": "5.0.0"
52
- },
53
- "peerDependencies": {
54
- "@public-ui/components": "1.6.2",
55
- "react": ">=16.14.0",
56
- "react-dom": ">=16.14.0"
57
- },
58
- "sideEffects": false,
59
- "type": "module",
60
- "exports": {
61
- ".": {
62
- "import": "./dist/index.mjs"
63
- }
64
- },
65
- "module": "./dist/index.mjs",
66
- "files": [
67
- "dist"
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
+ }