@public-ui/solid 1.1.10-rc.7 → 1.1.10-rc.9

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
@@ -76,7 +76,6 @@ const KolCard = /* @__PURE__ */ createSolidComponent("kol-card");
76
76
  const KolDetails = /* @__PURE__ */ createSolidComponent("kol-details");
77
77
  const KolForm = /* @__PURE__ */ createSolidComponent("kol-form");
78
78
  const KolHeading = /* @__PURE__ */ createSolidComponent("kol-heading");
79
- const KolHeadingWc = /* @__PURE__ */ createSolidComponent("kol-heading-wc");
80
79
  const KolIcon = /* @__PURE__ */ createSolidComponent("kol-icon");
81
80
  const KolIconFontAwesome = /* @__PURE__ */ createSolidComponent("kol-icon-font-awesome");
82
81
  const KolIconIcofont = /* @__PURE__ */ createSolidComponent("kol-icon-icofont");
@@ -94,6 +93,7 @@ const KolInputRange = /* @__PURE__ */ createSolidComponent("kol-input-range");
94
93
  const KolInputText = /* @__PURE__ */ createSolidComponent("kol-input-text");
95
94
  const KolKolibri = /* @__PURE__ */ createSolidComponent("kol-kolibri");
96
95
  const KolLink = /* @__PURE__ */ createSolidComponent("kol-link");
96
+ const KolLinkButton = /* @__PURE__ */ createSolidComponent("kol-link-button");
97
97
  const KolLinkGroup = /* @__PURE__ */ createSolidComponent("kol-link-group");
98
98
  const KolLogo = /* @__PURE__ */ createSolidComponent("kol-logo");
99
99
  const KolModal = /* @__PURE__ */ createSolidComponent("kol-modal");
@@ -123,7 +123,6 @@ exports.KolCard = KolCard;
123
123
  exports.KolDetails = KolDetails;
124
124
  exports.KolForm = KolForm;
125
125
  exports.KolHeading = KolHeading;
126
- exports.KolHeadingWc = KolHeadingWc;
127
126
  exports.KolIcon = KolIcon;
128
127
  exports.KolIconFontAwesome = KolIconFontAwesome;
129
128
  exports.KolIconIcofont = KolIconIcofont;
@@ -141,6 +140,7 @@ exports.KolInputRange = KolInputRange;
141
140
  exports.KolInputText = KolInputText;
142
141
  exports.KolKolibri = KolKolibri;
143
142
  exports.KolLink = KolLink;
143
+ exports.KolLinkButton = KolLinkButton;
144
144
  exports.KolLinkGroup = KolLinkGroup;
145
145
  exports.KolLogo = KolLogo;
146
146
  exports.KolModal = KolModal;
