@gouvfr-lasuite/ui-kit 0.17.2 → 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.
- package/dist/cunningham.ts +4 -4
- package/dist/index.cjs +22 -22
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +32 -6
- package/dist/index.js +3974 -3925
- package/dist/index.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/cunningham.ts
CHANGED
|
@@ -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(
|
|
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 };
|