@public-ui/solid 1.1.13-rc.4 → 1.1.13-rc.6
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 +20 -5
package/dist/index.cjs
CHANGED
|
@@ -71,6 +71,7 @@ const KolBadge = /* @__PURE__ */ createSolidComponent("kol-badge");
|
|
|
71
71
|
const KolBreadcrumb = /* @__PURE__ */ createSolidComponent("kol-breadcrumb");
|
|
72
72
|
const KolButton = /* @__PURE__ */ createSolidComponent("kol-button");
|
|
73
73
|
const KolButtonGroup = /* @__PURE__ */ createSolidComponent("kol-button-group");
|
|
74
|
+
const KolButtonGroupWc = /* @__PURE__ */ createSolidComponent("kol-button-group-wc");
|
|
74
75
|
const KolButtonLink = /* @__PURE__ */ createSolidComponent("kol-button-link");
|
|
75
76
|
const KolCard = /* @__PURE__ */ createSolidComponent("kol-card");
|
|
76
77
|
const KolDetails = /* @__PURE__ */ createSolidComponent("kol-details");
|
|
@@ -119,6 +120,7 @@ exports.KolBadge = KolBadge;
|
|
|
119
120
|
exports.KolBreadcrumb = KolBreadcrumb;
|
|
120
121
|
exports.KolButton = KolButton;
|
|
121
122
|
exports.KolButtonGroup = KolButtonGroup;
|
|
123
|
+
exports.KolButtonGroupWc = KolButtonGroupWc;
|
|
122
124
|
exports.KolButtonLink = KolButtonLink;
|
|
123
125
|
exports.KolCard = KolCard;
|
|
124
126
|
exports.KolDetails = KolDetails;
|
package/dist/index.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ declare const KolBadge: (props: solid_js.PropsWithChildren<JSX.KolBadge & solid_
|
|
|
8
8
|
declare const KolBreadcrumb: (props: solid_js.PropsWithChildren<JSX.KolBreadcrumb & solid_js.JSX.HTMLAttributes<HTMLKolBreadcrumbElement>>) => HTMLKolBreadcrumbElement;
|
|
9
9
|
declare const KolButton: (props: solid_js.PropsWithChildren<JSX.KolButton & solid_js.JSX.HTMLAttributes<HTMLKolButtonElement>>) => HTMLKolButtonElement;
|
|
10
10
|
declare const KolButtonGroup: (props: solid_js.PropsWithChildren<JSX.KolButtonGroup & solid_js.JSX.HTMLAttributes<HTMLKolButtonGroupElement>>) => HTMLKolButtonGroupElement;
|
|
11
|
+
declare const KolButtonGroupWc: (props: solid_js.PropsWithChildren<JSX.KolButtonGroupWc & solid_js.JSX.HTMLAttributes<HTMLKolButtonGroupWcElement>>) => HTMLKolButtonGroupWcElement;
|
|
11
12
|
declare const KolButtonLink: (props: solid_js.PropsWithChildren<JSX.KolButtonLink & solid_js.JSX.HTMLAttributes<HTMLKolButtonLinkElement>>) => HTMLKolButtonLinkElement;
|
|
12
13
|
declare const KolCard: (props: solid_js.PropsWithChildren<JSX.KolCard & solid_js.JSX.HTMLAttributes<HTMLKolCardElement>>) => HTMLKolCardElement;
|
|
13
14
|
declare const KolDetails: (props: solid_js.PropsWithChildren<JSX.KolDetails & solid_js.JSX.HTMLAttributes<HTMLKolDetailsElement>>) => HTMLKolDetailsElement;
|
|
@@ -49,4 +50,4 @@ declare const KolToast: (props: solid_js.PropsWithChildren<JSX.KolToast & solid_
|
|
|
49
50
|
declare const KolTooltip: (props: solid_js.PropsWithChildren<JSX.KolTooltip & solid_js.JSX.HTMLAttributes<HTMLKolTooltipElement>>) => HTMLKolTooltipElement;
|
|
50
51
|
declare const KolVersion: (props: solid_js.PropsWithChildren<JSX.KolVersion & solid_js.JSX.HTMLAttributes<HTMLKolVersionElement>>) => HTMLKolVersionElement;
|
|
51
52
|
|
|
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 };
|
|
53
|
+
export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonGroupWc, 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
|
@@ -69,6 +69,7 @@ const KolBadge = /* @__PURE__ */ createSolidComponent("kol-badge");
|
|
|
69
69
|
const KolBreadcrumb = /* @__PURE__ */ createSolidComponent("kol-breadcrumb");
|
|
70
70
|
const KolButton = /* @__PURE__ */ createSolidComponent("kol-button");
|
|
71
71
|
const KolButtonGroup = /* @__PURE__ */ createSolidComponent("kol-button-group");
|
|
72
|
+
const KolButtonGroupWc = /* @__PURE__ */ createSolidComponent("kol-button-group-wc");
|
|
72
73
|
const KolButtonLink = /* @__PURE__ */ createSolidComponent("kol-button-link");
|
|
73
74
|
const KolCard = /* @__PURE__ */ createSolidComponent("kol-card");
|
|
74
75
|
const KolDetails = /* @__PURE__ */ createSolidComponent("kol-details");
|
|
@@ -110,4 +111,4 @@ const KolToast = /* @__PURE__ */ createSolidComponent("kol-toast");
|
|
|
110
111
|
const KolTooltip = /* @__PURE__ */ createSolidComponent("kol-tooltip");
|
|
111
112
|
const KolVersion = /* @__PURE__ */ createSolidComponent("kol-version");
|
|
112
113
|
|
|
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 };
|
|
114
|
+
export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonGroupWc, 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.13-rc.
|
|
3
|
+
"version": "1.1.13-rc.6",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": "https://github.com/public-ui/kolibri",
|
|
@@ -18,7 +18,22 @@
|
|
|
18
18
|
"email": "martin.oppitz@itzbund.de"
|
|
19
19
|
}
|
|
20
20
|
],
|
|
21
|
-
"description": "
|
|
21
|
+
"description": "Solid framework adapter for the accessible web component library KoliBri (@public-ui).",
|
|
22
|
+
"keywords": [
|
|
23
|
+
"accessibility",
|
|
24
|
+
"accessible components",
|
|
25
|
+
"bitv",
|
|
26
|
+
"components",
|
|
27
|
+
"component framework",
|
|
28
|
+
"component library",
|
|
29
|
+
"design system",
|
|
30
|
+
"solid js",
|
|
31
|
+
"style guide",
|
|
32
|
+
"tsx",
|
|
33
|
+
"ui framework",
|
|
34
|
+
"ui library",
|
|
35
|
+
"web components"
|
|
36
|
+
],
|
|
22
37
|
"scripts": {
|
|
23
38
|
"build": "unbuild",
|
|
24
39
|
"prepack": "unbuild",
|
|
@@ -28,8 +43,8 @@
|
|
|
28
43
|
":unpublish": "npm unpublish -f --registry=http://localhost:4873"
|
|
29
44
|
},
|
|
30
45
|
"devDependencies": {
|
|
31
|
-
"@public-ui/core": "1.1.13-rc.
|
|
32
|
-
"@public-ui/components": "1.1.13-rc.
|
|
46
|
+
"@public-ui/core": "1.1.13-rc.6",
|
|
47
|
+
"@public-ui/components": "1.1.13-rc.6",
|
|
33
48
|
"@types/minimatch": "5.1.2",
|
|
34
49
|
"@types/minimist": "1.2.2",
|
|
35
50
|
"@types/node": "18.11.9",
|
|
@@ -39,7 +54,7 @@
|
|
|
39
54
|
"unbuild": "1.0.1"
|
|
40
55
|
},
|
|
41
56
|
"peerDependencies": {
|
|
42
|
-
"@public-ui/components": "1.1.13-rc.
|
|
57
|
+
"@public-ui/components": "1.1.13-rc.6",
|
|
43
58
|
"solid-js": ">=1.2.0"
|
|
44
59
|
},
|
|
45
60
|
"sideEffects": false,
|