@public-ui/react 2.2.8 → 3.0.0-638ed75dd472d3e3ad4c1c3a3c72d705e6022731.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 +0 -12
- package/dist/index.d.ts +1 -7
- package/dist/index.mjs +1 -7
- package/package.json +3 -3
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,8 +211,6 @@ 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");
|
|
@@ -226,8 +222,6 @@ const KolSingleSelect = /* @__PURE__ */ createReactComponent("kol-single-select"
|
|
|
226
222
|
const KolSkipNav = /* @__PURE__ */ createReactComponent("kol-skip-nav");
|
|
227
223
|
const KolSpin = /* @__PURE__ */ createReactComponent("kol-spin");
|
|
228
224
|
const KolSplitButton = /* @__PURE__ */ createReactComponent("kol-split-button");
|
|
229
|
-
const KolSymbol = /* @__PURE__ */ createReactComponent("kol-symbol");
|
|
230
|
-
const KolTable = /* @__PURE__ */ createReactComponent("kol-table");
|
|
231
225
|
const KolTableStateful = /* @__PURE__ */ createReactComponent("kol-table-stateful");
|
|
232
226
|
const KolTableStateless = /* @__PURE__ */ createReactComponent("kol-table-stateless");
|
|
233
227
|
const KolTabs = /* @__PURE__ */ createReactComponent("kol-tabs");
|
|
@@ -254,7 +248,6 @@ exports.KolAvatar = KolAvatar;
|
|
|
254
248
|
exports.KolBadge = KolBadge;
|
|
255
249
|
exports.KolBreadcrumb = KolBreadcrumb;
|
|
256
250
|
exports.KolButton = KolButton;
|
|
257
|
-
exports.KolButtonGroup = KolButtonGroup;
|
|
258
251
|
exports.KolButtonLink = KolButtonLink;
|
|
259
252
|
exports.KolCard = KolCard;
|
|
260
253
|
exports.KolCombobox = KolCombobox;
|
|
@@ -264,7 +257,6 @@ exports.KolForm = KolForm;
|
|
|
264
257
|
exports.KolHeading = KolHeading;
|
|
265
258
|
exports.KolIcon = KolIcon;
|
|
266
259
|
exports.KolImage = KolImage;
|
|
267
|
-
exports.KolIndentedText = KolIndentedText;
|
|
268
260
|
exports.KolInputCheckbox = KolInputCheckbox;
|
|
269
261
|
exports.KolInputColor = KolInputColor;
|
|
270
262
|
exports.KolInputDate = KolInputDate;
|
|
@@ -278,8 +270,6 @@ exports.KolInputText = KolInputText;
|
|
|
278
270
|
exports.KolKolibri = KolKolibri;
|
|
279
271
|
exports.KolLink = KolLink;
|
|
280
272
|
exports.KolLinkButton = KolLinkButton;
|
|
281
|
-
exports.KolLinkGroup = KolLinkGroup;
|
|
282
|
-
exports.KolLogo = KolLogo;
|
|
283
273
|
exports.KolModal = KolModal;
|
|
284
274
|
exports.KolNav = KolNav;
|
|
285
275
|
exports.KolPagination = KolPagination;
|
|
@@ -291,8 +281,6 @@ exports.KolSingleSelect = KolSingleSelect;
|
|
|
291
281
|
exports.KolSkipNav = KolSkipNav;
|
|
292
282
|
exports.KolSpin = KolSpin;
|
|
293
283
|
exports.KolSplitButton = KolSplitButton;
|
|
294
|
-
exports.KolSymbol = KolSymbol;
|
|
295
|
-
exports.KolTable = KolTable;
|
|
296
284
|
exports.KolTableStateful = KolTableStateful;
|
|
297
285
|
exports.KolTableStateless = KolTableStateless;
|
|
298
286
|
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,8 +41,6 @@ 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>>;
|
|
@@ -56,8 +52,6 @@ declare const KolSingleSelect: react.ForwardRefExoticComponent<JSX.KolSingleSele
|
|
|
56
52
|
declare const KolSkipNav: react.ForwardRefExoticComponent<JSX.KolSkipNav & Omit<react.HTMLAttributes<HTMLKolSkipNavElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSkipNavElement>>;
|
|
57
53
|
declare const KolSpin: react.ForwardRefExoticComponent<JSX.KolSpin & Omit<react.HTMLAttributes<HTMLKolSpinElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolSpinElement>>;
|
|
58
54
|
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
55
|
declare const KolTableStateful: react.ForwardRefExoticComponent<JSX.KolTableStateful & Omit<react.HTMLAttributes<HTMLKolTableStatefulElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTableStatefulElement>>;
|
|
62
56
|
declare const KolTableStateless: react.ForwardRefExoticComponent<JSX.KolTableStateless & Omit<react.HTMLAttributes<HTMLKolTableStatelessElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTableStatelessElement>>;
|
|
63
57
|
declare const KolTabs: react.ForwardRefExoticComponent<JSX.KolTabs & Omit<react.HTMLAttributes<HTMLKolTabsElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTabsElement>>;
|
|
@@ -71,4 +65,4 @@ declare const KolVersion: react.ForwardRefExoticComponent<JSX.KolVersion & Omit<
|
|
|
71
65
|
|
|
72
66
|
declare function createReactRenderElement(hostElement: HTMLElement): HTMLDivElement;
|
|
73
67
|
|
|
74
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton,
|
|
68
|
+
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, 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,8 +205,6 @@ 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");
|
|
@@ -220,8 +216,6 @@ const KolSingleSelect = /* @__PURE__ */ createReactComponent("kol-single-select"
|
|
|
220
216
|
const KolSkipNav = /* @__PURE__ */ createReactComponent("kol-skip-nav");
|
|
221
217
|
const KolSpin = /* @__PURE__ */ createReactComponent("kol-spin");
|
|
222
218
|
const KolSplitButton = /* @__PURE__ */ createReactComponent("kol-split-button");
|
|
223
|
-
const KolSymbol = /* @__PURE__ */ createReactComponent("kol-symbol");
|
|
224
|
-
const KolTable = /* @__PURE__ */ createReactComponent("kol-table");
|
|
225
219
|
const KolTableStateful = /* @__PURE__ */ createReactComponent("kol-table-stateful");
|
|
226
220
|
const KolTableStateless = /* @__PURE__ */ createReactComponent("kol-table-stateless");
|
|
227
221
|
const KolTabs = /* @__PURE__ */ createReactComponent("kol-tabs");
|
|
@@ -241,4 +235,4 @@ function createReactRenderElement(hostElement) {
|
|
|
241
235
|
return renderElement;
|
|
242
236
|
}
|
|
243
237
|
|
|
244
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton,
|
|
238
|
+
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, 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-638ed75dd472d3e3ad4c1c3a3c72d705e6022731.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
"react-dom": "18.2.0",
|
|
55
55
|
"typescript": "5.8.2",
|
|
56
56
|
"unbuild": "1.2.1",
|
|
57
|
-
"@public-ui/components": "
|
|
57
|
+
"@public-ui/components": "3.0.0-638ed75dd472d3e3ad4c1c3a3c72d705e6022731.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-638ed75dd472d3e3ad4c1c3a3c72d705e6022731.0"
|
|
63
63
|
},
|
|
64
64
|
"sideEffects": false,
|
|
65
65
|
"type": "module",
|