@sb1/ffe-pagination 3.0.26 → 4.0.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.
@@ -153,10 +153,10 @@
153
153
  }
154
154
  .ffe-pagination-page-button--active,
155
155
  .ffe-pagination-page-button--active:focus {
156
- background-color: var(--ffe-color-component-button-primary-fill-default);
157
- border-color: var(--ffe-color-component-button-primary-fill-default);
156
+ background-color: var(--ffe-color-fill-primary-selected-default);
157
+ border-color: var(--ffe-color-border-interactive-selected);
158
158
  }
159
159
  .ffe-pagination-page-button--active .ffe-button__label,
160
160
  .ffe-pagination-page-button--active:focus .ffe-button__label {
161
- color: var(--ffe-color-component-button-primary-foreground-default);
161
+ color: var(--ffe-color-foreground-inverse);
162
162
  }
@@ -133,11 +133,11 @@
133
133
  &--active,
134
134
  &--active:focus {
135
135
  background-color: var(
136
- --ffe-color-component-button-primary-fill-default
136
+ --ffe-color-fill-primary-selected-default
137
137
  );
138
- border-color: var(--ffe-color-component-button-primary-fill-default);
138
+ border-color: var(--ffe-color-border-interactive-selected);
139
139
  .ffe-button__label {
140
- color: var(--ffe-color-component-button-primary-foreground-default);
140
+ color: var(--ffe-color-foreground-inverse);
141
141
  }
142
142
  }
143
143
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sb1/ffe-pagination",
3
- "version": "3.0.26",
3
+ "version": "4.0.0",
4
4
  "description": "Pagination in ffe",
5
5
  "license": "MIT",
6
6
  "author": "SpareBank 1",
@@ -20,7 +20,7 @@
20
20
  "build": "lessc less/pagination.less css/pagination.css --autoprefix"
21
21
  },
22
22
  "dependencies": {
23
- "@sb1/ffe-core": "^32.0.5"
23
+ "@sb1/ffe-core": "^33.0.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@sb1/ffe-buildtool": "^0.10.1"
@@ -28,5 +28,5 @@
28
28
  "publishConfig": {
29
29
  "access": "public"
30
30
  },
31
- "gitHead": "12c17b17efaecc8943ccaef202c7243e43083d52"
31
+ "gitHead": "0f26027df58d561ce8d5310c91033c5e62e50f51"
32
32
  }