@public-ui/react 1.6.0-rc.14 → 1.6.0-rc.16
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 -0
- package/dist/index.d.ts +3 -1
- package/dist/index.mjs +3 -1
- package/package.json +3 -3
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");
|
|
@@ -232,6 +234,8 @@ const KolVersion = /* @__PURE__ */ createReactComponent("kol-version");
|
|
|
232
234
|
exports.KolAbbr = KolAbbr;
|
|
233
235
|
exports.KolAccordion = KolAccordion;
|
|
234
236
|
exports.KolAlert = KolAlert;
|
|
237
|
+
exports.KolAvatar = KolAvatar;
|
|
238
|
+
exports.KolAvatarWc = KolAvatarWc;
|
|
235
239
|
exports.KolBadge = KolBadge;
|
|
236
240
|
exports.KolBreadcrumb = KolBreadcrumb;
|
|
237
241
|
exports.KolButton = KolButton;
|
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>>;
|
|
@@ -62,4 +64,4 @@ declare const KolToast: react.ForwardRefExoticComponent<JSX.KolToast & Omit<reac
|
|
|
62
64
|
declare const KolTooltip: react.ForwardRefExoticComponent<JSX.KolTooltip & Omit<react.HTMLAttributes<HTMLKolTooltipElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTooltipElement>>;
|
|
63
65
|
declare const KolVersion: react.ForwardRefExoticComponent<JSX.KolVersion & Omit<react.HTMLAttributes<HTMLKolVersionElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolVersionElement>>;
|
|
64
66
|
|
|
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, KolTooltip, KolVersion };
|
|
67
|
+
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, KolTooltip, 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");
|
|
@@ -223,4 +225,4 @@ const KolToast = /* @__PURE__ */ createReactComponent("kol-toast");
|
|
|
223
225
|
const KolTooltip = /* @__PURE__ */ createReactComponent("kol-tooltip");
|
|
224
226
|
const KolVersion = /* @__PURE__ */ createReactComponent("kol-version");
|
|
225
227
|
|
|
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, KolTooltip, KolVersion };
|
|
228
|
+
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, KolTooltip, KolVersion };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/react",
|
|
3
|
-
"version": "1.6.0-rc.
|
|
3
|
+
"version": "1.6.0-rc.16",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": "https://github.com/public-ui/kolibri",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"prepack": "unbuild"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@public-ui/components": "1.6.0-rc.
|
|
49
|
+
"@public-ui/components": "1.6.0-rc.16",
|
|
50
50
|
"@types/minimatch": "5.1.2",
|
|
51
51
|
"@types/minimist": "1.2.2",
|
|
52
52
|
"@types/node": "ts4.9",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"unbuild": "1.2.1"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
|
-
"@public-ui/components": "1.6.0-rc.
|
|
62
|
+
"@public-ui/components": "1.6.0-rc.16",
|
|
63
63
|
"react": ">=16.14.0",
|
|
64
64
|
"react-dom": ">=16.14.0"
|
|
65
65
|
},
|