@public-ui/react 1.6.0-rc.8 → 1.6.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/dist/index.cjs +4 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.mjs +3 -2
- package/package.json +7 -6
package/dist/index.cjs
CHANGED
|
@@ -179,6 +179,8 @@ const createReactComponent = (tagName, ReactComponentContext, manipulatePropsFun
|
|
|
179
179
|
const KolAbbr = /* @__PURE__ */ createReactComponent("kol-abbr");
|
|
180
180
|
const KolAccordion = /* @__PURE__ */ createReactComponent("kol-accordion");
|
|
181
181
|
const KolAlert = /* @__PURE__ */ createReactComponent("kol-alert");
|
|
182
|
+
const KolAvatar = /* @__PURE__ */ createReactComponent("kol-avatar");
|
|
183
|
+
const KolAvatarWc = /* @__PURE__ */ createReactComponent("kol-avatar-wc");
|
|
182
184
|
const KolBadge = /* @__PURE__ */ createReactComponent("kol-badge");
|
|
183
185
|
const KolBreadcrumb = /* @__PURE__ */ createReactComponent("kol-breadcrumb");
|
|
184
186
|
const KolButton = /* @__PURE__ */ createReactComponent("kol-button");
|
|
@@ -226,12 +228,13 @@ const KolTable = /* @__PURE__ */ createReactComponent("kol-table");
|
|
|
226
228
|
const KolTabs = /* @__PURE__ */ createReactComponent("kol-tabs");
|
|
227
229
|
const KolTextarea = /* @__PURE__ */ createReactComponent("kol-textarea");
|
|
228
230
|
const KolToast = /* @__PURE__ */ createReactComponent("kol-toast");
|
|
229
|
-
const KolTooltip = /* @__PURE__ */ createReactComponent("kol-tooltip");
|
|
230
231
|
const KolVersion = /* @__PURE__ */ createReactComponent("kol-version");
|
|
231
232
|
|
|
232
233
|
exports.KolAbbr = KolAbbr;
|
|
233
234
|
exports.KolAccordion = KolAccordion;
|
|
234
235
|
exports.KolAlert = KolAlert;
|
|
236
|
+
exports.KolAvatar = KolAvatar;
|
|
237
|
+
exports.KolAvatarWc = KolAvatarWc;
|
|
235
238
|
exports.KolBadge = KolBadge;
|
|
236
239
|
exports.KolBreadcrumb = KolBreadcrumb;
|
|
237
240
|
exports.KolButton = KolButton;
|
|
@@ -279,5 +282,4 @@ exports.KolTable = KolTable;
|
|
|
279
282
|
exports.KolTabs = KolTabs;
|
|
280
283
|
exports.KolTextarea = KolTextarea;
|
|
281
284
|
exports.KolToast = KolToast;
|
|
282
|
-
exports.KolTooltip = KolTooltip;
|
|
283
285
|
exports.KolVersion = KolVersion;
|
package/dist/index.d.ts
CHANGED
|
@@ -12,6 +12,8 @@ interface StyleReactProps {
|
|
|
12
12
|
declare const KolAbbr: react.ForwardRefExoticComponent<JSX.KolAbbr & Omit<react.HTMLAttributes<HTMLKolAbbrElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolAbbrElement>>;
|
|
13
13
|
declare const KolAccordion: react.ForwardRefExoticComponent<JSX.KolAccordion & Omit<react.HTMLAttributes<HTMLKolAccordionElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolAccordionElement>>;
|
|
14
14
|
declare const KolAlert: react.ForwardRefExoticComponent<JSX.KolAlert & Omit<react.HTMLAttributes<HTMLKolAlertElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolAlertElement>>;
|
|
15
|
+
declare const KolAvatar: react.ForwardRefExoticComponent<JSX.KolAvatar & Omit<react.HTMLAttributes<HTMLKolAvatarElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolAvatarElement>>;
|
|
16
|
+
declare const KolAvatarWc: react.ForwardRefExoticComponent<JSX.KolAvatarWc & Omit<react.HTMLAttributes<HTMLKolAvatarWcElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolAvatarWcElement>>;
|
|
15
17
|
declare const KolBadge: react.ForwardRefExoticComponent<JSX.KolBadge & Omit<react.HTMLAttributes<HTMLKolBadgeElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolBadgeElement>>;
|
|
16
18
|
declare const KolBreadcrumb: react.ForwardRefExoticComponent<JSX.KolBreadcrumb & Omit<react.HTMLAttributes<HTMLKolBreadcrumbElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolBreadcrumbElement>>;
|
|
17
19
|
declare const KolButton: react.ForwardRefExoticComponent<JSX.KolButton & Omit<react.HTMLAttributes<HTMLKolButtonElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolButtonElement>>;
|
|
@@ -59,7 +61,6 @@ declare const KolTable: react.ForwardRefExoticComponent<JSX.KolTable & Omit<reac
|
|
|
59
61
|
declare const KolTabs: react.ForwardRefExoticComponent<JSX.KolTabs & Omit<react.HTMLAttributes<HTMLKolTabsElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTabsElement>>;
|
|
60
62
|
declare const KolTextarea: react.ForwardRefExoticComponent<JSX.KolTextarea & Omit<react.HTMLAttributes<HTMLKolTextareaElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTextareaElement>>;
|
|
61
63
|
declare const KolToast: react.ForwardRefExoticComponent<JSX.KolToast & Omit<react.HTMLAttributes<HTMLKolToastElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolToastElement>>;
|
|
62
|
-
declare const KolTooltip: react.ForwardRefExoticComponent<JSX.KolTooltip & Omit<react.HTMLAttributes<HTMLKolTooltipElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTooltipElement>>;
|
|
63
64
|
declare const KolVersion: react.ForwardRefExoticComponent<JSX.KolVersion & Omit<react.HTMLAttributes<HTMLKolVersionElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolVersionElement>>;
|
|
64
65
|
|
|
65
|
-
export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonGroupWc, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolIconFontAwesome, KolIconIcofont, KolImage, KolIndentedText, KolInputAdapterLeanup, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast,
|
|
66
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolAvatarWc, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonGroupWc, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolIconFontAwesome, KolIconIcofont, KolImage, KolIndentedText, KolInputAdapterLeanup, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolVersion };
|
package/dist/index.mjs
CHANGED
|
@@ -173,6 +173,8 @@ const createReactComponent = (tagName, ReactComponentContext, manipulatePropsFun
|
|
|
173
173
|
const KolAbbr = /* @__PURE__ */ createReactComponent("kol-abbr");
|
|
174
174
|
const KolAccordion = /* @__PURE__ */ createReactComponent("kol-accordion");
|
|
175
175
|
const KolAlert = /* @__PURE__ */ createReactComponent("kol-alert");
|
|
176
|
+
const KolAvatar = /* @__PURE__ */ createReactComponent("kol-avatar");
|
|
177
|
+
const KolAvatarWc = /* @__PURE__ */ createReactComponent("kol-avatar-wc");
|
|
176
178
|
const KolBadge = /* @__PURE__ */ createReactComponent("kol-badge");
|
|
177
179
|
const KolBreadcrumb = /* @__PURE__ */ createReactComponent("kol-breadcrumb");
|
|
178
180
|
const KolButton = /* @__PURE__ */ createReactComponent("kol-button");
|
|
@@ -220,7 +222,6 @@ const KolTable = /* @__PURE__ */ createReactComponent("kol-table");
|
|
|
220
222
|
const KolTabs = /* @__PURE__ */ createReactComponent("kol-tabs");
|
|
221
223
|
const KolTextarea = /* @__PURE__ */ createReactComponent("kol-textarea");
|
|
222
224
|
const KolToast = /* @__PURE__ */ createReactComponent("kol-toast");
|
|
223
|
-
const KolTooltip = /* @__PURE__ */ createReactComponent("kol-tooltip");
|
|
224
225
|
const KolVersion = /* @__PURE__ */ createReactComponent("kol-version");
|
|
225
226
|
|
|
226
|
-
export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonGroupWc, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolIconFontAwesome, KolIconIcofont, KolImage, KolIndentedText, KolInputAdapterLeanup, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast,
|
|
227
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolAvatarWc, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonGroupWc, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolIconFontAwesome, KolIconIcofont, KolImage, KolIndentedText, KolInputAdapterLeanup, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolPopover, KolProgress, KolQuote, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSplitButton, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolVersion };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/react",
|
|
3
|
-
"version": "1.6.0
|
|
3
|
+
"version": "1.6.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": "https://github.com/public-ui/kolibri",
|
|
@@ -46,20 +46,20 @@
|
|
|
46
46
|
"prepack": "unbuild"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@public-ui/components": "1.6.0
|
|
49
|
+
"@public-ui/components": "1.6.0",
|
|
50
50
|
"@types/minimatch": "5.1.2",
|
|
51
51
|
"@types/minimist": "1.2.2",
|
|
52
|
-
"@types/node": "
|
|
52
|
+
"@types/node": "ts5.1",
|
|
53
53
|
"@types/normalize-package-data": "2.4.1",
|
|
54
|
-
"@types/react": "18.2.
|
|
55
|
-
"@types/react-dom": "18.2.
|
|
54
|
+
"@types/react": "18.2.20",
|
|
55
|
+
"@types/react-dom": "18.2.7",
|
|
56
56
|
"react": "18.2.0",
|
|
57
57
|
"react-dom": "18.2.0",
|
|
58
58
|
"typescript": "5.1.6",
|
|
59
59
|
"unbuild": "1.2.1"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
|
-
"@public-ui/components": "1.6.0
|
|
62
|
+
"@public-ui/components": "1.6.0",
|
|
63
63
|
"react": ">=16.14.0",
|
|
64
64
|
"react-dom": ">=16.14.0"
|
|
65
65
|
},
|
|
@@ -67,6 +67,7 @@
|
|
|
67
67
|
"type": "module",
|
|
68
68
|
"exports": {
|
|
69
69
|
".": {
|
|
70
|
+
"types": "./dist/index.d.ts",
|
|
70
71
|
"import": "./dist/index.mjs",
|
|
71
72
|
"require": "./dist/index.cjs"
|
|
72
73
|
}
|