@sb1/ffe-pagination 3.0.25 → 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.25",
3
+ "version": "4.0.0",
4
4
  "description": "Pagination in ffe",
5
5
  "license": "MIT",
6
6
  "author": "SpareBank 1",
@@ -13,18 +13,20 @@
13
13
  "url": "ssh://git@github.com:SpareBank1/designsystem.git"
14
14
  },
15
15
  "scripts": {
16
- "lint": "ffe-buildtool stylelint less/*.less",
16
+ "lint": "echo `Linting handled at root level with oxlint`",
17
+ "lint:style": "ffe-buildtool stylelint less/*.less",
18
+ "lint:style:fix": "ffe-buildtool stylelint --fix less/*.less",
17
19
  "test": "npm run lint",
18
20
  "build": "lessc less/pagination.less css/pagination.css --autoprefix"
19
21
  },
20
22
  "dependencies": {
21
- "@sb1/ffe-core": "^32.0.4"
23
+ "@sb1/ffe-core": "^33.0.0"
22
24
  },
23
25
  "devDependencies": {
24
- "@sb1/ffe-buildtool": "^0.10.0"
26
+ "@sb1/ffe-buildtool": "^0.10.1"
25
27
  },
26
28
  "publishConfig": {
27
29
  "access": "public"
28
30
  },
29
- "gitHead": "52a39d013e53e8645be7bc73837d7f79004eb3a2"
31
+ "gitHead": "0f26027df58d561ce8d5310c91033c5e62e50f51"
30
32
  }