@public-ui/solid 2.1.8-rc.0 → 2.1.9-rc.0

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
@@ -49,7 +49,6 @@ const KolHeading = /* @__PURE__ */ createSolidComponent("kol-heading");
49
49
  const KolIcon = /* @__PURE__ */ createSolidComponent("kol-icon");
50
50
  const KolImage = /* @__PURE__ */ createSolidComponent("kol-image");
51
51
  const KolIndentedText = /* @__PURE__ */ createSolidComponent("kol-indented-text");
52
- const KolIndentedTextWc = /* @__PURE__ */ createSolidComponent("kol-indented-text-wc");
53
52
  const KolInputCheckbox = /* @__PURE__ */ createSolidComponent("kol-input-checkbox");
54
53
  const KolInputColor = /* @__PURE__ */ createSolidComponent("kol-input-color");
55
54
  const KolInputDate = /* @__PURE__ */ createSolidComponent("kol-input-date");
@@ -86,7 +85,6 @@ const KolToolbar = /* @__PURE__ */ createSolidComponent("kol-toolbar");
86
85
  const KolTree = /* @__PURE__ */ createSolidComponent("kol-tree");
87
86
  const KolTreeItem = /* @__PURE__ */ createSolidComponent("kol-tree-item");
88
87
  const KolTreeItemWc = /* @__PURE__ */ createSolidComponent("kol-tree-item-wc");
89
- const KolTreeWc = /* @__PURE__ */ createSolidComponent("kol-tree-wc");
90
88
  const KolVersion = /* @__PURE__ */ createSolidComponent("kol-version");
91
89
 
92
90
  exports.KolAbbr = KolAbbr;
@@ -107,7 +105,6 @@ exports.KolHeading = KolHeading;
107
105
  exports.KolIcon = KolIcon;
108
106
  exports.KolImage = KolImage;
109
107
  exports.KolIndentedText = KolIndentedText;
110
- exports.KolIndentedTextWc = KolIndentedTextWc;
111
108
  exports.KolInputCheckbox = KolInputCheckbox;
112
109
  exports.KolInputColor = KolInputColor;
113
110
  exports.KolInputDate = KolInputDate;
@@ -144,6 +141,5 @@ exports.KolToolbar = KolToolbar;
144
141
  exports.KolTree = KolTree;
145
142
  exports.KolTreeItem = KolTreeItem;
146
143
  exports.KolTreeItemWc = KolTreeItemWc;
147
- exports.KolTreeWc = KolTreeWc;
148
144
  exports.KolVersion = KolVersion;
149
145
  exports.setTagNameTransformer = setTagNameTransformer;
