@umbraco-ui/uui-pagination 0.2.2 → 1.0.0-alpha.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.
Files changed (2) hide show
  1. package/lib/index.js +4 -3
  2. package/package.json +5 -5
package/lib/index.js CHANGED
@@ -207,8 +207,9 @@ UUIPaginationElement.styles = [
207
207
  }
208
208
 
209
209
  uui-button {
210
- --uui-button-border-color: var(--uui-interface-border,#c4c4c4);
211
- --uui-button-border-color-disabled: var(--uui-interface-border,#c4c4c4);
210
+ --uui-button-border-color: var(--uui-color-border-standalone,#c2c2c2);
211
+ --uui-button-border-color-hover: var(--uui-color-interactive-emphasis,#3544b1);
212
+ --uui-button-border-color-disabled: var(--uui-color-border-standalone,#c2c2c2);
212
213
  }
213
214
 
214
215
  .page {
@@ -216,7 +217,7 @@ UUIPaginationElement.styles = [
216
217
  max-width: 72px;
217
218
  }
218
219
  .page.active {
219
- --uui-button-background-color: var(--uui-interface-active,#f5c1bc);
220
+ --uui-button-background-color: var(--uui-color-current,#f5c1bc);
220
221
  }
221
222
 
222
223
  .nav {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-pagination",
3
- "version": "0.2.2",
3
+ "version": "1.0.0-alpha.0",
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": "0.2.1",
34
- "@umbraco-ui/uui-button": "0.3.1",
35
- "@umbraco-ui/uui-button-group": "0.2.1"
33
+ "@umbraco-ui/uui-base": "1.0.0-alpha.0",
34
+ "@umbraco-ui/uui-button": "1.0.0-alpha.0",
35
+ "@umbraco-ui/uui-button-group": "1.0.0-alpha.0"
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": "cb61546f85d6c2f122fa8c130409507e8def4bd5"
46
+ "gitHead": "7d7608bf2fb63a8a077fcd8f0346dea73584b878"
47
47
  }