@danske/sapphire-css 40.2.1 → 41.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.
@@ -123,7 +123,7 @@
123
123
  .sapphire-date-field__segment:not(:disabled):not(.is-disabled).is-focus {
124
124
  color: var(--sapphire-semantic-color-foreground-primary);
125
125
  background: var(
126
- --sapphire-semantic-color-background-action-secondary-default
126
+ --sapphire-semantic-color-background-action-select-secondary-default
127
127
  );
128
128
  outline: none;
129
129
  }
@@ -12,7 +12,5 @@
12
12
  }
13
13
 
14
14
  .sapphire-filter-dropdown__footer {
15
- display: flex;
16
- justify-content: end;
17
15
  padding: var(--sapphire-semantic-size-spacing-container-horizontal-sm);
18
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danske/sapphire-css",
3
- "version": "40.2.1",
3
+ "version": "41.0.0",
4
4
  "description": "CSS implementation of the Sapphire Design System from Danske Bank A/S",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "sideEffects": false,
@@ -67,7 +67,7 @@
67
67
  "typescript": "~4.6.4"
68
68
  },
69
69
  "dependencies": {
70
- "@danske/sapphire-design-tokens": "^42.1.0"
70
+ "@danske/sapphire-design-tokens": "^42.1.1"
71
71
  },
72
- "gitHead": "612c203ea4278deafe40f5477b5b33569cf06cfb"
72
+ "gitHead": "4cb9fa793fcb43b74fe8b925c7810d9cd76ba1f9"
73
73
  }