@sb1/ffe-pagination 3.0.15 → 3.0.17

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.
@@ -135,7 +135,6 @@
135
135
  .ffe-pagination-navigation-block--no-text .ffe-button {
136
136
  width: var(--circular-button-size);
137
137
  aspect-ratio: 1;
138
- padding-block: 12px;
139
138
  }
140
139
  @media (min-width: 480px) {
141
140
  .ffe-pagination-navigation-block--prev:not(.ffe-pagination-navigation-block--no-text) .ffe-button,
@@ -108,7 +108,6 @@
108
108
  .ffe-button {
109
109
  width: var(--circular-button-size);
110
110
  aspect-ratio: 1;
111
- padding-block: 12px; //Mellomløsning til vi har forskjellige knappestørrelser
112
111
  }
113
112
  }
114
113
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sb1/ffe-pagination",
3
- "version": "3.0.15",
3
+ "version": "3.0.17",
4
4
  "description": "Pagination in ffe",
5
5
  "license": "MIT",
6
6
  "author": "SpareBank 1",
@@ -18,7 +18,7 @@
18
18
  "build": "lessc less/pagination.less css/pagination.css --autoprefix"
19
19
  },
20
20
  "dependencies": {
21
- "@sb1/ffe-core": "^31.0.2"
21
+ "@sb1/ffe-core": "^31.0.3"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@sb1/ffe-buildtool": "^0.10.0"
@@ -26,5 +26,5 @@
26
26
  "publishConfig": {
27
27
  "access": "public"
28
28
  },
29
- "gitHead": "6178a69a187ee277628318f8ede898d1d6cd3462"
29
+ "gitHead": "91a4853d0ff0b12af2b2dfbfc6ebeb7b2653a922"
30
30
  }