@descope/web-components-ui 1.0.373 → 1.0.374
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.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/index.esm.js
CHANGED
|
@@ -11128,7 +11128,10 @@ const MappingsFieldClass = compose(
|
|
|
11128
11128
|
{ ...labelsText, property: 'line-height' },
|
|
11129
11129
|
{ ...labels, property: 'line-height' },
|
|
11130
11130
|
],
|
|
11131
|
-
labelTextColor:
|
|
11131
|
+
labelTextColor: [
|
|
11132
|
+
{ ...labels, property: TextClass.cssVarList.textColor },
|
|
11133
|
+
{ ...separator, property: 'color' },
|
|
11134
|
+
],
|
|
11132
11135
|
itemMarginBottom: { ...mappingItem, property: 'margin-bottom' },
|
|
11133
11136
|
valueLabelMinWidth: { ...valueLabel, property: 'min-width' },
|
|
11134
11137
|
attrLabelMinWidth: { ...attrLabel, property: 'min-width' },
|