@public-ui/react 1.5.0-rc.0 → 1.5.0-rc.1
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.ts +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -188,6 +188,7 @@ const KolHeading = /* @__PURE__ */ createReactComponent("kol-heading");
|
|
|
188
188
|
const KolIcon = /* @__PURE__ */ createReactComponent("kol-icon");
|
|
189
189
|
const KolIconFontAwesome = /* @__PURE__ */ createReactComponent("kol-icon-font-awesome");
|
|
190
190
|
const KolIconIcofont = /* @__PURE__ */ createReactComponent("kol-icon-icofont");
|
|
191
|
+
const KolImage = /* @__PURE__ */ createReactComponent("kol-image");
|
|
191
192
|
const KolIndentedText = /* @__PURE__ */ createReactComponent("kol-indented-text");
|
|
192
193
|
const KolInputAdapterLeanup = /* @__PURE__ */ createReactComponent("kol-input-adapter-leanup");
|
|
193
194
|
const KolInputCheckbox = /* @__PURE__ */ createReactComponent("kol-input-checkbox");
|
|
@@ -237,6 +238,7 @@ exports.KolHeading = KolHeading;
|
|
|
237
238
|
exports.KolIcon = KolIcon;
|
|
238
239
|
exports.KolIconFontAwesome = KolIconFontAwesome;
|
|
239
240
|
exports.KolIconIcofont = KolIconIcofont;
|
|
241
|
+
exports.KolImage = KolImage;
|
|
240
242
|
exports.KolIndentedText = KolIndentedText;
|
|
241
243
|
exports.KolInputAdapterLeanup = KolInputAdapterLeanup;
|
|
242
244
|
exports.KolInputCheckbox = KolInputCheckbox;
|
package/dist/index.d.ts
CHANGED
|
@@ -25,6 +25,7 @@ declare const KolHeading: react.ForwardRefExoticComponent<JSX.KolHeading & Omit<
|
|
|
25
25
|
declare const KolIcon: react.ForwardRefExoticComponent<JSX.KolIcon & Omit<react.HTMLAttributes<HTMLKolIconElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolIconElement>>;
|
|
26
26
|
declare const KolIconFontAwesome: react.ForwardRefExoticComponent<JSX.KolIconFontAwesome & Omit<react.HTMLAttributes<HTMLKolIconFontAwesomeElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolIconFontAwesomeElement>>;
|
|
27
27
|
declare const KolIconIcofont: react.ForwardRefExoticComponent<JSX.KolIconIcofont & Omit<react.HTMLAttributes<HTMLKolIconIcofontElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolIconIcofontElement>>;
|
|
28
|
+
declare const KolImage: react.ForwardRefExoticComponent<JSX.KolImage & Omit<react.HTMLAttributes<HTMLKolImageElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolImageElement>>;
|
|
28
29
|
declare const KolIndentedText: react.ForwardRefExoticComponent<JSX.KolIndentedText & Omit<react.HTMLAttributes<HTMLKolIndentedTextElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolIndentedTextElement>>;
|
|
29
30
|
declare const KolInputAdapterLeanup: react.ForwardRefExoticComponent<JSX.KolInputAdapterLeanup & Omit<react.HTMLAttributes<HTMLKolInputAdapterLeanupElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolInputAdapterLeanupElement>>;
|
|
30
31
|
declare const KolInputCheckbox: react.ForwardRefExoticComponent<JSX.KolInputCheckbox & Omit<react.HTMLAttributes<HTMLKolInputCheckboxElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolInputCheckboxElement>>;
|
|
@@ -58,4 +59,4 @@ declare const KolToast: react.ForwardRefExoticComponent<JSX.KolToast & Omit<reac
|
|
|
58
59
|
declare const KolTooltip: react.ForwardRefExoticComponent<JSX.KolTooltip & Omit<react.HTMLAttributes<HTMLKolTooltipElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTooltipElement>>;
|
|
59
60
|
declare const KolVersion: react.ForwardRefExoticComponent<JSX.KolVersion & Omit<react.HTMLAttributes<HTMLKolVersionElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolVersionElement>>;
|
|
60
61
|
|
|
61
|
-
export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonGroupWc, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolIconFontAwesome, KolIconIcofont, KolIndentedText, KolInputAdapterLeanup, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolTooltip, KolVersion };
|
|
62
|
+
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, KolProgress, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolTooltip, KolVersion };
|
package/dist/index.mjs
CHANGED
|
@@ -180,6 +180,7 @@ const KolHeading = /* @__PURE__ */ createReactComponent("kol-heading");
|
|
|
180
180
|
const KolIcon = /* @__PURE__ */ createReactComponent("kol-icon");
|
|
181
181
|
const KolIconFontAwesome = /* @__PURE__ */ createReactComponent("kol-icon-font-awesome");
|
|
182
182
|
const KolIconIcofont = /* @__PURE__ */ createReactComponent("kol-icon-icofont");
|
|
183
|
+
const KolImage = /* @__PURE__ */ createReactComponent("kol-image");
|
|
183
184
|
const KolIndentedText = /* @__PURE__ */ createReactComponent("kol-indented-text");
|
|
184
185
|
const KolInputAdapterLeanup = /* @__PURE__ */ createReactComponent("kol-input-adapter-leanup");
|
|
185
186
|
const KolInputCheckbox = /* @__PURE__ */ createReactComponent("kol-input-checkbox");
|
|
@@ -213,4 +214,4 @@ const KolToast = /* @__PURE__ */ createReactComponent("kol-toast");
|
|
|
213
214
|
const KolTooltip = /* @__PURE__ */ createReactComponent("kol-tooltip");
|
|
214
215
|
const KolVersion = /* @__PURE__ */ createReactComponent("kol-version");
|
|
215
216
|
|
|
216
|
-
export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonGroupWc, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolIconFontAwesome, KolIconIcofont, KolIndentedText, KolInputAdapterLeanup, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkButton, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolSelect, KolSkipNav, KolSpan, KolSpin, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolTooltip, KolVersion };
|
|
217
|
+
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, KolProgress, KolSelect, KolSkipNav, KolSpan, KolSpin, 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.5.0-rc.
|
|
3
|
+
"version": "1.5.0-rc.1",
|
|
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.5.0-rc.
|
|
49
|
+
"@public-ui/components": "1.5.0-rc.1",
|
|
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": "0.8.11"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
|
-
"@public-ui/components": "1.5.0-rc.
|
|
62
|
+
"@public-ui/components": "1.5.0-rc.1",
|
|
63
63
|
"react": ">=16.14.0",
|
|
64
64
|
"react-dom": ">=16.14.0"
|
|
65
65
|
},
|