@public-ui/solid 2.0.0-rc.0 → 2.0.0-rc.10
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 -4
- package/dist/index.d.ts +1 -3
- package/dist/index.mjs +1 -3
- package/package.json +6 -6
package/dist/index.cjs
CHANGED
|
@@ -98,7 +98,6 @@ const KolLogo = /* @__PURE__ */ createSolidComponent("kol-logo");
|
|
|
98
98
|
const KolModal = /* @__PURE__ */ createSolidComponent("kol-modal");
|
|
99
99
|
const KolNav = /* @__PURE__ */ createSolidComponent("kol-nav");
|
|
100
100
|
const KolPagination = /* @__PURE__ */ createSolidComponent("kol-pagination");
|
|
101
|
-
const KolPopover = /* @__PURE__ */ createSolidComponent("kol-popover");
|
|
102
101
|
const KolProgress = /* @__PURE__ */ createSolidComponent("kol-progress");
|
|
103
102
|
const KolQuote = /* @__PURE__ */ createSolidComponent("kol-quote");
|
|
104
103
|
const KolSelect = /* @__PURE__ */ createSolidComponent("kol-select");
|
|
@@ -110,7 +109,6 @@ const KolSymbol = /* @__PURE__ */ createSolidComponent("kol-symbol");
|
|
|
110
109
|
const KolTable = /* @__PURE__ */ createSolidComponent("kol-table");
|
|
111
110
|
const KolTabs = /* @__PURE__ */ createSolidComponent("kol-tabs");
|
|
112
111
|
const KolTextarea = /* @__PURE__ */ createSolidComponent("kol-textarea");
|
|
113
|
-
const KolToast = /* @__PURE__ */ createSolidComponent("kol-toast");
|
|
114
112
|
const KolToastContainer = /* @__PURE__ */ createSolidComponent("kol-toast-container");
|
|
115
113
|
const KolVersion = /* @__PURE__ */ createSolidComponent("kol-version");
|
|
116
114
|
|
|
@@ -148,7 +146,6 @@ exports.KolLogo = KolLogo;
|
|
|
148
146
|
exports.KolModal = KolModal;
|
|
149
147
|
exports.KolNav = KolNav;
|
|
150
148
|
exports.KolPagination = KolPagination;
|
|
151
|
-
exports.KolPopover = KolPopover;
|
|
152
149
|
exports.KolProgress = KolProgress;
|
|
153
150
|
exports.KolQuote = KolQuote;
|
|
154
151
|
exports.KolSelect = KolSelect;
|
|
@@ -160,6 +157,5 @@ exports.KolSymbol = KolSymbol;
|
|
|
160
157
|
exports.KolTable = KolTable;
|
|
161
158
|
exports.KolTabs = KolTabs;
|
|
162
159
|
exports.KolTextarea = KolTextarea;
|
|
163
|
-
exports.KolToast = KolToast;
|
|
164
160
|
exports.KolToastContainer = KolToastContainer;
|
|
165
161
|
exports.KolVersion = KolVersion;
|
package/dist/index.d.ts
CHANGED
|
@@ -35,7 +35,6 @@ declare const KolLogo: (props: solid_js.PropsWithChildren<JSX.KolLogo & solid_js
|
|
|
35
35
|
declare const KolModal: (props: solid_js.PropsWithChildren<JSX.KolModal & solid_js.JSX.HTMLAttributes<HTMLKolModalElement>>) => HTMLKolModalElement;
|
|
36
36
|
declare const KolNav: (props: solid_js.PropsWithChildren<JSX.KolNav & solid_js.JSX.HTMLAttributes<HTMLKolNavElement>>) => HTMLKolNavElement;
|
|
37
37
|
declare const KolPagination: (props: solid_js.PropsWithChildren<JSX.KolPagination & solid_js.JSX.HTMLAttributes<HTMLKolPaginationElement>>) => HTMLKolPaginationElement;
|
|
38
|
-
declare const KolPopover: (props: solid_js.PropsWithChildren<JSX.KolPopover & solid_js.JSX.HTMLAttributes<HTMLKolPopoverElement>>) => HTMLKolPopoverElement;
|
|
39
38
|
declare const KolProgress: (props: solid_js.PropsWithChildren<JSX.KolProgress & solid_js.JSX.HTMLAttributes<HTMLKolProgressElement>>) => HTMLKolProgressElement;
|
|
40
39
|
declare const KolQuote: (props: solid_js.PropsWithChildren<JSX.KolQuote & solid_js.JSX.HTMLAttributes<HTMLKolQuoteElement>>) => HTMLKolQuoteElement;
|
|
41
40
|
declare const KolSelect: (props: solid_js.PropsWithChildren<JSX.KolSelect & solid_js.JSX.HTMLAttributes<HTMLKolSelectElement>>) => HTMLKolSelectElement;
|
|
@@ -47,8 +46,7 @@ declare const KolSymbol: (props: solid_js.PropsWithChildren<JSX.KolSymbol & soli
|
|
|
47
46
|
declare const KolTable: (props: solid_js.PropsWithChildren<JSX.KolTable & solid_js.JSX.HTMLAttributes<HTMLKolTableElement>>) => HTMLKolTableElement;
|
|
48
47
|
declare const KolTabs: (props: solid_js.PropsWithChildren<JSX.KolTabs & solid_js.JSX.HTMLAttributes<HTMLKolTabsElement>>) => HTMLKolTabsElement;
|
|
49
48
|
declare const KolTextarea: (props: solid_js.PropsWithChildren<JSX.KolTextarea & solid_js.JSX.HTMLAttributes<HTMLKolTextareaElement>>) => HTMLKolTextareaElement;
|
|
50
|
-
declare const KolToast: (props: solid_js.PropsWithChildren<JSX.KolToast & solid_js.JSX.HTMLAttributes<HTMLKolToastElement>>) => HTMLKolToastElement;
|
|
51
49
|
declare const KolToastContainer: (props: solid_js.PropsWithChildren<JSX.KolToastContainer & solid_js.JSX.HTMLAttributes<HTMLKolToastContainerElement>>) => HTMLKolToastContainerElement;
|
|
52
50
|
declare const KolVersion: (props: solid_js.PropsWithChildren<JSX.KolVersion & solid_js.JSX.HTMLAttributes<HTMLKolVersionElement>>) => HTMLKolVersionElement;
|
|
53
51
|
|
|
54
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination,
|
|
52
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, 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, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToastContainer, KolVersion };
|
package/dist/index.mjs
CHANGED
|
@@ -96,7 +96,6 @@ const KolLogo = /* @__PURE__ */ createSolidComponent("kol-logo");
|
|
|
96
96
|
const KolModal = /* @__PURE__ */ createSolidComponent("kol-modal");
|
|
97
97
|
const KolNav = /* @__PURE__ */ createSolidComponent("kol-nav");
|
|
98
98
|
const KolPagination = /* @__PURE__ */ createSolidComponent("kol-pagination");
|
|
99
|
-
const KolPopover = /* @__PURE__ */ createSolidComponent("kol-popover");
|
|
100
99
|
const KolProgress = /* @__PURE__ */ createSolidComponent("kol-progress");
|
|
101
100
|
const KolQuote = /* @__PURE__ */ createSolidComponent("kol-quote");
|
|
102
101
|
const KolSelect = /* @__PURE__ */ createSolidComponent("kol-select");
|
|
@@ -108,8 +107,7 @@ const KolSymbol = /* @__PURE__ */ createSolidComponent("kol-symbol");
|
|
|
108
107
|
const KolTable = /* @__PURE__ */ createSolidComponent("kol-table");
|
|
109
108
|
const KolTabs = /* @__PURE__ */ createSolidComponent("kol-tabs");
|
|
110
109
|
const KolTextarea = /* @__PURE__ */ createSolidComponent("kol-textarea");
|
|
111
|
-
const KolToast = /* @__PURE__ */ createSolidComponent("kol-toast");
|
|
112
110
|
const KolToastContainer = /* @__PURE__ */ createSolidComponent("kol-toast-container");
|
|
113
111
|
const KolVersion = /* @__PURE__ */ createSolidComponent("kol-version");
|
|
114
112
|
|
|
115
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination,
|
|
113
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, 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, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToastContainer, KolVersion };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/solid",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.10",
|
|
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": "2.0.0-rc.
|
|
45
|
+
"@public-ui/components": "2.0.0-rc.10",
|
|
46
46
|
"@types/minimatch": "5.1.2",
|
|
47
|
-
"@types/minimist": "1.2.
|
|
47
|
+
"@types/minimist": "1.2.4",
|
|
48
48
|
"@types/node": "ts5.1",
|
|
49
|
-
"@types/normalize-package-data": "2.4.
|
|
50
|
-
"solid-js": "1.
|
|
49
|
+
"@types/normalize-package-data": "2.4.3",
|
|
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": "2.0.0-rc.
|
|
55
|
+
"@public-ui/components": "2.0.0-rc.10",
|
|
56
56
|
"solid-js": ">=1.2.0"
|
|
57
57
|
},
|
|
58
58
|
"sideEffects": false,
|