@sb1/ffe-buttons-react 100.8.1 → 100.8.2

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 +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -23,6 +23,6 @@ npm run build
23
23
  npm start
24
24
  ```
25
25
 
26
- A local instance of `component-overview` with live reloading will run at http://localhost:1234/.
26
+ A local instance of `Storybook` with live reloading will run at http://localhost:6006/.
27
27
 
28
28
  Example implementations using the latest versions of all components are also available at https://sparebank1.github.io/designsystem.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sb1/ffe-buttons-react",
3
- "version": "100.8.1",
3
+ "version": "100.8.2",
4
4
  "description": "React implementation of ffe-buttons",
5
5
  "keywords": [
6
6
  "ffe"
@@ -28,12 +28,12 @@
28
28
  "test:watch": "ffe-buildtool jest --watch"
29
29
  },
30
30
  "dependencies": {
31
- "@sb1/ffe-buttons": "^100.8.1",
32
- "@sb1/ffe-icons-react": "^100.8.1",
31
+ "@sb1/ffe-buttons": "^100.8.2",
32
+ "@sb1/ffe-icons-react": "^100.8.2",
33
33
  "classnames": "^2.3.1"
34
34
  },
35
35
  "devDependencies": {
36
- "@sb1/ffe-buildtool": "^100.8.1",
36
+ "@sb1/ffe-buildtool": "^100.8.2",
37
37
  "eslint": "^9.22.0",
38
38
  "react": "^18.2.0",
39
39
  "react-dom": "^18.2.0"
@@ -44,5 +44,5 @@
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "gitHead": "3a5fe622d11614ca6721450a29512bd11540fe32"
47
+ "gitHead": "50fbbbdb2023a60add7158e8c5bd6443c4f9c95e"
48
48
  }