@atlaskit/ds-explorations 4.3.1 → 4.3.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 +8 -0
- package/afm-cc/tsconfig.json +1 -2
- package/afm-jira/tsconfig.json +22 -22
- package/examples/99-interactions.tsx +5 -5
- package/package.json +6 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/ds-explorations
|
|
2
2
|
|
|
3
|
+
## 4.3.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#165531](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/165531)
|
|
8
|
+
[`57f451bda8919`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/57f451bda8919) -
|
|
9
|
+
Adds side-effect config to support Compiled css extraction in third-party apps
|
|
10
|
+
|
|
3
11
|
## 4.3.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/afm-cc/tsconfig.json
CHANGED
package/afm-jira/tsconfig.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
}
|
|
2
|
+
"extends": "../../../../tsconfig.entry-points.jira.json",
|
|
3
|
+
"compilerOptions": {
|
|
4
|
+
"target": "es5",
|
|
5
|
+
"outDir": "../../../../../tsDist/@atlaskit__ds-explorations/app",
|
|
6
|
+
"rootDir": "../",
|
|
7
|
+
"composite": true
|
|
8
|
+
},
|
|
9
|
+
"include": [
|
|
10
|
+
"../src/**/*.tsx"
|
|
11
|
+
],
|
|
12
|
+
"exclude": [
|
|
13
|
+
"../src/**/__tests__/*",
|
|
14
|
+
"../src/**/*.test.*",
|
|
15
|
+
"../src/**/test.*",
|
|
16
|
+
"../src/**/examples.*"
|
|
17
|
+
],
|
|
18
|
+
"references": [
|
|
19
|
+
{
|
|
20
|
+
"path": "../../tokens/afm-jira/tsconfig.json"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
@@ -47,13 +47,13 @@ export default () => {
|
|
|
47
47
|
return (
|
|
48
48
|
<Box padding="space.100" testId="all">
|
|
49
49
|
<Stack space="space.200">
|
|
50
|
-
<Heading
|
|
50
|
+
<Heading size="xsmall">Current ADS Buttons</Heading>
|
|
51
51
|
<Inline space="space.200">
|
|
52
52
|
<Button appearance="primary">brand.bold</Button>
|
|
53
53
|
<Button appearance="default">neutral</Button>
|
|
54
54
|
<Button appearance="warning">warning.bold</Button>
|
|
55
55
|
</Inline>
|
|
56
|
-
<Heading
|
|
56
|
+
<Heading size="xsmall">
|
|
57
57
|
Buttons with <Code>InteractionSurface</Code>
|
|
58
58
|
</Heading>
|
|
59
59
|
<Inline space="space.200" testId="buttons">
|
|
@@ -79,7 +79,7 @@ export default () => {
|
|
|
79
79
|
</Pressable>
|
|
80
80
|
))}
|
|
81
81
|
</Inline>
|
|
82
|
-
<Heading
|
|
82
|
+
<Heading size="xsmall">
|
|
83
83
|
Icon Buttons with <Code>InteractionSurface</Code>
|
|
84
84
|
</Heading>
|
|
85
85
|
<Inline space="space.200" testId="icon-buttons">
|
|
@@ -122,7 +122,7 @@ export default () => {
|
|
|
122
122
|
</InteractionSurface>
|
|
123
123
|
</Pressable>
|
|
124
124
|
</Inline>
|
|
125
|
-
<Heading
|
|
125
|
+
<Heading size="xsmall">
|
|
126
126
|
Progress Indicator with <Code>InteractionSurface</Code>
|
|
127
127
|
</Heading>
|
|
128
128
|
<Inline space="space.200" testId="progress-indicators">
|
|
@@ -147,7 +147,7 @@ export default () => {
|
|
|
147
147
|
</Pressable>
|
|
148
148
|
))}
|
|
149
149
|
</Inline>
|
|
150
|
-
<Heading
|
|
150
|
+
<Heading size="xsmall">Textfield / input spikes</Heading>
|
|
151
151
|
<Stack space="space.200">
|
|
152
152
|
<label htmlFor="textfield">Textfield</label>
|
|
153
153
|
<Textfield id="textfield" />
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/ds-explorations",
|
|
3
|
-
"version": "4.3.
|
|
3
|
+
"version": "4.3.2",
|
|
4
4
|
"description": "DEPRECATED. Use @atlaskit/primitives. An experimental package for exploration and validation of spacing / typography foundations.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -12,7 +12,9 @@
|
|
|
12
12
|
"module": "dist/esm/index.js",
|
|
13
13
|
"module:es2019": "dist/es2019/index.js",
|
|
14
14
|
"types": "dist/types/index.d.ts",
|
|
15
|
-
"sideEffects":
|
|
15
|
+
"sideEffects": [
|
|
16
|
+
"**/*.compiled.css"
|
|
17
|
+
],
|
|
16
18
|
"atlaskit:src": "src/index.tsx",
|
|
17
19
|
"atlassian": {
|
|
18
20
|
"team": "Design System Team",
|
|
@@ -24,7 +26,7 @@
|
|
|
24
26
|
"prepare": "yarn ak-postbuild"
|
|
25
27
|
},
|
|
26
28
|
"dependencies": {
|
|
27
|
-
"@atlaskit/tokens": "^2.
|
|
29
|
+
"@atlaskit/tokens": "^2.2.0",
|
|
28
30
|
"@babel/runtime": "^7.0.0",
|
|
29
31
|
"@emotion/react": "^11.7.1"
|
|
30
32
|
},
|
|
@@ -34,7 +36,7 @@
|
|
|
34
36
|
"devDependencies": {
|
|
35
37
|
"@af/formatting": "*",
|
|
36
38
|
"@atlaskit/ds-lib": "*",
|
|
37
|
-
"@atlaskit/primitives": "^
|
|
39
|
+
"@atlaskit/primitives": "^13.2.0",
|
|
38
40
|
"@atlaskit/textfield": "^6.5.0",
|
|
39
41
|
"@atlaskit/visual-regression": "*",
|
|
40
42
|
"@atlassian/codegen": "^0.1.0",
|