@public-ui/solid 3.0.0-rc.7 → 3.0.0-rc.8
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 +2 -0
- package/dist/index.d.ts +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -64,6 +64,7 @@ const KolModal = /* @__PURE__ */ createSolidComponent("kol-modal");
|
|
|
64
64
|
const KolNav = /* @__PURE__ */ createSolidComponent("kol-nav");
|
|
65
65
|
const KolPagination = /* @__PURE__ */ createSolidComponent("kol-pagination");
|
|
66
66
|
const KolPopoverButton = /* @__PURE__ */ createSolidComponent("kol-popover-button");
|
|
67
|
+
const KolPopoverButtonWc = /* @__PURE__ */ createSolidComponent("kol-popover-button-wc");
|
|
67
68
|
const KolProgress = /* @__PURE__ */ createSolidComponent("kol-progress");
|
|
68
69
|
const KolQuote = /* @__PURE__ */ createSolidComponent("kol-quote");
|
|
69
70
|
const KolSelect = /* @__PURE__ */ createSolidComponent("kol-select");
|
|
@@ -115,6 +116,7 @@ exports.KolModal = KolModal;
|
|
|
115
116
|
exports.KolNav = KolNav;
|
|
116
117
|
exports.KolPagination = KolPagination;
|
|
117
118
|
exports.KolPopoverButton = KolPopoverButton;
|
|
119
|
+
exports.KolPopoverButtonWc = KolPopoverButtonWc;
|
|
118
120
|
exports.KolProgress = KolProgress;
|
|
119
121
|
exports.KolQuote = KolQuote;
|
|
120
122
|
exports.KolSelect = KolSelect;
|
package/dist/index.d.ts
CHANGED
|
@@ -37,6 +37,7 @@ declare const KolModal: (props: solid_js.PropsWithChildren<JSX.KolModal & solid_
|
|
|
37
37
|
declare const KolNav: (props: solid_js.PropsWithChildren<JSX.KolNav & solid_js.JSX.HTMLAttributes<HTMLKolNavElement>>) => HTMLKolNavElement;
|
|
38
38
|
declare const KolPagination: (props: solid_js.PropsWithChildren<JSX.KolPagination & solid_js.JSX.HTMLAttributes<HTMLKolPaginationElement>>) => HTMLKolPaginationElement;
|
|
39
39
|
declare const KolPopoverButton: (props: solid_js.PropsWithChildren<JSX.KolPopoverButton & solid_js.JSX.HTMLAttributes<HTMLKolPopoverButtonElement>>) => HTMLKolPopoverButtonElement;
|
|
40
|
+
declare const KolPopoverButtonWc: (props: solid_js.PropsWithChildren<JSX.KolPopoverButtonWc & solid_js.JSX.HTMLAttributes<HTMLKolPopoverButtonWcElement>>) => HTMLKolPopoverButtonWcElement;
|
|
40
41
|
declare const KolProgress: (props: solid_js.PropsWithChildren<JSX.KolProgress & solid_js.JSX.HTMLAttributes<HTMLKolProgressElement>>) => HTMLKolProgressElement;
|
|
41
42
|
declare const KolQuote: (props: solid_js.PropsWithChildren<JSX.KolQuote & solid_js.JSX.HTMLAttributes<HTMLKolQuoteElement>>) => HTMLKolQuoteElement;
|
|
42
43
|
declare const KolSelect: (props: solid_js.PropsWithChildren<JSX.KolSelect & solid_js.JSX.HTMLAttributes<HTMLKolSelectElement>>) => HTMLKolSelectElement;
|
|
@@ -55,4 +56,4 @@ declare const KolTreeItem: (props: solid_js.PropsWithChildren<JSX.KolTreeItem &
|
|
|
55
56
|
declare const KolTreeItemWc: (props: solid_js.PropsWithChildren<JSX.KolTreeItemWc & solid_js.JSX.HTMLAttributes<HTMLKolTreeItemWcElement>>) => HTMLKolTreeItemWcElement;
|
|
56
57
|
declare const KolVersion: (props: solid_js.PropsWithChildren<JSX.KolVersion & solid_js.JSX.HTMLAttributes<HTMLKolVersionElement>>) => HTMLKolVersionElement;
|
|
57
58
|
|
|
58
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPopoverButton, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
|
|
59
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
|
package/dist/index.mjs
CHANGED
|
@@ -62,6 +62,7 @@ const KolModal = /* @__PURE__ */ createSolidComponent("kol-modal");
|
|
|
62
62
|
const KolNav = /* @__PURE__ */ createSolidComponent("kol-nav");
|
|
63
63
|
const KolPagination = /* @__PURE__ */ createSolidComponent("kol-pagination");
|
|
64
64
|
const KolPopoverButton = /* @__PURE__ */ createSolidComponent("kol-popover-button");
|
|
65
|
+
const KolPopoverButtonWc = /* @__PURE__ */ createSolidComponent("kol-popover-button-wc");
|
|
65
66
|
const KolProgress = /* @__PURE__ */ createSolidComponent("kol-progress");
|
|
66
67
|
const KolQuote = /* @__PURE__ */ createSolidComponent("kol-quote");
|
|
67
68
|
const KolSelect = /* @__PURE__ */ createSolidComponent("kol-select");
|
|
@@ -80,4 +81,4 @@ const KolTreeItem = /* @__PURE__ */ createSolidComponent("kol-tree-item");
|
|
|
80
81
|
const KolTreeItemWc = /* @__PURE__ */ createSolidComponent("kol-tree-item-wc");
|
|
81
82
|
const KolVersion = /* @__PURE__ */ createSolidComponent("kol-version");
|
|
82
83
|
|
|
83
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPopoverButton, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
|
|
84
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/solid",
|
|
3
|
-
"version": "3.0.0-rc.
|
|
3
|
+
"version": "3.0.0-rc.8",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -51,11 +51,11 @@
|
|
|
51
51
|
"solid-js": "1.9.5",
|
|
52
52
|
"typescript": "5.8.2",
|
|
53
53
|
"unbuild": "1.2.1",
|
|
54
|
-
"@public-ui/components": "3.0.0-rc.
|
|
54
|
+
"@public-ui/components": "3.0.0-rc.8"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"solid-js": ">=1.9.5",
|
|
58
|
-
"@public-ui/components": "3.0.0-rc.
|
|
58
|
+
"@public-ui/components": "3.0.0-rc.8"
|
|
59
59
|
},
|
|
60
60
|
"sideEffects": false,
|
|
61
61
|
"type": "module",
|