@public-ui/solid 1.4.2 → 1.5.0-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 CHANGED
@@ -80,6 +80,7 @@ const KolHeading = /* @__PURE__ */ createSolidComponent("kol-heading");
80
80
  const KolIcon = /* @__PURE__ */ createSolidComponent("kol-icon");
81
81
  const KolIconFontAwesome = /* @__PURE__ */ createSolidComponent("kol-icon-font-awesome");
82
82
  const KolIconIcofont = /* @__PURE__ */ createSolidComponent("kol-icon-icofont");
83
+ const KolImage = /* @__PURE__ */ createSolidComponent("kol-image");
83
84
  const KolIndentedText = /* @__PURE__ */ createSolidComponent("kol-indented-text");
84
85
  const KolInputAdapterLeanup = /* @__PURE__ */ createSolidComponent("kol-input-adapter-leanup");
85
86
  const KolInputCheckbox = /* @__PURE__ */ createSolidComponent("kol-input-checkbox");
@@ -129,6 +130,7 @@ exports.KolHeading = KolHeading;
129
130
  exports.KolIcon = KolIcon;
130
131
  exports.KolIconFontAwesome = KolIconFontAwesome;
131
132
  exports.KolIconIcofont = KolIconIcofont;
133
+ exports.KolImage = KolImage;
132
134
  exports.KolIndentedText = KolIndentedText;
133
135
  exports.KolInputAdapterLeanup = KolInputAdapterLeanup;
134
136
  exports.KolInputCheckbox = KolInputCheckbox;
package/dist/index.d.ts CHANGED
@@ -17,6 +17,7 @@ declare const KolHeading: (props: solid_js.PropsWithChildren<JSX.KolHeading & so
17
17
  declare const KolIcon: (props: solid_js.PropsWithChildren<JSX.KolIcon & solid_js.JSX.HTMLAttributes<HTMLKolIconElement>>) => HTMLKolIconElement;
18
18
  declare const KolIconFontAwesome: (props: solid_js.PropsWithChildren<JSX.KolIconFontAwesome & solid_js.JSX.HTMLAttributes<HTMLKolIconFontAwesomeElement>>) => HTMLKolIconFontAwesomeElement;
19
19
  declare const KolIconIcofont: (props: solid_js.PropsWithChildren<JSX.KolIconIcofont & solid_js.JSX.HTMLAttributes<HTMLKolIconIcofontElement>>) => HTMLKolIconIcofontElement;
20
+ declare const KolImage: (props: solid_js.PropsWithChildren<JSX.KolImage & solid_js.JSX.HTMLAttributes<HTMLKolImageElement>>) => HTMLKolImageElement;
20
21
  declare const KolIndentedText: (props: solid_js.PropsWithChildren<JSX.KolIndentedText & solid_js.JSX.HTMLAttributes<HTMLKolIndentedTextElement>>) => HTMLKolIndentedTextElement;
21
22
  declare const KolInputAdapterLeanup: (props: solid_js.PropsWithChildren<JSX.KolInputAdapterLeanup & solid_js.JSX.HTMLAttributes<HTMLKolInputAdapterLeanupElement>>) => HTMLKolInputAdapterLeanupElement;
22
23
  declare const KolInputCheckbox: (props: solid_js.PropsWithChildren<JSX.KolInputCheckbox & solid_js.JSX.HTMLAttributes<HTMLKolInputCheckboxElement>>) => HTMLKolInputCheckboxElement;
@@ -50,4 +51,4 @@ declare const KolToast: (props: solid_js.PropsWithChildren<JSX.KolToast & solid_
50
51
  declare const KolTooltip: (props: solid_js.PropsWithChildren<JSX.KolTooltip & solid_js.JSX.HTMLAttributes<HTMLKolTooltipElement>>) => HTMLKolTooltipElement;
51
52
  declare const KolVersion: (props: solid_js.PropsWithChildren<JSX.KolVersion & solid_js.JSX.HTMLAttributes<HTMLKolVersionElement>>) => HTMLKolVersionElement;
52
53
 
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 };
54
+ export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonGroupWc, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolIconFontAwesome, KolIconIcofont, KolImage, 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
@@ -78,6 +78,7 @@ const KolHeading = /* @__PURE__ */ createSolidComponent("kol-heading");
78
78
  const KolIcon = /* @__PURE__ */ createSolidComponent("kol-icon");
79
79
  const KolIconFontAwesome = /* @__PURE__ */ createSolidComponent("kol-icon-font-awesome");
80
80
  const KolIconIcofont = /* @__PURE__ */ createSolidComponent("kol-icon-icofont");
81
+ const KolImage = /* @__PURE__ */ createSolidComponent("kol-image");
81
82
  const KolIndentedText = /* @__PURE__ */ createSolidComponent("kol-indented-text");
82
83
  const KolInputAdapterLeanup = /* @__PURE__ */ createSolidComponent("kol-input-adapter-leanup");
83
84
  const KolInputCheckbox = /* @__PURE__ */ createSolidComponent("kol-input-checkbox");
@@ -111,4 +112,4 @@ const KolToast = /* @__PURE__ */ createSolidComponent("kol-toast");
111
112
  const KolTooltip = /* @__PURE__ */ createSolidComponent("kol-tooltip");
112
113
  const KolVersion = /* @__PURE__ */ createSolidComponent("kol-version");
113
114
 
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 };
115
+ export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonGroupWc, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolIconFontAwesome, KolIconIcofont, KolImage, 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.4.2",
3
+ "version": "1.5.0-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",
@@ -46,18 +46,17 @@
46
46
  "prepack": "unbuild"
47
47
  },
48
48
  "devDependencies": {
49
- "@public-ui/core": "1.4.2",
50
- "@public-ui/components": "1.4.2",
49
+ "@public-ui/components": "1.5.0-rc.1",
51
50
  "@types/minimatch": "5.1.2",
52
51
  "@types/minimist": "1.2.2",
53
52
  "@types/node": "ts4.9",
54
53
  "@types/normalize-package-data": "2.4.1",
55
- "solid-js": "1.6.11",
54
+ "solid-js": "1.6.14",
56
55
  "typescript": "4.9.5",
57
56
  "unbuild": "1.1.2"
58
57
  },
59
58
  "peerDependencies": {
60
- "@public-ui/components": "1.4.2",
59
+ "@public-ui/components": "1.5.0-rc.1",
61
60
  "solid-js": ">=1.2.0"
62
61
  },
63
62
  "sideEffects": false,