@atlaskit/icon-object 6.3.6 → 6.3.8
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 +12 -0
- package/__tests__/visual-regression/icon-object-snapshots.test.tsx +0 -17
- package/dist/cjs/metadata.js +1 -2
- package/package.json +2 -2
- package/__tests__/visual-regression/__image_snapshots__/icon-object-snapshots-test-tsx-icon-priority-snapshots-should-match-dark-mode-icons-1-snap.png +0 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/icon-object
|
|
2
2
|
|
|
3
|
+
## 6.3.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 6.3.7
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#41725](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41725) [`8d838ab41ed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d838ab41ed) - Removed all remaining legacy theming logic from Badge, IconObject, Lozenge and SectionMessage. This only affects the examples and some tests in each component. No internal component logic contained legacy theming.
|
|
14
|
+
|
|
3
15
|
## 6.3.6
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -17,21 +17,4 @@ describe('icon priority snapshots', () => {
|
|
|
17
17
|
|
|
18
18
|
expect(await element?.screenshot()).toMatchProdImageSnapshot();
|
|
19
19
|
});
|
|
20
|
-
|
|
21
|
-
it('should match dark mode icons', async () => {
|
|
22
|
-
const { __BASEURL__, page } = global as any;
|
|
23
|
-
|
|
24
|
-
const url = getExampleUrl(
|
|
25
|
-
'design-system',
|
|
26
|
-
'icon-object',
|
|
27
|
-
'icon-examples',
|
|
28
|
-
__BASEURL__,
|
|
29
|
-
);
|
|
30
|
-
|
|
31
|
-
await loadPage(page, url);
|
|
32
|
-
|
|
33
|
-
const element = await page.$('[data-testid="dark-root"]');
|
|
34
|
-
|
|
35
|
-
expect(await element?.screenshot()).toMatchProdImageSnapshot();
|
|
36
|
-
});
|
|
37
20
|
});
|
package/dist/cjs/metadata.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/icon-object",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.8",
|
|
4
4
|
"description": "An object icon is used to represent an Atlassian-specific content type.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@atlaskit/icon": "^
|
|
46
|
+
"@atlaskit/icon": "^22.0.0",
|
|
47
47
|
"@babel/runtime": "^7.0.0"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|