@public-ui/solid 3.0.0-rc.0 → 3.0.0-rc.10

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/README.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # KoliBri - Solid-Adapter
2
2
 
3
+ [![npm](https://img.shields.io/npm/v/@public-ui/solid)](https://www.npmjs.com/package/@public-ui/components)
4
+ [![license](https://img.shields.io/npm/l/@public-ui/solid)](https://github.com/public-ui/kolibri/blob/main/LICENSE)
5
+ [![downloads](https://img.shields.io/npm/dt/@public-ui/solid)](https://www.npmjs.com/package/@public-ui/solid)
6
+ [![issues](https://img.shields.io/github/issues/public-ui/kolibri)](https://github.com/public-ui/kolibri/issues)
7
+ [![pull requests](https://img.shields.io/github/issues-pr/public-ui/kolibri)](https://github.com/public-ui/kolibri/pulls)
8
+ [![size](https://img.shields.io/bundlephobia/min/@public-ui/solid)](https://bundlephobia.com/result?p=@public-ui/solid)
9
+ ![contributors](https://img.shields.io/github/contributors/public-ui/kolibri)
10
+
3
11
  ## Motivation
4
12
 
5
13
  Provide an adapter for [SolidJS](https://www.solidjs.com/) to use the KoliBri components.
@@ -16,12 +24,12 @@ yarn add -g @public-ui/solid
16
24
 
17
25
  ## Usage
18
26
 
19
- First, initialize KoliBri with a [theme](https://github.com/public-ui/kolibri/tree/develop/packages/themes) and create a Solid root:
27
+ First, initialize KoliBri with a [theme](https://github.com/public-ui/kolibri/tree/develop/packages/solid) and create a Solid root:
20
28
 
21
29
  ```ts
22
30
  import { defineCustomElements } from '@public-ui/components/dist/loader';
23
31
  import { register } from '@public-ui/components';
24
- import { DEFAULT } from '@public-ui/themes';
32
+ import { DEFAULT } from '@public-ui/solid';
25
33
 
26
34
  register(DEFAULT, defineCustomElements)
27
35
  .then(() => {
package/dist/index.cjs CHANGED
@@ -38,7 +38,6 @@ const KolAvatar = /* @__PURE__ */ createSolidComponent("kol-avatar");
38
38
  const KolBadge = /* @__PURE__ */ createSolidComponent("kol-badge");
39
39
  const KolBreadcrumb = /* @__PURE__ */ createSolidComponent("kol-breadcrumb");
40
40
  const KolButton = /* @__PURE__ */ createSolidComponent("kol-button");
41
- const KolButtonGroup = /* @__PURE__ */ createSolidComponent("kol-button-group");
42
41
  const KolButtonLink = /* @__PURE__ */ createSolidComponent("kol-button-link");
43
42
  const KolCard = /* @__PURE__ */ createSolidComponent("kol-card");
44
43
  const KolCombobox = /* @__PURE__ */ createSolidComponent("kol-combobox");
@@ -48,7 +47,6 @@ const KolForm = /* @__PURE__ */ createSolidComponent("kol-form");
48
47
  const KolHeading = /* @__PURE__ */ createSolidComponent("kol-heading");
49
48
  const KolIcon = /* @__PURE__ */ createSolidComponent("kol-icon");
50
49
  const KolImage = /* @__PURE__ */ createSolidComponent("kol-image");
51
- const KolIndentedText = /* @__PURE__ */ createSolidComponent("kol-indented-text");
52
50
  const KolInputCheckbox = /* @__PURE__ */ createSolidComponent("kol-input-checkbox");
53
51
  const KolInputColor = /* @__PURE__ */ createSolidComponent("kol-input-color");
54
52
  const KolInputDate = /* @__PURE__ */ createSolidComponent("kol-input-date");
@@ -62,11 +60,11 @@ const KolInputText = /* @__PURE__ */ createSolidComponent("kol-input-text");
62
60
  const KolKolibri = /* @__PURE__ */ createSolidComponent("kol-kolibri");
63
61
  const KolLink = /* @__PURE__ */ createSolidComponent("kol-link");
64
62
  const KolLinkButton = /* @__PURE__ */ createSolidComponent("kol-link-button");
65
- const KolLinkGroup = /* @__PURE__ */ createSolidComponent("kol-link-group");
66
- const KolLogo = /* @__PURE__ */ createSolidComponent("kol-logo");
67
63
  const KolModal = /* @__PURE__ */ createSolidComponent("kol-modal");
68
64
  const KolNav = /* @__PURE__ */ createSolidComponent("kol-nav");
69
65
  const KolPagination = /* @__PURE__ */ createSolidComponent("kol-pagination");
66
+ const KolPopoverButton = /* @__PURE__ */ createSolidComponent("kol-popover-button");
67
+ const KolPopoverButtonWc = /* @__PURE__ */ createSolidComponent("kol-popover-button-wc");
70
68
  const KolProgress = /* @__PURE__ */ createSolidComponent("kol-progress");
71
69
  const KolQuote = /* @__PURE__ */ createSolidComponent("kol-quote");
72
70
  const KolSelect = /* @__PURE__ */ createSolidComponent("kol-select");
@@ -74,8 +72,6 @@ const KolSingleSelect = /* @__PURE__ */ createSolidComponent("kol-single-select"
74
72
  const KolSkipNav = /* @__PURE__ */ createSolidComponent("kol-skip-nav");
75
73
  const KolSpin = /* @__PURE__ */ createSolidComponent("kol-spin");
76
74
  const KolSplitButton = /* @__PURE__ */ createSolidComponent("kol-split-button");
77
- const KolSymbol = /* @__PURE__ */ createSolidComponent("kol-symbol");
78
- const KolTable = /* @__PURE__ */ createSolidComponent("kol-table");
79
75
  const KolTableStateful = /* @__PURE__ */ createSolidComponent("kol-table-stateful");
80
76
  const KolTableStateless = /* @__PURE__ */ createSolidComponent("kol-table-stateless");
81
77
  const KolTabs = /* @__PURE__ */ createSolidComponent("kol-tabs");
@@ -94,7 +90,6 @@ exports.KolAvatar = KolAvatar;
94
90
  exports.KolBadge = KolBadge;
95
91
  exports.KolBreadcrumb = KolBreadcrumb;
96
92
  exports.KolButton = KolButton;
97
- exports.KolButtonGroup = KolButtonGroup;
98
93
  exports.KolButtonLink = KolButtonLink;
99
94
  exports.KolCard = KolCard;
100
95
  exports.KolCombobox = KolCombobox;
@@ -104,7 +99,6 @@ exports.KolForm = KolForm;
104
99
  exports.KolHeading = KolHeading;
105
100
  exports.KolIcon = KolIcon;
106
101
  exports.KolImage = KolImage;
107
- exports.KolIndentedText = KolIndentedText;
108
102
  exports.KolInputCheckbox = KolInputCheckbox;
109
103
  exports.KolInputColor = KolInputColor;
110
104
  exports.KolInputDate = KolInputDate;
@@ -118,11 +112,11 @@ exports.KolInputText = KolInputText;
118
112
  exports.KolKolibri = KolKolibri;
119
113
  exports.KolLink = KolLink;
120
114
  exports.KolLinkButton = KolLinkButton;
121
- exports.KolLinkGroup = KolLinkGroup;
122
- exports.KolLogo = KolLogo;
123
115
  exports.KolModal = KolModal;
124
116
  exports.KolNav = KolNav;
125
117
  exports.KolPagination = KolPagination;
118
+ exports.KolPopoverButton = KolPopoverButton;
119
+ exports.KolPopoverButtonWc = KolPopoverButtonWc;
126
120
  exports.KolProgress = KolProgress;
127
121
  exports.KolQuote = KolQuote;
128
122
  exports.KolSelect = KolSelect;
@@ -130,8 +124,6 @@ exports.KolSingleSelect = KolSingleSelect;
130
124
  exports.KolSkipNav = KolSkipNav;
131
125
  exports.KolSpin = KolSpin;
132
126
  exports.KolSplitButton = KolSplitButton;
133
- exports.KolSymbol = KolSymbol;
134
- exports.KolTable = KolTable;
135
127
  exports.KolTableStateful = KolTableStateful;
136
128
  exports.KolTableStateless = KolTableStateless;
137
129
  exports.KolTabs = KolTabs;
package/dist/index.d.ts CHANGED
@@ -11,7 +11,6 @@ declare const KolAvatar: (props: solid_js.PropsWithChildren<JSX.KolAvatar & soli
11
11
  declare const KolBadge: (props: solid_js.PropsWithChildren<JSX.KolBadge & solid_js.JSX.HTMLAttributes<HTMLKolBadgeElement>>) => HTMLKolBadgeElement;
12
12
  declare const KolBreadcrumb: (props: solid_js.PropsWithChildren<JSX.KolBreadcrumb & solid_js.JSX.HTMLAttributes<HTMLKolBreadcrumbElement>>) => HTMLKolBreadcrumbElement;
13
13
  declare const KolButton: (props: solid_js.PropsWithChildren<JSX.KolButton & solid_js.JSX.HTMLAttributes<HTMLKolButtonElement>>) => HTMLKolButtonElement;
14
- declare const KolButtonGroup: (props: solid_js.PropsWithChildren<JSX.KolButtonGroup & solid_js.JSX.HTMLAttributes<HTMLKolButtonGroupElement>>) => HTMLKolButtonGroupElement;
15
14
  declare const KolButtonLink: (props: solid_js.PropsWithChildren<JSX.KolButtonLink & solid_js.JSX.HTMLAttributes<HTMLKolButtonLinkElement>>) => HTMLKolButtonLinkElement;
16
15
  declare const KolCard: (props: solid_js.PropsWithChildren<JSX.KolCard & solid_js.JSX.HTMLAttributes<HTMLKolCardElement>>) => HTMLKolCardElement;
17
16
  declare const KolCombobox: (props: solid_js.PropsWithChildren<JSX.KolCombobox & solid_js.JSX.HTMLAttributes<HTMLKolComboboxElement>>) => HTMLKolComboboxElement;
@@ -21,7 +20,6 @@ declare const KolForm: (props: solid_js.PropsWithChildren<JSX.KolForm & solid_js
21
20
  declare const KolHeading: (props: solid_js.PropsWithChildren<JSX.KolHeading & solid_js.JSX.HTMLAttributes<HTMLKolHeadingElement>>) => HTMLKolHeadingElement;
22
21
  declare const KolIcon: (props: solid_js.PropsWithChildren<JSX.KolIcon & solid_js.JSX.HTMLAttributes<HTMLKolIconElement>>) => HTMLKolIconElement;
23
22
  declare const KolImage: (props: solid_js.PropsWithChildren<JSX.KolImage & solid_js.JSX.HTMLAttributes<HTMLKolImageElement>>) => HTMLKolImageElement;
24
- declare const KolIndentedText: (props: solid_js.PropsWithChildren<JSX.KolIndentedText & solid_js.JSX.HTMLAttributes<HTMLKolIndentedTextElement>>) => HTMLKolIndentedTextElement;
25
23
  declare const KolInputCheckbox: (props: solid_js.PropsWithChildren<JSX.KolInputCheckbox & solid_js.JSX.HTMLAttributes<HTMLKolInputCheckboxElement>>) => HTMLKolInputCheckboxElement;
26
24
  declare const KolInputColor: (props: solid_js.PropsWithChildren<JSX.KolInputColor & solid_js.JSX.HTMLAttributes<HTMLKolInputColorElement>>) => HTMLKolInputColorElement;
27
25
  declare const KolInputDate: (props: solid_js.PropsWithChildren<JSX.KolInputDate & solid_js.JSX.HTMLAttributes<HTMLKolInputDateElement>>) => HTMLKolInputDateElement;
@@ -35,11 +33,11 @@ declare const KolInputText: (props: solid_js.PropsWithChildren<JSX.KolInputText
35
33
  declare const KolKolibri: (props: solid_js.PropsWithChildren<JSX.KolKolibri & solid_js.JSX.HTMLAttributes<HTMLKolKolibriElement>>) => HTMLKolKolibriElement;
36
34
  declare const KolLink: (props: solid_js.PropsWithChildren<JSX.KolLink & solid_js.JSX.HTMLAttributes<HTMLKolLinkElement>>) => HTMLKolLinkElement;
37
35
  declare const KolLinkButton: (props: solid_js.PropsWithChildren<JSX.KolLinkButton & solid_js.JSX.HTMLAttributes<HTMLKolLinkButtonElement>>) => HTMLKolLinkButtonElement;
38
- declare const KolLinkGroup: (props: solid_js.PropsWithChildren<JSX.KolLinkGroup & solid_js.JSX.HTMLAttributes<HTMLKolLinkGroupElement>>) => HTMLKolLinkGroupElement;
39
- declare const KolLogo: (props: solid_js.PropsWithChildren<JSX.KolLogo & solid_js.JSX.HTMLAttributes<HTMLKolLogoElement>>) => HTMLKolLogoElement;
40
36
  declare const KolModal: (props: solid_js.PropsWithChildren<JSX.KolModal & solid_js.JSX.HTMLAttributes<HTMLKolModalElement>>) => HTMLKolModalElement;
41
37
  declare const KolNav: (props: solid_js.PropsWithChildren<JSX.KolNav & solid_js.JSX.HTMLAttributes<HTMLKolNavElement>>) => HTMLKolNavElement;
42
38
  declare const KolPagination: (props: solid_js.PropsWithChildren<JSX.KolPagination & solid_js.JSX.HTMLAttributes<HTMLKolPaginationElement>>) => HTMLKolPaginationElement;
39
+ declare const KolPopoverButton: (props: solid_js.PropsWithChildren<JSX.KolPopoverButton & solid_js.JSX.HTMLAttributes<HTMLKolPopoverButtonElement>>) => HTMLKolPopoverButtonElement;
40
+ declare const KolPopoverButtonWc: (props: solid_js.PropsWithChildren<JSX.KolPopoverButtonWc & solid_js.JSX.HTMLAttributes<HTMLKolPopoverButtonWcElement>>) => HTMLKolPopoverButtonWcElement;
43
41
  declare const KolProgress: (props: solid_js.PropsWithChildren<JSX.KolProgress & solid_js.JSX.HTMLAttributes<HTMLKolProgressElement>>) => HTMLKolProgressElement;
44
42
  declare const KolQuote: (props: solid_js.PropsWithChildren<JSX.KolQuote & solid_js.JSX.HTMLAttributes<HTMLKolQuoteElement>>) => HTMLKolQuoteElement;
45
43
  declare const KolSelect: (props: solid_js.PropsWithChildren<JSX.KolSelect & solid_js.JSX.HTMLAttributes<HTMLKolSelectElement>>) => HTMLKolSelectElement;
@@ -47,8 +45,6 @@ declare const KolSingleSelect: (props: solid_js.PropsWithChildren<JSX.KolSingleS
47
45
  declare const KolSkipNav: (props: solid_js.PropsWithChildren<JSX.KolSkipNav & solid_js.JSX.HTMLAttributes<HTMLKolSkipNavElement>>) => HTMLKolSkipNavElement;
48
46
  declare const KolSpin: (props: solid_js.PropsWithChildren<JSX.KolSpin & solid_js.JSX.HTMLAttributes<HTMLKolSpinElement>>) => HTMLKolSpinElement;
49
47
  declare const KolSplitButton: (props: solid_js.PropsWithChildren<JSX.KolSplitButton & solid_js.JSX.HTMLAttributes<HTMLKolSplitButtonElement>>) => HTMLKolSplitButtonElement;
50
- declare const KolSymbol: (props: solid_js.PropsWithChildren<JSX.KolSymbol & solid_js.JSX.HTMLAttributes<HTMLKolSymbolElement>>) => HTMLKolSymbolElement;
51
- declare const KolTable: (props: solid_js.PropsWithChildren<JSX.KolTable & solid_js.JSX.HTMLAttributes<HTMLKolTableElement>>) => HTMLKolTableElement;
52
48
  declare const KolTableStateful: (props: solid_js.PropsWithChildren<JSX.KolTableStateful & solid_js.JSX.HTMLAttributes<HTMLKolTableStatefulElement>>) => HTMLKolTableStatefulElement;
53
49
  declare const KolTableStateless: (props: solid_js.PropsWithChildren<JSX.KolTableStateless & solid_js.JSX.HTMLAttributes<HTMLKolTableStatelessElement>>) => HTMLKolTableStatelessElement;
54
50
  declare const KolTabs: (props: solid_js.PropsWithChildren<JSX.KolTabs & solid_js.JSX.HTMLAttributes<HTMLKolTabsElement>>) => HTMLKolTabsElement;
@@ -60,4 +56,4 @@ declare const KolTreeItem: (props: solid_js.PropsWithChildren<JSX.KolTreeItem &
60
56
  declare const KolTreeItemWc: (props: solid_js.PropsWithChildren<JSX.KolTreeItemWc & solid_js.JSX.HTMLAttributes<HTMLKolTreeItemWcElement>>) => HTMLKolTreeItemWcElement;
61
57
  declare const KolVersion: (props: solid_js.PropsWithChildren<JSX.KolVersion & solid_js.JSX.HTMLAttributes<HTMLKolVersionElement>>) => HTMLKolVersionElement;
62
58
 
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 };
59
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToastContainer, KolToolbar, KolTree, KolTreeItem, KolTreeItemWc, KolVersion, setTagNameTransformer };
package/dist/index.mjs CHANGED
@@ -36,7 +36,6 @@ const KolAvatar = /* @__PURE__ */ createSolidComponent("kol-avatar");
36
36
  const KolBadge = /* @__PURE__ */ createSolidComponent("kol-badge");
37
37
  const KolBreadcrumb = /* @__PURE__ */ createSolidComponent("kol-breadcrumb");
38
38
  const KolButton = /* @__PURE__ */ createSolidComponent("kol-button");
39
- const KolButtonGroup = /* @__PURE__ */ createSolidComponent("kol-button-group");
40
39
  const KolButtonLink = /* @__PURE__ */ createSolidComponent("kol-button-link");
41
40
  const KolCard = /* @__PURE__ */ createSolidComponent("kol-card");
42
41
  const KolCombobox = /* @__PURE__ */ createSolidComponent("kol-combobox");
@@ -46,7 +45,6 @@ const KolForm = /* @__PURE__ */ createSolidComponent("kol-form");
46
45
  const KolHeading = /* @__PURE__ */ createSolidComponent("kol-heading");
47
46
  const KolIcon = /* @__PURE__ */ createSolidComponent("kol-icon");
48
47
  const KolImage = /* @__PURE__ */ createSolidComponent("kol-image");
49
- const KolIndentedText = /* @__PURE__ */ createSolidComponent("kol-indented-text");
50
48
  const KolInputCheckbox = /* @__PURE__ */ createSolidComponent("kol-input-checkbox");
51
49
  const KolInputColor = /* @__PURE__ */ createSolidComponent("kol-input-color");
52
50
  const KolInputDate = /* @__PURE__ */ createSolidComponent("kol-input-date");
@@ -60,11 +58,11 @@ const KolInputText = /* @__PURE__ */ createSolidComponent("kol-input-text");
60
58
  const KolKolibri = /* @__PURE__ */ createSolidComponent("kol-kolibri");
61
59
  const KolLink = /* @__PURE__ */ createSolidComponent("kol-link");
62
60
  const KolLinkButton = /* @__PURE__ */ createSolidComponent("kol-link-button");
63
- const KolLinkGroup = /* @__PURE__ */ createSolidComponent("kol-link-group");
64
- const KolLogo = /* @__PURE__ */ createSolidComponent("kol-logo");
65
61
  const KolModal = /* @__PURE__ */ createSolidComponent("kol-modal");
66
62
  const KolNav = /* @__PURE__ */ createSolidComponent("kol-nav");
67
63
  const KolPagination = /* @__PURE__ */ createSolidComponent("kol-pagination");
64
+ const KolPopoverButton = /* @__PURE__ */ createSolidComponent("kol-popover-button");
65
+ const KolPopoverButtonWc = /* @__PURE__ */ createSolidComponent("kol-popover-button-wc");
68
66
  const KolProgress = /* @__PURE__ */ createSolidComponent("kol-progress");
69
67
  const KolQuote = /* @__PURE__ */ createSolidComponent("kol-quote");
70
68
  const KolSelect = /* @__PURE__ */ createSolidComponent("kol-select");
@@ -72,8 +70,6 @@ const KolSingleSelect = /* @__PURE__ */ createSolidComponent("kol-single-select"
72
70
  const KolSkipNav = /* @__PURE__ */ createSolidComponent("kol-skip-nav");
73
71
  const KolSpin = /* @__PURE__ */ createSolidComponent("kol-spin");
74
72
  const KolSplitButton = /* @__PURE__ */ createSolidComponent("kol-split-button");
75
- const KolSymbol = /* @__PURE__ */ createSolidComponent("kol-symbol");
76
- const KolTable = /* @__PURE__ */ createSolidComponent("kol-table");
77
73
  const KolTableStateful = /* @__PURE__ */ createSolidComponent("kol-table-stateful");
78
74
  const KolTableStateless = /* @__PURE__ */ createSolidComponent("kol-table-stateless");
79
75
  const KolTabs = /* @__PURE__ */ createSolidComponent("kol-tabs");
@@ -85,4 +81,4 @@ const KolTreeItem = /* @__PURE__ */ createSolidComponent("kol-tree-item");
85
81
  const KolTreeItemWc = /* @__PURE__ */ createSolidComponent("kol-tree-item-wc");
86
82
  const KolVersion = /* @__PURE__ */ createSolidComponent("kol-version");
87
83
 
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 };
84
+ export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolModal, KolNav, KolPagination, KolPopoverButton, KolPopoverButtonWc, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkipNav, KolSpin, KolSplitButton, 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": "3.0.0-rc.0",
3
+ "version": "3.0.0-rc.10",
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.9.3",
52
- "typescript": "5.6.3",
51
+ "solid-js": "1.9.5",
52
+ "typescript": "5.8.2",
53
53
  "unbuild": "1.2.1",
54
- "@public-ui/components": "3.0.0-rc.0"
54
+ "@public-ui/components": "3.0.0-rc.10"
55
55
  },
56
56
  "peerDependencies": {
57
- "solid-js": ">=1.9.3",
58
- "@public-ui/components": "3.0.0-rc.0"
57
+ "solid-js": ">=1.9.5",
58
+ "@public-ui/components": "3.0.0-rc.10"
59
59
  },
60
60
  "sideEffects": false,
61
61
  "type": "module",