@atlaskit/icon-lab 4.5.0 → 4.5.1
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 +9 -0
- package/dist/cjs/metadata-core.js +248 -117
- package/dist/es2019/metadata-core.js +248 -117
- package/dist/esm/metadata-core.js +248 -117
- package/dist/types/metadata-core.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +1 -1
- package/package.json +4 -4
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::8b821faf28eb47c5581103ee5b11b7bb>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
interface metadata {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*
|
|
4
4
|
* To change the format of this file, modify `createIconDocsNew` in icon-build-process/src/create-icon-docs.tsx.
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::8b821faf28eb47c5581103ee5b11b7bb>>
|
|
7
7
|
* @codegenCommand yarn build:icon-glyphs
|
|
8
8
|
*/
|
|
9
9
|
interface metadata {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon-lab",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.1",
|
|
4
4
|
"description": "An icon package for public icon contributions",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@atlaskit/icon": "^25.
|
|
35
|
+
"@atlaskit/icon": "^25.3.0",
|
|
36
36
|
"@babel/runtime": "^7.0.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
@@ -41,16 +41,16 @@
|
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@af/icon-build-process": "^2.4.0",
|
|
43
43
|
"@af/visual-regression": "^1.3.0",
|
|
44
|
-
"@atlaskit/button": "^
|
|
44
|
+
"@atlaskit/button": "^22.0.0",
|
|
45
45
|
"@atlaskit/code": "^16.1.0",
|
|
46
46
|
"@atlaskit/ds-lib": "^4.0.0",
|
|
47
47
|
"@atlaskit/heading": "^5.1.0",
|
|
48
48
|
"@atlaskit/modal-dialog": "^14.0.0",
|
|
49
49
|
"@atlaskit/primitives": "^14.2.0",
|
|
50
|
-
"@atlaskit/ssr": "^0.4.0",
|
|
51
50
|
"@atlaskit/textfield": "^8.0.0",
|
|
52
51
|
"@atlaskit/tokens": "^4.5.0",
|
|
53
52
|
"@atlaskit/tooltip": "^20.0.0",
|
|
53
|
+
"@atlassian/ssr-tests": "^0.2.0",
|
|
54
54
|
"@compiled/react": "^0.18.3",
|
|
55
55
|
"@testing-library/react": "^13.4.0",
|
|
56
56
|
"fs-extra": "^4.0.2",
|