@public-ui/solid 2.1.5-rc.8 → 2.1.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 +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
|
@@ -49,6 +49,7 @@ const KolHeading = /* @__PURE__ */ createSolidComponent("kol-heading");
|
|
|
49
49
|
const KolIcon = /* @__PURE__ */ createSolidComponent("kol-icon");
|
|
50
50
|
const KolImage = /* @__PURE__ */ createSolidComponent("kol-image");
|
|
51
51
|
const KolIndentedText = /* @__PURE__ */ createSolidComponent("kol-indented-text");
|
|
52
|
+
const KolIndentedTextWc = /* @__PURE__ */ createSolidComponent("kol-indented-text-wc");
|
|
52
53
|
const KolInputCheckbox = /* @__PURE__ */ createSolidComponent("kol-input-checkbox");
|
|
53
54
|
const KolInputColor = /* @__PURE__ */ createSolidComponent("kol-input-color");
|
|
54
55
|
const KolInputDate = /* @__PURE__ */ createSolidComponent("kol-input-date");
|
|
@@ -105,6 +106,7 @@ exports.KolHeading = KolHeading;
|
|
|
105
106
|
exports.KolIcon = KolIcon;
|
|
106
107
|
exports.KolImage = KolImage;
|
|
107
108
|
exports.KolIndentedText = KolIndentedText;
|
|
109
|
+
exports.KolIndentedTextWc = KolIndentedTextWc;
|
|
108
110
|
exports.KolInputCheckbox = KolInputCheckbox;
|
|
109
111
|
exports.KolInputColor = KolInputColor;
|
|
110
112
|
exports.KolInputDate = KolInputDate;
|
package/dist/index.d.ts
CHANGED
|
@@ -22,6 +22,7 @@ declare const KolHeading: (props: solid_js.PropsWithChildren<JSX.KolHeading & so
|
|
|
22
22
|
declare const KolIcon: (props: solid_js.PropsWithChildren<JSX.KolIcon & solid_js.JSX.HTMLAttributes<HTMLKolIconElement>>) => HTMLKolIconElement;
|
|
23
23
|
declare const KolImage: (props: solid_js.PropsWithChildren<JSX.KolImage & solid_js.JSX.HTMLAttributes<HTMLKolImageElement>>) => HTMLKolImageElement;
|
|
24
24
|
declare const KolIndentedText: (props: solid_js.PropsWithChildren<JSX.KolIndentedText & solid_js.JSX.HTMLAttributes<HTMLKolIndentedTextElement>>) => HTMLKolIndentedTextElement;
|
|
25
|
+
declare const KolIndentedTextWc: (props: solid_js.PropsWithChildren<JSX.KolIndentedTextWc & solid_js.JSX.HTMLAttributes<HTMLKolIndentedTextWcElement>>) => HTMLKolIndentedTextWcElement;
|
|
25
26
|
declare const KolInputCheckbox: (props: solid_js.PropsWithChildren<JSX.KolInputCheckbox & solid_js.JSX.HTMLAttributes<HTMLKolInputCheckboxElement>>) => HTMLKolInputCheckboxElement;
|
|
26
27
|
declare const KolInputColor: (props: solid_js.PropsWithChildren<JSX.KolInputColor & solid_js.JSX.HTMLAttributes<HTMLKolInputColorElement>>) => HTMLKolInputColorElement;
|
|
27
28
|
declare const KolInputDate: (props: solid_js.PropsWithChildren<JSX.KolInputDate & solid_js.JSX.HTMLAttributes<HTMLKolInputDateElement>>) => HTMLKolInputDateElement;
|
|
@@ -60,4 +61,4 @@ declare const KolTreeItemWc: (props: solid_js.PropsWithChildren<JSX.KolTreeItemW
|
|
|
60
61
|
declare const KolTreeWc: (props: solid_js.PropsWithChildren<JSX.KolTreeWc & solid_js.JSX.HTMLAttributes<HTMLKolTreeWcElement>>) => HTMLKolTreeWcElement;
|
|
61
62
|
declare const KolVersion: (props: solid_js.PropsWithChildren<JSX.KolVersion & solid_js.JSX.HTMLAttributes<HTMLKolVersionElement>>) => HTMLKolVersionElement;
|
|
62
63
|
|
|
63
|
-
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, setTagNameTransformer };
|
|
64
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolIndentedTextWc, 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, setTagNameTransformer };
|
package/dist/index.mjs
CHANGED
|
@@ -47,6 +47,7 @@ const KolHeading = /* @__PURE__ */ createSolidComponent("kol-heading");
|
|
|
47
47
|
const KolIcon = /* @__PURE__ */ createSolidComponent("kol-icon");
|
|
48
48
|
const KolImage = /* @__PURE__ */ createSolidComponent("kol-image");
|
|
49
49
|
const KolIndentedText = /* @__PURE__ */ createSolidComponent("kol-indented-text");
|
|
50
|
+
const KolIndentedTextWc = /* @__PURE__ */ createSolidComponent("kol-indented-text-wc");
|
|
50
51
|
const KolInputCheckbox = /* @__PURE__ */ createSolidComponent("kol-input-checkbox");
|
|
51
52
|
const KolInputColor = /* @__PURE__ */ createSolidComponent("kol-input-color");
|
|
52
53
|
const KolInputDate = /* @__PURE__ */ createSolidComponent("kol-input-date");
|
|
@@ -85,4 +86,4 @@ const KolTreeItemWc = /* @__PURE__ */ createSolidComponent("kol-tree-item-wc");
|
|
|
85
86
|
const KolTreeWc = /* @__PURE__ */ createSolidComponent("kol-tree-wc");
|
|
86
87
|
const KolVersion = /* @__PURE__ */ createSolidComponent("kol-version");
|
|
87
88
|
|
|
88
|
-
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, setTagNameTransformer };
|
|
89
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolIndentedTextWc, 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, setTagNameTransformer };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/solid",
|
|
3
|
-
"version": "2.1.5
|
|
3
|
+
"version": "2.1.5",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -52,11 +52,11 @@
|
|
|
52
52
|
"solid-js": "1.8.17",
|
|
53
53
|
"typescript": "5.5.2",
|
|
54
54
|
"unbuild": "1.2.1",
|
|
55
|
-
"@public-ui/components": "2.1.5
|
|
55
|
+
"@public-ui/components": "2.1.5"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"solid-js": ">=1.8.17",
|
|
59
|
-
"@public-ui/components": "2.1.5
|
|
59
|
+
"@public-ui/components": "2.1.5"
|
|
60
60
|
},
|
|
61
61
|
"sideEffects": false,
|
|
62
62
|
"type": "module",
|