@umbraco-ui/uui-pagination 0.2.1 → 1.0.0-rc.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/lib/index.js +4 -3
- 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-
|
|
211
|
-
--uui-button-border-color-
|
|
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-
|
|
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.
|
|
3
|
+
"version": "1.0.0-rc.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.
|
|
34
|
-
"@umbraco-ui/uui-button": "0.
|
|
35
|
-
"@umbraco-ui/uui-button-group": "0.
|
|
33
|
+
"@umbraco-ui/uui-base": "1.0.0-rc.0",
|
|
34
|
+
"@umbraco-ui/uui-button": "1.0.0-rc.0",
|
|
35
|
+
"@umbraco-ui/uui-button-group": "1.0.0-rc.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": "
|
|
46
|
+
"gitHead": "b03d833ef438156f3e87d3ffa29a4dcca7d560cd"
|
|
47
47
|
}
|