@public-ui/react 1.1.10-rc.7 → 1.1.10-rc.8
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 +4 -4
package/dist/index.cjs
CHANGED
|
@@ -199,6 +199,7 @@ const KolInputRange = /* @__PURE__ */ createReactComponent("kol-input-range");
|
|
|
199
199
|
const KolInputText = /* @__PURE__ */ createReactComponent("kol-input-text");
|
|
200
200
|
const KolKolibri = /* @__PURE__ */ createReactComponent("kol-kolibri");
|
|
201
201
|
const KolLink = /* @__PURE__ */ createReactComponent("kol-link");
|
|
202
|
+
const KolLinkButton = /* @__PURE__ */ createReactComponent("kol-link-button");
|
|
202
203
|
const KolLinkGroup = /* @__PURE__ */ createReactComponent("kol-link-group");
|
|
203
204
|
const KolLogo = /* @__PURE__ */ createReactComponent("kol-logo");
|
|
204
205
|
const KolModal = /* @__PURE__ */ createReactComponent("kol-modal");
|
|
@@ -246,6 +247,7 @@ exports.KolInputRange = KolInputRange;
|
|
|
246
247
|
exports.KolInputText = KolInputText;
|
|
247
248
|
exports.KolKolibri = KolKolibri;
|
|
248
249
|
exports.KolLink = KolLink;
|
|
250
|
+
exports.KolLinkButton = KolLinkButton;
|
|
249
251
|
exports.KolLinkGroup = KolLinkGroup;
|
|
250
252
|
exports.KolLogo = KolLogo;
|
|
251
253
|
exports.KolModal = KolModal;
|
package/dist/index.d.ts
CHANGED
|
@@ -39,6 +39,7 @@ declare const KolInputRange: react.ForwardRefExoticComponent<JSX.KolInputRange &
|
|
|
39
39
|
declare const KolInputText: react.ForwardRefExoticComponent<JSX.KolInputText & Omit<react.HTMLAttributes<HTMLKolInputTextElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolInputTextElement>>;
|
|
40
40
|
declare const KolKolibri: react.ForwardRefExoticComponent<JSX.KolKolibri & Omit<react.HTMLAttributes<HTMLKolKolibriElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolKolibriElement>>;
|
|
41
41
|
declare const KolLink: react.ForwardRefExoticComponent<JSX.KolLink & Omit<react.HTMLAttributes<HTMLKolLinkElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolLinkElement>>;
|
|
42
|
+
declare const KolLinkButton: react.ForwardRefExoticComponent<JSX.KolLinkButton & Omit<react.HTMLAttributes<HTMLKolLinkButtonElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolLinkButtonElement>>;
|
|
42
43
|
declare const KolLinkGroup: react.ForwardRefExoticComponent<JSX.KolLinkGroup & Omit<react.HTMLAttributes<HTMLKolLinkGroupElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolLinkGroupElement>>;
|
|
43
44
|
declare const KolLogo: react.ForwardRefExoticComponent<JSX.KolLogo & Omit<react.HTMLAttributes<HTMLKolLogoElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolLogoElement>>;
|
|
44
45
|
declare const KolModal: react.ForwardRefExoticComponent<JSX.KolModal & Omit<react.HTMLAttributes<HTMLKolModalElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolModalElement>>;
|
|
@@ -56,4 +57,4 @@ declare const KolToast: react.ForwardRefExoticComponent<JSX.KolToast & Omit<reac
|
|
|
56
57
|
declare const KolTooltip: react.ForwardRefExoticComponent<JSX.KolTooltip & Omit<react.HTMLAttributes<HTMLKolTooltipElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTooltipElement>>;
|
|
57
58
|
declare const KolVersion: react.ForwardRefExoticComponent<JSX.KolVersion & Omit<react.HTMLAttributes<HTMLKolVersionElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolVersionElement>>;
|
|
58
59
|
|
|
59
|
-
export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolHeadingWc, KolIcon, KolIconFontAwesome, KolIconIcofont, KolIndentedText, KolInputAdapterLeanup, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolSelect, KolSkipNav, KolSpin, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolTooltip, KolVersion };
|
|
60
|
+
export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolHeadingWc, 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
|
@@ -197,6 +197,7 @@ const KolInputRange = /* @__PURE__ */ createReactComponent("kol-input-range");
|
|
|
197
197
|
const KolInputText = /* @__PURE__ */ createReactComponent("kol-input-text");
|
|
198
198
|
const KolKolibri = /* @__PURE__ */ createReactComponent("kol-kolibri");
|
|
199
199
|
const KolLink = /* @__PURE__ */ createReactComponent("kol-link");
|
|
200
|
+
const KolLinkButton = /* @__PURE__ */ createReactComponent("kol-link-button");
|
|
200
201
|
const KolLinkGroup = /* @__PURE__ */ createReactComponent("kol-link-group");
|
|
201
202
|
const KolLogo = /* @__PURE__ */ createReactComponent("kol-logo");
|
|
202
203
|
const KolModal = /* @__PURE__ */ createReactComponent("kol-modal");
|
|
@@ -214,4 +215,4 @@ const KolToast = /* @__PURE__ */ createReactComponent("kol-toast");
|
|
|
214
215
|
const KolTooltip = /* @__PURE__ */ createReactComponent("kol-tooltip");
|
|
215
216
|
const KolVersion = /* @__PURE__ */ createReactComponent("kol-version");
|
|
216
217
|
|
|
217
|
-
export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolHeadingWc, KolIcon, KolIconFontAwesome, KolIconIcofont, KolIndentedText, KolInputAdapterLeanup, KolInputCheckbox, KolInputColor, KolInputDate, KolInputEmail, KolInputFile, KolInputNumber, KolInputPassword, KolInputRadio, KolInputRange, KolInputText, KolKolibri, KolLink, KolLinkGroup, KolLogo, KolModal, KolNav, KolPagination, KolProgress, KolSelect, KolSkipNav, KolSpin, KolSymbol, KolTable, KolTabs, KolTextarea, KolToast, KolTooltip, KolVersion };
|
|
218
|
+
export { KolAbbr, KolAccordion, KolAlert, KolBadge, KolBreadcrumb, KolButton, KolButtonGroup, KolButtonLink, KolCard, KolDetails, KolForm, KolHeading, KolHeadingWc, 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-rc.
|
|
3
|
+
"version": "1.1.10-rc.8",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
5
|
"homepage": "https://public-ui.github.io",
|
|
6
6
|
"repository": "https://github.com/public-ui/kolibri",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
":unpublish": "npm unpublish -f --registry=http://localhost:4873"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@public-ui/core": "1.1.10-rc.
|
|
32
|
-
"@public-ui/components": "1.1.10-rc.
|
|
31
|
+
"@public-ui/core": "1.1.10-rc.8",
|
|
32
|
+
"@public-ui/components": "1.1.10-rc.8",
|
|
33
33
|
"@types/minimatch": "5.1.2",
|
|
34
34
|
"@types/minimist": "1.2.2",
|
|
35
35
|
"@types/node": "18.11.9",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"unbuild": "0.9.1"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"@public-ui/components": "1.1.10-rc.
|
|
45
|
+
"@public-ui/components": "1.1.10-rc.8",
|
|
46
46
|
"react": ">=16.14.0",
|
|
47
47
|
"react-dom": ">=16.14.0"
|
|
48
48
|
},
|