@public-ui/solid 1.5.0-rc.9 → 1.5.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 +4 -0
- package/dist/index.d.ts +3 -1
- package/dist/index.mjs +3 -1
- package/package.json +6 -6
package/dist/index.cjs
CHANGED
|
@@ -101,12 +101,14 @@ 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");
|
|
104
105
|
const KolProgress = /* @__PURE__ */ createSolidComponent("kol-progress");
|
|
105
106
|
const KolQuote = /* @__PURE__ */ createSolidComponent("kol-quote");
|
|
106
107
|
const KolSelect = /* @__PURE__ */ createSolidComponent("kol-select");
|
|
107
108
|
const KolSkipNav = /* @__PURE__ */ createSolidComponent("kol-skip-nav");
|
|
108
109
|
const KolSpan = /* @__PURE__ */ createSolidComponent("kol-span");
|
|
109
110
|
const KolSpin = /* @__PURE__ */ createSolidComponent("kol-spin");
|
|
111
|
+
const KolSplitButton = /* @__PURE__ */ createSolidComponent("kol-split-button");
|
|
110
112
|
const KolSymbol = /* @__PURE__ */ createSolidComponent("kol-symbol");
|
|
111
113
|
const KolTable = /* @__PURE__ */ createSolidComponent("kol-table");
|
|
112
114
|
const KolTabs = /* @__PURE__ */ createSolidComponent("kol-tabs");
|
|
@@ -152,12 +154,14 @@ exports.KolLogo = KolLogo;
|
|
|
152
154
|
exports.KolModal = KolModal;
|
|
153
155
|
exports.KolNav = KolNav;
|
|
154
156
|
exports.KolPagination = KolPagination;
|
|
157
|
+
exports.KolPopover = KolPopover;
|
|
155
158
|
exports.KolProgress = KolProgress;
|
|
156
159
|
exports.KolQuote = KolQuote;
|
|
157
160
|
exports.KolSelect = KolSelect;
|
|
158
161
|
exports.KolSkipNav = KolSkipNav;
|
|
159
162
|
exports.KolSpan = KolSpan;
|
|
160
163
|
exports.KolSpin = KolSpin;
|
|
164
|
+
exports.KolSplitButton = KolSplitButton;
|
|
161
165
|
exports.KolSymbol = KolSymbol;
|
|
162
166
|
exports.KolTable = KolTable;
|
|
163
167
|
exports.KolTabs = KolTabs;
|
package/dist/index.d.ts
CHANGED
|
@@ -38,12 +38,14 @@ 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;
|
|
41
42
|
declare const KolProgress: (props: solid_js.PropsWithChildren<JSX.KolProgress & solid_js.JSX.HTMLAttributes<HTMLKolProgressElement>>) => HTMLKolProgressElement;
|
|
42
43
|
declare const KolQuote: (props: solid_js.PropsWithChildren<JSX.KolQuote & solid_js.JSX.HTMLAttributes<HTMLKolQuoteElement>>) => HTMLKolQuoteElement;
|
|
43
44
|
declare const KolSelect: (props: solid_js.PropsWithChildren<JSX.KolSelect & solid_js.JSX.HTMLAttributes<HTMLKolSelectElement>>) => HTMLKolSelectElement;
|
|
44
45
|
declare const KolSkipNav: (props: solid_js.PropsWithChildren<JSX.KolSkipNav & solid_js.JSX.HTMLAttributes<HTMLKolSkipNavElement>>) => HTMLKolSkipNavElement;
|
|
45
46
|
declare const KolSpan: (props: solid_js.PropsWithChildren<JSX.KolSpan & solid_js.JSX.HTMLAttributes<HTMLKolSpanElement>>) => HTMLKolSpanElement;
|
|
46
47
|
declare const KolSpin: (props: solid_js.PropsWithChildren<JSX.KolSpin & solid_js.JSX.HTMLAttributes<HTMLKolSpinElement>>) => HTMLKolSpinElement;
|
|
48
|
+
declare const KolSplitButton: (props: solid_js.PropsWithChildren<JSX.KolSplitButton & solid_js.JSX.HTMLAttributes<HTMLKolSplitButtonElement>>) => HTMLKolSplitButtonElement;
|
|
47
49
|
declare const KolSymbol: (props: solid_js.PropsWithChildren<JSX.KolSymbol & solid_js.JSX.HTMLAttributes<HTMLKolSymbolElement>>) => HTMLKolSymbolElement;
|
|
48
50
|
declare const KolTable: (props: solid_js.PropsWithChildren<JSX.KolTable & solid_js.JSX.HTMLAttributes<HTMLKolTableElement>>) => HTMLKolTableElement;
|
|
49
51
|
declare const KolTabs: (props: solid_js.PropsWithChildren<JSX.KolTabs & solid_js.JSX.HTMLAttributes<HTMLKolTabsElement>>) => HTMLKolTabsElement;
|
|
@@ -52,4 +54,4 @@ declare const KolToast: (props: solid_js.PropsWithChildren<JSX.KolToast & solid_
|
|
|
52
54
|
declare const KolTooltip: (props: solid_js.PropsWithChildren<JSX.KolTooltip & solid_js.JSX.HTMLAttributes<HTMLKolTooltipElement>>) => HTMLKolTooltipElement;
|
|
53
55
|
declare const KolVersion: (props: solid_js.PropsWithChildren<JSX.KolVersion & solid_js.JSX.HTMLAttributes<HTMLKolVersionElement>>) => HTMLKolVersionElement;
|
|
54
56
|
|
|
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 };
|
|
57
|
+
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, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolTooltip, KolVersion };
|
package/dist/index.mjs
CHANGED
|
@@ -99,12 +99,14 @@ 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");
|
|
102
103
|
const KolProgress = /* @__PURE__ */ createSolidComponent("kol-progress");
|
|
103
104
|
const KolQuote = /* @__PURE__ */ createSolidComponent("kol-quote");
|
|
104
105
|
const KolSelect = /* @__PURE__ */ createSolidComponent("kol-select");
|
|
105
106
|
const KolSkipNav = /* @__PURE__ */ createSolidComponent("kol-skip-nav");
|
|
106
107
|
const KolSpan = /* @__PURE__ */ createSolidComponent("kol-span");
|
|
107
108
|
const KolSpin = /* @__PURE__ */ createSolidComponent("kol-spin");
|
|
109
|
+
const KolSplitButton = /* @__PURE__ */ createSolidComponent("kol-split-button");
|
|
108
110
|
const KolSymbol = /* @__PURE__ */ createSolidComponent("kol-symbol");
|
|
109
111
|
const KolTable = /* @__PURE__ */ createSolidComponent("kol-table");
|
|
110
112
|
const KolTabs = /* @__PURE__ */ createSolidComponent("kol-tabs");
|
|
@@ -113,4 +115,4 @@ const KolToast = /* @__PURE__ */ createSolidComponent("kol-toast");
|
|
|
113
115
|
const KolTooltip = /* @__PURE__ */ createSolidComponent("kol-tooltip");
|
|
114
116
|
const KolVersion = /* @__PURE__ */ createSolidComponent("kol-version");
|
|
115
117
|
|
|
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 };
|
|
118
|
+
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, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, 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
|
|
3
|
+
"version": "1.5.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": "https://github.com/public-ui/kolibri",
|
|
@@ -46,17 +46,17 @@
|
|
|
46
46
|
"prepack": "unbuild"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@public-ui/components": "1.5.0
|
|
49
|
+
"@public-ui/components": "1.5.0",
|
|
50
50
|
"@types/minimatch": "5.1.2",
|
|
51
51
|
"@types/minimist": "1.2.2",
|
|
52
52
|
"@types/node": "ts4.9",
|
|
53
53
|
"@types/normalize-package-data": "2.4.1",
|
|
54
|
-
"solid-js": "1.
|
|
55
|
-
"typescript": "
|
|
56
|
-
"unbuild": "1.1
|
|
54
|
+
"solid-js": "1.7.5",
|
|
55
|
+
"typescript": "5.0.4",
|
|
56
|
+
"unbuild": "1.2.1"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
|
-
"@public-ui/components": "1.5.0
|
|
59
|
+
"@public-ui/components": "1.5.0",
|
|
60
60
|
"solid-js": ">=1.2.0"
|
|
61
61
|
},
|
|
62
62
|
"sideEffects": false,
|