@ukic/react 2.7.0 → 2.8.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/core/core.css +1 -1
- package/package.json +3 -14
package/dist/core/core.css
CHANGED
|
@@ -4,7 +4,7 @@ html{font-family:var(--ic-font-body-family);color:var(--ic-color-primary-text)}a
|
|
|
4
4
|
inset 0 0 0 8px var(--ic-architectural-white);--ic-border-focus-dark:0 0 0 2px white, 0 0 0 5px rgba(255 255 255 / 52%);--ic-elevation-raised:0 0 2px rgb(0 0 0 / 50%);--ic-elevation-overlay:0 2px 8px rgb(0 0 0 / 20%);--ic-elevation-modal:0 4px 16px rgb(0 0 0 / 25%);--ic-elevation-inset:inset 0 4px 16px rgb(0 0 0 / 25%),
|
|
5
5
|
inset 0 -4px 16px rgb(0 0 0 / 25%);--ic-easing-transition-fast:var(--ic-transition-duration-fast)
|
|
6
6
|
cubic-bezier(0.165, 0.84, 0.44, 1);--ic-easing-transition-slow:var(--ic-transition-duration-slow)
|
|
7
|
-
cubic-bezier(0.165, 0.84, 0.44, 1);--ic-transition-duration-fast:100ms;--ic-transition-duration-slow:300ms;--ic-border-disabled:var(--ic-space-1px) dashed var(--ic-architectural-200);--ic-border-default:var(--ic-space-1px) solid var(--ic-architectural-400);--ic-border-hover:var(--ic-space-1px) solid var(--ic-architectural-500);--ic-border-pressed:var(--ic-space-1px) solid var(--ic-architectural-600);--ic-hc-border:var(--ic-space-1px) solid transparent;--ic-error-border-default:var(--ic-space-xxxs) solid var(--ic-status-error);--ic-error-border-hover:var(--ic-space-xxxs) solid
|
|
7
|
+
cubic-bezier(0.165, 0.84, 0.44, 1);--ic-transition-duration-fast:100ms;--ic-transition-duration-slow:300ms;--ic-border-width:0.0625rem;--ic-border-disabled:var(--ic-space-1px) dashed var(--ic-architectural-200);--ic-border-default:var(--ic-space-1px) solid var(--ic-architectural-400);--ic-border-hover:var(--ic-space-1px) solid var(--ic-architectural-500);--ic-border-pressed:var(--ic-space-1px) solid var(--ic-architectural-600);--ic-hc-border:var(--ic-space-1px) solid transparent;--ic-error-border-default:var(--ic-space-xxxs) solid var(--ic-status-error);--ic-error-border-hover:var(--ic-space-xxxs) solid
|
|
8
8
|
var(--ic-status-error-hover);--ic-error-border-pressed:var(--ic-space-xxxs) solid
|
|
9
9
|
var(--ic-status-error-pressed);--ic-success-border-default:var(--ic-space-xxxs) solid
|
|
10
10
|
var(--ic-status-success);--ic-success-border-hover:var(--ic-space-xxxs) solid
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"sideEffects": [
|
|
4
4
|
"*.css"
|
|
5
5
|
],
|
|
6
|
-
"version": "2.
|
|
6
|
+
"version": "2.8.0",
|
|
7
7
|
"description": "React-wrapped web components compiled using StencilJS",
|
|
8
8
|
"author": "mi6",
|
|
9
9
|
"bugs": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@ukic/fonts": "^2.6.0",
|
|
39
|
-
"@ukic/web-components": "^2.
|
|
39
|
+
"@ukic/web-components": "^2.8.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@babel/core": "^7.23.2",
|
|
@@ -51,13 +51,10 @@
|
|
|
51
51
|
"@storybook/builder-webpack5": "^6.5.14",
|
|
52
52
|
"@storybook/manager-webpack5": "^6.5.14",
|
|
53
53
|
"@storybook/react": "^6.5.15",
|
|
54
|
-
"@types/jest": "27.0.3",
|
|
55
54
|
"@types/node": "^16.11.11",
|
|
56
55
|
"@types/react": "^17.0.37",
|
|
57
56
|
"@types/react-dom": "^17.0.11",
|
|
58
57
|
"babel-loader": "^8.2.3",
|
|
59
|
-
"jest": "^27.4.1",
|
|
60
|
-
"jest-dom": "^4.0.0",
|
|
61
58
|
"mkdirp": "^1.0.4",
|
|
62
59
|
"np": "^7.6.0",
|
|
63
60
|
"react": "^16.7.0",
|
|
@@ -71,14 +68,6 @@
|
|
|
71
68
|
"react": "^16.7.0 || ^17.0.2 || ^18.2.0",
|
|
72
69
|
"react-dom": "^16.7.0 || ^17.0.2 || ^18.2.0"
|
|
73
70
|
},
|
|
74
|
-
"jest": {
|
|
75
|
-
"preset": "ts-jest",
|
|
76
|
-
"setupTestFrameworkScriptFile": "<rootDir>/jest.setup.js",
|
|
77
|
-
"testPathIgnorePatterns": [
|
|
78
|
-
"node_modules",
|
|
79
|
-
"dist"
|
|
80
|
-
]
|
|
81
|
-
},
|
|
82
71
|
"license": "MIT",
|
|
83
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "a26d1fa51a4723de8c43302ee54dc897700a0b0a"
|
|
84
73
|
}
|