@public-ui/solid 2.1.2 → 2.1.3
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 +0 -2
- package/dist/index.d.ts +1 -2
- package/dist/index.mjs +1 -2
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -70,7 +70,6 @@ const KolProgress = /* @__PURE__ */ createSolidComponent("kol-progress");
|
|
|
70
70
|
const KolQuote = /* @__PURE__ */ createSolidComponent("kol-quote");
|
|
71
71
|
const KolSelect = /* @__PURE__ */ createSolidComponent("kol-select");
|
|
72
72
|
const KolSkipNav = /* @__PURE__ */ createSolidComponent("kol-skip-nav");
|
|
73
|
-
const KolSpan = /* @__PURE__ */ createSolidComponent("kol-span");
|
|
74
73
|
const KolSpin = /* @__PURE__ */ createSolidComponent("kol-spin");
|
|
75
74
|
const KolSplitButton = /* @__PURE__ */ createSolidComponent("kol-split-button");
|
|
76
75
|
const KolSymbol = /* @__PURE__ */ createSolidComponent("kol-symbol");
|
|
@@ -126,7 +125,6 @@ exports.KolProgress = KolProgress;
|
|
|
126
125
|
exports.KolQuote = KolQuote;
|
|
127
126
|
exports.KolSelect = KolSelect;
|
|
128
127
|
exports.KolSkipNav = KolSkipNav;
|
|
129
|
-
exports.KolSpan = KolSpan;
|
|
130
128
|
exports.KolSpin = KolSpin;
|
|
131
129
|
exports.KolSplitButton = KolSplitButton;
|
|
132
130
|
exports.KolSymbol = KolSymbol;
|
package/dist/index.d.ts
CHANGED
|
@@ -43,7 +43,6 @@ declare const KolProgress: (props: solid_js.PropsWithChildren<JSX.KolProgress &
|
|
|
43
43
|
declare const KolQuote: (props: solid_js.PropsWithChildren<JSX.KolQuote & solid_js.JSX.HTMLAttributes<HTMLKolQuoteElement>>) => HTMLKolQuoteElement;
|
|
44
44
|
declare const KolSelect: (props: solid_js.PropsWithChildren<JSX.KolSelect & solid_js.JSX.HTMLAttributes<HTMLKolSelectElement>>) => HTMLKolSelectElement;
|
|
45
45
|
declare const KolSkipNav: (props: solid_js.PropsWithChildren<JSX.KolSkipNav & solid_js.JSX.HTMLAttributes<HTMLKolSkipNavElement>>) => HTMLKolSkipNavElement;
|
|
46
|
-
declare const KolSpan: (props: solid_js.PropsWithChildren<JSX.KolSpan & solid_js.JSX.HTMLAttributes<HTMLKolSpanElement>>) => HTMLKolSpanElement;
|
|
47
46
|
declare const KolSpin: (props: solid_js.PropsWithChildren<JSX.KolSpin & solid_js.JSX.HTMLAttributes<HTMLKolSpinElement>>) => HTMLKolSpinElement;
|
|
48
47
|
declare const KolSplitButton: (props: solid_js.PropsWithChildren<JSX.KolSplitButton & solid_js.JSX.HTMLAttributes<HTMLKolSplitButtonElement>>) => HTMLKolSplitButtonElement;
|
|
49
48
|
declare const KolSymbol: (props: solid_js.PropsWithChildren<JSX.KolSymbol & solid_js.JSX.HTMLAttributes<HTMLKolSymbolElement>>) => HTMLKolSymbolElement;
|
|
@@ -60,4 +59,4 @@ declare const KolTreeItemWc: (props: solid_js.PropsWithChildren<JSX.KolTreeItemW
|
|
|
60
59
|
declare const KolTreeWc: (props: solid_js.PropsWithChildren<JSX.KolTreeWc & solid_js.JSX.HTMLAttributes<HTMLKolTreeWcElement>>) => HTMLKolTreeWcElement;
|
|
61
60
|
declare const KolVersion: (props: solid_js.PropsWithChildren<JSX.KolVersion & solid_js.JSX.HTMLAttributes<HTMLKolVersionElement>>) => HTMLKolVersionElement;
|
|
62
61
|
|
|
63
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolCombobox, 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,
|
|
62
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolCombobox, 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, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolTreeWc, KolVersion, setTagNameTransformer };
|
package/dist/index.mjs
CHANGED
|
@@ -68,7 +68,6 @@ const KolProgress = /* @__PURE__ */ createSolidComponent("kol-progress");
|
|
|
68
68
|
const KolQuote = /* @__PURE__ */ createSolidComponent("kol-quote");
|
|
69
69
|
const KolSelect = /* @__PURE__ */ createSolidComponent("kol-select");
|
|
70
70
|
const KolSkipNav = /* @__PURE__ */ createSolidComponent("kol-skip-nav");
|
|
71
|
-
const KolSpan = /* @__PURE__ */ createSolidComponent("kol-span");
|
|
72
71
|
const KolSpin = /* @__PURE__ */ createSolidComponent("kol-spin");
|
|
73
72
|
const KolSplitButton = /* @__PURE__ */ createSolidComponent("kol-split-button");
|
|
74
73
|
const KolSymbol = /* @__PURE__ */ createSolidComponent("kol-symbol");
|
|
@@ -85,4 +84,4 @@ const KolTreeItemWc = /* @__PURE__ */ createSolidComponent("kol-tree-item-wc");
|
|
|
85
84
|
const KolTreeWc = /* @__PURE__ */ createSolidComponent("kol-tree-wc");
|
|
86
85
|
const KolVersion = /* @__PURE__ */ createSolidComponent("kol-version");
|
|
87
86
|
|
|
88
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolCombobox, 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,
|
|
87
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolCombobox, 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, 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.
|
|
3
|
+
"version": "2.1.3",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -50,13 +50,13 @@
|
|
|
50
50
|
"@types/node": "ts5.4",
|
|
51
51
|
"@types/normalize-package-data": "2.4.4",
|
|
52
52
|
"solid-js": "1.8.17",
|
|
53
|
-
"typescript": "5.
|
|
53
|
+
"typescript": "5.5.2",
|
|
54
54
|
"unbuild": "1.2.1",
|
|
55
|
-
"@public-ui/components": "2.1.
|
|
55
|
+
"@public-ui/components": "2.1.3"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"solid-js": ">=1.8.17",
|
|
59
|
-
"@public-ui/components": "2.1.
|
|
59
|
+
"@public-ui/components": "2.1.3"
|
|
60
60
|
},
|
|
61
61
|
"sideEffects": false,
|
|
62
62
|
"type": "module",
|