@public-ui/react-standalone 1.7.24 → 1.7.26-rc.0

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 +1 -2
  2. package/package.json +3 -3
package/dist/index.mjs CHANGED
@@ -217,7 +217,6 @@ const KolProgress = /* @__PURE__ */ createReactComponent("kol-progress");
217
217
  const KolQuote = /* @__PURE__ */ createReactComponent("kol-quote");
218
218
  const KolSelect = /* @__PURE__ */ createReactComponent("kol-select");
219
219
  const KolSkipNav = /* @__PURE__ */ createReactComponent("kol-skip-nav");
220
- const KolSpan = /* @__PURE__ */ createReactComponent("kol-span");
221
220
  const KolSpin = /* @__PURE__ */ createReactComponent("kol-spin");
222
221
  const KolSplitButton = /* @__PURE__ */ createReactComponent("kol-split-button");
223
222
  const KolSymbol = /* @__PURE__ */ createReactComponent("kol-symbol");
@@ -236,4 +235,4 @@ function createReactRenderElement(hostElement) {
236
235
  return renderElement;
237
236
  }
238
237
 
239
- export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolIconFontAwesome, KolIconIcofont, KolImage, KolIndentedText, KolInputAdapterLeanup, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolToastContainer, KolVersion, createReactRenderElement, setTagNameTransformer };
238
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolIconFontAwesome, KolIconIcofont, KolImage, KolIndentedText, KolInputAdapterLeanup, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolToastContainer, KolVersion, createReactRenderElement, setTagNameTransformer };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/react-standalone",
3
- "version": "1.7.24",
3
+ "version": "1.7.26-rc.0",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -47,12 +47,12 @@
47
47
  "devDependencies": {
48
48
  "cpy-cli": "5.0.0",
49
49
  "rimraf": "5.0.7",
50
- "@public-ui/react": "1.7.24"
50
+ "@public-ui/react": "1.7.26-rc.0"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "react": ">=16.14.0",
54
54
  "react-dom": ">=16.14.0",
55
- "@public-ui/components": "1.7.24"
55
+ "@public-ui/components": "1.7.26-rc.0"
56
56
  },
57
57
  "sideEffects": false,
58
58
  "type": "module",