@descope/web-components-ui 1.0.373 → 1.0.374
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/index.cjs.js +4 -1
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/umd/DescopeDev.js +1 -1
- package/dist/umd/mapping-fields-descope-mappings-field-index-js.js +1 -1
- package/package.json +1 -1
- package/src/components/mapping-fields/descope-mappings-field/MappingsFieldClass.js +4 -1
package/dist/cjs/index.cjs.js
CHANGED
@@ -12095,7 +12095,10 @@ const MappingsFieldClass = compose(
|
|
12095
12095
|
{ ...labelsText, property: 'line-height' },
|
12096
12096
|
{ ...labels, property: 'line-height' },
|
12097
12097
|
],
|
12098
|
-
labelTextColor:
|
12098
|
+
labelTextColor: [
|
12099
|
+
{ ...labels, property: TextClass.cssVarList.textColor },
|
12100
|
+
{ ...separator, property: 'color' },
|
12101
|
+
],
|
12099
12102
|
itemMarginBottom: { ...mappingItem, property: 'margin-bottom' },
|
12100
12103
|
valueLabelMinWidth: { ...valueLabel, property: 'min-width' },
|
12101
12104
|
attrLabelMinWidth: { ...attrLabel, property: 'min-width' },
|