@public-ui/react 2.2.11 → 3.0.0-0a564237c37a5d1ca12470bdd73e4ea1eac06982.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/README.md +1 -1
- package/dist/index.cjs +2 -12
- package/dist/index.d.ts +2 -7
- package/dist/index.mjs +2 -7
- package/package.json +7 -7
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,12 +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");
|
|
221
217
|
const KolPopoverButton = /* @__PURE__ */ createReactComponent("kol-popover-button");
|
|
218
|
+
const KolPopoverButtonWc = /* @__PURE__ */ createReactComponent("kol-popover-button-wc");
|
|
222
219
|
const KolProgress = /* @__PURE__ */ createReactComponent("kol-progress");
|
|
223
220
|
const KolQuote = /* @__PURE__ */ createReactComponent("kol-quote");
|
|
224
221
|
const KolSelect = /* @__PURE__ */ createReactComponent("kol-select");
|
|
@@ -226,8 +223,6 @@ const KolSingleSelect = /* @__PURE__ */ createReactComponent("kol-single-select"
|
|
|
226
223
|
const KolSkipNav = /* @__PURE__ */ createReactComponent("kol-skip-nav");
|
|
227
224
|
const KolSpin = /* @__PURE__ */ createReactComponent("kol-spin");
|
|
228
225
|
const KolSplitButton = /* @__PURE__ */ createReactComponent("kol-split-button");
|
|
229
|
-
const KolSymbol = /* @__PURE__ */ createReactComponent("kol-symbol");
|
|
230
|
-
const KolTable = /* @__PURE__ */ createReactComponent("kol-table");
|
|
231
226
|
const KolTableStateful = /* @__PURE__ */ createReactComponent("kol-table-stateful");
|
|
232
227
|
const KolTableStateless = /* @__PURE__ */ createReactComponent("kol-table-stateless");
|
|
233
228
|
const KolTabs = /* @__PURE__ */ createReactComponent("kol-tabs");
|
|
@@ -254,7 +249,6 @@ exports.KolAvatar = KolAvatar;
|
|
|
254
249
|
exports.KolBadge = KolBadge;
|
|
255
250
|
exports.KolBreadcrumb = KolBreadcrumb;
|
|
256
251
|
exports.KolButton = KolButton;
|
|
257
|
-
exports.KolButtonGroup = KolButtonGroup;
|
|
258
252
|
exports.KolButtonLink = KolButtonLink;
|
|
259
253
|
exports.KolCard = KolCard;
|
|
260
254
|
exports.KolCombobox = KolCombobox;
|
|
@@ -264,7 +258,6 @@ exports.KolForm = KolForm;
|
|
|
264
258
|
exports.KolHeading = KolHeading;
|
|
265
259
|
exports.KolIcon = KolIcon;
|
|
266
260
|
exports.KolImage = KolImage;
|
|
267
|
-
exports.KolIndentedText = KolIndentedText;
|
|
268
261
|
exports.KolInputCheckbox = KolInputCheckbox;
|
|
269
262
|
exports.KolInputColor = KolInputColor;
|
|
270
263
|
exports.KolInputDate = KolInputDate;
|
|
@@ -278,12 +271,11 @@ exports.KolInputText = KolInputText;
|
|
|
278
271
|
exports.KolKolibri = KolKolibri;
|
|
279
272
|
exports.KolLink = KolLink;
|
|
280
273
|
exports.KolLinkButton = KolLinkButton;
|
|
281
|
-
exports.KolLinkGroup = KolLinkGroup;
|
|
282
|
-
exports.KolLogo = KolLogo;
|
|
283
274
|
exports.KolModal = KolModal;
|
|
284
275
|
exports.KolNav = KolNav;
|
|
285
276
|
exports.KolPagination = KolPagination;
|
|
286
277
|
exports.KolPopoverButton = KolPopoverButton;
|
|
278
|
+
exports.KolPopoverButtonWc = KolPopoverButtonWc;
|
|
287
279
|
exports.KolProgress = KolProgress;
|
|
288
280
|
exports.KolQuote = KolQuote;
|
|
289
281
|
exports.KolSelect = KolSelect;
|
|
@@ -291,8 +283,6 @@ exports.KolSingleSelect = KolSingleSelect;
|
|
|
291
283
|
exports.KolSkipNav = KolSkipNav;
|
|
292
284
|
exports.KolSpin = KolSpin;
|
|
293
285
|
exports.KolSplitButton = KolSplitButton;
|
|
294
|
-
exports.KolSymbol = KolSymbol;
|
|
295
|
-
exports.KolTable = KolTable;
|
|
296
286
|
exports.KolTableStateful = KolTableStateful;
|
|
297
287
|
exports.KolTableStateless = KolTableStateless;
|
|
298
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,12 +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>>;
|
|
51
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>>;
|
|
52
49
|
declare const KolProgress: react.ForwardRefExoticComponent<JSX.KolProgress & Omit<react.HTMLAttributes<HTMLKolProgressElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolProgressElement>>;
|
|
53
50
|
declare const KolQuote: react.ForwardRefExoticComponent<JSX.KolQuote & Omit<react.HTMLAttributes<HTMLKolQuoteElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolQuoteElement>>;
|
|
54
51
|
declare const KolSelect: react.ForwardRefExoticComponent<JSX.KolSelect & Omit<react.HTMLAttributes<HTMLKolSelectElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSelectElement>>;
|
|
@@ -56,8 +53,6 @@ declare const KolSingleSelect: react.ForwardRefExoticComponent<JSX.KolSingleSele
|
|
|
56
53
|
declare const KolSkipNav: react.ForwardRefExoticComponent<JSX.KolSkipNav & Omit<react.HTMLAttributes<HTMLKolSkipNavElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSkipNavElement>>;
|
|
57
54
|
declare const KolSpin: react.ForwardRefExoticComponent<JSX.KolSpin & Omit<react.HTMLAttributes<HTMLKolSpinElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSpinElement>>;
|
|
58
55
|
declare const KolSplitButton: react.ForwardRefExoticComponent<JSX.KolSplitButton & Omit<react.HTMLAttributes<HTMLKolSplitButtonElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSplitButtonElement>>;
|
|
59
|
-
declare const KolSymbol: react.ForwardRefExoticComponent<JSX.KolSymbol & Omit<react.HTMLAttributes<HTMLKolSymbolElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSymbolElement>>;
|
|
60
|
-
declare const KolTable: react.ForwardRefExoticComponent<JSX.KolTable & Omit<react.HTMLAttributes<HTMLKolTableElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTableElement>>;
|
|
61
56
|
declare const KolTableStateful: react.ForwardRefExoticComponent<JSX.KolTableStateful & Omit<react.HTMLAttributes<HTMLKolTableStatefulElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTableStatefulElement>>;
|
|
62
57
|
declare const KolTableStateless: react.ForwardRefExoticComponent<JSX.KolTableStateless & Omit<react.HTMLAttributes<HTMLKolTableStatelessElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTableStatelessElement>>;
|
|
63
58
|
declare const KolTabs: react.ForwardRefExoticComponent<JSX.KolTabs & Omit<react.HTMLAttributes<HTMLKolTabsElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTabsElement>>;
|
|
@@ -71,4 +66,4 @@ declare const KolVersion: react.ForwardRefExoticComponent<JSX.KolVersion & Omit<
|
|
|
71
66
|
|
|
72
67
|
declare function createReactRenderElement(hostElement: HTMLElement): HTMLDivElement;
|
|
73
68
|
|
|
74
|
-
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,12 +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");
|
|
215
211
|
const KolPopoverButton = /* @__PURE__ */ createReactComponent("kol-popover-button");
|
|
212
|
+
const KolPopoverButtonWc = /* @__PURE__ */ createReactComponent("kol-popover-button-wc");
|
|
216
213
|
const KolProgress = /* @__PURE__ */ createReactComponent("kol-progress");
|
|
217
214
|
const KolQuote = /* @__PURE__ */ createReactComponent("kol-quote");
|
|
218
215
|
const KolSelect = /* @__PURE__ */ createReactComponent("kol-select");
|
|
@@ -220,8 +217,6 @@ const KolSingleSelect = /* @__PURE__ */ createReactComponent("kol-single-select"
|
|
|
220
217
|
const KolSkipNav = /* @__PURE__ */ createReactComponent("kol-skip-nav");
|
|
221
218
|
const KolSpin = /* @__PURE__ */ createReactComponent("kol-spin");
|
|
222
219
|
const KolSplitButton = /* @__PURE__ */ createReactComponent("kol-split-button");
|
|
223
|
-
const KolSymbol = /* @__PURE__ */ createReactComponent("kol-symbol");
|
|
224
|
-
const KolTable = /* @__PURE__ */ createReactComponent("kol-table");
|
|
225
220
|
const KolTableStateful = /* @__PURE__ */ createReactComponent("kol-table-stateful");
|
|
226
221
|
const KolTableStateless = /* @__PURE__ */ createReactComponent("kol-table-stateless");
|
|
227
222
|
const KolTabs = /* @__PURE__ */ createReactComponent("kol-tabs");
|
|
@@ -241,4 +236,4 @@ function createReactRenderElement(hostElement) {
|
|
|
241
236
|
return renderElement;
|
|
242
237
|
}
|
|
243
238
|
|
|
244
|
-
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
|
+
"version": "3.0.0-0a564237c37a5d1ca12470bdd73e4ea1eac06982.0",
|
|
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.
|
|
53
|
-
"react": "18.
|
|
54
|
-
"react-dom": "18.
|
|
55
|
-
"typescript": "5.8.
|
|
52
|
+
"@types/react-dom": "18.3.5",
|
|
53
|
+
"react": "18.2.0",
|
|
54
|
+
"react-dom": "18.2.0",
|
|
55
|
+
"typescript": "5.8.2",
|
|
56
56
|
"unbuild": "1.2.1",
|
|
57
|
-
"@public-ui/components": "
|
|
57
|
+
"@public-ui/components": "3.0.0-0a564237c37a5d1ca12470bdd73e4ea1eac06982.0"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"react": ">=16.14.0",
|
|
61
61
|
"react-dom": ">=16.14.0",
|
|
62
|
-
"@public-ui/components": "
|
|
62
|
+
"@public-ui/components": "3.0.0-0a564237c37a5d1ca12470bdd73e4ea1eac06982.0"
|
|
63
63
|
},
|
|
64
64
|
"sideEffects": false,
|
|
65
65
|
"type": "module",
|