@atlaskit/ds-explorations 1.5.0 → 1.6.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 +6 -0
- package/dist/cjs/components/box.partial.js +3 -0
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/components/box.partial.js +3 -0
- package/dist/es2019/version.json +1 -1
- package/dist/esm/components/box.partial.js +3 -0
- package/dist/esm/version.json +1 -1
- package/dist/types/components/box.partial.d.ts +1 -0
- package/package.json +1 -1
- package/report.api.md +1 -0
- package/src/components/box.partial.tsx +1 -0
- package/tmp/api-report-tmp.d.ts +1 -0
package/CHANGELOG.md
CHANGED
package/dist/cjs/version.json
CHANGED
package/dist/es2019/version.json
CHANGED
package/dist/esm/version.json
CHANGED
|
@@ -172,6 +172,7 @@ declare const positionMap: {
|
|
|
172
172
|
declare type Overflow = keyof typeof overflowMap;
|
|
173
173
|
declare const overflowMap: {
|
|
174
174
|
auto: import("@emotion/react").SerializedStyles;
|
|
175
|
+
hidden: import("@emotion/react").SerializedStyles;
|
|
175
176
|
};
|
|
176
177
|
/**
|
|
177
178
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
package/package.json
CHANGED
package/report.api.md
CHANGED