@contentful/f36-accordion 4.3.9 → 4.3.10

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,5 +1,15 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.3.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @contentful/f36-collapse@4.3.10
9
+ - @contentful/f36-icons@4.3.10
10
+ - @contentful/f36-typography@4.3.10
11
+ - @contentful/f36-core@4.3.10
12
+
3
13
  ## 4.3.9
4
14
 
5
15
  ### Patch Changes
package/README.mdx CHANGED
@@ -6,8 +6,9 @@ github: 'https://github.com/contentful/forma-36/tree/main/packages/components/ac
6
6
  typescript: ./src/Accordion.tsx,./src/AccordionItem/AccordionItem.tsx
7
7
  ---
8
8
 
9
- Accordions are a good way to deliver a large amount of information. An accordion is a list of headers that after being clicked reveal or hide more content related to them.
10
- The header gives the user a summary of the content and the user decides if they need to see the extended content or not.
9
+ Store longer content in sections users can open one at a time.
10
+
11
+ Keep the section titles short.
11
12
 
12
13
  ## Import
13
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contentful/f36-accordion",
3
- "version": "4.3.9",
3
+ "version": "4.3.10",
4
4
  "description": "Forma 36: Accordion React Component",
5
5
  "license": "MIT",
6
6
  "files": [
@@ -21,11 +21,11 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@babel/runtime": "^7.6.2",
24
- "@contentful/f36-collapse": "^4.3.9",
25
- "@contentful/f36-core": "^4.3.9",
26
- "@contentful/f36-icons": "^4.3.9",
24
+ "@contentful/f36-collapse": "^4.3.10",
25
+ "@contentful/f36-core": "^4.3.10",
26
+ "@contentful/f36-icons": "^4.3.10",
27
27
  "@contentful/f36-tokens": "^4.0.1",
28
- "@contentful/f36-typography": "^4.3.9",
28
+ "@contentful/f36-typography": "^4.3.10",
29
29
  "emotion": "^10.0.17"
30
30
  },
31
31
  "peerDependencies": {