@public-ui/react 1.1.10-rc.7 → 1.1.10-rc.9
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 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +4 -4
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");
|
|
@@ -199,6 +198,7 @@ const KolInputRange = /* @__PURE__ */ createReactComponent("kol-input-range");
|
|
|
199
198
|
const KolInputText = /* @__PURE__ */ createReactComponent("kol-input-text");
|
|
200
199
|
const KolKolibri = /* @__PURE__ */ createReactComponent("kol-kolibri");
|
|
201
200
|
const KolLink = /* @__PURE__ */ createReactComponent("kol-link");
|
|
201
|
+
const KolLinkButton = /* @__PURE__ */ createReactComponent("kol-link-button");
|
|
202
202
|
const KolLinkGroup = /* @__PURE__ */ createReactComponent("kol-link-group");
|
|
203
203
|
const KolLogo = /* @__PURE__ */ createReactComponent("kol-logo");
|
|
204
204
|
const KolModal = /* @__PURE__ */ createReactComponent("kol-modal");
|
|
@@ -228,7 +228,6 @@ exports.KolCard = KolCard;
|
|
|
228
228
|
exports.KolDetails = KolDetails;
|
|
229
229
|
exports.KolForm = KolForm;
|
|
230
230
|
exports.KolHeading = KolHeading;
|
|
231
|
-
exports.KolHeadingWc = KolHeadingWc;
|
|
232
231
|
exports.KolIcon = KolIcon;
|
|
233
232
|
exports.KolIconFontAwesome = KolIconFontAwesome;
|
|
234
233
|
exports.KolIconIcofont = KolIconIcofont;
|
|
@@ -246,6 +245,7 @@ exports.KolInputRange = KolInputRange;
|
|
|
246
245
|
exports.KolInputText = KolInputText;
|
|
247
246
|
exports.KolKolibri = KolKolibri;
|
|
248
247
|
exports.KolLink = KolLink;
|
|
248
|
+
exports.KolLinkButton = KolLinkButton;
|
|
249
249
|
exports.KolLinkGroup = KolLinkGroup;
|
|
250
250
|
exports.KolLogo = KolLogo;
|
|
251
251
|
exports.KolModal = KolModal;
|
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>>;
|
|
@@ -39,6 +38,7 @@ declare const KolInputRange: react.ForwardRefExoticComponent<JSX.KolInputRange &
|
|
|
39
38
|
declare const KolInputText: react.ForwardRefExoticComponent<JSX.KolInputText & Omit<react.HTMLAttributes<HTMLKolInputTextElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolInputTextElement>>;
|
|
40
39
|
declare const KolKolibri: react.ForwardRefExoticComponent<JSX.KolKolibri & Omit<react.HTMLAttributes<HTMLKolKolibriElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolKolibriElement>>;
|
|
41
40
|
declare const KolLink: react.ForwardRefExoticComponent<JSX.KolLink & Omit<react.HTMLAttributes<HTMLKolLinkElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolLinkElement>>;
|
|
41
|
+
declare const KolLinkButton: react.ForwardRefExoticComponent<JSX.KolLinkButton & Omit<react.HTMLAttributes<HTMLKolLinkButtonElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolLinkButtonElement>>;
|
|
42
42
|
declare const KolLinkGroup: react.ForwardRefExoticComponent<JSX.KolLinkGroup & Omit<react.HTMLAttributes<HTMLKolLinkGroupElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolLinkGroupElement>>;
|
|
43
43
|
declare const KolLogo: react.ForwardRefExoticComponent<JSX.KolLogo & Omit<react.HTMLAttributes<HTMLKolLogoElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolLogoElement>>;
|
|
44
44
|
declare const KolModal: react.ForwardRefExoticComponent<JSX.KolModal & Omit<react.HTMLAttributes<HTMLKolModalElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolModalElement>>;
|
|
@@ -56,4 +56,4 @@ declare const KolToast: react.ForwardRefExoticComponent<JSX.KolToast & Omit<reac
|
|
|
56
56
|
declare const KolTooltip: react.ForwardRefExoticComponent<JSX.KolTooltip & Omit<react.HTMLAttributes<HTMLKolTooltipElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolTooltipElement>>;
|
|
57
57
|
declare const KolVersion: react.ForwardRefExoticComponent<JSX.KolVersion & Omit<react.HTMLAttributes<HTMLKolVersionElement>, "style"> & StyleReactProps & react.RefAttributes<HTMLKolVersionElement>>;
|
|
58
58
|
|
|
59
|
-
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");
|
|
@@ -197,6 +196,7 @@ const KolInputRange = /* @__PURE__ */ createReactComponent("kol-input-range");
|
|
|
197
196
|
const KolInputText = /* @__PURE__ */ createReactComponent("kol-input-text");
|
|
198
197
|
const KolKolibri = /* @__PURE__ */ createReactComponent("kol-kolibri");
|
|
199
198
|
const KolLink = /* @__PURE__ */ createReactComponent("kol-link");
|
|
199
|
+
const KolLinkButton = /* @__PURE__ */ createReactComponent("kol-link-button");
|
|
200
200
|
const KolLinkGroup = /* @__PURE__ */ createReactComponent("kol-link-group");
|
|
201
201
|
const KolLogo = /* @__PURE__ */ createReactComponent("kol-logo");
|
|
202
202
|
const KolModal = /* @__PURE__ */ createReactComponent("kol-modal");
|
|
@@ -214,4 +214,4 @@ const KolToast = /* @__PURE__ */ createReactComponent("kol-toast");
|
|
|
214
214
|
const KolTooltip = /* @__PURE__ */ createReactComponent("kol-tooltip");
|
|
215
215
|
const KolVersion = /* @__PURE__ */ createReactComponent("kol-version");
|
|
216
216
|
|
|
217
|
-
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-rc.
|
|
3
|
+
"version": "1.1.10-rc.9",
|
|
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.9",
|
|
32
|
+
"@public-ui/components": "1.1.10-rc.9",
|
|
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.9",
|
|
46
46
|
"react": ">=16.14.0",
|
|
47
47
|
"react-dom": ">=16.14.0"
|
|
48
48
|
},
|