@public-ui/solid 3.0.0-rc.2 → 3.0.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 +0 -2
- package/dist/index.d.ts +1 -2
- package/dist/index.mjs +1 -2
- package/package.json +6 -6
package/dist/index.cjs
CHANGED
|
@@ -70,7 +70,6 @@ const KolSingleSelect = /* @__PURE__ */ createSolidComponent("kol-single-select"
|
|
|
70
70
|
const KolSkipNav = /* @__PURE__ */ createSolidComponent("kol-skip-nav");
|
|
71
71
|
const KolSpin = /* @__PURE__ */ createSolidComponent("kol-spin");
|
|
72
72
|
const KolSplitButton = /* @__PURE__ */ createSolidComponent("kol-split-button");
|
|
73
|
-
const KolSymbol = /* @__PURE__ */ createSolidComponent("kol-symbol");
|
|
74
73
|
const KolTableStateful = /* @__PURE__ */ createSolidComponent("kol-table-stateful");
|
|
75
74
|
const KolTableStateless = /* @__PURE__ */ createSolidComponent("kol-table-stateless");
|
|
76
75
|
const KolTabs = /* @__PURE__ */ createSolidComponent("kol-tabs");
|
|
@@ -121,7 +120,6 @@ exports.KolSingleSelect = KolSingleSelect;
|
|
|
121
120
|
exports.KolSkipNav = KolSkipNav;
|
|
122
121
|
exports.KolSpin = KolSpin;
|
|
123
122
|
exports.KolSplitButton = KolSplitButton;
|
|
124
|
-
exports.KolSymbol = KolSymbol;
|
|
125
123
|
exports.KolTableStateful = KolTableStateful;
|
|
126
124
|
exports.KolTableStateless = KolTableStateless;
|
|
127
125
|
exports.KolTabs = KolTabs;
|
package/dist/index.d.ts
CHANGED
|
@@ -43,7 +43,6 @@ declare const KolSingleSelect: (props: solid_js.PropsWithChildren<JSX.KolSingleS
|
|
|
43
43
|
declare const KolSkipNav: (props: solid_js.PropsWithChildren<JSX.KolSkipNav & solid_js.JSX.HTMLAttributes<HTMLKolSkipNavElement>>) => HTMLKolSkipNavElement;
|
|
44
44
|
declare const KolSpin: (props: solid_js.PropsWithChildren<JSX.KolSpin & solid_js.JSX.HTMLAttributes<HTMLKolSpinElement>>) => HTMLKolSpinElement;
|
|
45
45
|
declare const KolSplitButton: (props: solid_js.PropsWithChildren<JSX.KolSplitButton & solid_js.JSX.HTMLAttributes<HTMLKolSplitButtonElement>>) => HTMLKolSplitButtonElement;
|
|
46
|
-
declare const KolSymbol: (props: solid_js.PropsWithChildren<JSX.KolSymbol & solid_js.JSX.HTMLAttributes<HTMLKolSymbolElement>>) => HTMLKolSymbolElement;
|
|
47
46
|
declare const KolTableStateful: (props: solid_js.PropsWithChildren<JSX.KolTableStateful & solid_js.JSX.HTMLAttributes<HTMLKolTableStatefulElement>>) => HTMLKolTableStatefulElement;
|
|
48
47
|
declare const KolTableStateless: (props: solid_js.PropsWithChildren<JSX.KolTableStateless & solid_js.JSX.HTMLAttributes<HTMLKolTableStatelessElement>>) => HTMLKolTableStatelessElement;
|
|
49
48
|
declare const KolTabs: (props: solid_js.PropsWithChildren<JSX.KolTabs & solid_js.JSX.HTMLAttributes<HTMLKolTabsElement>>) => HTMLKolTabsElement;
|
|
@@ -55,4 +54,4 @@ declare const KolTreeItem: (props: solid_js.PropsWithChildren<JSX.KolTreeItem &
|
|
|
55
54
|
declare const KolTreeItemWc: (props: solid_js.PropsWithChildren<JSX.KolTreeItemWc & solid_js.JSX.HTMLAttributes<HTMLKolTreeItemWcElement>>) => HTMLKolTreeItemWcElement;
|
|
56
55
|
declare const KolVersion: (props: solid_js.PropsWithChildren<JSX.KolVersion & solid_js.JSX.HTMLAttributes<HTMLKolVersionElement>>) => HTMLKolVersionElement;
|
|
57
56
|
|
|
58
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton,
|
|
57
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
|
package/dist/index.mjs
CHANGED
|
@@ -68,7 +68,6 @@ const KolSingleSelect = /* @__PURE__ */ createSolidComponent("kol-single-select"
|
|
|
68
68
|
const KolSkipNav = /* @__PURE__ */ createSolidComponent("kol-skip-nav");
|
|
69
69
|
const KolSpin = /* @__PURE__ */ createSolidComponent("kol-spin");
|
|
70
70
|
const KolSplitButton = /* @__PURE__ */ createSolidComponent("kol-split-button");
|
|
71
|
-
const KolSymbol = /* @__PURE__ */ createSolidComponent("kol-symbol");
|
|
72
71
|
const KolTableStateful = /* @__PURE__ */ createSolidComponent("kol-table-stateful");
|
|
73
72
|
const KolTableStateless = /* @__PURE__ */ createSolidComponent("kol-table-stateless");
|
|
74
73
|
const KolTabs = /* @__PURE__ */ createSolidComponent("kol-tabs");
|
|
@@ -80,4 +79,4 @@ const KolTreeItem = /* @__PURE__ */ createSolidComponent("kol-tree-item");
|
|
|
80
79
|
const KolTreeItemWc = /* @__PURE__ */ createSolidComponent("kol-tree-item-wc");
|
|
81
80
|
const KolVersion = /* @__PURE__ */ createSolidComponent("kol-version");
|
|
82
81
|
|
|
83
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton,
|
|
82
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/solid",
|
|
3
|
-
"version": "3.0.0-rc.
|
|
3
|
+
"version": "3.0.0-rc.4",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -48,14 +48,14 @@
|
|
|
48
48
|
"@types/minimatch": "5.1.2",
|
|
49
49
|
"@types/minimist": "1.2.5",
|
|
50
50
|
"@types/normalize-package-data": "2.4.4",
|
|
51
|
-
"solid-js": "1.9.
|
|
52
|
-
"typescript": "5.7.
|
|
51
|
+
"solid-js": "1.9.4",
|
|
52
|
+
"typescript": "5.7.3",
|
|
53
53
|
"unbuild": "1.2.1",
|
|
54
|
-
"@public-ui/components": "3.0.0-rc.
|
|
54
|
+
"@public-ui/components": "3.0.0-rc.4"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"solid-js": ">=1.9.
|
|
58
|
-
"@public-ui/components": "3.0.0-rc.
|
|
57
|
+
"solid-js": ">=1.9.4",
|
|
58
|
+
"@public-ui/components": "3.0.0-rc.4"
|
|
59
59
|
},
|
|
60
60
|
"sideEffects": false,
|
|
61
61
|
"type": "module",
|