@public-ui/solid 1.1.10 → 1.1.11-rc.1
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 +6 -6
package/dist/index.cjs
CHANGED
|
@@ -102,6 +102,7 @@ const KolPagination = /* @__PURE__ */ createSolidComponent("kol-pagination");
|
|
|
102
102
|
const KolProgress = /* @__PURE__ */ createSolidComponent("kol-progress");
|
|
103
103
|
const KolSelect = /* @__PURE__ */ createSolidComponent("kol-select");
|
|
104
104
|
const KolSkipNav = /* @__PURE__ */ createSolidComponent("kol-skip-nav");
|
|
105
|
+
const KolSpan = /* @__PURE__ */ createSolidComponent("kol-span");
|
|
105
106
|
const KolSpin = /* @__PURE__ */ createSolidComponent("kol-spin");
|
|
106
107
|
const KolSymbol = /* @__PURE__ */ createSolidComponent("kol-symbol");
|
|
107
108
|
const KolTable = /* @__PURE__ */ createSolidComponent("kol-table");
|
|
@@ -149,6 +150,7 @@ exports.KolPagination = KolPagination;
|
|
|
149
150
|
exports.KolProgress = KolProgress;
|
|
150
151
|
exports.KolSelect = KolSelect;
|
|
151
152
|
exports.KolSkipNav = KolSkipNav;
|
|
153
|
+
exports.KolSpan = KolSpan;
|
|
152
154
|
exports.KolSpin = KolSpin;
|
|
153
155
|
exports.KolSymbol = KolSymbol;
|
|
154
156
|
exports.KolTable = KolTable;
|
package/dist/index.d.ts
CHANGED
|
@@ -39,6 +39,7 @@ declare const KolPagination: (props: solid_js.PropsWithChildren<JSX.KolPaginatio
|
|
|
39
39
|
declare const KolProgress: (props: solid_js.PropsWithChildren<JSX.KolProgress & solid_js.JSX.HTMLAttributes<HTMLKolProgressElement>>) => HTMLKolProgressElement;
|
|
40
40
|
declare const KolSelect: (props: solid_js.PropsWithChildren<JSX.KolSelect & solid_js.JSX.HTMLAttributes<HTMLKolSelectElement>>) => HTMLKolSelectElement;
|
|
41
41
|
declare const KolSkipNav: (props: solid_js.PropsWithChildren<JSX.KolSkipNav & solid_js.JSX.HTMLAttributes<HTMLKolSkipNavElement>>) => HTMLKolSkipNavElement;
|
|
42
|
+
declare const KolSpan: (props: solid_js.PropsWithChildren<JSX.KolSpan & solid_js.JSX.HTMLAttributes<HTMLKolSpanElement>>) => HTMLKolSpanElement;
|
|
42
43
|
declare const KolSpin: (props: solid_js.PropsWithChildren<JSX.KolSpin & solid_js.JSX.HTMLAttributes<HTMLKolSpinElement>>) => HTMLKolSpinElement;
|
|
43
44
|
declare const KolSymbol: (props: solid_js.PropsWithChildren<JSX.KolSymbol & solid_js.JSX.HTMLAttributes<HTMLKolSymbolElement>>) => HTMLKolSymbolElement;
|
|
44
45
|
declare const KolTable: (props: solid_js.PropsWithChildren<JSX.KolTable & solid_js.JSX.HTMLAttributes<HTMLKolTableElement>>) => HTMLKolTableElement;
|
|
@@ -48,4 +49,4 @@ declare const KolToast: (props: solid_js.PropsWithChildren<JSX.KolToast & solid_
|
|
|
48
49
|
declare const KolTooltip: (props: solid_js.PropsWithChildren<JSX.KolTooltip & solid_js.JSX.HTMLAttributes<HTMLKolTooltipElement>>) => HTMLKolTooltipElement;
|
|
49
50
|
declare const KolVersion: (props: solid_js.PropsWithChildren<JSX.KolVersion & solid_js.JSX.HTMLAttributes<HTMLKolVersionElement>>) => HTMLKolVersionElement;
|
|
50
51
|
|
|
51
|
-
export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolIconFontAwesome, KolIconIcofont, KolIndentedText, KolInputAdapterLeanup, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolSelect, KolSkipNav, KolSpin, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolTooltip, KolVersion };
|
|
52
|
+
export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolIconFontAwesome, KolIconIcofont, 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 };
|
package/dist/index.mjs
CHANGED
|
@@ -100,6 +100,7 @@ const KolPagination = /* @__PURE__ */ createSolidComponent("kol-pagination");
|
|
|
100
100
|
const KolProgress = /* @__PURE__ */ createSolidComponent("kol-progress");
|
|
101
101
|
const KolSelect = /* @__PURE__ */ createSolidComponent("kol-select");
|
|
102
102
|
const KolSkipNav = /* @__PURE__ */ createSolidComponent("kol-skip-nav");
|
|
103
|
+
const KolSpan = /* @__PURE__ */ createSolidComponent("kol-span");
|
|
103
104
|
const KolSpin = /* @__PURE__ */ createSolidComponent("kol-spin");
|
|
104
105
|
const KolSymbol = /* @__PURE__ */ createSolidComponent("kol-symbol");
|
|
105
106
|
const KolTable = /* @__PURE__ */ createSolidComponent("kol-table");
|
|
@@ -109,4 +110,4 @@ const KolToast = /* @__PURE__ */ createSolidComponent("kol-toast");
|
|
|
109
110
|
const KolTooltip = /* @__PURE__ */ createSolidComponent("kol-tooltip");
|
|
110
111
|
const KolVersion = /* @__PURE__ */ createSolidComponent("kol-version");
|
|
111
112
|
|
|
112
|
-
export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolIconFontAwesome, KolIconIcofont, KolIndentedText, KolInputAdapterLeanup, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolSelect, KolSkipNav, KolSpin, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolTooltip, KolVersion };
|
|
113
|
+
export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolIconFontAwesome, KolIconIcofont, 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 };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/solid",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.11-rc.1",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": "https://github.com/public-ui/kolibri",
|
|
@@ -28,18 +28,18 @@
|
|
|
28
28
|
":unpublish": "npm unpublish -f --registry=http://localhost:4873"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@public-ui/core": "1.1.
|
|
32
|
-
"@public-ui/components": "1.1.
|
|
31
|
+
"@public-ui/core": "1.1.11-rc.1",
|
|
32
|
+
"@public-ui/components": "1.1.11-rc.1",
|
|
33
33
|
"@types/minimatch": "5.1.2",
|
|
34
34
|
"@types/minimist": "1.2.2",
|
|
35
35
|
"@types/node": "18.11.9",
|
|
36
36
|
"@types/normalize-package-data": "2.4.1",
|
|
37
|
-
"solid-js": "1.6.
|
|
37
|
+
"solid-js": "1.6.2",
|
|
38
38
|
"typescript": "4.8.4",
|
|
39
|
-
"unbuild": "0.
|
|
39
|
+
"unbuild": "1.0.1"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"@public-ui/components": "1.1.
|
|
42
|
+
"@public-ui/components": "1.1.11-rc.1",
|
|
43
43
|
"solid-js": ">=1.2.0"
|
|
44
44
|
},
|
|
45
45
|
"sideEffects": false,
|