@atlaskit/skeleton 2.1.4 → 2.1.5
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/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
._1pglp3kn{animation-timing-function:linear}
|
|
2
2
|
._5sag12o8{animation-duration:1.5s}
|
|
3
3
|
._7hjf1yy8{animation-direction:alternate}
|
|
4
|
-
.
|
|
5
|
-
.
|
|
4
|
+
._bfhkizff{background-color:var(--ds-skeleton,#0515240f)}
|
|
5
|
+
._j7hq1532{animation-name:k1xknv5d}
|
|
6
6
|
._tip812c5{animation-iteration-count:infinite}
|
|
7
|
-
@keyframes
|
|
7
|
+
@keyframes k1xknv5d{0%{background-color:var(--ds-skeleton-from-color,var(--ds-skeleton,#0515240f))}to{background-color:var(--ds-skeleton-to-color,var(--ds-skeleton-subtle,#17171708))}}
|
package/dist/cjs/ui/index.js
CHANGED
|
@@ -49,7 +49,7 @@ var Skeleton = function Skeleton(_ref) {
|
|
|
49
49
|
'--ds-skeleton-to-color': color && ShimmeringEndColor ? ShimmeringEndColor : undefined
|
|
50
50
|
}
|
|
51
51
|
}, groupDataAttribute && (0, _defineProperty2.default)({}, groupDataAttribute, 'true'), {
|
|
52
|
-
className: (0, _runtime.ax)(["_7hjf1yy8 _5sag12o8 _tip812c5 _1pglp3kn
|
|
52
|
+
className: (0, _runtime.ax)(["_7hjf1yy8 _5sag12o8 _tip812c5 _1pglp3kn _bfhkizff", isShimmering && "", isShimmering && "_j7hq1532"])
|
|
53
53
|
}));
|
|
54
54
|
};
|
|
55
55
|
var _default = exports.default = Skeleton;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
._1pglp3kn{animation-timing-function:linear}
|
|
2
2
|
._5sag12o8{animation-duration:1.5s}
|
|
3
3
|
._7hjf1yy8{animation-direction:alternate}
|
|
4
|
-
.
|
|
5
|
-
.
|
|
4
|
+
._bfhkizff{background-color:var(--ds-skeleton,#0515240f)}
|
|
5
|
+
._j7hq19vq{animation-name:k4nwfqi}
|
|
6
6
|
._tip812c5{animation-iteration-count:infinite}
|
|
7
|
-
@keyframes
|
|
7
|
+
@keyframes k4nwfqi{0%{background-color:var(--ds-skeleton-from-color,var(--ds-skeleton,#0515240f))}to{background-color:var(--ds-skeleton-to-color,var(--ds-skeleton-subtle,#17171708))}}
|
package/dist/es2019/ui/index.js
CHANGED
|
@@ -40,7 +40,7 @@ const Skeleton = ({
|
|
|
40
40
|
}, groupDataAttribute && {
|
|
41
41
|
[groupDataAttribute]: 'true'
|
|
42
42
|
}, {
|
|
43
|
-
className: ax(["_7hjf1yy8 _5sag12o8 _tip812c5 _1pglp3kn
|
|
43
|
+
className: ax(["_7hjf1yy8 _5sag12o8 _tip812c5 _1pglp3kn _bfhkizff", isShimmering && "", isShimmering && "_j7hq19vq"])
|
|
44
44
|
}));
|
|
45
45
|
};
|
|
46
46
|
export default Skeleton;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
._1pglp3kn{animation-timing-function:linear}
|
|
2
2
|
._5sag12o8{animation-duration:1.5s}
|
|
3
3
|
._7hjf1yy8{animation-direction:alternate}
|
|
4
|
-
.
|
|
5
|
-
.
|
|
4
|
+
._bfhkizff{background-color:var(--ds-skeleton,#0515240f)}
|
|
5
|
+
._j7hq1532{animation-name:k1xknv5d}
|
|
6
6
|
._tip812c5{animation-iteration-count:infinite}
|
|
7
|
-
@keyframes
|
|
7
|
+
@keyframes k1xknv5d{0%{background-color:var(--ds-skeleton-from-color,var(--ds-skeleton,#0515240f))}to{background-color:var(--ds-skeleton-to-color,var(--ds-skeleton-subtle,#17171708))}}
|
package/dist/esm/ui/index.js
CHANGED
|
@@ -40,7 +40,7 @@ var Skeleton = function Skeleton(_ref) {
|
|
|
40
40
|
'--ds-skeleton-to-color': color && ShimmeringEndColor ? ShimmeringEndColor : undefined
|
|
41
41
|
}
|
|
42
42
|
}, groupDataAttribute && _defineProperty({}, groupDataAttribute, 'true'), {
|
|
43
|
-
className: ax(["_7hjf1yy8 _5sag12o8 _tip812c5 _1pglp3kn
|
|
43
|
+
className: ax(["_7hjf1yy8 _5sag12o8 _tip812c5 _1pglp3kn _bfhkizff", isShimmering && "", isShimmering && "_j7hq1532"])
|
|
44
44
|
}));
|
|
45
45
|
};
|
|
46
46
|
export default Skeleton;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/skeleton",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.5",
|
|
4
4
|
"description": "A skeleton acts as a placeholder for content, usually while the content loads.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@atlaskit/tokens": "^
|
|
30
|
+
"@atlaskit/tokens": "^9.0.0",
|
|
31
31
|
"@babel/runtime": "^7.0.0",
|
|
32
32
|
"@compiled/react": "^0.18.6"
|
|
33
33
|
},
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"@af/visual-regression": "workspace:^",
|
|
41
41
|
"@atlaskit/docs": "^11.2.0",
|
|
42
42
|
"@atlaskit/link": "^3.2.0",
|
|
43
|
-
"@atlaskit/primitives": "^
|
|
44
|
-
"@atlaskit/section-message": "^8.
|
|
43
|
+
"@atlaskit/primitives": "^17.0.0",
|
|
44
|
+
"@atlaskit/section-message": "^8.11.0",
|
|
45
45
|
"@testing-library/react": "^13.4.0",
|
|
46
46
|
"react-dom": "^18.2.0"
|
|
47
47
|
},
|