@uniformdev/design-system 19.60.0 → 19.61.1-alpha.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/esm/index.js +2 -2
- package/dist/index.js +2 -2
- package/package.json +5 -5
package/dist/esm/index.js
CHANGED
|
@@ -14492,7 +14492,7 @@ var imgLoading = css54`
|
|
|
14492
14492
|
opacity: 0;
|
|
14493
14493
|
`;
|
|
14494
14494
|
var imgLoaded = css54`
|
|
14495
|
-
animation: ${fadeIn} var(--duration-
|
|
14495
|
+
animation: ${fadeIn} var(--duration-fast) var(--timing-ease-out) forwards;
|
|
14496
14496
|
opacity: 1;
|
|
14497
14497
|
`;
|
|
14498
14498
|
var brokenImage = css54`
|
|
@@ -14545,7 +14545,7 @@ var ImageBroken = ({ width, height, ...props }) => {
|
|
|
14545
14545
|
|
|
14546
14546
|
// src/components/Image/Image.tsx
|
|
14547
14547
|
import { Fragment as Fragment11, jsx as jsx65, jsxs as jsxs41 } from "@emotion/react/jsx-runtime";
|
|
14548
|
-
var MIN_LOADING_MS =
|
|
14548
|
+
var MIN_LOADING_MS = 100;
|
|
14549
14549
|
function Image({
|
|
14550
14550
|
alt,
|
|
14551
14551
|
src,
|
package/dist/index.js
CHANGED
|
@@ -16225,7 +16225,7 @@ var imgLoading = import_react71.css`
|
|
|
16225
16225
|
opacity: 0;
|
|
16226
16226
|
`;
|
|
16227
16227
|
var imgLoaded = import_react71.css`
|
|
16228
|
-
animation: ${fadeIn} var(--duration-
|
|
16228
|
+
animation: ${fadeIn} var(--duration-fast) var(--timing-ease-out) forwards;
|
|
16229
16229
|
opacity: 1;
|
|
16230
16230
|
`;
|
|
16231
16231
|
var brokenImage = import_react71.css`
|
|
@@ -16279,7 +16279,7 @@ var ImageBroken = ({ width, height, ...props }) => {
|
|
|
16279
16279
|
|
|
16280
16280
|
// src/components/Image/Image.tsx
|
|
16281
16281
|
var import_jsx_runtime65 = require("@emotion/react/jsx-runtime");
|
|
16282
|
-
var MIN_LOADING_MS =
|
|
16282
|
+
var MIN_LOADING_MS = 100;
|
|
16283
16283
|
function Image({
|
|
16284
16284
|
alt,
|
|
16285
16285
|
src,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uniformdev/design-system",
|
|
3
|
-
"version": "19.
|
|
3
|
+
"version": "19.61.1-alpha.10+8aa257167",
|
|
4
4
|
"description": "Uniform design system components",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
"@storybook/react": "6.5.16",
|
|
24
24
|
"@types/react": "18.2.21",
|
|
25
25
|
"@types/react-dom": "18.2.7",
|
|
26
|
-
"@uniformdev/canvas": "^19.
|
|
27
|
-
"@uniformdev/richtext": "^19.
|
|
26
|
+
"@uniformdev/canvas": "^19.61.1-alpha.10+8aa257167",
|
|
27
|
+
"@uniformdev/richtext": "^19.61.1-alpha.10+8aa257167",
|
|
28
28
|
"autoprefixer": "10.4.16",
|
|
29
29
|
"hygen": "6.2.11",
|
|
30
|
-
"postcss": "8.4.
|
|
30
|
+
"postcss": "8.4.31",
|
|
31
31
|
"react": "18.2.0",
|
|
32
32
|
"react-dom": "18.2.0",
|
|
33
33
|
"tsup": "7.2.0"
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "8aa2571675505a90ba544863f87621dd90750c3a"
|
|
69
69
|
}
|