@umbraco-ui/uui-pagination 1.3.0-rc.0 → 1.3.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 +2 -2
  2. package/package.json +6 -6
package/lib/index.js CHANGED
@@ -258,7 +258,7 @@ UUIPaginationElement.styles = [
258
258
 
259
259
  uui-button {
260
260
  --uui-button-border-color: var(--uui-color-border-standalone,#c2c2c2);
261
- --uui-button-border-color-hover: var(--uui-color-interactive-emphasis,var(--uui-palette-violet-blue));
261
+ --uui-button-border-color-hover: var(--uui-color-interactive-emphasis,#3544b1);
262
262
  --uui-button-border-color-disabled: var(--uui-color-border-standalone,#c2c2c2);
263
263
  }
264
264
 
@@ -267,7 +267,7 @@ UUIPaginationElement.styles = [
267
267
  max-width: 72px;
268
268
  }
269
269
  .page.active {
270
- --uui-button-background-color: var(--uui-color-current,var(--uui-palette-spanish-pink));
270
+ --uui-button-background-color: var(--uui-color-current,#f5c1bc);
271
271
  }
272
272
 
273
273
  .nav {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-pagination",
3
- "version": "1.3.0-rc.0",
3
+ "version": "1.3.0",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Umbraco",
@@ -30,18 +30,18 @@
30
30
  "custom-elements.json"
31
31
  ],
32
32
  "dependencies": {
33
- "@umbraco-ui/uui-base": "1.3.0-rc.0",
34
- "@umbraco-ui/uui-button": "1.3.0-rc.0",
35
- "@umbraco-ui/uui-button-group": "1.3.0-rc.0"
33
+ "@umbraco-ui/uui-base": "1.3.0",
34
+ "@umbraco-ui/uui-button": "1.3.0",
35
+ "@umbraco-ui/uui-button-group": "1.3.0"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
39
- "clean": "tsc --build --clean && rimraf -g dist lib/*.js lib/**/*.js custom-elements.json",
39
+ "clean": "tsc --build --clean && rimraf -g dist lib/*.js lib/**/*.js *.tgz lib/**/*.d.ts custom-elements.json",
40
40
  "analyze": "web-component-analyzer **/*.element.ts --outFile custom-elements.json"
41
41
  },
42
42
  "publishConfig": {
43
43
  "access": "public"
44
44
  },
45
45
  "homepage": "https://uui.umbraco.com/?path=/story/uui-pagination",
46
- "gitHead": "45c3824056586d9817efb3f61dc0bef5478747f0"
46
+ "gitHead": "e662ac3be21cef08076d1dbb978748c2dd30e596"
47
47
  }