@atlaskit/ds-explorations 4.0.1 → 4.2.0
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 +18 -0
- package/dist/cjs/components/interaction-surface.partial.js +135 -130
- package/dist/es2019/components/interaction-surface.partial.js +135 -130
- package/dist/esm/components/interaction-surface.partial.js +135 -130
- package/dist/types/components/interaction-surface.partial.d.ts +5 -2
- package/dist/types-ts4.5/components/interaction-surface.partial.d.ts +5 -2
- package/examples/99-interactions.tsx +68 -79
- package/package.json +78 -78
- package/scripts/__tests__/__snapshots__/codegen.test.tsx.snap +126 -126
- package/scripts/interaction-codegen.tsx +2 -2
- package/src/components/interaction-surface.partial.tsx +134 -130
- package/tsconfig.dev.json +0 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @atlaskit/ds-explorations
|
|
2
2
|
|
|
3
|
+
## 4.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#111878](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/111878)
|
|
8
|
+
[`223959ef57c80`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/223959ef57c80) -
|
|
9
|
+
Explicitly set jsxRuntime to classic via pragma comments in order to avoid issues where jsxRuntime
|
|
10
|
+
is implicitly set to automatic.
|
|
11
|
+
|
|
12
|
+
## 4.1.0
|
|
13
|
+
|
|
14
|
+
### Minor Changes
|
|
15
|
+
|
|
16
|
+
- [#109764](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109764)
|
|
17
|
+
[`1a7a3be1e63f7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1a7a3be1e63f7) -
|
|
18
|
+
Change the InteractionSurface background styles' internal psuedo-selector (no expected difference
|
|
19
|
+
to specificity or anything)
|
|
20
|
+
|
|
3
21
|
## 4.0.1
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|