@public-ui/solid 1.5.0-rc.3 → 1.5.0-rc.4
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 +2 -0
- package/dist/index.d.ts +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -102,6 +102,7 @@ const KolModal = /* @__PURE__ */ createSolidComponent("kol-modal");
|
|
|
102
102
|
const KolNav = /* @__PURE__ */ createSolidComponent("kol-nav");
|
|
103
103
|
const KolPagination = /* @__PURE__ */ createSolidComponent("kol-pagination");
|
|
104
104
|
const KolProgress = /* @__PURE__ */ createSolidComponent("kol-progress");
|
|
105
|
+
const KolQuote = /* @__PURE__ */ createSolidComponent("kol-quote");
|
|
105
106
|
const KolSelect = /* @__PURE__ */ createSolidComponent("kol-select");
|
|
106
107
|
const KolSkipNav = /* @__PURE__ */ createSolidComponent("kol-skip-nav");
|
|
107
108
|
const KolSpan = /* @__PURE__ */ createSolidComponent("kol-span");
|
|
@@ -152,6 +153,7 @@ exports.KolModal = KolModal;
|
|
|
152
153
|
exports.KolNav = KolNav;
|
|
153
154
|
exports.KolPagination = KolPagination;
|
|
154
155
|
exports.KolProgress = KolProgress;
|
|
156
|
+
exports.KolQuote = KolQuote;
|
|
155
157
|
exports.KolSelect = KolSelect;
|
|
156
158
|
exports.KolSkipNav = KolSkipNav;
|
|
157
159
|
exports.KolSpan = KolSpan;
|
package/dist/index.d.ts
CHANGED
|
@@ -39,6 +39,7 @@ declare const KolModal: (props: solid_js.PropsWithChildren<JSX.KolModal & solid_
|
|
|
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
41
|
declare const KolProgress: (props: solid_js.PropsWithChildren<JSX.KolProgress & solid_js.JSX.HTMLAttributes<HTMLKolProgressElement>>) => HTMLKolProgressElement;
|
|
42
|
+
declare const KolQuote: (props: solid_js.PropsWithChildren<JSX.KolQuote & solid_js.JSX.HTMLAttributes<HTMLKolQuoteElement>>) => HTMLKolQuoteElement;
|
|
42
43
|
declare const KolSelect: (props: solid_js.PropsWithChildren<JSX.KolSelect & solid_js.JSX.HTMLAttributes<HTMLKolSelectElement>>) => HTMLKolSelectElement;
|
|
43
44
|
declare const KolSkipNav: (props: solid_js.PropsWithChildren<JSX.KolSkipNav & solid_js.JSX.HTMLAttributes<HTMLKolSkipNavElement>>) => HTMLKolSkipNavElement;
|
|
44
45
|
declare const KolSpan: (props: solid_js.PropsWithChildren<JSX.KolSpan & solid_js.JSX.HTMLAttributes<HTMLKolSpanElement>>) => HTMLKolSpanElement;
|
|
@@ -51,4 +52,4 @@ declare const KolToast: (props: solid_js.PropsWithChildren<JSX.KolToast & solid_
|
|
|
51
52
|
declare const KolTooltip: (props: solid_js.PropsWithChildren<JSX.KolTooltip & solid_js.JSX.HTMLAttributes<HTMLKolTooltipElement>>) => HTMLKolTooltipElement;
|
|
52
53
|
declare const KolVersion: (props: solid_js.PropsWithChildren<JSX.KolVersion & solid_js.JSX.HTMLAttributes<HTMLKolVersionElement>>) => HTMLKolVersionElement;
|
|
53
54
|
|
|
54
|
-
export { KolAbbr, KolAccordion, KolAlert, 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, KolProgress, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolTooltip, KolVersion };
|
|
55
|
+
export { KolAbbr, KolAccordion, KolAlert, 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, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolTooltip, KolVersion };
|
package/dist/index.mjs
CHANGED
|
@@ -100,6 +100,7 @@ const KolModal = /* @__PURE__ */ createSolidComponent("kol-modal");
|
|
|
100
100
|
const KolNav = /* @__PURE__ */ createSolidComponent("kol-nav");
|
|
101
101
|
const KolPagination = /* @__PURE__ */ createSolidComponent("kol-pagination");
|
|
102
102
|
const KolProgress = /* @__PURE__ */ createSolidComponent("kol-progress");
|
|
103
|
+
const KolQuote = /* @__PURE__ */ createSolidComponent("kol-quote");
|
|
103
104
|
const KolSelect = /* @__PURE__ */ createSolidComponent("kol-select");
|
|
104
105
|
const KolSkipNav = /* @__PURE__ */ createSolidComponent("kol-skip-nav");
|
|
105
106
|
const KolSpan = /* @__PURE__ */ createSolidComponent("kol-span");
|
|
@@ -112,4 +113,4 @@ const KolToast = /* @__PURE__ */ createSolidComponent("kol-toast");
|
|
|
112
113
|
const KolTooltip = /* @__PURE__ */ createSolidComponent("kol-tooltip");
|
|
113
114
|
const KolVersion = /* @__PURE__ */ createSolidComponent("kol-version");
|
|
114
115
|
|
|
115
|
-
export { KolAbbr, KolAccordion, KolAlert, 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, KolProgress, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolTooltip, KolVersion };
|
|
116
|
+
export { KolAbbr, KolAccordion, KolAlert, 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, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolTooltip, KolVersion };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/solid",
|
|
3
|
-
"version": "1.5.0-rc.
|
|
3
|
+
"version": "1.5.0-rc.4",
|
|
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.5.0-rc.
|
|
49
|
+
"@public-ui/components": "1.5.0-rc.4",
|
|
50
50
|
"@types/minimatch": "5.1.2",
|
|
51
51
|
"@types/minimist": "1.2.2",
|
|
52
52
|
"@types/node": "ts4.9",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"unbuild": "1.1.2"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
|
-
"@public-ui/components": "1.5.0-rc.
|
|
59
|
+
"@public-ui/components": "1.5.0-rc.4",
|
|
60
60
|
"solid-js": ">=1.2.0"
|
|
61
61
|
},
|
|
62
62
|
"sideEffects": false,
|