@public-ui/react 1.7.2-rc.0 → 2.0.0-rc.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 +0 -6
- package/dist/index.d.ts +1 -4
- package/dist/index.mjs +1 -4
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -190,11 +190,8 @@ const KolDetails = /* @__PURE__ */ createReactComponent("kol-details");
|
|
|
190
190
|
const KolForm = /* @__PURE__ */ createReactComponent("kol-form");
|
|
191
191
|
const KolHeading = /* @__PURE__ */ createReactComponent("kol-heading");
|
|
192
192
|
const KolIcon = /* @__PURE__ */ createReactComponent("kol-icon");
|
|
193
|
-
const KolIconFontAwesome = /* @__PURE__ */ createReactComponent("kol-icon-font-awesome");
|
|
194
|
-
const KolIconIcofont = /* @__PURE__ */ createReactComponent("kol-icon-icofont");
|
|
195
193
|
const KolImage = /* @__PURE__ */ createReactComponent("kol-image");
|
|
196
194
|
const KolIndentedText = /* @__PURE__ */ createReactComponent("kol-indented-text");
|
|
197
|
-
const KolInputAdapterLeanup = /* @__PURE__ */ createReactComponent("kol-input-adapter-leanup");
|
|
198
195
|
const KolInputCheckbox = /* @__PURE__ */ createReactComponent("kol-input-checkbox");
|
|
199
196
|
const KolInputColor = /* @__PURE__ */ createReactComponent("kol-input-color");
|
|
200
197
|
const KolInputDate = /* @__PURE__ */ createReactComponent("kol-input-date");
|
|
@@ -243,11 +240,8 @@ exports.KolDetails = KolDetails;
|
|
|
243
240
|
exports.KolForm = KolForm;
|
|
244
241
|
exports.KolHeading = KolHeading;
|
|
245
242
|
exports.KolIcon = KolIcon;
|
|
246
|
-
exports.KolIconFontAwesome = KolIconFontAwesome;
|
|
247
|
-
exports.KolIconIcofont = KolIconIcofont;
|
|
248
243
|
exports.KolImage = KolImage;
|
|
249
244
|
exports.KolIndentedText = KolIndentedText;
|
|
250
|
-
exports.KolInputAdapterLeanup = KolInputAdapterLeanup;
|
|
251
245
|
exports.KolInputCheckbox = KolInputCheckbox;
|
|
252
246
|
exports.KolInputColor = KolInputColor;
|
|
253
247
|
exports.KolInputDate = KolInputDate;
|
package/dist/index.d.ts
CHANGED
|
@@ -23,11 +23,8 @@ declare const KolDetails: react.ForwardRefExoticComponent<JSX.KolDetails & Omit<
|
|
|
23
23
|
declare const KolForm: react.ForwardRefExoticComponent<JSX.KolForm & Omit<react.HTMLAttributes<HTMLKolFormElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolFormElement>>;
|
|
24
24
|
declare const KolHeading: react.ForwardRefExoticComponent<JSX.KolHeading & Omit<react.HTMLAttributes<HTMLKolHeadingElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolHeadingElement>>;
|
|
25
25
|
declare const KolIcon: react.ForwardRefExoticComponent<JSX.KolIcon & Omit<react.HTMLAttributes<HTMLKolIconElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolIconElement>>;
|
|
26
|
-
declare const KolIconFontAwesome: react.ForwardRefExoticComponent<JSX.KolIconFontAwesome & Omit<react.HTMLAttributes<HTMLKolIconFontAwesomeElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolIconFontAwesomeElement>>;
|
|
27
|
-
declare const KolIconIcofont: react.ForwardRefExoticComponent<JSX.KolIconIcofont & Omit<react.HTMLAttributes<HTMLKolIconIcofontElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolIconIcofontElement>>;
|
|
28
26
|
declare const KolImage: react.ForwardRefExoticComponent<JSX.KolImage & Omit<react.HTMLAttributes<HTMLKolImageElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolImageElement>>;
|
|
29
27
|
declare const KolIndentedText: react.ForwardRefExoticComponent<JSX.KolIndentedText & Omit<react.HTMLAttributes<HTMLKolIndentedTextElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolIndentedTextElement>>;
|
|
30
|
-
declare const KolInputAdapterLeanup: react.ForwardRefExoticComponent<JSX.KolInputAdapterLeanup & Omit<react.HTMLAttributes<HTMLKolInputAdapterLeanupElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolInputAdapterLeanupElement>>;
|
|
31
28
|
declare const KolInputCheckbox: react.ForwardRefExoticComponent<JSX.KolInputCheckbox & Omit<react.HTMLAttributes<HTMLKolInputCheckboxElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolInputCheckboxElement>>;
|
|
32
29
|
declare const KolInputColor: react.ForwardRefExoticComponent<JSX.KolInputColor & Omit<react.HTMLAttributes<HTMLKolInputColorElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolInputColorElement>>;
|
|
33
30
|
declare const KolInputDate: react.ForwardRefExoticComponent<JSX.KolInputDate & Omit<react.HTMLAttributes<HTMLKolInputDateElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolInputDateElement>>;
|
|
@@ -62,4 +59,4 @@ declare const KolToast: react.ForwardRefExoticComponent<JSX.KolToast & Omit<reac
|
|
|
62
59
|
declare const KolToastContainer: react.ForwardRefExoticComponent<JSX.KolToastContainer & Omit<react.HTMLAttributes<HTMLKolToastContainerElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolToastContainerElement>>;
|
|
63
60
|
declare const KolVersion: react.ForwardRefExoticComponent<JSX.KolVersion & Omit<react.HTMLAttributes<HTMLKolVersionElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolVersionElement>>;
|
|
64
61
|
|
|
65
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon,
|
|
62
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, 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, KolToastContainer, KolVersion };
|
package/dist/index.mjs
CHANGED
|
@@ -184,11 +184,8 @@ const KolDetails = /* @__PURE__ */ createReactComponent("kol-details");
|
|
|
184
184
|
const KolForm = /* @__PURE__ */ createReactComponent("kol-form");
|
|
185
185
|
const KolHeading = /* @__PURE__ */ createReactComponent("kol-heading");
|
|
186
186
|
const KolIcon = /* @__PURE__ */ createReactComponent("kol-icon");
|
|
187
|
-
const KolIconFontAwesome = /* @__PURE__ */ createReactComponent("kol-icon-font-awesome");
|
|
188
|
-
const KolIconIcofont = /* @__PURE__ */ createReactComponent("kol-icon-icofont");
|
|
189
187
|
const KolImage = /* @__PURE__ */ createReactComponent("kol-image");
|
|
190
188
|
const KolIndentedText = /* @__PURE__ */ createReactComponent("kol-indented-text");
|
|
191
|
-
const KolInputAdapterLeanup = /* @__PURE__ */ createReactComponent("kol-input-adapter-leanup");
|
|
192
189
|
const KolInputCheckbox = /* @__PURE__ */ createReactComponent("kol-input-checkbox");
|
|
193
190
|
const KolInputColor = /* @__PURE__ */ createReactComponent("kol-input-color");
|
|
194
191
|
const KolInputDate = /* @__PURE__ */ createReactComponent("kol-input-date");
|
|
@@ -223,4 +220,4 @@ const KolToast = /* @__PURE__ */ createReactComponent("kol-toast");
|
|
|
223
220
|
const KolToastContainer = /* @__PURE__ */ createReactComponent("kol-toast-container");
|
|
224
221
|
const KolVersion = /* @__PURE__ */ createReactComponent("kol-version");
|
|
225
222
|
|
|
226
|
-
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon,
|
|
223
|
+
export { KolAbbr, KolAccordion, KolAlert, KolAvatar, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolIcon, KolImage, KolIndentedText, 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, KolToastContainer, KolVersion };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@public-ui/react",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0-rc.0",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": "https://github.com/public-ui/kolibri",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"react"
|
|
43
43
|
],
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@public-ui/components": "
|
|
45
|
+
"@public-ui/components": "2.0.0-rc.0",
|
|
46
46
|
"@types/minimatch": "5.1.2",
|
|
47
47
|
"@types/minimist": "1.2.3",
|
|
48
48
|
"@types/node": "ts5.1",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"unbuild": "1.2.1"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
|
-
"@public-ui/components": "
|
|
58
|
+
"@public-ui/components": "2.0.0-rc.0",
|
|
59
59
|
"react": ">=16.14.0",
|
|
60
60
|
"react-dom": ">=16.14.0"
|
|
61
61
|
},
|