@groupeactual/ui-kit 0.4.20 → 0.4.21
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/cjs/index.js +2 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -51314,9 +51314,9 @@ var useMaterialThemeTokens = function (themeName) {
|
|
|
51314
51314
|
textCase: designTokens["".concat(themeName, "TextCaseNone")],
|
|
51315
51315
|
textDecoration: designTokens["".concat(themeName, "TextDecorationUnderline")]
|
|
51316
51316
|
},
|
|
51317
|
-
fontWeightRegular: fontWeights.
|
|
51317
|
+
fontWeightRegular: fontWeights.RobotoRegular,
|
|
51318
51318
|
fontWeightMedium: fontWeights.RobotoMedium,
|
|
51319
|
-
fontWeightBold: fontWeights.
|
|
51319
|
+
fontWeightBold: fontWeights.RobotoBold
|
|
51320
51320
|
},
|
|
51321
51321
|
breakpoints: {
|
|
51322
51322
|
values: {
|