@atlaskit/ds-explorations 5.0.6 → 5.0.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 -1
- package/dist/cjs/components/interaction-surface.partial.js +107 -107
- package/dist/cjs/internal/color-map.js +2 -2
- package/dist/es2019/components/interaction-surface.partial.js +108 -107
- package/dist/es2019/internal/color-map.js +2 -2
- package/dist/esm/components/interaction-surface.partial.js +108 -107
- package/dist/esm/internal/color-map.js +2 -2
- package/dist/types/components/interaction-surface.partial.d.ts +9 -66
- package/dist/types/internal/color-map.d.ts +2 -2
- package/dist/types-ts4.5/components/interaction-surface.partial.d.ts +9 -66
- package/dist/types-ts4.5/internal/color-map.d.ts +2 -2
- package/package.json +4 -4
- package/scripts/interaction-codegen.tsx +16 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/ds-explorations
|
|
2
2
|
|
|
3
|
+
## 5.0.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 5.0.7
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 5.0.6
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -838,7 +850,6 @@ tokens.
|
|
|
838
850
|
package in downstream dependencies is correctly resolved.
|
|
839
851
|
|
|
840
852
|
This update also includes changes to the way the `Text` component behaves with `Box`:
|
|
841
|
-
|
|
842
853
|
- Text will now remove redundant DOM elements if it detects that it is already in the context of a
|
|
843
854
|
`Text` element. This will only occur if the Text element that is a candidate for removal does
|
|
844
855
|
not apply any custom property.
|