@norges-domstoler/dds-components 21.2.1 → 21.2.2

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/dist/index.css CHANGED
@@ -2258,7 +2258,6 @@
2258
2258
  transition: 0.2s;
2259
2259
  background: transparent;
2260
2260
  border-radius: var(--dds-border-radius-button);
2261
- color: var(--dds-color-icon-default);
2262
2261
  &:not(:disabled):not(.DateInput_disabled):hover,
2263
2262
  &:not(:disabled):not(.DateInput_disabled):active {
2264
2263
  background-color: var(--dds-color-surface-hover-default);
@@ -2284,13 +2283,8 @@
2284
2283
  .DateInput_calendar {
2285
2284
  display: flex;
2286
2285
  flex-direction: column;
2287
- gap: 1rem;
2288
- height: 327px;
2289
- }
2290
- .DateInput_calendar__header {
2291
- display: flex;
2292
- justify-content: space-between;
2293
- align-items: center;
2286
+ gap: var(--dds-spacing-x0-25);
2287
+ height: 337px;
2294
2288
  }
2295
2289
  .DateInput_calendar__header__month {
2296
2290
  text-transform: capitalize;
@@ -2300,16 +2294,16 @@
2300
2294
  -moz-user-select: none;
2301
2295
  user-select: none;
2302
2296
  }
2303
- .DateInput_calendar__week-number {
2297
+ .DateInput_calendar__grid-element {
2304
2298
  width: 40px;
2305
2299
  height: 40px;
2300
+ }
2301
+ .DateInput_calendar__week-number {
2306
2302
  display: flex;
2307
2303
  align-items: center;
2308
2304
  justify-content: center;
2309
2305
  }
2310
2306
  .DateInput_calendar__cell-button {
2311
- width: 40px;
2312
- height: 40px;
2313
2307
  display: flex;
2314
2308
  align-items: center;
2315
2309
  justify-content: center;