@umbraco-ui/uui-pagination 1.1.0 → 1.2.0-rc.1

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/lib/index.js +1 -0
  2. package/package.json +5 -5
package/lib/index.js CHANGED
@@ -174,6 +174,7 @@ let UUIPaginationElement = class extends LitElement {
174
174
  return html`<uui-button
175
175
  compact
176
176
  look="outline"
177
+ role="listitem"
177
178
  tabindex="-1"
178
179
  class="dots"
179
180
  label="More pages"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-pagination",
3
- "version": "1.1.0",
3
+ "version": "1.2.0-rc.1",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Umbraco",
@@ -30,9 +30,9 @@
30
30
  "custom-elements.json"
31
31
  ],
32
32
  "dependencies": {
33
- "@umbraco-ui/uui-base": "1.1.0",
34
- "@umbraco-ui/uui-button": "1.1.0",
35
- "@umbraco-ui/uui-button-group": "1.1.0"
33
+ "@umbraco-ui/uui-base": "1.2.0-rc.1",
34
+ "@umbraco-ui/uui-button": "1.2.0-rc.1",
35
+ "@umbraco-ui/uui-button-group": "1.2.0-rc.1"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
@@ -43,5 +43,5 @@
43
43
  "access": "public"
44
44
  },
45
45
  "homepage": "https://uui.umbraco.com/?path=/story/uui-pagination",
46
- "gitHead": "5159a81e353c893c30073cdbf2fdd94306477d6e"
46
+ "gitHead": "c85fbce0370213590f8b60119ac39f0473ffa0fb"
47
47
  }