@public-ui/react 2.0.0-rc.1 → 2.0.0-rc.11

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");
@@ -222,7 +221,6 @@ const KolSymbol = /* @__PURE__ */ createReactComponent("kol-symbol");
222
221
  const KolTable = /* @__PURE__ */ createReactComponent("kol-table");
223
222
  const KolTabs = /* @__PURE__ */ createReactComponent("kol-tabs");
224
223
  const KolTextarea = /* @__PURE__ */ createReactComponent("kol-textarea");
225
- const KolToast = /* @__PURE__ */ createReactComponent("kol-toast");
226
224
  const KolToastContainer = /* @__PURE__ */ createReactComponent("kol-toast-container");
227
225
  const KolVersion = /* @__PURE__ */ createReactComponent("kol-version");
228
226
 
@@ -260,7 +258,6 @@ exports.KolLogo = KolLogo;
260
258
  exports.KolModal = KolModal;
261
259
  exports.KolNav = KolNav;
262
260
  exports.KolPagination = KolPagination;
263
- exports.KolPopover = KolPopover;
264
261
  exports.KolProgress = KolProgress;
265
262
  exports.KolQuote = KolQuote;
266
263
  exports.KolSelect = KolSelect;
@@ -272,6 +269,5 @@ exports.KolSymbol = KolSymbol;
272
269
  exports.KolTable = KolTable;
273
270
  exports.KolTabs = KolTabs;
274
271
  exports.KolTextarea = KolTextarea;
275
- exports.KolToast = KolToast;
276
272
  exports.KolToastContainer = KolToastContainer;
277
273
  exports.KolVersion = KolVersion;
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>>;
@@ -55,8 +54,7 @@ declare const KolSymbol: react.ForwardRefExoticComponent<JSX.KolSymbol & Omit<re
55
54
  declare const KolTable: react.ForwardRefExoticComponent<JSX.KolTable & Omit<react.HTMLAttributes<HTMLKolTableElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTableElement>>;
56
55
  declare const KolTabs: react.ForwardRefExoticComponent<JSX.KolTabs & Omit<react.HTMLAttributes<HTMLKolTabsElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTabsElement>>;
57
56
  declare const KolTextarea: react.ForwardRefExoticComponent<JSX.KolTextarea & Omit<react.HTMLAttributes<HTMLKolTextareaElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTextareaElement>>;
58
- declare const KolToast: react.ForwardRefExoticComponent<JSX.KolToast & Omit<react.HTMLAttributes<HTMLKolToastElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolToastElement>>;
59
57
  declare const KolToastContainer: react.ForwardRefExoticComponent<JSX.KolToastContainer & Omit<react.HTMLAttributes<HTMLKolToastContainerElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolToastContainerElement>>;
60
58
  declare const KolVersion: react.ForwardRefExoticComponent<JSX.KolVersion & Omit<react.HTMLAttributes<HTMLKolVersionElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolVersionElement>>;
61
59
 
62
- 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, KolToast, 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");
@@ -216,8 +215,7 @@ const KolSymbol = /* @__PURE__ */ createReactComponent("kol-symbol");
216
215
  const KolTable = /* @__PURE__ */ createReactComponent("kol-table");
217
216
  const KolTabs = /* @__PURE__ */ createReactComponent("kol-tabs");
218
217
  const KolTextarea = /* @__PURE__ */ createReactComponent("kol-textarea");
219
- const KolToast = /* @__PURE__ */ createReactComponent("kol-toast");
220
218
  const KolToastContainer = /* @__PURE__ */ createReactComponent("kol-toast-container");
221
219
  const KolVersion = /* @__PURE__ */ createReactComponent("kol-version");
222
220
 
223
- 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, KolToast, 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.1",
3
+ "version": "2.0.0-rc.11",
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.1",
45
+ "@public-ui/components": "2.0.0-rc.11",
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.30",
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.1",
58
+ "@public-ui/components": "2.0.0-rc.11",
59
59
  "react": ">=16.14.0",
60
60
  "react-dom": ">=16.14.0"
61
61
  },