@public-ui/react-standalone 2.1.3 → 2.1.4-alpha.1

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 -1
  2. package/package.json +3 -3
package/dist/index.mjs CHANGED
@@ -188,6 +188,7 @@ const KolButtonLink = /* @__PURE__ */ createReactComponent("kol-button-link");
188
188
  const KolCard = /* @__PURE__ */ createReactComponent("kol-card");
189
189
  const KolCombobox = /* @__PURE__ */ createReactComponent("kol-combobox");
190
190
  const KolDetails = /* @__PURE__ */ createReactComponent("kol-details");
191
+ const KolDrawer = /* @__PURE__ */ createReactComponent("kol-drawer");
191
192
  const KolForm = /* @__PURE__ */ createReactComponent("kol-form");
192
193
  const KolHeading = /* @__PURE__ */ createReactComponent("kol-heading");
193
194
  const KolIcon = /* @__PURE__ */ createReactComponent("kol-icon");
@@ -239,4 +240,4 @@ function createReactRenderElement(hostElement) {
239
240
  return renderElement;
240
241
  }
241
242
 
242
- export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolCombobox, KolDetails, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, 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, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolTreeWc, KolVersion, createReactRenderElement, setTagNameTransformer };
243
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, 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, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolTreeWc, KolVersion, createReactRenderElement, setTagNameTransformer };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/react-standalone",
3
- "version": "2.1.3",
3
+ "version": "2.1.4-alpha.1",
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": "2.1.3"
50
+ "@public-ui/react": "2.1.4-alpha.1"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "react": ">=16.14.0",
54
54
  "react-dom": ">=16.14.0",
55
- "@public-ui/components": "2.1.3"
55
+ "@public-ui/components": "2.1.4-alpha.1"
56
56
  },
57
57
  "sideEffects": false,
58
58
  "type": "module",