@public-ui/solid 1.7.5 → 1.7.6-rc.1
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 +6 -6
package/dist/index.cjs
CHANGED
|
@@ -101,7 +101,6 @@ const KolLogo = /* @__PURE__ */ createSolidComponent("kol-logo");
|
|
|
101
101
|
const KolModal = /* @__PURE__ */ createSolidComponent("kol-modal");
|
|
102
102
|
const KolNav = /* @__PURE__ */ createSolidComponent("kol-nav");
|
|
103
103
|
const KolPagination = /* @__PURE__ */ createSolidComponent("kol-pagination");
|
|
104
|
-
const KolPopover = /* @__PURE__ */ createSolidComponent("kol-popover");
|
|
105
104
|
const KolProgress = /* @__PURE__ */ createSolidComponent("kol-progress");
|
|
106
105
|
const KolQuote = /* @__PURE__ */ createSolidComponent("kol-quote");
|
|
107
106
|
const KolSelect = /* @__PURE__ */ createSolidComponent("kol-select");
|
|
@@ -154,7 +153,6 @@ exports.KolLogo = KolLogo;
|
|
|
154
153
|
exports.KolModal = KolModal;
|
|
155
154
|
exports.KolNav = KolNav;
|
|
156
155
|
exports.KolPagination = KolPagination;
|
|
157
|
-
exports.KolPopover = KolPopover;
|
|
158
156
|
exports.KolProgress = KolProgress;
|
|
159
157
|
exports.KolQuote = KolQuote;
|
|
160
158
|
exports.KolSelect = KolSelect;
|
package/dist/index.d.ts
CHANGED
|
@@ -38,7 +38,6 @@ declare const KolLogo: (props: solid_js.PropsWithChildren<JSX.KolLogo & solid_js
|
|
|
38
38
|
declare const KolModal: (props: solid_js.PropsWithChildren<JSX.KolModal & solid_js.JSX.HTMLAttributes<HTMLKolModalElement>>) => HTMLKolModalElement;
|
|
39
39
|
declare const KolNav: (props: solid_js.PropsWithChildren<JSX.KolNav & solid_js.JSX.HTMLAttributes<HTMLKolNavElement>>) => HTMLKolNavElement;
|
|
40
40
|
declare const KolPagination: (props: solid_js.PropsWithChildren<JSX.KolPagination & solid_js.JSX.HTMLAttributes<HTMLKolPaginationElement>>) => HTMLKolPaginationElement;
|
|
41
|
-
declare const KolPopover: (props: solid_js.PropsWithChildren<JSX.KolPopover & solid_js.JSX.HTMLAttributes<HTMLKolPopoverElement>>) => HTMLKolPopoverElement;
|
|
42
41
|
declare const KolProgress: (props: solid_js.PropsWithChildren<JSX.KolProgress & solid_js.JSX.HTMLAttributes<HTMLKolProgressElement>>) => HTMLKolProgressElement;
|
|
43
42
|
declare const KolQuote: (props: solid_js.PropsWithChildren<JSX.KolQuote & solid_js.JSX.HTMLAttributes<HTMLKolQuoteElement>>) => HTMLKolQuoteElement;
|
|
44
43
|
declare const KolSelect: (props: solid_js.PropsWithChildren<JSX.KolSelect & solid_js.JSX.HTMLAttributes<HTMLKolSelectElement>>) => HTMLKolSelectElement;
|
|
@@ -54,4 +53,4 @@ declare const KolToast: (props: solid_js.PropsWithChildren<JSX.KolToast & solid_
|
|
|
54
53
|
declare const KolToastContainer: (props: solid_js.PropsWithChildren<JSX.KolToastContainer & solid_js.JSX.HTMLAttributes<HTMLKolToastContainerElement>>) => HTMLKolToastContainerElement;
|
|
55
54
|
declare const KolVersion: (props: solid_js.PropsWithChildren<JSX.KolVersion & solid_js.JSX.HTMLAttributes<HTMLKolVersionElement>>) => HTMLKolVersionElement;
|
|
56
55
|
|
|
57
|
-
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,
|
|
56
|
+
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, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolToastContainer, KolVersion };
|
package/dist/index.mjs
CHANGED
|
@@ -99,7 +99,6 @@ const KolLogo = /* @__PURE__ */ createSolidComponent("kol-logo");
|
|
|
99
99
|
const KolModal = /* @__PURE__ */ createSolidComponent("kol-modal");
|
|
100
100
|
const KolNav = /* @__PURE__ */ createSolidComponent("kol-nav");
|
|
101
101
|
const KolPagination = /* @__PURE__ */ createSolidComponent("kol-pagination");
|
|
102
|
-
const KolPopover = /* @__PURE__ */ createSolidComponent("kol-popover");
|
|
103
102
|
const KolProgress = /* @__PURE__ */ createSolidComponent("kol-progress");
|
|
104
103
|
const KolQuote = /* @__PURE__ */ createSolidComponent("kol-quote");
|
|
105
104
|
const KolSelect = /* @__PURE__ */ createSolidComponent("kol-select");
|
|
@@ -115,4 +114,4 @@ const KolToast = /* @__PURE__ */ createSolidComponent("kol-toast");
|
|
|
115
114
|
const KolToastContainer = /* @__PURE__ */ createSolidComponent("kol-toast-container");
|
|
116
115
|
const KolVersion = /* @__PURE__ */ createSolidComponent("kol-version");
|
|
117
116
|
|
|
118
|
-
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,
|
|
117
|
+
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, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolToastContainer, KolVersion };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/solid",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.6-rc.1",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": "https://github.com/public-ui/kolibri",
|
|
@@ -42,17 +42,17 @@
|
|
|
42
42
|
"solidjs"
|
|
43
43
|
],
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@public-ui/components": "1.7.
|
|
45
|
+
"@public-ui/components": "1.7.6-rc.1",
|
|
46
46
|
"@types/minimatch": "5.1.2",
|
|
47
|
-
"@types/minimist": "1.2.
|
|
47
|
+
"@types/minimist": "1.2.5",
|
|
48
48
|
"@types/node": "ts5.1",
|
|
49
|
-
"@types/normalize-package-data": "2.4.
|
|
50
|
-
"solid-js": "1.
|
|
49
|
+
"@types/normalize-package-data": "2.4.4",
|
|
50
|
+
"solid-js": "1.8.5",
|
|
51
51
|
"typescript": "5.2.2",
|
|
52
52
|
"unbuild": "1.2.1"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
|
-
"@public-ui/components": "1.7.
|
|
55
|
+
"@public-ui/components": "1.7.6-rc.1",
|
|
56
56
|
"solid-js": ">=1.2.0"
|
|
57
57
|
},
|
|
58
58
|
"sideEffects": false,
|