@ukic/react 2.1.0-beta.7 → 2.1.0-beta.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/components.d.ts +3 -0
- package/dist/components.js +3 -0
- package/dist/core/core.css +1 -1
- package/package.json +6 -6
package/dist/components.d.ts
CHANGED
|
@@ -17,6 +17,7 @@ export declare const IcFooter: import("react").ForwardRefExoticComponent<JSX.IcF
|
|
|
17
17
|
export declare const IcFooterLink: import("react").ForwardRefExoticComponent<JSX.IcFooterLink & Omit<import("react").HTMLAttributes<HTMLIcFooterLinkElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcFooterLinkElement>>;
|
|
18
18
|
export declare const IcFooterLinkGroup: import("react").ForwardRefExoticComponent<JSX.IcFooterLinkGroup & Omit<import("react").HTMLAttributes<HTMLIcFooterLinkGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcFooterLinkGroupElement>>;
|
|
19
19
|
export declare const IcHero: import("react").ForwardRefExoticComponent<JSX.IcHero & Omit<import("react").HTMLAttributes<HTMLIcHeroElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcHeroElement>>;
|
|
20
|
+
export declare const IcHorizontalScroll: import("react").ForwardRefExoticComponent<JSX.IcHorizontalScroll & Omit<import("react").HTMLAttributes<HTMLIcHorizontalScrollElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcHorizontalScrollElement>>;
|
|
20
21
|
export declare const IcInputComponentContainer: import("react").ForwardRefExoticComponent<JSX.IcInputComponentContainer & Omit<import("react").HTMLAttributes<HTMLIcInputComponentContainerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcInputComponentContainerElement>>;
|
|
21
22
|
export declare const IcInputContainer: import("react").ForwardRefExoticComponent<JSX.IcInputContainer & Omit<import("react").HTMLAttributes<HTMLIcInputContainerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcInputContainerElement>>;
|
|
22
23
|
export declare const IcInputLabel: import("react").ForwardRefExoticComponent<JSX.IcInputLabel & Omit<import("react").HTMLAttributes<HTMLIcInputLabelElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcInputLabelElement>>;
|
|
@@ -46,6 +47,8 @@ export declare const IcTabGroup: import("react").ForwardRefExoticComponent<JSX.I
|
|
|
46
47
|
export declare const IcTabPanel: import("react").ForwardRefExoticComponent<JSX.IcTabPanel & Omit<import("react").HTMLAttributes<HTMLIcTabPanelElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcTabPanelElement>>;
|
|
47
48
|
export declare const IcTextField: import("react").ForwardRefExoticComponent<JSX.IcTextField & Omit<import("react").HTMLAttributes<HTMLIcTextFieldElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcTextFieldElement>>;
|
|
48
49
|
export declare const IcTheme: import("react").ForwardRefExoticComponent<JSX.IcTheme & Omit<import("react").HTMLAttributes<HTMLIcThemeElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcThemeElement>>;
|
|
50
|
+
export declare const IcToast: import("react").ForwardRefExoticComponent<JSX.IcToast & Omit<import("react").HTMLAttributes<HTMLIcToastElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcToastElement>>;
|
|
51
|
+
export declare const IcToastRegion: import("react").ForwardRefExoticComponent<JSX.IcToastRegion & Omit<import("react").HTMLAttributes<HTMLIcToastRegionElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcToastRegionElement>>;
|
|
49
52
|
export declare const IcTooltip: import("react").ForwardRefExoticComponent<JSX.IcTooltip & Omit<import("react").HTMLAttributes<HTMLIcTooltipElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcTooltipElement>>;
|
|
50
53
|
export declare const IcTopNavigation: import("react").ForwardRefExoticComponent<JSX.IcTopNavigation & Omit<import("react").HTMLAttributes<HTMLIcTopNavigationElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcTopNavigationElement>>;
|
|
51
54
|
export declare const IcTypography: import("react").ForwardRefExoticComponent<JSX.IcTypography & Omit<import("react").HTMLAttributes<HTMLIcTypographyElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLIcTypographyElement>>;
|
package/dist/components.js
CHANGED
|
@@ -21,6 +21,7 @@ export const IcFooter = /*@__PURE__*/ createReactComponent('ic-footer');
|
|
|
21
21
|
export const IcFooterLink = /*@__PURE__*/ createReactComponent('ic-footer-link');
|
|
22
22
|
export const IcFooterLinkGroup = /*@__PURE__*/ createReactComponent('ic-footer-link-group');
|
|
23
23
|
export const IcHero = /*@__PURE__*/ createReactComponent('ic-hero');
|
|
24
|
+
export const IcHorizontalScroll = /*@__PURE__*/ createReactComponent('ic-horizontal-scroll');
|
|
24
25
|
export const IcInputComponentContainer = /*@__PURE__*/ createReactComponent('ic-input-component-container');
|
|
25
26
|
export const IcInputContainer = /*@__PURE__*/ createReactComponent('ic-input-container');
|
|
26
27
|
export const IcInputLabel = /*@__PURE__*/ createReactComponent('ic-input-label');
|
|
@@ -50,6 +51,8 @@ export const IcTabGroup = /*@__PURE__*/ createReactComponent('ic-tab-group');
|
|
|
50
51
|
export const IcTabPanel = /*@__PURE__*/ createReactComponent('ic-tab-panel');
|
|
51
52
|
export const IcTextField = /*@__PURE__*/ createReactComponent('ic-text-field');
|
|
52
53
|
export const IcTheme = /*@__PURE__*/ createReactComponent('ic-theme');
|
|
54
|
+
export const IcToast = /*@__PURE__*/ createReactComponent('ic-toast');
|
|
55
|
+
export const IcToastRegion = /*@__PURE__*/ createReactComponent('ic-toast-region');
|
|
53
56
|
export const IcTooltip = /*@__PURE__*/ createReactComponent('ic-tooltip');
|
|
54
57
|
export const IcTopNavigation = /*@__PURE__*/ createReactComponent('ic-top-navigation');
|
|
55
58
|
export const IcTypography = /*@__PURE__*/ createReactComponent('ic-typography');
|
package/dist/core/core.css
CHANGED
|
@@ -54,4 +54,4 @@ html{font-family:var(--ic-font-body-family);color:var(--ic-color-primary-text)}a
|
|
|
54
54
|
);--ic-theme-active:rgb(
|
|
55
55
|
calc(var(--ic-theme-calc) + 65) calc(var(--ic-theme-calc) + 70)
|
|
56
56
|
calc(var(--ic-theme-calc) + 77) / 20%
|
|
57
|
-
);--ic-hyperlink:#1759bc;--ic-hyperlink-visited:#330072;--ic-hyperlink-hover:#7c2855;--ic-hyperlink-contrast:#5c98f2;--ic-hyperlink-contrast-visited:#bc75ff;--ic-hyperlink-contrast-hover:#db76ac;--ic-focus-blue:#0044d7;--ic-focus-glow:#80a1e8;--ic-hc-focus-outline:3px solid transparent;--ic-breakpoint-xs:0;--ic-breakpoint-sm:576px;--ic-breakpoint-md:768px;--ic-breakpoint-lg:992px;--ic-breakpoint-xl:1200px;--ic-space-xxxs:0.125rem;--ic-space-xxs:0.25rem;--ic-space-xs:0.5rem;--ic-space-sm:0.75rem;--ic-space-md:1rem;--ic-space-lg:1.5rem;--ic-space-xl:2rem;--ic-space-xxl:3rem;--ic-z-index-
|
|
57
|
+
);--ic-hyperlink:#1759bc;--ic-hyperlink-visited:#330072;--ic-hyperlink-hover:#7c2855;--ic-hyperlink-contrast:#5c98f2;--ic-hyperlink-contrast-visited:#bc75ff;--ic-hyperlink-contrast-hover:#db76ac;--ic-focus-blue:#0044d7;--ic-focus-glow:#80a1e8;--ic-hc-focus-outline:3px solid transparent;--ic-breakpoint-xs:0;--ic-breakpoint-sm:576px;--ic-breakpoint-md:768px;--ic-breakpoint-lg:992px;--ic-breakpoint-xl:1200px;--ic-space-xxxs:0.125rem;--ic-space-xxs:0.25rem;--ic-space-xs:0.5rem;--ic-space-sm:0.75rem;--ic-space-md:1rem;--ic-space-lg:1.5rem;--ic-space-xl:2rem;--ic-space-xxl:3rem;--ic-z-index-base-value:0;--ic-z-index-page-header:calc(var(--ic-z-index-base-value) + 10);--ic-z-index-back-to-top:calc(var(--ic-z-index-base-value) + 20);--ic-z-index-menu:calc(var(--ic-z-index-base-value) + 50);--ic-z-index-popover:calc(var(--ic-z-index-base-value) + 50);--ic-z-index-navigation-item:calc(var(--ic-z-index-base-value) + 50);--ic-z-index-navigation-menu:calc(var(--ic-z-index-base-value) + 60);--ic-z-index-side-navigation:calc(var(--ic-z-index-base-value) + 60);--ic-z-index-dialog:calc(var(--ic-z-index-base-value) + 100);--ic-z-index-tooltip:calc(var(--ic-z-index-base-value) + 110);--ic-z-index-classification-banner:calc(var(--ic-z-index-base-value) + 200)}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ukic/react",
|
|
3
3
|
"sideEffects": false,
|
|
4
|
-
"version": "2.1.0-beta.
|
|
4
|
+
"version": "2.1.0-beta.9",
|
|
5
5
|
"description": "React-wrapped web components compiled using StencilJS",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "npm run clean && npm run compile && npm run copy:core-css && npm run copy:normalize-css",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"dist/"
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@ukic/fonts": "^2.1.0-beta.
|
|
26
|
-
"@ukic/web-components": "^2.1.0-beta.
|
|
25
|
+
"@ukic/fonts": "^2.1.0-beta.9",
|
|
26
|
+
"@ukic/web-components": "^2.1.0-beta.9"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@babel/core": "^7.16.0",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@storybook/addon-postcss": "^2.0.0",
|
|
36
36
|
"@storybook/builder-webpack5": "^6.5.14",
|
|
37
37
|
"@storybook/manager-webpack5": "^6.5.14",
|
|
38
|
-
"@storybook/react": "
|
|
38
|
+
"@storybook/react": "6.5.15",
|
|
39
39
|
"@types/jest": "27.0.3",
|
|
40
40
|
"@types/node": "^16.11.11",
|
|
41
41
|
"@types/react": "^17.0.37",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"react-hook-form": "^7.38.0",
|
|
51
51
|
"react-router-dom": "^6.3.0",
|
|
52
52
|
"typescript": "^4.5.2",
|
|
53
|
-
"webpack": "^5.
|
|
53
|
+
"webpack": "^5.76.0"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"react": "^16.7.0 || ^17.0.2 || ^18.2.0",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"dist"
|
|
65
65
|
]
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "f25923c8f6fe3d6c65f4cd048bdab9c46d324759"
|
|
68
68
|
}
|