@contentful/f36-asset 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-icon@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,7 +6,9 @@ storybook: 'https://v4-f36-storybook.netlify.app/?path=/story/components-asset--
6
6
  typescript: ./src/Asset.tsx
7
7
  ---
8
8
 
9
- The `Asset` component is a visual representation of an asset file such as a video or a PDF document. Use it when assets need to be presented to the user in a visual way but without necessarily showing the actual asset, for instance in a file selector, a drag-and-drop component, or when listing files. The `Asset` component composes the `AssetIcon` component.
9
+ Represent an asset visually without showing the actual asset.
10
+
11
+ Useful in a file selector, a drag-n-drop component or in lists.
10
12
 
11
13
  ## Import
12
14
 
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@contentful/f36-asset",
3
- "version": "4.3.9",
3
+ "version": "4.3.10",
4
4
  "description": "Forma 36: Asset component",
5
5
  "scripts": {
6
6
  "build": "parcel build"
7
7
  },
8
8
  "dependencies": {
9
9
  "@babel/runtime": "^7.6.2",
10
- "@contentful/f36-core": "^4.3.9",
11
- "@contentful/f36-icon": "^4.3.9",
12
- "@contentful/f36-icons": "^4.3.9",
10
+ "@contentful/f36-core": "^4.3.10",
11
+ "@contentful/f36-icon": "^4.3.10",
12
+ "@contentful/f36-icons": "^4.3.10",
13
13
  "@contentful/f36-tokens": "^4.0.1",
14
- "@contentful/f36-typography": "^4.3.9",
14
+ "@contentful/f36-typography": "^4.3.10",
15
15
  "emotion": "^10.0.17"
16
16
  },
17
17
  "peerDependencies": {