@public-ui/solid 4.1.2-rc.6 → 4.1.2-rc.8
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.cts +2 -1
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -61,6 +61,7 @@ const KolInputText = /* @__PURE__ */ createSolidComponent("kol-input-text");
|
|
|
61
61
|
const KolKolibri = /* @__PURE__ */ createSolidComponent("kol-kolibri");
|
|
62
62
|
const KolLink = /* @__PURE__ */ createSolidComponent("kol-link");
|
|
63
63
|
const KolLinkButton = /* @__PURE__ */ createSolidComponent("kol-link-button");
|
|
64
|
+
const KolMeter = /* @__PURE__ */ createSolidComponent("kol-meter");
|
|
64
65
|
const KolModal = /* @__PURE__ */ createSolidComponent("kol-modal");
|
|
65
66
|
const KolNav = /* @__PURE__ */ createSolidComponent("kol-nav");
|
|
66
67
|
const KolPagination = /* @__PURE__ */ createSolidComponent("kol-pagination");
|
|
@@ -112,6 +113,7 @@ exports.KolInputText = KolInputText;
|
|
|
112
113
|
exports.KolKolibri = KolKolibri;
|
|
113
114
|
exports.KolLink = KolLink;
|
|
114
115
|
exports.KolLinkButton = KolLinkButton;
|
|
116
|
+
exports.KolMeter = KolMeter;
|
|
115
117
|
exports.KolModal = KolModal;
|
|
116
118
|
exports.KolNav = KolNav;
|
|
117
119
|
exports.KolPagination = KolPagination;
|
package/dist/index.d.cts
CHANGED
|
@@ -34,6 +34,7 @@ declare const KolInputText: (props: solid_js.PropsWithChildren<JSX.KolInputText
|
|
|
34
34
|
declare const KolKolibri: (props: solid_js.PropsWithChildren<JSX.KolKolibri & solid_js.JSX.HTMLAttributes<HTMLKolKolibriElement>>) => HTMLKolKolibriElement;
|
|
35
35
|
declare const KolLink: (props: solid_js.PropsWithChildren<JSX.KolLink & solid_js.JSX.HTMLAttributes<HTMLKolLinkElement>>) => HTMLKolLinkElement;
|
|
36
36
|
declare const KolLinkButton: (props: solid_js.PropsWithChildren<JSX.KolLinkButton & solid_js.JSX.HTMLAttributes<HTMLKolLinkButtonElement>>) => HTMLKolLinkButtonElement;
|
|
37
|
+
declare const KolMeter: (props: solid_js.PropsWithChildren<JSX.KolMeter & solid_js.JSX.HTMLAttributes<HTMLKolMeterElement>>) => HTMLKolMeterElement;
|
|
37
38
|
declare const KolModal: (props: solid_js.PropsWithChildren<JSX.KolModal & solid_js.JSX.HTMLAttributes<HTMLKolModalElement>>) => HTMLKolModalElement;
|
|
38
39
|
declare const KolNav: (props: solid_js.PropsWithChildren<JSX.KolNav & solid_js.JSX.HTMLAttributes<HTMLKolNavElement>>) => HTMLKolNavElement;
|
|
39
40
|
declare const KolPagination: (props: solid_js.PropsWithChildren<JSX.KolPagination & solid_js.JSX.HTMLAttributes<HTMLKolPaginationElement>>) => HTMLKolPaginationElement;
|
|
@@ -55,4 +56,4 @@ declare const KolTree: (props: solid_js.PropsWithChildren<JSX.KolTree & solid_js
|
|
|
55
56
|
declare const KolTreeItem: (props: solid_js.PropsWithChildren<JSX.KolTreeItem & solid_js.JSX.HTMLAttributes<HTMLKolTreeItemElement>>) => HTMLKolTreeItemElement;
|
|
56
57
|
declare const KolVersion: (props: solid_js.PropsWithChildren<JSX.KolVersion & solid_js.JSX.HTMLAttributes<HTMLKolVersionElement>>) => HTMLKolVersionElement;
|
|
57
58
|
|
|
58
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDialog, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPopoverButton, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkeleton, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToolbar, KolTree, KolTreeItem, KolVersion, setTagNameTransformer };
|
|
59
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDialog, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolMeter, KolModal, KolNav, KolPagination, KolPopoverButton, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkeleton, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToolbar, KolTree, KolTreeItem, KolVersion, setTagNameTransformer };
|
package/dist/index.d.mts
CHANGED
|
@@ -34,6 +34,7 @@ declare const KolInputText: (props: solid_js.PropsWithChildren<JSX.KolInputText
|
|
|
34
34
|
declare const KolKolibri: (props: solid_js.PropsWithChildren<JSX.KolKolibri & solid_js.JSX.HTMLAttributes<HTMLKolKolibriElement>>) => HTMLKolKolibriElement;
|
|
35
35
|
declare const KolLink: (props: solid_js.PropsWithChildren<JSX.KolLink & solid_js.JSX.HTMLAttributes<HTMLKolLinkElement>>) => HTMLKolLinkElement;
|
|
36
36
|
declare const KolLinkButton: (props: solid_js.PropsWithChildren<JSX.KolLinkButton & solid_js.JSX.HTMLAttributes<HTMLKolLinkButtonElement>>) => HTMLKolLinkButtonElement;
|
|
37
|
+
declare const KolMeter: (props: solid_js.PropsWithChildren<JSX.KolMeter & solid_js.JSX.HTMLAttributes<HTMLKolMeterElement>>) => HTMLKolMeterElement;
|
|
37
38
|
declare const KolModal: (props: solid_js.PropsWithChildren<JSX.KolModal & solid_js.JSX.HTMLAttributes<HTMLKolModalElement>>) => HTMLKolModalElement;
|
|
38
39
|
declare const KolNav: (props: solid_js.PropsWithChildren<JSX.KolNav & solid_js.JSX.HTMLAttributes<HTMLKolNavElement>>) => HTMLKolNavElement;
|
|
39
40
|
declare const KolPagination: (props: solid_js.PropsWithChildren<JSX.KolPagination & solid_js.JSX.HTMLAttributes<HTMLKolPaginationElement>>) => HTMLKolPaginationElement;
|
|
@@ -55,4 +56,4 @@ declare const KolTree: (props: solid_js.PropsWithChildren<JSX.KolTree & solid_js
|
|
|
55
56
|
declare const KolTreeItem: (props: solid_js.PropsWithChildren<JSX.KolTreeItem & solid_js.JSX.HTMLAttributes<HTMLKolTreeItemElement>>) => HTMLKolTreeItemElement;
|
|
56
57
|
declare const KolVersion: (props: solid_js.PropsWithChildren<JSX.KolVersion & solid_js.JSX.HTMLAttributes<HTMLKolVersionElement>>) => HTMLKolVersionElement;
|
|
57
58
|
|
|
58
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDialog, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPopoverButton, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkeleton, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToolbar, KolTree, KolTreeItem, KolVersion, setTagNameTransformer };
|
|
59
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDialog, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolMeter, KolModal, KolNav, KolPagination, KolPopoverButton, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkeleton, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToolbar, KolTree, KolTreeItem, KolVersion, setTagNameTransformer };
|
package/dist/index.d.ts
CHANGED
|
@@ -34,6 +34,7 @@ declare const KolInputText: (props: solid_js.PropsWithChildren<JSX.KolInputText
|
|
|
34
34
|
declare const KolKolibri: (props: solid_js.PropsWithChildren<JSX.KolKolibri & solid_js.JSX.HTMLAttributes<HTMLKolKolibriElement>>) => HTMLKolKolibriElement;
|
|
35
35
|
declare const KolLink: (props: solid_js.PropsWithChildren<JSX.KolLink & solid_js.JSX.HTMLAttributes<HTMLKolLinkElement>>) => HTMLKolLinkElement;
|
|
36
36
|
declare const KolLinkButton: (props: solid_js.PropsWithChildren<JSX.KolLinkButton & solid_js.JSX.HTMLAttributes<HTMLKolLinkButtonElement>>) => HTMLKolLinkButtonElement;
|
|
37
|
+
declare const KolMeter: (props: solid_js.PropsWithChildren<JSX.KolMeter & solid_js.JSX.HTMLAttributes<HTMLKolMeterElement>>) => HTMLKolMeterElement;
|
|
37
38
|
declare const KolModal: (props: solid_js.PropsWithChildren<JSX.KolModal & solid_js.JSX.HTMLAttributes<HTMLKolModalElement>>) => HTMLKolModalElement;
|
|
38
39
|
declare const KolNav: (props: solid_js.PropsWithChildren<JSX.KolNav & solid_js.JSX.HTMLAttributes<HTMLKolNavElement>>) => HTMLKolNavElement;
|
|
39
40
|
declare const KolPagination: (props: solid_js.PropsWithChildren<JSX.KolPagination & solid_js.JSX.HTMLAttributes<HTMLKolPaginationElement>>) => HTMLKolPaginationElement;
|
|
@@ -55,4 +56,4 @@ declare const KolTree: (props: solid_js.PropsWithChildren<JSX.KolTree & solid_js
|
|
|
55
56
|
declare const KolTreeItem: (props: solid_js.PropsWithChildren<JSX.KolTreeItem & solid_js.JSX.HTMLAttributes<HTMLKolTreeItemElement>>) => HTMLKolTreeItemElement;
|
|
56
57
|
declare const KolVersion: (props: solid_js.PropsWithChildren<JSX.KolVersion & solid_js.JSX.HTMLAttributes<HTMLKolVersionElement>>) => HTMLKolVersionElement;
|
|
57
58
|
|
|
58
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDialog, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPopoverButton, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkeleton, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToolbar, KolTree, KolTreeItem, KolVersion, setTagNameTransformer };
|
|
59
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDialog, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolMeter, KolModal, KolNav, KolPagination, KolPopoverButton, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkeleton, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToolbar, KolTree, KolTreeItem, KolVersion, setTagNameTransformer };
|
package/dist/index.mjs
CHANGED
|
@@ -59,6 +59,7 @@ const KolInputText = /* @__PURE__ */ createSolidComponent("kol-input-text");
|
|
|
59
59
|
const KolKolibri = /* @__PURE__ */ createSolidComponent("kol-kolibri");
|
|
60
60
|
const KolLink = /* @__PURE__ */ createSolidComponent("kol-link");
|
|
61
61
|
const KolLinkButton = /* @__PURE__ */ createSolidComponent("kol-link-button");
|
|
62
|
+
const KolMeter = /* @__PURE__ */ createSolidComponent("kol-meter");
|
|
62
63
|
const KolModal = /* @__PURE__ */ createSolidComponent("kol-modal");
|
|
63
64
|
const KolNav = /* @__PURE__ */ createSolidComponent("kol-nav");
|
|
64
65
|
const KolPagination = /* @__PURE__ */ createSolidComponent("kol-pagination");
|
|
@@ -80,4 +81,4 @@ const KolTree = /* @__PURE__ */ createSolidComponent("kol-tree");
|
|
|
80
81
|
const KolTreeItem = /* @__PURE__ */ createSolidComponent("kol-tree-item");
|
|
81
82
|
const KolVersion = /* @__PURE__ */ createSolidComponent("kol-version");
|
|
82
83
|
|
|
83
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDialog, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPopoverButton, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkeleton, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToolbar, KolTree, KolTreeItem, KolVersion, setTagNameTransformer };
|
|
84
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDialog, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolMeter, KolModal, KolNav, KolPagination, KolPopoverButton, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkeleton, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToolbar, KolTree, KolTreeItem, KolVersion, setTagNameTransformer };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/solid",
|
|
3
|
-
"version": "4.1.2-rc.
|
|
3
|
+
"version": "4.1.2-rc.8",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -45,15 +45,15 @@
|
|
|
45
45
|
"solidjs"
|
|
46
46
|
],
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"minimatch": "10.2.
|
|
48
|
+
"minimatch": "10.2.5",
|
|
49
49
|
"solid-js": "1.9.12",
|
|
50
50
|
"typescript": "5.9.3",
|
|
51
51
|
"unbuild": "3.6.1",
|
|
52
|
-
"@public-ui/components": "4.1.2-rc.
|
|
52
|
+
"@public-ui/components": "4.1.2-rc.8"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
55
|
"solid-js": ">=1.9.12",
|
|
56
|
-
"@public-ui/components": "4.1.2-rc.
|
|
56
|
+
"@public-ui/components": "4.1.2-rc.8"
|
|
57
57
|
},
|
|
58
58
|
"sideEffects": false,
|
|
59
59
|
"type": "module",
|