@umbraco-ui/uui-action-bar 0.0.5 → 0.2.0

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/README.md CHANGED
@@ -4,6 +4,10 @@
4
4
 
5
5
  Umbraco style action-bar component.
6
6
 
7
+ ### See it in action
8
+
9
+ Preview the component on [Storybook](https://uui.umbraco.com/?path=/story/uui-action-bar)
10
+
7
11
  ## Installation
8
12
 
9
13
  ### ES imports
@@ -14,7 +14,7 @@
14
14
  "slots": [
15
15
  {
16
16
  "name": "",
17
- "description": "for buttons"
17
+ "description": "The slot for buttons. It supports `<uui-button>` elements out of the box."
18
18
  }
19
19
  ]
20
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-action-bar",
3
- "version": "0.0.5",
3
+ "version": "0.2.0",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Umbraco",
@@ -30,8 +30,8 @@
30
30
  "custom-elements.json"
31
31
  ],
32
32
  "dependencies": {
33
- "@umbraco-ui/uui-base": "0.0.17",
34
- "@umbraco-ui/uui-button-group": "0.0.12"
33
+ "@umbraco-ui/uui-base": "0.2.0",
34
+ "@umbraco-ui/uui-button-group": "0.2.0"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
@@ -42,5 +42,5 @@
42
42
  "access": "public"
43
43
  },
44
44
  "homepage": "https://uui.umbraco.com/?path=/story/uui-action-bar",
45
- "gitHead": "3b7c6cf892e89054b2980b19d8c2f8bead2752e8"
45
+ "gitHead": "5494b55e03c9fb3ba8f160e693d3ce59c02d21cd"
46
46
  }