@public-ui/solid 1.1.10-rc.4 → 1.1.10-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 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 KolButtonLink = /* @__PURE__ */ createSolidComponent("kol-button-link");
74
75
  const KolCard = /* @__PURE__ */ createSolidComponent("kol-card");
75
76
  const KolDetails = /* @__PURE__ */ createSolidComponent("kol-details");
76
77
  const KolForm = /* @__PURE__ */ createSolidComponent("kol-form");
@@ -116,6 +117,7 @@ exports.KolBadge = KolBadge;
116
117
  exports.KolBreadcrumb = KolBreadcrumb;
117
118
  exports.KolButton = KolButton;
118
119
  exports.KolButtonGroup = KolButtonGroup;
120
+ exports.KolButtonLink = KolButtonLink;
119
121
  exports.KolCard = KolCard;
120
122
  exports.KolDetails = KolDetails;
121
123
  exports.KolForm = KolForm;
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 KolButtonLink: (props: solid_js.PropsWithChildren<JSX.KolButtonLink & solid_js.JSX.HTMLAttributes<HTMLKolButtonLinkElement>>) => HTMLKolButtonLinkElement;
11
12
  declare const KolCard: (props: solid_js.PropsWithChildren<JSX.KolCard & solid_js.JSX.HTMLAttributes<HTMLKolCardElement>>) => HTMLKolCardElement;
12
13
  declare const KolDetails: (props: solid_js.PropsWithChildren<JSX.KolDetails & solid_js.JSX.HTMLAttributes<HTMLKolDetailsElement>>) => HTMLKolDetailsElement;
13
14
  declare const KolForm: (props: solid_js.PropsWithChildren<JSX.KolForm & solid_js.JSX.HTMLAttributes<HTMLKolFormElement>>) => HTMLKolFormElement;
@@ -46,4 +47,4 @@ declare const KolToast: (props: solid_js.PropsWithChildren<JSX.KolToast & solid_
46
47
  declare const KolTooltip: (props: solid_js.PropsWithChildren<JSX.KolTooltip & solid_js.JSX.HTMLAttributes<HTMLKolTooltipElement>>) => HTMLKolTooltipElement;
47
48
  declare const KolVersion: (props: solid_js.PropsWithChildren<JSX.KolVersion & solid_js.JSX.HTMLAttributes<HTMLKolVersionElement>>) => HTMLKolVersionElement;
48
49
 
49
- export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolCard, KolDetails, KolForm, KolHeading, KolHeadingWc, KolIcon, KolIconFontAwesome, KolIconIcofont, KolIndentedText, KolInputAdapterLeanup, KolInputCheckbox, KolInputColor, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolSelect, KolSkipNav, KolSpin, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolTooltip, KolVersion };
50
+ export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolHeadingWc, KolIcon, KolIconFontAwesome, KolIconIcofont, KolIndentedText, KolInputAdapterLeanup, KolInputCheckbox, KolInputColor, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolSelect, KolSkipNav, 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 KolButtonLink = /* @__PURE__ */ createSolidComponent("kol-button-link");
72
73
  const KolCard = /* @__PURE__ */ createSolidComponent("kol-card");
73
74
  const KolDetails = /* @__PURE__ */ createSolidComponent("kol-details");
74
75
  const KolForm = /* @__PURE__ */ createSolidComponent("kol-form");
@@ -107,4 +108,4 @@ const KolToast = /* @__PURE__ */ createSolidComponent("kol-toast");
107
108
  const KolTooltip = /* @__PURE__ */ createSolidComponent("kol-tooltip");
108
109
  const KolVersion = /* @__PURE__ */ createSolidComponent("kol-version");
109
110
 
110
- export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolCard, KolDetails, KolForm, KolHeading, KolHeadingWc, KolIcon, KolIconFontAwesome, KolIconIcofont, KolIndentedText, KolInputAdapterLeanup, KolInputCheckbox, KolInputColor, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolSelect, KolSkipNav, KolSpin, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolTooltip, KolVersion };
111
+ export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolHeadingWc, KolIcon, KolIconFontAwesome, KolIconIcofont, KolIndentedText, KolInputAdapterLeanup, KolInputCheckbox, KolInputColor, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolSelect, KolSkipNav, 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.10-rc.4",
3
+ "version": "1.1.10-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",
@@ -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.10-rc.4",
32
- "@public-ui/components": "1.1.10-rc.4",
31
+ "@public-ui/core": "1.1.10-rc.6",
32
+ "@public-ui/components": "1.1.10-rc.6",
33
33
  "@types/minimatch": "5.1.2",
34
34
  "@types/minimist": "1.2.2",
35
- "@types/node": "18.11.8",
35
+ "@types/node": "18.11.9",
36
36
  "@types/normalize-package-data": "2.4.1",
37
37
  "solid-js": "1.6.1",
38
38
  "typescript": "4.8.4",
39
39
  "unbuild": "0.9.4"
40
40
  },
41
41
  "peerDependencies": {
42
- "@public-ui/components": "1.1.10-rc.4",
42
+ "@public-ui/components": "1.1.10-rc.6",
43
43
  "solid-js": ">=1.2.0"
44
44
  },
45
45
  "sideEffects": false,