@public-ui/react 1.1.10-rc.8 → 1.1.10
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 -2
- package/dist/index.d.ts +1 -2
- package/dist/index.mjs +1 -2
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
|
@@ -181,7 +181,6 @@ const KolCard = /* @__PURE__ */ createReactComponent("kol-card");
|
|
|
181
181
|
const KolDetails = /* @__PURE__ */ createReactComponent("kol-details");
|
|
182
182
|
const KolForm = /* @__PURE__ */ createReactComponent("kol-form");
|
|
183
183
|
const KolHeading = /* @__PURE__ */ createReactComponent("kol-heading");
|
|
184
|
-
const KolHeadingWc = /* @__PURE__ */ createReactComponent("kol-heading-wc");
|
|
185
184
|
const KolIcon = /* @__PURE__ */ createReactComponent("kol-icon");
|
|
186
185
|
const KolIconFontAwesome = /* @__PURE__ */ createReactComponent("kol-icon-font-awesome");
|
|
187
186
|
const KolIconIcofont = /* @__PURE__ */ createReactComponent("kol-icon-icofont");
|
|
@@ -229,7 +228,6 @@ exports.KolCard = KolCard;
|
|
|
229
228
|
exports.KolDetails = KolDetails;
|
|
230
229
|
exports.KolForm = KolForm;
|
|
231
230
|
exports.KolHeading = KolHeading;
|
|
232
|
-
exports.KolHeadingWc = KolHeadingWc;
|
|
233
231
|
exports.KolIcon = KolIcon;
|
|
234
232
|
exports.KolIconFontAwesome = KolIconFontAwesome;
|
|
235
233
|
exports.KolIconIcofont = KolIconIcofont;
|
package/dist/index.d.ts
CHANGED
|
@@ -21,7 +21,6 @@ declare const KolCard: react.ForwardRefExoticComponent<JSX.KolCard & Omit<react.
|
|
|
21
21
|
declare const KolDetails: react.ForwardRefExoticComponent<JSX.KolDetails & Omit<react.HTMLAttributes<HTMLKolDetailsElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolDetailsElement>>;
|
|
22
22
|
declare const KolForm: react.ForwardRefExoticComponent<JSX.KolForm & Omit<react.HTMLAttributes<HTMLKolFormElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolFormElement>>;
|
|
23
23
|
declare const KolHeading: react.ForwardRefExoticComponent<JSX.KolHeading & Omit<react.HTMLAttributes<HTMLKolHeadingElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolHeadingElement>>;
|
|
24
|
-
declare const KolHeadingWc: react.ForwardRefExoticComponent<JSX.KolHeadingWc & Omit<react.HTMLAttributes<HTMLKolHeadingWcElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolHeadingWcElement>>;
|
|
25
24
|
declare const KolIcon: react.ForwardRefExoticComponent<JSX.KolIcon & Omit<react.HTMLAttributes<HTMLKolIconElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolIconElement>>;
|
|
26
25
|
declare const KolIconFontAwesome: react.ForwardRefExoticComponent<JSX.KolIconFontAwesome & Omit<react.HTMLAttributes<HTMLKolIconFontAwesomeElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolIconFontAwesomeElement>>;
|
|
27
26
|
declare const KolIconIcofont: react.ForwardRefExoticComponent<JSX.KolIconIcofont & Omit<react.HTMLAttributes<HTMLKolIconIcofontElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolIconIcofontElement>>;
|
|
@@ -57,4 +56,4 @@ declare const KolToast: react.ForwardRefExoticComponent<JSX.KolToast & Omit<reac
|
|
|
57
56
|
declare const KolTooltip: react.ForwardRefExoticComponent<JSX.KolTooltip & Omit<react.HTMLAttributes<HTMLKolTooltipElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTooltipElement>>;
|
|
58
57
|
declare const KolVersion: react.ForwardRefExoticComponent<JSX.KolVersion & Omit<react.HTMLAttributes<HTMLKolVersionElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolVersionElement>>;
|
|
59
58
|
|
|
60
|
-
export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading,
|
|
59
|
+
export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, 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, KolSpin, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolTooltip, KolVersion };
|
package/dist/index.mjs
CHANGED
|
@@ -179,7 +179,6 @@ const KolCard = /* @__PURE__ */ createReactComponent("kol-card");
|
|
|
179
179
|
const KolDetails = /* @__PURE__ */ createReactComponent("kol-details");
|
|
180
180
|
const KolForm = /* @__PURE__ */ createReactComponent("kol-form");
|
|
181
181
|
const KolHeading = /* @__PURE__ */ createReactComponent("kol-heading");
|
|
182
|
-
const KolHeadingWc = /* @__PURE__ */ createReactComponent("kol-heading-wc");
|
|
183
182
|
const KolIcon = /* @__PURE__ */ createReactComponent("kol-icon");
|
|
184
183
|
const KolIconFontAwesome = /* @__PURE__ */ createReactComponent("kol-icon-font-awesome");
|
|
185
184
|
const KolIconIcofont = /* @__PURE__ */ createReactComponent("kol-icon-icofont");
|
|
@@ -215,4 +214,4 @@ const KolToast = /* @__PURE__ */ createReactComponent("kol-toast");
|
|
|
215
214
|
const KolTooltip = /* @__PURE__ */ createReactComponent("kol-tooltip");
|
|
216
215
|
const KolVersion = /* @__PURE__ */ createReactComponent("kol-version");
|
|
217
216
|
|
|
218
|
-
export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading,
|
|
217
|
+
export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, 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, 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.1.10
|
|
3
|
+
"version": "1.1.10",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": "https://github.com/public-ui/kolibri",
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
":unpublish": "npm unpublish -f --registry=http://localhost:4873"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@public-ui/core": "1.1.10
|
|
32
|
-
"@public-ui/components": "1.1.10
|
|
31
|
+
"@public-ui/core": "1.1.10",
|
|
32
|
+
"@public-ui/components": "1.1.10",
|
|
33
33
|
"@types/minimatch": "5.1.2",
|
|
34
34
|
"@types/minimist": "1.2.2",
|
|
35
35
|
"@types/node": "18.11.9",
|
|
36
36
|
"@types/normalize-package-data": "2.4.1",
|
|
37
|
-
"@types/react": "18.0.
|
|
37
|
+
"@types/react": "18.0.25",
|
|
38
38
|
"@types/react-dom": "18.0.8",
|
|
39
39
|
"react": "18.2.0",
|
|
40
40
|
"react-dom": "18.2.0",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"unbuild": "0.9.1"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"@public-ui/components": "1.1.10
|
|
45
|
+
"@public-ui/components": "1.1.10",
|
|
46
46
|
"react": ">=16.14.0",
|
|
47
47
|
"react-dom": ">=16.14.0"
|
|
48
48
|
},
|