@atom-learning/components 2.19.0 → 2.20.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -25
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,36 +1,14 @@
1
- # [2.19.0](https://github.com/Atom-Learning/components/compare/v2.18.0...v2.19.0) (2022-12-01)
1
+ # [2.20.0](https://github.com/Atom-Learning/components/compare/v2.19.0...v2.20.0) (2022-12-02)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * sidedrawer - content/footer position ([60e5a01](https://github.com/Atom-Learning/components/commit/60e5a019e201b1b49120f150faee24ad8cb7c67b))
7
- * sidedrawer - ts validation fix. types fix + aria-label ([88130a4](https://github.com/Atom-Learning/components/commit/88130a4de9df779e03d793ce1dcb53c1f1ceabc3))
6
+ * update snapshots ([db7ef16](https://github.com/Atom-Learning/components/commit/db7ef16412906bbc11d7a7881038bb2a640a5206))
8
7
 
9
8
 
10
9
  ### Features
11
10
 
12
- * sidedrawer - accordion item simplified ([219c2a8](https://github.com/Atom-Learning/components/commit/219c2a8452e60458b5db5cf994b1436fa87942e3))
13
- * sidedrawer - accordion removed from item. overlay and footer improvements ([33e4278](https://github.com/Atom-Learning/components/commit/33e42782d524eaa96663e8e3d5835825918b449b))
14
- * sidedrawer - accordion root simplified, open/close changes ([3158955](https://github.com/Atom-Learning/components/commit/315895506f21af0f0eaa84184483608a90cd52c9))
15
- * sidedrawer - accordion usage simplified, accordion.item error handling, styles cleanup ([0de86a8](https://github.com/Atom-Learning/components/commit/0de86a84d4e1a92f9c09745365472ea4d5cc9927))
16
- * sidedrawer - accordtion item animation ([c6fa5bd](https://github.com/Atom-Learning/components/commit/c6fa5bd227bbf748149f1cad2d4c1dc4d1ff0dee))
17
- * sidedrawer - accordtion root renders automatically. mdx docs added ([1b97feb](https://github.com/Atom-Learning/components/commit/1b97feb4e09893f7fdcd68d8ec5ad711ee06732b))
18
- * sidedrawer - active item styles improvements. trigger children improvements ([d26fd08](https://github.com/Atom-Learning/components/commit/d26fd0849306cabf1b9d8133843d51b11045bcd7))
19
- * sidedrawer - api update to support sidedrawer.trigger ([65f3b08](https://github.com/Atom-Learning/components/commit/65f3b085000c268484ec98d3b27f5f2bd6dc5352))
20
- * sidedrawer - cleanup accordion item render ([a989ba2](https://github.com/Atom-Learning/components/commit/a989ba267f2a280d50262626189ae6b79836c4f0))
21
- * sidedrawer - close added, header and footer css improvements ([b92c64b](https://github.com/Atom-Learning/components/commit/b92c64b2f1d1ec0cba0fcccac7040169e5aa9bbd))
22
- * sidedrawer - close on escape key, onClose passed to overlay. docs update ([fa670d5](https://github.com/Atom-Learning/components/commit/fa670d577a5e2e18275a3d18618ecde759c3a98b))
23
- * sidedrawer - core components foundations ([3c95835](https://github.com/Atom-Learning/components/commit/3c958357fda36aaad68963ad39c43af1a2510a8a))
24
- * sidedrawer - css and props improvements, animations moved to shared ([97680c5](https://github.com/Atom-Learning/components/commit/97680c51efc93f4800013e297e6a5d748c7db25b))
25
- * sidedrawer - disabled state + accordion item props improvement ([8f70379](https://github.com/Atom-Learning/components/commit/8f70379e3b44707191a4c157321926f4d908fe2b))
26
- * sidedrawer - item and accordion ([80abac3](https://github.com/Atom-Learning/components/commit/80abac3bb0355728c7e4967e72e46dcd04f4a39e))
27
- * sidedrawer - overlay animation fix ([ee8bed2](https://github.com/Atom-Learning/components/commit/ee8bed26fb9fd11a5b24c902cfeb25e2f4635a4c))
28
- * sidedrawer - render overlay always ([4b629b5](https://github.com/Atom-Learning/components/commit/4b629b526848e7d7e3a19c4af26e0d421e623e7b))
29
- * sidedrawer docs preview ([5a4e895](https://github.com/Atom-Learning/components/commit/5a4e8957d2df6fa2e3ac21ef38931f6af2c3902a))
30
- * sidedrawer docs update ([a3dc286](https://github.com/Atom-Learning/components/commit/a3dc2866cd961f990a0cf8ce42fd8d5936cdbf48))
31
- * sidedrawer foundations change - use dialog ([3927ff5](https://github.com/Atom-Learning/components/commit/3927ff5ea8a16a77706a4f2cccce3f753cea39d9))
32
- * sidedrawer props simplified ([6871e6b](https://github.com/Atom-Learning/components/commit/6871e6b1b26a7d63e67ff9013f82356b3c6092cd))
33
- * sidedrawer unit tests ([b7530b3](https://github.com/Atom-Learning/components/commit/b7530b31f45f67df79a340190b78cd21b028a993))
11
+ * upgrade packages ([8c0df76](https://github.com/Atom-Learning/components/commit/8c0df768169f5e4f3fbd6af3515ba2178f9bde89))
34
12
 
35
13
  # [1.4.0](https://github.com/Atom-Learning/components/compare/v1.3.0...v1.4.0) (2022-04-11)
36
14
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "main": "dist/index.cjs.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "module": "dist/index.js",
7
- "version": "2.19.0",
7
+ "version": "2.20.0",
8
8
  "description": "",
9
9
  "files": [
10
10
  "dist"
@@ -58,9 +58,9 @@
58
58
  }
59
59
  ],
60
60
  "devDependencies": {
61
- "@atom-learning/icons": "1.5.0",
61
+ "@atom-learning/icons": "1.14.0",
62
62
  "@atom-learning/jest-stitches": "1.0.10",
63
- "@atom-learning/theme": "1.1.0",
63
+ "@atom-learning/theme": "1.1.1",
64
64
  "@commitlint/cli": "^11.0.0",
65
65
  "@commitlint/config-conventional": "^11.0.0",
66
66
  "@radix-ui/react-id": "0.1.5",
@@ -126,7 +126,7 @@
126
126
  "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
127
127
  },
128
128
  "dependencies": {
129
- "@atom-learning/theme": "1.1.0",
129
+ "@atom-learning/theme": "1.1.1",
130
130
  "@radix-ui/react-accordion": "^1.0.0",
131
131
  "@radix-ui/react-alert-dialog": "^1.0.0",
132
132
  "@radix-ui/react-checkbox": "^1.0.0",