@public-ui/solid 1.6.0-rc.28 → 1.6.0-rc.29
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 +3 -3
package/dist/index.cjs
CHANGED
|
@@ -116,7 +116,6 @@ const KolTable = /* @__PURE__ */ createSolidComponent("kol-table");
|
|
|
116
116
|
const KolTabs = /* @__PURE__ */ createSolidComponent("kol-tabs");
|
|
117
117
|
const KolTextarea = /* @__PURE__ */ createSolidComponent("kol-textarea");
|
|
118
118
|
const KolToast = /* @__PURE__ */ createSolidComponent("kol-toast");
|
|
119
|
-
const KolTooltip = /* @__PURE__ */ createSolidComponent("kol-tooltip");
|
|
120
119
|
const KolVersion = /* @__PURE__ */ createSolidComponent("kol-version");
|
|
121
120
|
|
|
122
121
|
exports.KolAbbr = KolAbbr;
|
|
@@ -171,5 +170,4 @@ exports.KolTable = KolTable;
|
|
|
171
170
|
exports.KolTabs = KolTabs;
|
|
172
171
|
exports.KolTextarea = KolTextarea;
|
|
173
172
|
exports.KolToast = KolToast;
|
|
174
|
-
exports.KolTooltip = KolTooltip;
|
|
175
173
|
exports.KolVersion = KolVersion;
|
package/dist/index.d.ts
CHANGED
|
@@ -53,7 +53,6 @@ declare const KolTable: (props: solid_js.PropsWithChildren<JSX.KolTable & solid_
|
|
|
53
53
|
declare const KolTabs: (props: solid_js.PropsWithChildren<JSX.KolTabs & solid_js.JSX.HTMLAttributes<HTMLKolTabsElement>>) => HTMLKolTabsElement;
|
|
54
54
|
declare const KolTextarea: (props: solid_js.PropsWithChildren<JSX.KolTextarea & solid_js.JSX.HTMLAttributes<HTMLKolTextareaElement>>) => HTMLKolTextareaElement;
|
|
55
55
|
declare const KolToast: (props: solid_js.PropsWithChildren<JSX.KolToast & solid_js.JSX.HTMLAttributes<HTMLKolToastElement>>) => HTMLKolToastElement;
|
|
56
|
-
declare const KolTooltip: (props: solid_js.PropsWithChildren<JSX.KolTooltip & solid_js.JSX.HTMLAttributes<HTMLKolTooltipElement>>) => HTMLKolTooltipElement;
|
|
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, KolAvatarWc, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonGroupWc, 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, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast,
|
|
58
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolAvatarWc, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonGroupWc, 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, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolVersion };
|
package/dist/index.mjs
CHANGED
|
@@ -114,7 +114,6 @@ const KolTable = /* @__PURE__ */ createSolidComponent("kol-table");
|
|
|
114
114
|
const KolTabs = /* @__PURE__ */ createSolidComponent("kol-tabs");
|
|
115
115
|
const KolTextarea = /* @__PURE__ */ createSolidComponent("kol-textarea");
|
|
116
116
|
const KolToast = /* @__PURE__ */ createSolidComponent("kol-toast");
|
|
117
|
-
const KolTooltip = /* @__PURE__ */ createSolidComponent("kol-tooltip");
|
|
118
117
|
const KolVersion = /* @__PURE__ */ createSolidComponent("kol-version");
|
|
119
118
|
|
|
120
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolAvatarWc, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonGroupWc, 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, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast,
|
|
119
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolAvatarWc, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonGroupWc, 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, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolVersion };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/solid",
|
|
3
|
-
"version": "1.6.0-rc.
|
|
3
|
+
"version": "1.6.0-rc.29",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": "https://github.com/public-ui/kolibri",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"prepack": "unbuild"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@public-ui/components": "1.6.0-rc.
|
|
49
|
+
"@public-ui/components": "1.6.0-rc.29",
|
|
50
50
|
"@types/minimatch": "5.1.2",
|
|
51
51
|
"@types/minimist": "1.2.2",
|
|
52
52
|
"@types/node": "ts5.1",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"unbuild": "1.2.1"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
|
-
"@public-ui/components": "1.6.0-rc.
|
|
59
|
+
"@public-ui/components": "1.6.0-rc.29",
|
|
60
60
|
"solid-js": ">=1.2.0"
|
|
61
61
|
},
|
|
62
62
|
"sideEffects": false,
|