@public-ui/solid 1.7.2 → 2.0.0-rc.0
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 -6
- package/dist/index.d.ts +1 -4
- package/dist/index.mjs +1 -4
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -78,11 +78,8 @@ const KolDetails = /* @__PURE__ */ createSolidComponent("kol-details");
|
|
|
78
78
|
const KolForm = /* @__PURE__ */ createSolidComponent("kol-form");
|
|
79
79
|
const KolHeading = /* @__PURE__ */ createSolidComponent("kol-heading");
|
|
80
80
|
const KolIcon = /* @__PURE__ */ createSolidComponent("kol-icon");
|
|
81
|
-
const KolIconFontAwesome = /* @__PURE__ */ createSolidComponent("kol-icon-font-awesome");
|
|
82
|
-
const KolIconIcofont = /* @__PURE__ */ createSolidComponent("kol-icon-icofont");
|
|
83
81
|
const KolImage = /* @__PURE__ */ createSolidComponent("kol-image");
|
|
84
82
|
const KolIndentedText = /* @__PURE__ */ createSolidComponent("kol-indented-text");
|
|
85
|
-
const KolInputAdapterLeanup = /* @__PURE__ */ createSolidComponent("kol-input-adapter-leanup");
|
|
86
83
|
const KolInputCheckbox = /* @__PURE__ */ createSolidComponent("kol-input-checkbox");
|
|
87
84
|
const KolInputColor = /* @__PURE__ */ createSolidComponent("kol-input-color");
|
|
88
85
|
const KolInputDate = /* @__PURE__ */ createSolidComponent("kol-input-date");
|
|
@@ -131,11 +128,8 @@ exports.KolDetails = KolDetails;
|
|
|
131
128
|
exports.KolForm = KolForm;
|
|
132
129
|
exports.KolHeading = KolHeading;
|
|
133
130
|
exports.KolIcon = KolIcon;
|
|
134
|
-
exports.KolIconFontAwesome = KolIconFontAwesome;
|
|
135
|
-
exports.KolIconIcofont = KolIconIcofont;
|
|
136
131
|
exports.KolImage = KolImage;
|
|
137
132
|
exports.KolIndentedText = KolIndentedText;
|
|
138
|
-
exports.KolInputAdapterLeanup = KolInputAdapterLeanup;
|
|
139
133
|
exports.KolInputCheckbox = KolInputCheckbox;
|
|
140
134
|
exports.KolInputColor = KolInputColor;
|
|
141
135
|
exports.KolInputDate = KolInputDate;
|
package/dist/index.d.ts
CHANGED
|
@@ -15,11 +15,8 @@ declare const KolDetails: (props: solid_js.PropsWithChildren<JSX.KolDetails & so
|
|
|
15
15
|
declare const KolForm: (props: solid_js.PropsWithChildren<JSX.KolForm & solid_js.JSX.HTMLAttributes<HTMLKolFormElement>>) => HTMLKolFormElement;
|
|
16
16
|
declare const KolHeading: (props: solid_js.PropsWithChildren<JSX.KolHeading & solid_js.JSX.HTMLAttributes<HTMLKolHeadingElement>>) => HTMLKolHeadingElement;
|
|
17
17
|
declare const KolIcon: (props: solid_js.PropsWithChildren<JSX.KolIcon & solid_js.JSX.HTMLAttributes<HTMLKolIconElement>>) => HTMLKolIconElement;
|
|
18
|
-
declare const KolIconFontAwesome: (props: solid_js.PropsWithChildren<JSX.KolIconFontAwesome & solid_js.JSX.HTMLAttributes<HTMLKolIconFontAwesomeElement>>) => HTMLKolIconFontAwesomeElement;
|
|
19
|
-
declare const KolIconIcofont: (props: solid_js.PropsWithChildren<JSX.KolIconIcofont & solid_js.JSX.HTMLAttributes<HTMLKolIconIcofontElement>>) => HTMLKolIconIcofontElement;
|
|
20
18
|
declare const KolImage: (props: solid_js.PropsWithChildren<JSX.KolImage & solid_js.JSX.HTMLAttributes<HTMLKolImageElement>>) => HTMLKolImageElement;
|
|
21
19
|
declare const KolIndentedText: (props: solid_js.PropsWithChildren<JSX.KolIndentedText & solid_js.JSX.HTMLAttributes<HTMLKolIndentedTextElement>>) => HTMLKolIndentedTextElement;
|
|
22
|
-
declare const KolInputAdapterLeanup: (props: solid_js.PropsWithChildren<JSX.KolInputAdapterLeanup & solid_js.JSX.HTMLAttributes<HTMLKolInputAdapterLeanupElement>>) => HTMLKolInputAdapterLeanupElement;
|
|
23
20
|
declare const KolInputCheckbox: (props: solid_js.PropsWithChildren<JSX.KolInputCheckbox & solid_js.JSX.HTMLAttributes<HTMLKolInputCheckboxElement>>) => HTMLKolInputCheckboxElement;
|
|
24
21
|
declare const KolInputColor: (props: solid_js.PropsWithChildren<JSX.KolInputColor & solid_js.JSX.HTMLAttributes<HTMLKolInputColorElement>>) => HTMLKolInputColorElement;
|
|
25
22
|
declare const KolInputDate: (props: solid_js.PropsWithChildren<JSX.KolInputDate & solid_js.JSX.HTMLAttributes<HTMLKolInputDateElement>>) => HTMLKolInputDateElement;
|
|
@@ -54,4 +51,4 @@ declare const KolToast: (props: solid_js.PropsWithChildren<JSX.KolToast & solid_
|
|
|
54
51
|
declare const KolToastContainer: (props: solid_js.PropsWithChildren<JSX.KolToastContainer & solid_js.JSX.HTMLAttributes<HTMLKolToastContainerElement>>) => HTMLKolToastContainerElement;
|
|
55
52
|
declare const KolVersion: (props: solid_js.PropsWithChildren<JSX.KolVersion & solid_js.JSX.HTMLAttributes<HTMLKolVersionElement>>) => HTMLKolVersionElement;
|
|
56
53
|
|
|
57
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon,
|
|
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, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolToastContainer, KolVersion };
|
package/dist/index.mjs
CHANGED
|
@@ -76,11 +76,8 @@ const KolDetails = /* @__PURE__ */ createSolidComponent("kol-details");
|
|
|
76
76
|
const KolForm = /* @__PURE__ */ createSolidComponent("kol-form");
|
|
77
77
|
const KolHeading = /* @__PURE__ */ createSolidComponent("kol-heading");
|
|
78
78
|
const KolIcon = /* @__PURE__ */ createSolidComponent("kol-icon");
|
|
79
|
-
const KolIconFontAwesome = /* @__PURE__ */ createSolidComponent("kol-icon-font-awesome");
|
|
80
|
-
const KolIconIcofont = /* @__PURE__ */ createSolidComponent("kol-icon-icofont");
|
|
81
79
|
const KolImage = /* @__PURE__ */ createSolidComponent("kol-image");
|
|
82
80
|
const KolIndentedText = /* @__PURE__ */ createSolidComponent("kol-indented-text");
|
|
83
|
-
const KolInputAdapterLeanup = /* @__PURE__ */ createSolidComponent("kol-input-adapter-leanup");
|
|
84
81
|
const KolInputCheckbox = /* @__PURE__ */ createSolidComponent("kol-input-checkbox");
|
|
85
82
|
const KolInputColor = /* @__PURE__ */ createSolidComponent("kol-input-color");
|
|
86
83
|
const KolInputDate = /* @__PURE__ */ createSolidComponent("kol-input-date");
|
|
@@ -115,4 +112,4 @@ const KolToast = /* @__PURE__ */ createSolidComponent("kol-toast");
|
|
|
115
112
|
const KolToastContainer = /* @__PURE__ */ createSolidComponent("kol-toast-container");
|
|
116
113
|
const KolVersion = /* @__PURE__ */ createSolidComponent("kol-version");
|
|
117
114
|
|
|
118
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon,
|
|
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, KolPopover, 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": "
|
|
3
|
+
"version": "2.0.0-rc.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": "https://github.com/public-ui/kolibri",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"solidjs"
|
|
43
43
|
],
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@public-ui/components": "
|
|
45
|
+
"@public-ui/components": "2.0.0-rc.0",
|
|
46
46
|
"@types/minimatch": "5.1.2",
|
|
47
47
|
"@types/minimist": "1.2.3",
|
|
48
48
|
"@types/node": "ts5.1",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"unbuild": "1.2.1"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
|
-
"@public-ui/components": "
|
|
55
|
+
"@public-ui/components": "2.0.0-rc.0",
|
|
56
56
|
"solid-js": ">=1.2.0"
|
|
57
57
|
},
|
|
58
58
|
"sideEffects": false,
|