@atlaskit/icon 28.1.1 → 28.1.2
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 +7 -0
- package/dist/cjs/components/icon-tile.compiled.css +1 -1
- package/dist/cjs/components/icon-tile.js +1 -1
- package/dist/cjs/components/skeleton.compiled.css +1 -1
- package/dist/cjs/components/skeleton.js +1 -1
- package/dist/es2019/components/icon-tile.compiled.css +1 -1
- package/dist/es2019/components/icon-tile.js +1 -1
- package/dist/es2019/components/skeleton.compiled.css +1 -1
- package/dist/es2019/components/skeleton.js +1 -1
- package/dist/esm/components/icon-tile.compiled.css +1 -1
- package/dist/esm/components/icon-tile.js +1 -1
- package/dist/esm/components/skeleton.compiled.css +1 -1
- package/dist/esm/components/skeleton.js +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
3
|
-
.
|
|
3
|
+
._2rko1rr0{border-radius:var(--ds-radius-full,9999px)}._1bah1h6o{justify-content:center}
|
|
4
4
|
._1bsb1tcg{width:24px}
|
|
5
5
|
._1bsb1ylp{width:40px}
|
|
6
6
|
._1bsb7vkz{width:1pc}
|
|
@@ -37,7 +37,7 @@ var Skeleton = /*#__PURE__*/(0, _react.memo)(function Skeleton(_ref) {
|
|
|
37
37
|
style: {
|
|
38
38
|
backgroundColor: color
|
|
39
39
|
},
|
|
40
|
-
className: (0, _runtime.ax)(["
|
|
40
|
+
className: (0, _runtime.ax)(["_2rko1qll _1e0c1o8l", weight === 'strong' ? "_tzy4clii" : "_tzy4nh7s", sizeStyles[size]])
|
|
41
41
|
});
|
|
42
42
|
});
|
|
43
43
|
var _default = exports.default = Skeleton;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
3
|
-
.
|
|
3
|
+
._2rko1rr0{border-radius:var(--ds-radius-full,9999px)}._1bah1h6o{justify-content:center}
|
|
4
4
|
._1bsb1tcg{width:24px}
|
|
5
5
|
._1bsb1ylp{width:40px}
|
|
6
6
|
._1bsb7vkz{width:1pc}
|
|
@@ -27,7 +27,7 @@ const Skeleton = /*#__PURE__*/memo(function Skeleton({
|
|
|
27
27
|
style: {
|
|
28
28
|
backgroundColor: color
|
|
29
29
|
},
|
|
30
|
-
className: ax(["
|
|
30
|
+
className: ax(["_2rko1qll _1e0c1o8l", weight === 'strong' ? "_tzy4clii" : "_tzy4nh7s", sizeStyles[size]])
|
|
31
31
|
});
|
|
32
32
|
});
|
|
33
33
|
export default Skeleton;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
3
|
-
.
|
|
3
|
+
._2rko1rr0{border-radius:var(--ds-radius-full,9999px)}._1bah1h6o{justify-content:center}
|
|
4
4
|
._1bsb1tcg{width:24px}
|
|
5
5
|
._1bsb1ylp{width:40px}
|
|
6
6
|
._1bsb7vkz{width:1pc}
|
|
@@ -29,7 +29,7 @@ var Skeleton = /*#__PURE__*/memo(function Skeleton(_ref) {
|
|
|
29
29
|
style: {
|
|
30
30
|
backgroundColor: color
|
|
31
31
|
},
|
|
32
|
-
className: ax(["
|
|
32
|
+
className: ax(["_2rko1qll _1e0c1o8l", weight === 'strong' ? "_tzy4clii" : "_tzy4nh7s", sizeStyles[size]])
|
|
33
33
|
});
|
|
34
34
|
});
|
|
35
35
|
export default Skeleton;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon",
|
|
3
|
-
"version": "28.1.
|
|
3
|
+
"version": "28.1.2",
|
|
4
4
|
"description": "An icon is a symbol representing a command, device, directory, or common action.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
},
|
|
97
97
|
"dependencies": {
|
|
98
98
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
99
|
-
"@atlaskit/tokens": "^6.
|
|
99
|
+
"@atlaskit/tokens": "^6.2.0",
|
|
100
100
|
"@babel/register": "^7.25.9",
|
|
101
101
|
"@babel/runtime": "^7.0.0",
|
|
102
102
|
"@compiled/react": "^0.18.3"
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"@af/visual-regression": "workspace:^",
|
|
112
112
|
"@atlaskit/button": "^23.4.0",
|
|
113
113
|
"@atlaskit/code": "^17.2.0",
|
|
114
|
-
"@atlaskit/css": "^0.
|
|
114
|
+
"@atlaskit/css": "^0.13.0",
|
|
115
115
|
"@atlaskit/docs": "^11.0.0",
|
|
116
116
|
"@atlaskit/ds-lib": "^5.0.0",
|
|
117
117
|
"@atlaskit/form": "^12.4.0",
|
|
@@ -120,10 +120,10 @@
|
|
|
120
120
|
"@atlaskit/icon-object": "^7.2.0",
|
|
121
121
|
"@atlaskit/link": "^3.2.0",
|
|
122
122
|
"@atlaskit/logo": "^19.7.0",
|
|
123
|
-
"@atlaskit/menu": "^8.
|
|
123
|
+
"@atlaskit/menu": "^8.4.0",
|
|
124
124
|
"@atlaskit/modal-dialog": "^14.3.0",
|
|
125
|
-
"@atlaskit/primitives": "^14.
|
|
126
|
-
"@atlaskit/section-message": "^8.
|
|
125
|
+
"@atlaskit/primitives": "^14.13.0",
|
|
126
|
+
"@atlaskit/section-message": "^8.7.0",
|
|
127
127
|
"@atlaskit/textfield": "^8.0.0",
|
|
128
128
|
"@atlaskit/theme": "^20.0.0",
|
|
129
129
|
"@atlaskit/toggle": "^15.1.0",
|