@atom-learning/components 2.66.11 → 2.66.12
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
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
## [2.66.
|
|
1
|
+
## [2.66.12](https://github.com/Atom-Learning/components/compare/v2.66.11...v2.66.12) (2023-09-05)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* missing gap in dialog footer ([f700ff0](https://github.com/Atom-Learning/components/commit/f700ff0b22754431ccf9e8ea0476e7f46fa539c8))
|
|
7
|
+
* snapshots ([2a1accb](https://github.com/Atom-Learning/components/commit/2a1accbb8d739a97aedab39d52eb76ae06486da7))
|
|
8
|
+
* update to ([e9211a2](https://github.com/Atom-Learning/components/commit/e9211a2d297628a880a7c5c3991d99853d851060))
|
|
7
9
|
|
|
8
10
|
# [1.4.0](https://github.com/Atom-Learning/components/compare/v1.3.0...v1.4.0) (2022-04-11)
|
|
9
11
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import*as t from"react";import{Flex as r}from"../flex/Flex.js";const s=({css:e,...o})=>t.createElement(r,{justify:"end",css:{pt:"$4",...e},...o});export{s as DialogFooter};
|
|
1
|
+
import*as t from"react";import{Flex as r}from"../flex/Flex.js";const s=({css:e,...o})=>t.createElement(r,{justify:"end",gap:3,css:{pt:"$4",...e},...o});export{s as DialogFooter};
|
|
2
2
|
//# sourceMappingURL=DialogFooter.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DialogFooter.js","sources":["../../../src/components/dialog/DialogFooter.tsx"],"sourcesContent":["import
|
|
1
|
+
{"version":3,"file":"DialogFooter.js","sources":["../../../src/components/dialog/DialogFooter.tsx"],"sourcesContent":["import * as React from 'react'\n\nimport { Flex } from '../flex'\n\nexport const DialogFooter = ({\n css,\n ...props\n}: React.ComponentProps<typeof Flex>) => (\n <Flex justify=\"end\" gap={3} css={{ pt: '$4', ...css }} {...props} />\n)\n"],"names":["DialogFooter","css","props","React","Flex"],"mappings":"+DAIa,MAAAA,EAAe,CAAC,CAC3B,IAAAC,KACGC,CACL,IACEC,EAAA,cAACC,EAAA,CAAK,QAAQ,MAAM,IAAK,EAAG,IAAK,CAAE,GAAI,KAAM,GAAGH,CAAI,EAAI,GAAGC,CAAO,CAAA"}
|