@public-ui/react 2.0.0-rc.8 → 2.0.0-rc.9

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.cjs CHANGED
@@ -210,7 +210,6 @@ const KolLogo = /* @__PURE__ */ createReactComponent("kol-logo");
210
210
  const KolModal = /* @__PURE__ */ createReactComponent("kol-modal");
211
211
  const KolNav = /* @__PURE__ */ createReactComponent("kol-nav");
212
212
  const KolPagination = /* @__PURE__ */ createReactComponent("kol-pagination");
213
- const KolPopover = /* @__PURE__ */ createReactComponent("kol-popover");
214
213
  const KolProgress = /* @__PURE__ */ createReactComponent("kol-progress");
215
214
  const KolQuote = /* @__PURE__ */ createReactComponent("kol-quote");
216
215
  const KolSelect = /* @__PURE__ */ createReactComponent("kol-select");
@@ -259,7 +258,6 @@ exports.KolLogo = KolLogo;
259
258
  exports.KolModal = KolModal;
260
259
  exports.KolNav = KolNav;
261
260
  exports.KolPagination = KolPagination;
262
- exports.KolPopover = KolPopover;
263
261
  exports.KolProgress = KolProgress;
264
262
  exports.KolQuote = KolQuote;
265
263
  exports.KolSelect = KolSelect;
package/dist/index.d.ts CHANGED
@@ -43,7 +43,6 @@ declare const KolLogo: react.ForwardRefExoticComponent<JSX.KolLogo & Omit<react.
43
43
  declare const KolModal: react.ForwardRefExoticComponent<JSX.KolModal & Omit<react.HTMLAttributes<HTMLKolModalElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolModalElement>>;
44
44
  declare const KolNav: react.ForwardRefExoticComponent<JSX.KolNav & Omit<react.HTMLAttributes<HTMLKolNavElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolNavElement>>;
45
45
  declare const KolPagination: react.ForwardRefExoticComponent<JSX.KolPagination & Omit<react.HTMLAttributes<HTMLKolPaginationElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolPaginationElement>>;
46
- declare const KolPopover: react.ForwardRefExoticComponent<JSX.KolPopover & Omit<react.HTMLAttributes<HTMLKolPopoverElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolPopoverElement>>;
47
46
  declare const KolProgress: react.ForwardRefExoticComponent<JSX.KolProgress & Omit<react.HTMLAttributes<HTMLKolProgressElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolProgressElement>>;
48
47
  declare const KolQuote: react.ForwardRefExoticComponent<JSX.KolQuote & Omit<react.HTMLAttributes<HTMLKolQuoteElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolQuoteElement>>;
49
48
  declare const KolSelect: react.ForwardRefExoticComponent<JSX.KolSelect & Omit<react.HTMLAttributes<HTMLKolSelectElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSelectElement>>;
@@ -58,4 +57,4 @@ declare const KolTextarea: react.ForwardRefExoticComponent<JSX.KolTextarea & Omi
58
57
  declare const KolToastContainer: react.ForwardRefExoticComponent<JSX.KolToastContainer & Omit<react.HTMLAttributes<HTMLKolToastContainerElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolToastContainerElement>>;
59
58
  declare const KolVersion: react.ForwardRefExoticComponent<JSX.KolVersion & Omit<react.HTMLAttributes<HTMLKolVersionElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolVersionElement>>;
60
59
 
61
- export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToastContainer, KolVersion };
60
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, 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, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToastContainer, KolVersion };
package/dist/index.mjs CHANGED
@@ -204,7 +204,6 @@ const KolLogo = /* @__PURE__ */ createReactComponent("kol-logo");
204
204
  const KolModal = /* @__PURE__ */ createReactComponent("kol-modal");
205
205
  const KolNav = /* @__PURE__ */ createReactComponent("kol-nav");
206
206
  const KolPagination = /* @__PURE__ */ createReactComponent("kol-pagination");
207
- const KolPopover = /* @__PURE__ */ createReactComponent("kol-popover");
208
207
  const KolProgress = /* @__PURE__ */ createReactComponent("kol-progress");
209
208
  const KolQuote = /* @__PURE__ */ createReactComponent("kol-quote");
210
209
  const KolSelect = /* @__PURE__ */ createReactComponent("kol-select");
@@ -219,4 +218,4 @@ const KolTextarea = /* @__PURE__ */ createReactComponent("kol-textarea");
219
218
  const KolToastContainer = /* @__PURE__ */ createReactComponent("kol-toast-container");
220
219
  const KolVersion = /* @__PURE__ */ createReactComponent("kol-version");
221
220
 
222
- export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToastContainer, KolVersion };
221
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, 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, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToastContainer, KolVersion };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/react",
3
- "version": "2.0.0-rc.8",
3
+ "version": "2.0.0-rc.9",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": "https://github.com/public-ui/kolibri",
@@ -42,12 +42,12 @@
42
42
  "react"
43
43
  ],
44
44
  "devDependencies": {
45
- "@public-ui/components": "2.0.0-rc.8",
45
+ "@public-ui/components": "2.0.0-rc.9",
46
46
  "@types/minimatch": "5.1.2",
47
47
  "@types/minimist": "1.2.4",
48
48
  "@types/node": "ts5.1",
49
49
  "@types/normalize-package-data": "2.4.3",
50
- "@types/react": "18.2.33",
50
+ "@types/react": "18.2.36",
51
51
  "@types/react-dom": "18.2.14",
52
52
  "react": "18.2.0",
53
53
  "react-dom": "18.2.0",
@@ -55,7 +55,7 @@
55
55
  "unbuild": "1.2.1"
56
56
  },
57
57
  "peerDependencies": {
58
- "@public-ui/components": "2.0.0-rc.8",
58
+ "@public-ui/components": "2.0.0-rc.9",
59
59
  "react": ">=16.14.0",
60
60
  "react-dom": ">=16.14.0"
61
61
  },