@descope/web-components-ui 1.0.292 → 1.0.293

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/web-components-ui",
3
- "version": "1.0.292",
3
+ "version": "1.0.293",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -8,7 +8,7 @@ const globalRefs = getThemeRefs(globals);
8
8
  const [theme, refs, vars] = createHelperVars(
9
9
  {
10
10
  labelTextColor: globalRefs.colors.surface.dark,
11
- labelFontSize: globalRefs.typography.body2.size,
11
+ labelFontSize: '14px', // not taken from globals as it is fixed in all inputs
12
12
  valueTextColor: globalRefs.colors.surface.contrast,
13
13
  placeholderTextColor: globalRefs.colors.surface.dark,
14
14
  requiredIndicator: "'*'",