@atlaskit/ds-explorations 4.0.1 → 4.1.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 +9 -0
- package/dist/cjs/components/interaction-surface.partial.js +128 -128
- package/dist/es2019/components/interaction-surface.partial.js +128 -128
- package/dist/esm/components/interaction-surface.partial.js +128 -128
- package/package.json +72 -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 +128 -128
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/ds-explorations
|
|
2
2
|
|
|
3
|
+
## 4.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#109764](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/109764)
|
|
8
|
+
[`1a7a3be1e63f7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/1a7a3be1e63f7) -
|
|
9
|
+
Change the InteractionSurface background styles' internal psuedo-selector (no expected difference
|
|
10
|
+
to specificity or anything)
|
|
11
|
+
|
|
3
12
|
## 4.0.1
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|