@contentful/f36-copybutton 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,14 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.3.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies []:
8
+ - @contentful/f36-icons@4.3.10
9
+ - @contentful/f36-tooltip@4.3.10
10
+ - @contentful/f36-core@4.3.10
11
+
3
12
  ## 4.3.9
4
13
 
5
14
  ### Patch Changes
package/README.mdx CHANGED
@@ -9,16 +9,16 @@ typescript: ./src/CopyButton.tsx
9
9
  storybook: 'https://v4-f36-storybook.netlify.app/?path=/story/components-copybutton--default'
10
10
  ---
11
11
 
12
- The `CopyButton` is a styled button that copies text into the user's clipboard.
12
+ Copy text to the clipboard.
13
13
 
14
- `CopyButton` can be used in combination with text inputs where the input value should be easy to copy. In such cases it is best to position the `CopyButton` at the end of the input.
14
+ Place it at the right bottom end of the text you want users to copy.
15
15
 
16
16
  ## Import
17
17
 
18
18
  ```js static=true
19
19
  import { CopyButton } from '@contentful/f36-components';
20
20
  // or
21
- import { ToggleButton } from '@contentful/f36-copybutton';
21
+ import { CopyButton } from '@contentful/f36-copybutton';
22
22
  ```
23
23
 
24
24
  ## Examples
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@contentful/f36-copybutton",
3
- "version": "4.3.9",
3
+ "version": "4.3.10",
4
4
  "description": "Forma 36: CopyButton 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-icons": "^4.3.9",
10
+ "@contentful/f36-core": "^4.3.10",
11
+ "@contentful/f36-icons": "^4.3.10",
12
12
  "@contentful/f36-tokens": "^4.0.1",
13
- "@contentful/f36-tooltip": "^4.3.9",
13
+ "@contentful/f36-tooltip": "^4.3.10",
14
14
  "emotion": "^10.0.17",
15
15
  "react-copy-to-clipboard": "^5.0.3"
16
16
  },