package/dist/index.d.ts CHANGED
@@ -13,7 +13,6 @@ declare const KolCard: (props: solid_js.PropsWithChildren<JSX.KolCard & solid_js
13
13
  declare const KolDetails: (props: solid_js.PropsWithChildren<JSX.KolDetails & solid_js.JSX.HTMLAttributes<HTMLKolDetailsElement>>) => HTMLKolDetailsElement;
14
14
  declare const KolForm: (props: solid_js.PropsWithChildren<JSX.KolForm & solid_js.JSX.HTMLAttributes<HTMLKolFormElement>>) => HTMLKolFormElement;
15
15
  declare const KolHeading: (props: solid_js.PropsWithChildren<JSX.KolHeading & solid_js.JSX.HTMLAttributes<HTMLKolHeadingElement>>) => HTMLKolHeadingElement;
16
- declare const KolHeadingWc: (props: solid_js.PropsWithChildren<JSX.KolHeadingWc & solid_js.JSX.HTMLAttributes<HTMLKolHeadingWcElement>>) => HTMLKolHeadingWcElement;
17
16
  declare const KolIcon: (props: solid_js.PropsWithChildren<JSX.KolIcon & solid_js.JSX.HTMLAttributes<HTMLKolIconElement>>) => HTMLKolIconElement;
18
17
  declare const KolIconFontAwesome: (props: solid_js.PropsWithChildren<JSX.KolIconFontAwesome & solid_js.JSX.HTMLAttributes<HTMLKolIconFontAwesomeElement>>) => HTMLKolIconFontAwesomeElement;
19
18
  declare const KolIconIcofont: (props: solid_js.PropsWithChildren<JSX.KolIconIcofont & solid_js.JSX.HTMLAttributes<HTMLKolIconIcofontElement>>) => HTMLKolIconIcofontElement;
@@ -31,6 +30,7 @@ declare const KolInputRange: (props: solid_js.PropsWithChildren<JSX.KolInputRang
31
30
  declare const KolInputText: (props: solid_js.PropsWithChildren<JSX.KolInputText & solid_js.JSX.HTMLAttributes<HTMLKolInputTextElement>>) => HTMLKolInputTextElement;
32
31
  declare const KolKolibri: (props: solid_js.PropsWithChildren<JSX.KolKolibri & solid_js.JSX.HTMLAttributes<HTMLKolKolibriElement>>) => HTMLKolKolibriElement;
33
32
  declare const KolLink: (props: solid_js.PropsWithChildren<JSX.KolLink & solid_js.JSX.HTMLAttributes<HTMLKolLinkElement>>) => HTMLKolLinkElement;
33
+ declare const KolLinkButton: (props: solid_js.PropsWithChildren<JSX.KolLinkButton & solid_js.JSX.HTMLAttributes<HTMLKolLinkButtonElement>>) => HTMLKolLinkButtonElement;
34
34
  declare const KolLinkGroup: (props: solid_js.PropsWithChildren<JSX.KolLinkGroup & solid_js.JSX.HTMLAttributes<HTMLKolLinkGroupElement>>) => HTMLKolLinkGroupElement;
35
35
  declare const KolLogo: (props: solid_js.PropsWithChildren<JSX.KolLogo & solid_js.JSX.HTMLAttributes<HTMLKolLogoElement>>) => HTMLKolLogoElement;
36
36
  declare const KolModal: (props: solid_js.PropsWithChildren<JSX.KolModal & solid_js.JSX.HTMLAttributes<HTMLKolModalElement>>) => HTMLKolModalElement;
@@ -48,4 +48,4 @@ declare const KolToast: (props: solid_js.PropsWithChildren<JSX.KolToast & solid_
48
48
  declare const KolTooltip: (props: solid_js.PropsWithChildren<JSX.KolTooltip & solid_js.JSX.HTMLAttributes<HTMLKolTooltipElement>>) => HTMLKolTooltipElement;
49
49
  declare const KolVersion: (props: solid_js.PropsWithChildren<JSX.KolVersion & solid_js.JSX.HTMLAttributes<HTMLKolVersionElement>>) => HTMLKolVersionElement;
50
50
 
51
- export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolHeadingWc, KolIcon, KolIconFontAwesome, KolIconIcofont, KolIndentedText, KolInputAdapterLeanup, KolInputCheckbox, KolInputColor, KolInputDate, 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 };
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 };
package/dist/index.mjs CHANGED
@@ -74,7 +74,6 @@ const KolCard = /* @__PURE__ */ createSolidComponent("kol-card");
74
74
  const KolDetails = /* @__PURE__ */ createSolidComponent("kol-details");
75
75
  const KolForm = /* @__PURE__ */ createSolidComponent("kol-form");
76
76
  const KolHeading = /* @__PURE__ */ createSolidComponent("kol-heading");
77
- const KolHeadingWc = /* @__PURE__ */ createSolidComponent("kol-heading-wc");
78
77
  const KolIcon = /* @__PURE__ */ createSolidComponent("kol-icon");
79
78
  const KolIconFontAwesome = /* @__PURE__ */ createSolidComponent("kol-icon-font-awesome");
80
79
  const KolIconIcofont = /* @__PURE__ */ createSolidComponent("kol-icon-icofont");
@@ -92,6 +91,7 @@ const KolInputRange = /* @__PURE__ */ createSolidComponent("kol-input-range");
92
91
  const KolInputText = /* @__PURE__ */ createSolidComponent("kol-input-text");
93
92
  const KolKolibri = /* @__PURE__ */ createSolidComponent("kol-kolibri");
94
93
  const KolLink = /* @__PURE__ */ createSolidComponent("kol-link");
94
+ const KolLinkButton = /* @__PURE__ */ createSolidComponent("kol-link-button");
95
95
  const KolLinkGroup = /* @__PURE__ */ createSolidComponent("kol-link-group");
96
96
  const KolLogo = /* @__PURE__ */ createSolidComponent("kol-logo");
97
97
  const KolModal = /* @__PURE__ */ createSolidComponent("kol-modal");
@@ -109,4 +109,4 @@ const KolToast = /* @__PURE__ */ createSolidComponent("kol-toast");
109
109
  const KolTooltip = /* @__PURE__ */ createSolidComponent("kol-tooltip");
110
110
  const KolVersion = /* @__PURE__ */ createSolidComponent("kol-version");
111
111
 
112
- export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolHeadingWc, KolIcon, KolIconFontAwesome, KolIconIcofont, KolIndentedText, KolInputAdapterLeanup, KolInputCheckbox, KolInputColor, KolInputDate, 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 };
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 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/solid",
3
- "version": "1.1.10-rc.7",
3
+ "version": "1.1.10-rc.9",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": "https://github.com/public-ui/kolibri",
@@ -28,8 +28,8 @@
28
28
  ":unpublish": "npm unpublish -f --registry=http://localhost:4873"
29
29
  },
30
30
  "devDependencies": {
31
- "@public-ui/core": "1.1.10-rc.7",
32
- "@public-ui/components": "1.1.10-rc.7",
31
+ "@public-ui/core": "1.1.10-rc.9",
32
+ "@public-ui/components": "1.1.10-rc.9",
33
33
  "@types/minimatch": "5.1.2",
34
34
  "@types/minimist": "1.2.2",
35
35
  "@types/node": "18.11.9",
@@ -39,7 +39,7 @@
39
39
  "unbuild": "0.9.4"
40
40
  },
41
41
  "peerDependencies": {
42
- "@public-ui/components": "1.1.10-rc.7",
42
+ "@public-ui/components": "1.1.10-rc.9",
43
43
  "solid-js": ">=1.2.0"
44
44
  },
45
45
  "sideEffects": false,