@gouvfr-lasuite/ui-kit 0.17.1 → 0.18.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.
@@ -355,14 +355,14 @@ const designTokens = {
355
355
  tablet: "1024px",
356
356
  },
357
357
  },
358
-
358
+
359
359
  components: {
360
360
  modal: {
361
361
  "width-small": "342px",
362
362
  },
363
363
  tooltip: {
364
364
  padding: "4px 8px",
365
- "background-color": "ref(globals.colors.greyscale-1000)",
365
+ "background-color": "ref(contextuals.background.semantic.neutral.tertiary)",
366
366
  },
367
367
  button: {
368
368
  "medium-height": "40px",
@@ -378,7 +378,7 @@ const designTokens = {
378
378
  "body--background-color-hover": "ref(contextuals.background.semantic.neutral.tertiary)",
379
379
  },
380
380
  "forms-checkbox": {
381
- "font-size": "ref(globals.font.sizes.sm)",
381
+ "font-size": "ref(globals.font.sizes.sm)",
382
382
  },
383
383
  "badge": {
384
384
  "font-size": "ref(globals.font.sizes.xs)",
@@ -412,7 +412,7 @@ const designTokens = {
412
412
  },
413
413
  },
414
414
  },
415
- }
415
+ }
416
416
  };
417
417
 
418
418
  const config = { ...designTokens };