@public-ui/react 3.0.0-rc.1 → 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 +1 -1
- package/dist/index.cjs +4 -12
- package/dist/index.d.ts +3 -7
- package/dist/index.mjs +3 -7
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -29,7 +29,7 @@ First, initialize KoliBri with a [theme](https://github.com/public-ui/kolibri/tr
|
|
|
29
29
|
```ts
|
|
30
30
|
import { defineCustomElements } from '@public-ui/components/dist/loader';
|
|
31
31
|
import { register } from '@public-ui/components';
|
|
32
|
-
import { DEFAULT } from '@public-ui/
|
|
32
|
+
import { DEFAULT } from '@public-ui/theme-default';
|
|
33
33
|
|
|
34
34
|
register(DEFAULT, defineCustomElements)
|
|
35
35
|
.then(() => {
|
package/dist/index.cjs
CHANGED
|
@@ -189,7 +189,6 @@ const KolAvatar = /* @__PURE__ */ createReactComponent("kol-avatar");
|
|
|
189
189
|
const KolBadge = /* @__PURE__ */ createReactComponent("kol-badge");
|
|
190
190
|
const KolBreadcrumb = /* @__PURE__ */ createReactComponent("kol-breadcrumb");
|
|
191
191
|
const KolButton = /* @__PURE__ */ createReactComponent("kol-button");
|
|
192
|
-
const KolButtonGroup = /* @__PURE__ */ createReactComponent("kol-button-group");
|
|
193
192
|
const KolButtonLink = /* @__PURE__ */ createReactComponent("kol-button-link");
|
|
194
193
|
const KolCard = /* @__PURE__ */ createReactComponent("kol-card");
|
|
195
194
|
const KolCombobox = /* @__PURE__ */ createReactComponent("kol-combobox");
|
|
@@ -199,7 +198,6 @@ const KolForm = /* @__PURE__ */ createReactComponent("kol-form");
|
|
|
199
198
|
const KolHeading = /* @__PURE__ */ createReactComponent("kol-heading");
|
|
200
199
|
const KolIcon = /* @__PURE__ */ createReactComponent("kol-icon");
|
|
201
200
|
const KolImage = /* @__PURE__ */ createReactComponent("kol-image");
|
|
202
|
-
const KolIndentedText = /* @__PURE__ */ createReactComponent("kol-indented-text");
|
|
203
201
|
const KolInputCheckbox = /* @__PURE__ */ createReactComponent("kol-input-checkbox");
|
|
204
202
|
const KolInputColor = /* @__PURE__ */ createReactComponent("kol-input-color");
|
|
205
203
|
const KolInputDate = /* @__PURE__ */ createReactComponent("kol-input-date");
|
|
@@ -213,11 +211,11 @@ const KolInputText = /* @__PURE__ */ createReactComponent("kol-input-text");
|
|
|
213
211
|
const KolKolibri = /* @__PURE__ */ createReactComponent("kol-kolibri");
|
|
214
212
|
const KolLink = /* @__PURE__ */ createReactComponent("kol-link");
|
|
215
213
|
const KolLinkButton = /* @__PURE__ */ createReactComponent("kol-link-button");
|
|
216
|
-
const KolLinkGroup = /* @__PURE__ */ createReactComponent("kol-link-group");
|
|
217
|
-
const KolLogo = /* @__PURE__ */ createReactComponent("kol-logo");
|
|
218
214
|
const KolModal = /* @__PURE__ */ createReactComponent("kol-modal");
|
|
219
215
|
const KolNav = /* @__PURE__ */ createReactComponent("kol-nav");
|
|
220
216
|
const KolPagination = /* @__PURE__ */ createReactComponent("kol-pagination");
|
|
217
|
+
const KolPopoverButton = /* @__PURE__ */ createReactComponent("kol-popover-button");
|
|
218
|
+
const KolPopoverButtonWc = /* @__PURE__ */ createReactComponent("kol-popover-button-wc");
|
|
221
219
|
const KolProgress = /* @__PURE__ */ createReactComponent("kol-progress");
|
|
222
220
|
const KolQuote = /* @__PURE__ */ createReactComponent("kol-quote");
|
|
223
221
|
const KolSelect = /* @__PURE__ */ createReactComponent("kol-select");
|
|
@@ -225,8 +223,6 @@ const KolSingleSelect = /* @__PURE__ */ createReactComponent("kol-single-select"
|
|
|
225
223
|
const KolSkipNav = /* @__PURE__ */ createReactComponent("kol-skip-nav");
|
|
226
224
|
const KolSpin = /* @__PURE__ */ createReactComponent("kol-spin");
|
|
227
225
|
const KolSplitButton = /* @__PURE__ */ createReactComponent("kol-split-button");
|
|
228
|
-
const KolSymbol = /* @__PURE__ */ createReactComponent("kol-symbol");
|
|
229
|
-
const KolTable = /* @__PURE__ */ createReactComponent("kol-table");
|
|
230
226
|
const KolTableStateful = /* @__PURE__ */ createReactComponent("kol-table-stateful");
|
|
231
227
|
const KolTableStateless = /* @__PURE__ */ createReactComponent("kol-table-stateless");
|
|
232
228
|
const KolTabs = /* @__PURE__ */ createReactComponent("kol-tabs");
|
|
@@ -253,7 +249,6 @@ exports.KolAvatar = KolAvatar;
|
|
|
253
249
|
exports.KolBadge = KolBadge;
|
|
254
250
|
exports.KolBreadcrumb = KolBreadcrumb;
|
|
255
251
|
exports.KolButton = KolButton;
|
|
256
|
-
exports.KolButtonGroup = KolButtonGroup;
|
|
257
252
|
exports.KolButtonLink = KolButtonLink;
|
|
258
253
|
exports.KolCard = KolCard;
|
|
259
254
|
exports.KolCombobox = KolCombobox;
|
|
@@ -263,7 +258,6 @@ exports.KolForm = KolForm;
|
|
|
263
258
|
exports.KolHeading = KolHeading;
|
|
264
259
|
exports.KolIcon = KolIcon;
|
|
265
260
|
exports.KolImage = KolImage;
|
|
266
|
-
exports.KolIndentedText = KolIndentedText;
|
|
267
261
|
exports.KolInputCheckbox = KolInputCheckbox;
|
|
268
262
|
exports.KolInputColor = KolInputColor;
|
|
269
263
|
exports.KolInputDate = KolInputDate;
|
|
@@ -277,11 +271,11 @@ exports.KolInputText = KolInputText;
|
|
|
277
271
|
exports.KolKolibri = KolKolibri;
|
|
278
272
|
exports.KolLink = KolLink;
|
|
279
273
|
exports.KolLinkButton = KolLinkButton;
|
|
280
|
-
exports.KolLinkGroup = KolLinkGroup;
|
|
281
|
-
exports.KolLogo = KolLogo;
|
|
282
274
|
exports.KolModal = KolModal;
|
|
283
275
|
exports.KolNav = KolNav;
|
|
284
276
|
exports.KolPagination = KolPagination;
|
|
277
|
+
exports.KolPopoverButton = KolPopoverButton;
|
|
278
|
+
exports.KolPopoverButtonWc = KolPopoverButtonWc;
|
|
285
279
|
exports.KolProgress = KolProgress;
|
|
286
280
|
exports.KolQuote = KolQuote;
|
|
287
281
|
exports.KolSelect = KolSelect;
|
|
@@ -289,8 +283,6 @@ exports.KolSingleSelect = KolSingleSelect;
|
|
|
289
283
|
exports.KolSkipNav = KolSkipNav;
|
|
290
284
|
exports.KolSpin = KolSpin;
|
|
291
285
|
exports.KolSplitButton = KolSplitButton;
|
|
292
|
-
exports.KolSymbol = KolSymbol;
|
|
293
|
-
exports.KolTable = KolTable;
|
|
294
286
|
exports.KolTableStateful = KolTableStateful;
|
|
295
287
|
exports.KolTableStateless = KolTableStateless;
|
|
296
288
|
exports.KolTabs = KolTabs;
|
package/dist/index.d.ts
CHANGED
|
@@ -19,7 +19,6 @@ declare const KolAvatar: react.ForwardRefExoticComponent<JSX.KolAvatar & Omit<re
|
|
|
19
19
|
declare const KolBadge: react.ForwardRefExoticComponent<JSX.KolBadge & Omit<react.HTMLAttributes<HTMLKolBadgeElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolBadgeElement>>;
|
|
20
20
|
declare const KolBreadcrumb: react.ForwardRefExoticComponent<JSX.KolBreadcrumb & Omit<react.HTMLAttributes<HTMLKolBreadcrumbElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolBreadcrumbElement>>;
|
|
21
21
|
declare const KolButton: react.ForwardRefExoticComponent<JSX.KolButton & Omit<react.HTMLAttributes<HTMLKolButtonElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolButtonElement>>;
|
|
22
|
-
declare const KolButtonGroup: react.ForwardRefExoticComponent<JSX.KolButtonGroup & Omit<react.HTMLAttributes<HTMLKolButtonGroupElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolButtonGroupElement>>;
|
|
23
22
|
declare const KolButtonLink: react.ForwardRefExoticComponent<JSX.KolButtonLink & Omit<react.HTMLAttributes<HTMLKolButtonLinkElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolButtonLinkElement>>;
|
|
24
23
|
declare const KolCard: react.ForwardRefExoticComponent<JSX.KolCard & Omit<react.HTMLAttributes<HTMLKolCardElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolCardElement>>;
|
|
25
24
|
declare const KolCombobox: react.ForwardRefExoticComponent<JSX.KolCombobox & Omit<react.HTMLAttributes<HTMLKolComboboxElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolComboboxElement>>;
|
|
@@ -29,7 +28,6 @@ declare const KolForm: react.ForwardRefExoticComponent<JSX.KolForm & Omit<react.
|
|
|
29
28
|
declare const KolHeading: react.ForwardRefExoticComponent<JSX.KolHeading & Omit<react.HTMLAttributes<HTMLKolHeadingElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolHeadingElement>>;
|
|
30
29
|
declare const KolIcon: react.ForwardRefExoticComponent<JSX.KolIcon & Omit<react.HTMLAttributes<HTMLKolIconElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolIconElement>>;
|
|
31
30
|
declare const KolImage: react.ForwardRefExoticComponent<JSX.KolImage & Omit<react.HTMLAttributes<HTMLKolImageElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolImageElement>>;
|
|
32
|
-
declare const KolIndentedText: react.ForwardRefExoticComponent<JSX.KolIndentedText & Omit<react.HTMLAttributes<HTMLKolIndentedTextElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolIndentedTextElement>>;
|
|
33
31
|
declare const KolInputCheckbox: react.ForwardRefExoticComponent<JSX.KolInputCheckbox & Omit<react.HTMLAttributes<HTMLKolInputCheckboxElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolInputCheckboxElement>>;
|
|
34
32
|
declare const KolInputColor: react.ForwardRefExoticComponent<JSX.KolInputColor & Omit<react.HTMLAttributes<HTMLKolInputColorElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolInputColorElement>>;
|
|
35
33
|
declare const KolInputDate: react.ForwardRefExoticComponent<JSX.KolInputDate & Omit<react.HTMLAttributes<HTMLKolInputDateElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolInputDateElement>>;
|
|
@@ -43,11 +41,11 @@ declare const KolInputText: react.ForwardRefExoticComponent<JSX.KolInputText & O
|
|
|
43
41
|
declare const KolKolibri: react.ForwardRefExoticComponent<JSX.KolKolibri & Omit<react.HTMLAttributes<HTMLKolKolibriElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolKolibriElement>>;
|
|
44
42
|
declare const KolLink: react.ForwardRefExoticComponent<JSX.KolLink & Omit<react.HTMLAttributes<HTMLKolLinkElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolLinkElement>>;
|
|
45
43
|
declare const KolLinkButton: react.ForwardRefExoticComponent<JSX.KolLinkButton & Omit<react.HTMLAttributes<HTMLKolLinkButtonElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolLinkButtonElement>>;
|
|
46
|
-
declare const KolLinkGroup: react.ForwardRefExoticComponent<JSX.KolLinkGroup & Omit<react.HTMLAttributes<HTMLKolLinkGroupElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolLinkGroupElement>>;
|
|
47
|
-
declare const KolLogo: react.ForwardRefExoticComponent<JSX.KolLogo & Omit<react.HTMLAttributes<HTMLKolLogoElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolLogoElement>>;
|
|
48
44
|
declare const KolModal: react.ForwardRefExoticComponent<JSX.KolModal & Omit<react.HTMLAttributes<HTMLKolModalElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolModalElement>>;
|
|
49
45
|
declare const KolNav: react.ForwardRefExoticComponent<JSX.KolNav & Omit<react.HTMLAttributes<HTMLKolNavElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolNavElement>>;
|
|
50
46
|
declare const KolPagination: react.ForwardRefExoticComponent<JSX.KolPagination & Omit<react.HTMLAttributes<HTMLKolPaginationElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolPaginationElement>>;
|
|
47
|
+
declare const KolPopoverButton: react.ForwardRefExoticComponent<JSX.KolPopoverButton & Omit<react.HTMLAttributes<HTMLKolPopoverButtonElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolPopoverButtonElement>>;
|
|
48
|
+
declare const KolPopoverButtonWc: react.ForwardRefExoticComponent<JSX.KolPopoverButtonWc & Omit<react.HTMLAttributes<HTMLKolPopoverButtonWcElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolPopoverButtonWcElement>>;
|
|
51
49
|
declare const KolProgress: react.ForwardRefExoticComponent<JSX.KolProgress & Omit<react.HTMLAttributes<HTMLKolProgressElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolProgressElement>>;
|
|
52
50
|
declare const KolQuote: react.ForwardRefExoticComponent<JSX.KolQuote & Omit<react.HTMLAttributes<HTMLKolQuoteElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolQuoteElement>>;
|
|
53
51
|
declare const KolSelect: react.ForwardRefExoticComponent<JSX.KolSelect & Omit<react.HTMLAttributes<HTMLKolSelectElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSelectElement>>;
|
|
@@ -55,8 +53,6 @@ declare const KolSingleSelect: react.ForwardRefExoticComponent<JSX.KolSingleSele
|
|
|
55
53
|
declare const KolSkipNav: react.ForwardRefExoticComponent<JSX.KolSkipNav & Omit<react.HTMLAttributes<HTMLKolSkipNavElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSkipNavElement>>;
|
|
56
54
|
declare const KolSpin: react.ForwardRefExoticComponent<JSX.KolSpin & Omit<react.HTMLAttributes<HTMLKolSpinElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSpinElement>>;
|
|
57
55
|
declare const KolSplitButton: react.ForwardRefExoticComponent<JSX.KolSplitButton & Omit<react.HTMLAttributes<HTMLKolSplitButtonElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSplitButtonElement>>;
|
|
58
|
-
declare const KolSymbol: react.ForwardRefExoticComponent<JSX.KolSymbol & Omit<react.HTMLAttributes<HTMLKolSymbolElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSymbolElement>>;
|
|
59
|
-
declare const KolTable: react.ForwardRefExoticComponent<JSX.KolTable & Omit<react.HTMLAttributes<HTMLKolTableElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTableElement>>;
|
|
60
56
|
declare const KolTableStateful: react.ForwardRefExoticComponent<JSX.KolTableStateful & Omit<react.HTMLAttributes<HTMLKolTableStatefulElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTableStatefulElement>>;
|
|
61
57
|
declare const KolTableStateless: react.ForwardRefExoticComponent<JSX.KolTableStateless & Omit<react.HTMLAttributes<HTMLKolTableStatelessElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTableStatelessElement>>;
|
|
62
58
|
declare const KolTabs: react.ForwardRefExoticComponent<JSX.KolTabs & Omit<react.HTMLAttributes<HTMLKolTabsElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTabsElement>>;
|
|
@@ -70,4 +66,4 @@ declare const KolVersion: react.ForwardRefExoticComponent<JSX.KolVersion & Omit<
|
|
|
70
66
|
|
|
71
67
|
declare function createReactRenderElement(hostElement: HTMLElement): HTMLDivElement;
|
|
72
68
|
|
|
73
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton,
|
|
69
|
+
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, createReactRenderElement, setTagNameTransformer };
|
package/dist/index.mjs
CHANGED
|
@@ -183,7 +183,6 @@ const KolAvatar = /* @__PURE__ */ createReactComponent("kol-avatar");
|
|
|
183
183
|
const KolBadge = /* @__PURE__ */ createReactComponent("kol-badge");
|
|
184
184
|
const KolBreadcrumb = /* @__PURE__ */ createReactComponent("kol-breadcrumb");
|
|
185
185
|
const KolButton = /* @__PURE__ */ createReactComponent("kol-button");
|
|
186
|
-
const KolButtonGroup = /* @__PURE__ */ createReactComponent("kol-button-group");
|
|
187
186
|
const KolButtonLink = /* @__PURE__ */ createReactComponent("kol-button-link");
|
|
188
187
|
const KolCard = /* @__PURE__ */ createReactComponent("kol-card");
|
|
189
188
|
const KolCombobox = /* @__PURE__ */ createReactComponent("kol-combobox");
|
|
@@ -193,7 +192,6 @@ const KolForm = /* @__PURE__ */ createReactComponent("kol-form");
|
|
|
193
192
|
const KolHeading = /* @__PURE__ */ createReactComponent("kol-heading");
|
|
194
193
|
const KolIcon = /* @__PURE__ */ createReactComponent("kol-icon");
|
|
195
194
|
const KolImage = /* @__PURE__ */ createReactComponent("kol-image");
|
|
196
|
-
const KolIndentedText = /* @__PURE__ */ createReactComponent("kol-indented-text");
|
|
197
195
|
const KolInputCheckbox = /* @__PURE__ */ createReactComponent("kol-input-checkbox");
|
|
198
196
|
const KolInputColor = /* @__PURE__ */ createReactComponent("kol-input-color");
|
|
199
197
|
const KolInputDate = /* @__PURE__ */ createReactComponent("kol-input-date");
|
|
@@ -207,11 +205,11 @@ const KolInputText = /* @__PURE__ */ createReactComponent("kol-input-text");
|
|
|
207
205
|
const KolKolibri = /* @__PURE__ */ createReactComponent("kol-kolibri");
|
|
208
206
|
const KolLink = /* @__PURE__ */ createReactComponent("kol-link");
|
|
209
207
|
const KolLinkButton = /* @__PURE__ */ createReactComponent("kol-link-button");
|
|
210
|
-
const KolLinkGroup = /* @__PURE__ */ createReactComponent("kol-link-group");
|
|
211
|
-
const KolLogo = /* @__PURE__ */ createReactComponent("kol-logo");
|
|
212
208
|
const KolModal = /* @__PURE__ */ createReactComponent("kol-modal");
|
|
213
209
|
const KolNav = /* @__PURE__ */ createReactComponent("kol-nav");
|
|
214
210
|
const KolPagination = /* @__PURE__ */ createReactComponent("kol-pagination");
|
|
211
|
+
const KolPopoverButton = /* @__PURE__ */ createReactComponent("kol-popover-button");
|
|
212
|
+
const KolPopoverButtonWc = /* @__PURE__ */ createReactComponent("kol-popover-button-wc");
|
|
215
213
|
const KolProgress = /* @__PURE__ */ createReactComponent("kol-progress");
|
|
216
214
|
const KolQuote = /* @__PURE__ */ createReactComponent("kol-quote");
|
|
217
215
|
const KolSelect = /* @__PURE__ */ createReactComponent("kol-select");
|
|
@@ -219,8 +217,6 @@ const KolSingleSelect = /* @__PURE__ */ createReactComponent("kol-single-select"
|
|
|
219
217
|
const KolSkipNav = /* @__PURE__ */ createReactComponent("kol-skip-nav");
|
|
220
218
|
const KolSpin = /* @__PURE__ */ createReactComponent("kol-spin");
|
|
221
219
|
const KolSplitButton = /* @__PURE__ */ createReactComponent("kol-split-button");
|
|
222
|
-
const KolSymbol = /* @__PURE__ */ createReactComponent("kol-symbol");
|
|
223
|
-
const KolTable = /* @__PURE__ */ createReactComponent("kol-table");
|
|
224
220
|
const KolTableStateful = /* @__PURE__ */ createReactComponent("kol-table-stateful");
|
|
225
221
|
const KolTableStateless = /* @__PURE__ */ createReactComponent("kol-table-stateless");
|
|
226
222
|
const KolTabs = /* @__PURE__ */ createReactComponent("kol-tabs");
|
|
@@ -240,4 +236,4 @@ function createReactRenderElement(hostElement) {
|
|
|
240
236
|
return renderElement;
|
|
241
237
|
}
|
|
242
238
|
|
|
243
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton,
|
|
239
|
+
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, createReactRenderElement, setTagNameTransformer };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/react",
|
|
3
|
-
"version": "3.0.0-rc.
|
|
3
|
+
"version": "3.0.0-rc.10",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -49,17 +49,17 @@
|
|
|
49
49
|
"@types/minimist": "1.2.5",
|
|
50
50
|
"@types/normalize-package-data": "2.4.4",
|
|
51
51
|
"@types/react": "18.3.4",
|
|
52
|
-
"@types/react-dom": "18.3.
|
|
52
|
+
"@types/react-dom": "18.3.5",
|
|
53
53
|
"react": "18.2.0",
|
|
54
54
|
"react-dom": "18.2.0",
|
|
55
|
-
"typescript": "5.
|
|
55
|
+
"typescript": "5.8.2",
|
|
56
56
|
"unbuild": "1.2.1",
|
|
57
|
-
"@public-ui/components": "3.0.0-rc.
|
|
57
|
+
"@public-ui/components": "3.0.0-rc.10"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"react": ">=16.14.0",
|
|
61
61
|
"react-dom": ">=16.14.0",
|
|
62
|
-
"@public-ui/components": "3.0.0-rc.
|
|
62
|
+
"@public-ui/components": "3.0.0-rc.10"
|
|
63
63
|
},
|
|
64
64
|
"sideEffects": false,
|
|
65
65
|
"type": "module",
|