@sb1/ffe-buttons-react 22.0.2 → 22.0.4

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/README.md +0 -5
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -10,11 +10,6 @@ npm install --save @sb1/ffe-buttons-react
10
10
 
11
11
  Full documentation on button usage is available at https://design.sparebank1.no/komponenter/knapper/.
12
12
 
13
- ## TypeScript definition files
14
-
15
- This component supports TypeScript - please update `index.d.ts` if you change any
16
- of the external methods or properties in this component.
17
-
18
13
  ## Development
19
14
 
20
15
  To start a local development server, run the following from the designsystem root folder:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sb1/ffe-buttons-react",
3
- "version": "22.0.2",
3
+ "version": "22.0.4",
4
4
  "description": "React implementation of ffe-buttons",
5
5
  "keywords": [
6
6
  "ffe"
@@ -29,8 +29,8 @@
29
29
  "test:watch": "ffe-buildtool jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@sb1/ffe-buttons": "^18.0.23",
33
- "@sb1/ffe-icons-react": "^9.0.12",
32
+ "@sb1/ffe-buttons": "^18.0.24",
33
+ "@sb1/ffe-icons-react": "^10.0.0",
34
34
  "classnames": "^2.3.1"
35
35
  },
36
36
  "devDependencies": {
@@ -45,5 +45,5 @@
45
45
  "publishConfig": {
46
46
  "access": "public"
47
47
  },
48
- "gitHead": "12285ee4ecea525ee235bc88aee2ffe38c32f0d1"
48
+ "gitHead": "48bd1f6225acb09a6cf5f3c3e546b0abf9f59ef1"
49
49
  }