@descope/flow-components 3.3.3 → 3.3.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.3.3",
8
+ "buildVersion": "3.3.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.3.3",
8
+ "buildVersion": "3.3.5",
9
9
  "buildName": "@descope/flow-components"
10
10
  },
11
11
  "remoteEntry": {
package/dist/index.cjs.js CHANGED
@@ -82883,6 +82883,7 @@ function requireIndex_cjs () {
82883
82883
  hostDirection: { ...host$x, property: 'direction' },
82884
82884
  fontSize: {},
82885
82885
  fontFamily: {},
82886
+ fontWeight: {},
82886
82887
 
82887
82888
  cursor: {},
82888
82889
  backgroundColor: {},
@@ -82897,7 +82898,10 @@ function requireIndex_cjs () {
82897
82898
  borderStyle: {},
82898
82899
  borderWidth: {},
82899
82900
 
82900
- verticalPadding: [{ property: 'padding-top' }, { property: 'padding-bottom' }],
82901
+ verticalPadding: [
82902
+ { property: 'padding-top' },
82903
+ { property: 'padding-bottom' },
82904
+ ],
82901
82905
  horizontalPadding: [
82902
82906
  { property: 'padding-right', fallback: '0.875em' },
82903
82907
  { property: 'padding-left', fallback: '0.875em' },
@@ -82905,9 +82909,9 @@ function requireIndex_cjs () {
82905
82909
 
82906
82910
  labelTextColor: { property: 'color' },
82907
82911
  iconColor: {
82908
- selector: () => `::slotted(*)`,
82909
- property: IconClass.cssVarList.fill
82910
- },
82912
+ selector: () => `::slotted(*)`,
82913
+ property: IconClass.cssVarList.fill,
82914
+ },
82911
82915
  labelTextDecoration: { ...label$a, property: 'text-decoration' },
82912
82916
  labelSpacing: { ...label$a, property: 'gap' },
82913
82917
  textAlign: { ...label$a, property: 'justify-content', fallback: 'center' },
@@ -82920,7 +82924,7 @@ function requireIndex_cjs () {
82920
82924
  }),
82921
82925
  clickableMixin,
82922
82926
  draggableMixin$1,
82923
- componentNameValidationMixin$1
82927
+ componentNameValidationMixin$1,
82924
82928
  )(
82925
82929
  createProxy$1({
82926
82930
  slots: ['', 'prefix', 'label', 'suffix'],
@@ -82946,7 +82950,7 @@ function requireIndex_cjs () {
82946
82950
  `,
82947
82951
  excludeAttrsSync: ['tabindex', 'class', 'style'],
82948
82952
  componentName: componentName$1i,
82949
- })
82953
+ }),
82950
82954
  );
82951
82955
 
82952
82956
  const { color, fontSize } = ButtonClass.cssVarList;
@@ -82993,12 +82997,16 @@ function requireIndex_cjs () {
82993
82997
  surface: globalRefs$H.colors.surface,
82994
82998
  };
82995
82999
 
82996
- const [helperTheme$7, helperRefs$7, helperVars$6] = createHelperVars$1({ mode }, componentName$1i);
83000
+ const [helperTheme$7, helperRefs$7, helperVars$6] = createHelperVars$1(
83001
+ { mode },
83002
+ componentName$1i,
83003
+ );
82997
83004
 
82998
83005
  const button = {
82999
83006
  ...helperTheme$7,
83000
83007
 
83001
83008
  [compVars$9.fontFamily]: globalRefs$H.fonts.font1.family,
83009
+ [compVars$9.fontWeight]: '400',
83002
83010
 
83003
83011
  [compVars$9.cursor]: 'pointer',
83004
83012
  [compVars$9.hostHeight]: '3em',
@@ -93100,6 +93108,7 @@ descope-enriched-text {
93100
93108
 
93101
93109
  [compVars$3.itemsGrow]: '0',
93102
93110
  [compVars$3.hostWidth]: '100%',
93111
+ [compVars$3.hostHeight]: 'auto',
93103
93112
  [compVars$3.boxShadow]: 'none',
93104
93113
 
93105
93114
  [compVars$3.backgroundColor]: globalRefs$l.colors.surface.main,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/flow-components",
3
- "version": "3.3.3",
3
+ "version": "3.3.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.3.3"
100
+ "@descope/web-components-ui": "3.3.5"
101
101
  },
102
102
  "peerDependencies": {
103
103
  "react": ">= 18"