@public-ui/solid 1.7.24 → 1.7.25
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
|
@@ -72,7 +72,6 @@ const KolProgress = /* @__PURE__ */ createSolidComponent("kol-progress");
|
|
|
72
72
|
const KolQuote = /* @__PURE__ */ createSolidComponent("kol-quote");
|
|
73
73
|
const KolSelect = /* @__PURE__ */ createSolidComponent("kol-select");
|
|
74
74
|
const KolSkipNav = /* @__PURE__ */ createSolidComponent("kol-skip-nav");
|
|
75
|
-
const KolSpan = /* @__PURE__ */ createSolidComponent("kol-span");
|
|
76
75
|
const KolSpin = /* @__PURE__ */ createSolidComponent("kol-spin");
|
|
77
76
|
const KolSplitButton = /* @__PURE__ */ createSolidComponent("kol-split-button");
|
|
78
77
|
const KolSymbol = /* @__PURE__ */ createSolidComponent("kol-symbol");
|
|
@@ -124,7 +123,6 @@ exports.KolProgress = KolProgress;
|
|
|
124
123
|
exports.KolQuote = KolQuote;
|
|
125
124
|
exports.KolSelect = KolSelect;
|
|
126
125
|
exports.KolSkipNav = KolSkipNav;
|
|
127
|
-
exports.KolSpan = KolSpan;
|
|
128
126
|
exports.KolSpin = KolSpin;
|
|
129
127
|
exports.KolSplitButton = KolSplitButton;
|
|
130
128
|
exports.KolSymbol = KolSymbol;
|
package/dist/index.d.ts
CHANGED
|
@@ -45,7 +45,6 @@ declare const KolProgress: (props: solid_js.PropsWithChildren<JSX.KolProgress &
|
|
|
45
45
|
declare const KolQuote: (props: solid_js.PropsWithChildren<JSX.KolQuote & solid_js.JSX.HTMLAttributes<HTMLKolQuoteElement>>) => HTMLKolQuoteElement;
|
|
46
46
|
declare const KolSelect: (props: solid_js.PropsWithChildren<JSX.KolSelect & solid_js.JSX.HTMLAttributes<HTMLKolSelectElement>>) => HTMLKolSelectElement;
|
|
47
47
|
declare const KolSkipNav: (props: solid_js.PropsWithChildren<JSX.KolSkipNav & solid_js.JSX.HTMLAttributes<HTMLKolSkipNavElement>>) => HTMLKolSkipNavElement;
|
|
48
|
-
declare const KolSpan: (props: solid_js.PropsWithChildren<JSX.KolSpan & solid_js.JSX.HTMLAttributes<HTMLKolSpanElement>>) => HTMLKolSpanElement;
|
|
49
48
|
declare const KolSpin: (props: solid_js.PropsWithChildren<JSX.KolSpin & solid_js.JSX.HTMLAttributes<HTMLKolSpinElement>>) => HTMLKolSpinElement;
|
|
50
49
|
declare const KolSplitButton: (props: solid_js.PropsWithChildren<JSX.KolSplitButton & solid_js.JSX.HTMLAttributes<HTMLKolSplitButtonElement>>) => HTMLKolSplitButtonElement;
|
|
51
50
|
declare const KolSymbol: (props: solid_js.PropsWithChildren<JSX.KolSymbol & solid_js.JSX.HTMLAttributes<HTMLKolSymbolElement>>) => HTMLKolSymbolElement;
|
|
@@ -56,4 +55,4 @@ declare const KolToast: (props: solid_js.PropsWithChildren<JSX.KolToast & solid_
|
|
|
56
55
|
declare const KolToastContainer: (props: solid_js.PropsWithChildren<JSX.KolToastContainer & solid_js.JSX.HTMLAttributes<HTMLKolToastContainerElement>>) => HTMLKolToastContainerElement;
|
|
57
56
|
declare const KolVersion: (props: solid_js.PropsWithChildren<JSX.KolVersion & solid_js.JSX.HTMLAttributes<HTMLKolVersionElement>>) => HTMLKolVersionElement;
|
|
58
57
|
|
|
59
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolIconFontAwesome, KolIconIcofont, KolImage, KolIndentedText, KolInputAdapterLeanup, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSkipNav,
|
|
58
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolIconFontAwesome, KolIconIcofont, KolImage, KolIndentedText, KolInputAdapterLeanup, 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, KolTabs, KolTextarea, KolToast, KolToastContainer, KolVersion, setTagNameTransformer };
|
package/dist/index.mjs
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");
|
|
@@ -81,4 +80,4 @@ const KolToast = /* @__PURE__ */ createSolidComponent("kol-toast");
|
|
|
81
80
|
const KolToastContainer = /* @__PURE__ */ createSolidComponent("kol-toast-container");
|
|
82
81
|
const KolVersion = /* @__PURE__ */ createSolidComponent("kol-version");
|
|
83
82
|
|
|
84
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolIconFontAwesome, KolIconIcofont, KolImage, KolIndentedText, KolInputAdapterLeanup, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSkipNav,
|
|
83
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolIconFontAwesome, KolIconIcofont, KolImage, KolIndentedText, KolInputAdapterLeanup, 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, KolTabs, KolTextarea, KolToast, KolToastContainer, KolVersion, setTagNameTransformer };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/solid",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.25",
|
|
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": "1.7.
|
|
55
|
+
"@public-ui/components": "1.7.25"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"solid-js": ">=1.8.17",
|
|
59
|
-
"@public-ui/components": "1.7.
|
|
59
|
+
"@public-ui/components": "1.7.25"
|
|
60
60
|
},
|
|
61
61
|
"sideEffects": false,
|
|
62
62
|
"type": "module",
|