@public-ui/react-v19 4.1.2-rc.6 → 4.1.2-rc.7
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 +2 -0
- package/dist/index.d.cts +2 -1
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -204,6 +204,7 @@ const KolInputText = /* @__PURE__ */ createReactComponent("kol-input-text");
|
|
|
204
204
|
const KolKolibri = /* @__PURE__ */ createReactComponent("kol-kolibri");
|
|
205
205
|
const KolLink = /* @__PURE__ */ createReactComponent("kol-link");
|
|
206
206
|
const KolLinkButton = /* @__PURE__ */ createReactComponent("kol-link-button");
|
|
207
|
+
const KolMeter = /* @__PURE__ */ createReactComponent("kol-meter");
|
|
207
208
|
const KolModal = /* @__PURE__ */ createReactComponent("kol-modal");
|
|
208
209
|
const KolNav = /* @__PURE__ */ createReactComponent("kol-nav");
|
|
209
210
|
const KolPagination = /* @__PURE__ */ createReactComponent("kol-pagination");
|
|
@@ -263,6 +264,7 @@ exports.KolInputText = KolInputText;
|
|
|
263
264
|
exports.KolKolibri = KolKolibri;
|
|
264
265
|
exports.KolLink = KolLink;
|
|
265
266
|
exports.KolLinkButton = KolLinkButton;
|
|
267
|
+
exports.KolMeter = KolMeter;
|
|
266
268
|
exports.KolModal = KolModal;
|
|
267
269
|
exports.KolNav = KolNav;
|
|
268
270
|
exports.KolPagination = KolPagination;
|
package/dist/index.d.cts
CHANGED
|
@@ -42,6 +42,7 @@ declare const KolInputText: react.ForwardRefExoticComponent<JSX.KolInputText & O
|
|
|
42
42
|
declare const KolKolibri: react.ForwardRefExoticComponent<JSX.KolKolibri & Omit<react.HTMLAttributes<HTMLKolKolibriElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolKolibriElement>>;
|
|
43
43
|
declare const KolLink: react.ForwardRefExoticComponent<JSX.KolLink & Omit<react.HTMLAttributes<HTMLKolLinkElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolLinkElement>>;
|
|
44
44
|
declare const KolLinkButton: react.ForwardRefExoticComponent<JSX.KolLinkButton & Omit<react.HTMLAttributes<HTMLKolLinkButtonElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolLinkButtonElement>>;
|
|
45
|
+
declare const KolMeter: react.ForwardRefExoticComponent<JSX.KolMeter & Omit<react.HTMLAttributes<HTMLKolMeterElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolMeterElement>>;
|
|
45
46
|
declare const KolModal: react.ForwardRefExoticComponent<JSX.KolModal & Omit<react.HTMLAttributes<HTMLKolModalElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolModalElement>>;
|
|
46
47
|
declare const KolNav: react.ForwardRefExoticComponent<JSX.KolNav & Omit<react.HTMLAttributes<HTMLKolNavElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolNavElement>>;
|
|
47
48
|
declare const KolPagination: react.ForwardRefExoticComponent<JSX.KolPagination & Omit<react.HTMLAttributes<HTMLKolPaginationElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolPaginationElement>>;
|
|
@@ -65,5 +66,5 @@ declare const KolVersion: react.ForwardRefExoticComponent<JSX.KolVersion & Omit<
|
|
|
65
66
|
|
|
66
67
|
declare function createReactRenderElement(hostElement: HTMLElement): HTMLDivElement;
|
|
67
68
|
|
|
68
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDialog, 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, KolSkeleton, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToolbar, KolTree, KolTreeItem, KolVersion, createReactRenderElement, setTagNameTransformer };
|
|
69
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDialog, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolMeter, KolModal, KolNav, KolPagination, KolPopoverButton, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkeleton, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToolbar, KolTree, KolTreeItem, KolVersion, createReactRenderElement, setTagNameTransformer };
|
|
69
70
|
export type { StyleReactProps };
|
package/dist/index.d.mts
CHANGED
|
@@ -42,6 +42,7 @@ declare const KolInputText: react.ForwardRefExoticComponent<JSX.KolInputText & O
|
|
|
42
42
|
declare const KolKolibri: react.ForwardRefExoticComponent<JSX.KolKolibri & Omit<react.HTMLAttributes<HTMLKolKolibriElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolKolibriElement>>;
|
|
43
43
|
declare const KolLink: react.ForwardRefExoticComponent<JSX.KolLink & Omit<react.HTMLAttributes<HTMLKolLinkElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolLinkElement>>;
|
|
44
44
|
declare const KolLinkButton: react.ForwardRefExoticComponent<JSX.KolLinkButton & Omit<react.HTMLAttributes<HTMLKolLinkButtonElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolLinkButtonElement>>;
|
|
45
|
+
declare const KolMeter: react.ForwardRefExoticComponent<JSX.KolMeter & Omit<react.HTMLAttributes<HTMLKolMeterElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolMeterElement>>;
|
|
45
46
|
declare const KolModal: react.ForwardRefExoticComponent<JSX.KolModal & Omit<react.HTMLAttributes<HTMLKolModalElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolModalElement>>;
|
|
46
47
|
declare const KolNav: react.ForwardRefExoticComponent<JSX.KolNav & Omit<react.HTMLAttributes<HTMLKolNavElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolNavElement>>;
|
|
47
48
|
declare const KolPagination: react.ForwardRefExoticComponent<JSX.KolPagination & Omit<react.HTMLAttributes<HTMLKolPaginationElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolPaginationElement>>;
|
|
@@ -65,5 +66,5 @@ declare const KolVersion: react.ForwardRefExoticComponent<JSX.KolVersion & Omit<
|
|
|
65
66
|
|
|
66
67
|
declare function createReactRenderElement(hostElement: HTMLElement): HTMLDivElement;
|
|
67
68
|
|
|
68
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDialog, 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, KolSkeleton, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToolbar, KolTree, KolTreeItem, KolVersion, createReactRenderElement, setTagNameTransformer };
|
|
69
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDialog, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolMeter, KolModal, KolNav, KolPagination, KolPopoverButton, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkeleton, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToolbar, KolTree, KolTreeItem, KolVersion, createReactRenderElement, setTagNameTransformer };
|
|
69
70
|
export type { StyleReactProps };
|
package/dist/index.d.ts
CHANGED
|
@@ -42,6 +42,7 @@ declare const KolInputText: react.ForwardRefExoticComponent<JSX.KolInputText & O
|
|
|
42
42
|
declare const KolKolibri: react.ForwardRefExoticComponent<JSX.KolKolibri & Omit<react.HTMLAttributes<HTMLKolKolibriElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolKolibriElement>>;
|
|
43
43
|
declare const KolLink: react.ForwardRefExoticComponent<JSX.KolLink & Omit<react.HTMLAttributes<HTMLKolLinkElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolLinkElement>>;
|
|
44
44
|
declare const KolLinkButton: react.ForwardRefExoticComponent<JSX.KolLinkButton & Omit<react.HTMLAttributes<HTMLKolLinkButtonElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolLinkButtonElement>>;
|
|
45
|
+
declare const KolMeter: react.ForwardRefExoticComponent<JSX.KolMeter & Omit<react.HTMLAttributes<HTMLKolMeterElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolMeterElement>>;
|
|
45
46
|
declare const KolModal: react.ForwardRefExoticComponent<JSX.KolModal & Omit<react.HTMLAttributes<HTMLKolModalElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolModalElement>>;
|
|
46
47
|
declare const KolNav: react.ForwardRefExoticComponent<JSX.KolNav & Omit<react.HTMLAttributes<HTMLKolNavElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolNavElement>>;
|
|
47
48
|
declare const KolPagination: react.ForwardRefExoticComponent<JSX.KolPagination & Omit<react.HTMLAttributes<HTMLKolPaginationElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolPaginationElement>>;
|
|
@@ -65,5 +66,5 @@ declare const KolVersion: react.ForwardRefExoticComponent<JSX.KolVersion & Omit<
|
|
|
65
66
|
|
|
66
67
|
declare function createReactRenderElement(hostElement: HTMLElement): HTMLDivElement;
|
|
67
68
|
|
|
68
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDialog, 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, KolSkeleton, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToolbar, KolTree, KolTreeItem, KolVersion, createReactRenderElement, setTagNameTransformer };
|
|
69
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDialog, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolMeter, KolModal, KolNav, KolPagination, KolPopoverButton, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkeleton, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToolbar, KolTree, KolTreeItem, KolVersion, createReactRenderElement, setTagNameTransformer };
|
|
69
70
|
export type { StyleReactProps };
|
package/dist/index.mjs
CHANGED
|
@@ -198,6 +198,7 @@ const KolInputText = /* @__PURE__ */ createReactComponent("kol-input-text");
|
|
|
198
198
|
const KolKolibri = /* @__PURE__ */ createReactComponent("kol-kolibri");
|
|
199
199
|
const KolLink = /* @__PURE__ */ createReactComponent("kol-link");
|
|
200
200
|
const KolLinkButton = /* @__PURE__ */ createReactComponent("kol-link-button");
|
|
201
|
+
const KolMeter = /* @__PURE__ */ createReactComponent("kol-meter");
|
|
201
202
|
const KolModal = /* @__PURE__ */ createReactComponent("kol-modal");
|
|
202
203
|
const KolNav = /* @__PURE__ */ createReactComponent("kol-nav");
|
|
203
204
|
const KolPagination = /* @__PURE__ */ createReactComponent("kol-pagination");
|
|
@@ -227,4 +228,4 @@ function createReactRenderElement(hostElement) {
|
|
|
227
228
|
return renderElement;
|
|
228
229
|
}
|
|
229
230
|
|
|
230
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDialog, 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, KolSkeleton, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToolbar, KolTree, KolTreeItem, KolVersion, createReactRenderElement, setTagNameTransformer };
|
|
231
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonLink, KolCard, KolCombobox, KolDetails, KolDialog, KolDrawer, KolForm, KolHeading, KolIcon, KolImage, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolMeter, KolModal, KolNav, KolPagination, KolPopoverButton, KolProgress, KolQuote, KolSelect, KolSingleSelect, KolSkeleton, KolSkipNav, KolSpin, KolSplitButton, KolTableStateful, KolTableStateless, KolTabs, KolTextarea, KolToolbar, KolTree, KolTreeItem, KolVersion, createReactRenderElement, setTagNameTransformer };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/react-v19",
|
|
3
|
-
"version": "4.1.2-rc.
|
|
3
|
+
"version": "4.1.2-rc.7",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": {
|
|
@@ -52,12 +52,12 @@
|
|
|
52
52
|
"react-dom": "19.2.4",
|
|
53
53
|
"typescript": "5.9.3",
|
|
54
54
|
"unbuild": "3.6.1",
|
|
55
|
-
"@public-ui/components": "4.1.2-rc.
|
|
55
|
+
"@public-ui/components": "4.1.2-rc.7"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"react": "^19.2.4",
|
|
59
59
|
"react-dom": "^19.2.4",
|
|
60
|
-
"@public-ui/components": "4.1.2-rc.
|
|
60
|
+
"@public-ui/components": "4.1.2-rc.7"
|
|
61
61
|
},
|
|
62
62
|
"sideEffects": false,
|
|
63
63
|
"type": "module",
|