package/dist/index.d.ts CHANGED
@@ -22,7 +22,6 @@ declare const KolHeading: (props: solid_js.PropsWithChildren<JSX.KolHeading & so
22
22
  declare const KolIcon: (props: solid_js.PropsWithChildren<JSX.KolIcon & solid_js.JSX.HTMLAttributes<HTMLKolIconElement>>) => HTMLKolIconElement;
23
23
  declare const KolImage: (props: solid_js.PropsWithChildren<JSX.KolImage & solid_js.JSX.HTMLAttributes<HTMLKolImageElement>>) => HTMLKolImageElement;
24
24
  declare const KolIndentedText: (props: solid_js.PropsWithChildren<JSX.KolIndentedText & solid_js.JSX.HTMLAttributes<HTMLKolIndentedTextElement>>) => HTMLKolIndentedTextElement;
25
- declare const KolIndentedTextWc: (props: solid_js.PropsWithChildren<JSX.KolIndentedTextWc & solid_js.JSX.HTMLAttributes<HTMLKolIndentedTextWcElement>>) => HTMLKolIndentedTextWcElement;
26
25
  declare const KolInputCheckbox: (props: solid_js.PropsWithChildren<JSX.KolInputCheckbox & solid_js.JSX.HTMLAttributes<HTMLKolInputCheckboxElement>>) => HTMLKolInputCheckboxElement;
27
26
  declare const KolInputColor: (props: solid_js.PropsWithChildren<JSX.KolInputColor & solid_js.JSX.HTMLAttributes<HTMLKolInputColorElement>>) => HTMLKolInputColorElement;
28
27
  declare const KolInputDate: (props: solid_js.PropsWithChildren<JSX.KolInputDate & solid_js.JSX.HTMLAttributes<HTMLKolInputDateElement>>) => HTMLKolInputDateElement;
@@ -59,7 +58,6 @@ declare const KolToolbar: (props: solid_js.PropsWithChildren<JSX.KolToolbar & so
59
58
  declare const KolTree: (props: solid_js.PropsWithChildren<JSX.KolTree & solid_js.JSX.HTMLAttributes<HTMLKolTreeElement>>) => HTMLKolTreeElement;
60
59
  declare const KolTreeItem: (props: solid_js.PropsWithChildren<JSX.KolTreeItem & solid_js.JSX.HTMLAttributes<HTMLKolTreeItemElement>>) => HTMLKolTreeItemElement;
61
60
  declare const KolTreeItemWc: (props: solid_js.PropsWithChildren<JSX.KolTreeItemWc & solid_js.JSX.HTMLAttributes<HTMLKolTreeItemWcElement>>) => HTMLKolTreeItemWcElement;
62
- declare const KolTreeWc: (props: solid_js.PropsWithChildren<JSX.KolTreeWc & solid_js.JSX.HTMLAttributes<HTMLKolTreeWcElement>>) => HTMLKolTreeWcElement;
63
61
  declare const KolVersion: (props: solid_js.PropsWithChildren<JSX.KolVersion & solid_js.JSX.HTMLAttributes<HTMLKolVersionElement>>) => HTMLKolVersionElement;
64
62
 
65
- export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolIndentedTextWc, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolTreeWc, KolVersion, setTagNameTransformer };
63
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
package/dist/index.mjs CHANGED
@@ -47,7 +47,6 @@ const KolHeading = /* @__PURE__ */ createSolidComponent("kol-heading");
47
47
  const KolIcon = /* @__PURE__ */ createSolidComponent("kol-icon");
48
48
  const KolImage = /* @__PURE__ */ createSolidComponent("kol-image");
49
49
  const KolIndentedText = /* @__PURE__ */ createSolidComponent("kol-indented-text");
50
- const KolIndentedTextWc = /* @__PURE__ */ createSolidComponent("kol-indented-text-wc");
51
50
  const KolInputCheckbox = /* @__PURE__ */ createSolidComponent("kol-input-checkbox");
52
51
  const KolInputColor = /* @__PURE__ */ createSolidComponent("kol-input-color");
53
52
  const KolInputDate = /* @__PURE__ */ createSolidComponent("kol-input-date");
@@ -84,7 +83,6 @@ const KolToolbar = /* @__PURE__ */ createSolidComponent("kol-toolbar");
84
83
  const KolTree = /* @__PURE__ */ createSolidComponent("kol-tree");
85
84
  const KolTreeItem = /* @__PURE__ */ createSolidComponent("kol-tree-item");
86
85
  const KolTreeItemWc = /* @__PURE__ */ createSolidComponent("kol-tree-item-wc");
87
- const KolTreeWc = /* @__PURE__ */ createSolidComponent("kol-tree-wc");
88
86
  const KolVersion = /* @__PURE__ */ createSolidComponent("kol-version");
89
87
 
90
- export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolIndentedTextWc, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolTreeWc, KolVersion, setTagNameTransformer };
88
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@public-ui/solid",
3
- "version": "2.1.8-rc.0",
3
+ "version": "2.1.9-rc.0",
4
4
  "license": "EUPL-1.2",
5
5
  "homepage": "https://public-ui.github.io",
6
6
  "repository": {
@@ -48,14 +48,14 @@
48
48
  "@types/minimatch": "5.1.2",
49
49
  "@types/minimist": "1.2.5",
50
50
  "@types/normalize-package-data": "2.4.4",
51
- "solid-js": "1.8.22",
51
+ "solid-js": "1.9.1",
52
52
  "typescript": "5.6.2",
53
53
  "unbuild": "1.2.1",
54
- "@public-ui/components": "2.1.8-rc.0"
54
+ "@public-ui/components": "2.1.9-rc.0"
55
55
  },
56
56
  "peerDependencies": {
57
- "solid-js": ">=1.8.22",
58
- "@public-ui/components": "2.1.8-rc.0"
57
+ "solid-js": ">=1.8.23",
58
+ "@public-ui/components": "2.1.9-rc.0"
59
59
  },
60
60
  "sideEffects": false,
61
61
  "type": "module",