@descope/flow-components 3.14.4 → 3.14.5

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.
@@ -5,7 +5,7 @@
5
5
  "name": "flowComponents",
6
6
  "type": "app",
7
7
  "buildInfo": {
8
- "buildVersion": "3.14.4",
8
+ "buildVersion": "3.14.5",
9
9
  "buildName": "@descope/flow-components"
10
10
  },
11
11
  "remoteEntry": {
@@ -5,7 +5,7 @@
5
5
  "name": "flowComponents",
6
6
  "type": "app",
7
7
  "buildInfo": {
8
- "buildVersion": "3.14.4",
8
+ "buildVersion": "3.14.5",
9
9
  "buildName": "@descope/flow-components"
10
10
  },
11
11
  "remoteEntry": {
package/dist/index.cjs.js CHANGED
@@ -104937,6 +104937,7 @@ descope-enriched-text {
104937
104937
  fontSize: [{ selector: 'label' }, {}],
104938
104938
  labelTextColor: { selector: 'label', property: 'color' },
104939
104939
  fontFamily: { selector: 'label' },
104940
+ labelFontWeight: { selector: 'label', property: 'font-weight' },
104940
104941
  radioSize: [
104941
104942
  { selector: '::part(radio)', property: 'height' },
104942
104943
  { selector: '::part(radio)', property: 'width' },
@@ -105098,10 +105099,30 @@ descope-enriched-text {
105098
105099
  buttonsSpacing: { selector: '::part(group-field)', property: 'justify-content' },
105099
105100
  buttonsRowGap: { selector: '::part(group-field)', property: 'row-gap' },
105100
105101
  buttonsColumnGap: { selector: '::part(group-field)', property: 'column-gap' },
105102
+ itemsFontFamily: {
105103
+ selector: () => `::slotted(${RadioButtonClass.componentName})`,
105104
+ property: RadioButtonClass.cssVarList.fontFamily,
105105
+ },
105106
+ itemsLabelFontWeight: {
105107
+ selector: () => `::slotted(${RadioButtonClass.componentName})`,
105108
+ property: RadioButtonClass.cssVarList.labelFontWeight,
105109
+ },
105101
105110
  itemsLabelColor: {
105102
105111
  selector: () => `::slotted(${RadioButtonClass.componentName})`,
105103
105112
  property: RadioButtonClass.cssVarList.labelTextColor,
105104
105113
  },
105114
+ itemsRadioCheckedColor: {
105115
+ selector: () => `::slotted(${RadioButtonClass.componentName})`,
105116
+ property: RadioButtonClass.cssVarList.radioCheckedColor,
105117
+ },
105118
+ itemsRadioBackgroundColor: {
105119
+ selector: () => `::slotted(${RadioButtonClass.componentName})`,
105120
+ property: RadioButtonClass.cssVarList.radioBackgroundColor,
105121
+ },
105122
+ itemsRadioCheckedBackgroundColor: {
105123
+ selector: () => `::slotted(${RadioButtonClass.componentName}[checked="true"])`,
105124
+ property: RadioButtonClass.cssVarList.radioBackgroundColor,
105125
+ },
105105
105126
  },
105106
105127
  }),
105107
105128
  draggableMixin,
@@ -105142,6 +105163,7 @@ descope-enriched-text {
105142
105163
  [vars$b.hostDirection]: refs.direction,
105143
105164
  [vars$b.fontSize]: refs.fontSize,
105144
105165
  [vars$b.fontFamily]: refs.fontFamily,
105166
+ [vars$b.labelFontWeight]: refs.labelFontWeight,
105145
105167
  [vars$b.labelTextColor]: refs.labelTextColor,
105146
105168
  [vars$b.labelRequiredIndicator]: refs.requiredIndicator,
105147
105169
  [vars$b.errorMessageTextColor]: refs.errorMessageTextColor,
@@ -105153,6 +105175,11 @@ descope-enriched-text {
105153
105175
  [vars$b.errorMessageFontSize]: refs.errorMessageFontSize,
105154
105176
  [vars$b.helperTextColor]: refs.helperTextColor,
105155
105177
  [vars$b.itemsLabelColor]: globalRefs$5.colors.surface.contrast,
105178
+ [vars$b.itemsLabelFontWeight]: refs.inputValueFontWeight,
105179
+ [vars$b.itemsFontFamily]: refs.fontFamily,
105180
+ [vars$b.itemsRadioCheckedColor]: globalRefs$5.colors.surface.light,
105181
+ [vars$b.itemsRadioBackgroundColor]: globalRefs$5.colors.surface.light,
105182
+ [vars$b.itemsRadioCheckedBackgroundColor]: globalRefs$5.colors.surface.contrast,
105156
105183
 
105157
105184
  textAlign: {
105158
105185
  right: { [vars$b.inputTextAlign]: 'right' },
@@ -105181,6 +105208,7 @@ descope-enriched-text {
105181
105208
 
105182
105209
  const radioButton = {
105183
105210
  [vars$a.fontFamily]: refs.fontFamily,
105211
+ [vars$a.labelFontWeight]: refs.inputValueFontWeight,
105184
105212
  [vars$a.radioSize]: 'calc(1em + 6px)',
105185
105213
  [vars$a.radioMargin]: 'auto 4px',
105186
105214
  [vars$a.radioCheckedSize]: `calc(var(${vars$a.radioSize})/5)`,
package/dist/index.d.ts CHANGED
@@ -1509,6 +1509,7 @@ type Theme = {
1509
1509
  buttonSelectionGroupItem: Record<string, any>;
1510
1510
  buttonMultiSelectionGroup: Record<string, any>;
1511
1511
  tooltip: Record<string, any>;
1512
+ radioGroup: Record<string, any>;
1512
1513
  };
1513
1514
  };
1514
1515
 
@@ -41,5 +41,6 @@ export type Theme = {
41
41
  buttonSelectionGroupItem: Record<string, any>;
42
42
  buttonMultiSelectionGroup: Record<string, any>;
43
43
  tooltip: Record<string, any>;
44
+ radioGroup: Record<string, any>;
44
45
  };
45
46
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/flow-components",
3
- "version": "3.14.4",
3
+ "version": "3.14.5",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -97,7 +97,7 @@
97
97
  "webpack-subresource-integrity": "5.2.0-rc.1"
98
98
  },
99
99
  "dependencies": {
100
- "@descope/web-components-ui": "3.14.4"
100
+ "@descope/web-components-ui": "3.14.5"
101
101
  },
102
102
  "peerDependencies": {
103
103
  "react": ">= 18"