@public-ui/solid 2.0.0-rc.3 → 2.0.0-rc.5

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
@@ -110,7 +110,6 @@ const KolSymbol = /* @__PURE__ */ createSolidComponent("kol-symbol");
110
110
  const KolTable = /* @__PURE__ */ createSolidComponent("kol-table");
111
111
  const KolTabs = /* @__PURE__ */ createSolidComponent("kol-tabs");
112
112
  const KolTextarea = /* @__PURE__ */ createSolidComponent("kol-textarea");
113
- const KolToast = /* @__PURE__ */ createSolidComponent("kol-toast");
114
113
  const KolToastContainer = /* @__PURE__ */ createSolidComponent("kol-toast-container");
115
114
  const KolVersion = /* @__PURE__ */ createSolidComponent("kol-version");
116
115
 
@@ -160,6 +159,5 @@ exports.KolSymbol = KolSymbol;
160
159
  exports.KolTable = KolTable;
161
160
  exports.KolTabs = KolTabs;
162
161
  exports.KolTextarea = KolTextarea;
163
- exports.KolToast = KolToast;
164
162
  exports.KolToastContainer = KolToastContainer;
165
163
  exports.KolVersion = KolVersion;
package/dist/index.d.ts CHANGED
@@ -47,8 +47,7 @@ declare const KolSymbol: (props: solid_js.PropsWithChildren<JSX.KolSymbol & soli
47
47
  declare const KolTable: (props: solid_js.PropsWithChildren<JSX.KolTable & solid_js.JSX.HTMLAttributes<HTMLKolTableElement>>) => HTMLKolTableElement;
48
48
  declare const KolTabs: (props: solid_js.PropsWithChildren<JSX.KolTabs & solid_js.JSX.HTMLAttributes<HTMLKolTabsElement>>) => HTMLKolTabsElement;
49
49
  declare const KolTextarea: (props: solid_js.PropsWithChildren<JSX.KolTextarea & solid_js.JSX.HTMLAttributes<HTMLKolTextareaElement>>) => HTMLKolTextareaElement;
50
- declare const KolToast: (props: solid_js.PropsWithChildren<JSX.KolToast & solid_js.JSX.HTMLAttributes<HTMLKolToastElement>>) => HTMLKolToastElement;
51
50
  declare const KolToastContainer: (props: solid_js.PropsWithChildren<JSX.KolToastContainer & solid_js.JSX.HTMLAttributes<HTMLKolToastContainerElement>>) => HTMLKolToastContainerElement;
52
51
  declare const KolVersion: (props: solid_js.PropsWithChildren<JSX.KolVersion & solid_js.JSX.HTMLAttributes<HTMLKolVersionElement>>) => HTMLKolVersionElement;
53
52
 
54
- 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 };
53
+ 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 };
package/dist/index.mjs CHANGED
@@ -108,8 +108,7 @@ const KolSymbol = /* @__PURE__ */ createSolidComponent("kol-symbol");
108
108
  const KolTable = /* @__PURE__ */ createSolidComponent("kol-table");
109
109
  const KolTabs = /* @__PURE__ */ createSolidComponent("kol-tabs");
110
110
  const KolTextarea = /* @__PURE__ */ createSolidComponent("kol-textarea");
111
- const KolToast = /* @__PURE__ */ createSolidComponent("kol-toast");
112
111
  const KolToastContainer = /* @__PURE__ */ createSolidComponent("kol-toast-container");
113
112
  const KolVersion = /* @__PURE__ */ createSolidComponent("kol-version");
114
113
 
115
- 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 };
114
+ 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 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/solid",
3
- "version": "2.0.0-rc.3",
3
+ "version": "2.0.0-rc.5",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": "https://github.com/public-ui/kolibri",
@@ -42,7 +42,7 @@
42
42
  "solidjs"
43
43
  ],
44
44
  "devDependencies": {
45
- "@public-ui/components": "2.0.0-rc.3",
45
+ "@public-ui/components": "2.0.0-rc.5",
46
46
  "@types/minimatch": "5.1.2",
47
47
  "@types/minimist": "1.2.4",
48
48
  "@types/node": "ts5.1",
@@ -52,7 +52,7 @@
52
52
  "unbuild": "1.2.1"
53
53
  },
54
54
  "peerDependencies": {
55
- "@public-ui/components": "2.0.0-rc.3",
55
+ "@public-ui/components": "2.0.0-rc.5",
56
56
  "solid-js": ">=1.2.0"
57
57
  },
58
58
  "sideEffects": false,