@descope/flow-components 2.2.39 → 2.2.41

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": "2.2.39",
8
+ "buildVersion": "2.2.41",
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": "2.2.39",
8
+ "buildVersion": "2.2.41",
9
9
  "buildName": "@descope/flow-components"
10
10
  },
11
11
  "remoteEntry": {
package/dist/index.cjs.js CHANGED
@@ -84652,6 +84652,12 @@ function requireIndex_cjs () {
84652
84652
  ],
84653
84653
  inputIconSize: { ...inputIcon, property: 'font-size' },
84654
84654
  inputIconColor: { ...inputIcon, property: 'color' },
84655
+ inputTextSecurity: [
84656
+ { ...input$1, property: '-webkit-text-security' },
84657
+ { ...input$1, property: 'text-security' },
84658
+ { ...externalInput, property: '-webkit-text-security' },
84659
+ { ...externalInput, property: 'text-security' },
84660
+ ],
84655
84661
  };
84656
84662
 
84657
84663
  const componentName$1e = getComponentName$1('text-field');
@@ -84901,6 +84907,10 @@ function requireIndex_cjs () {
84901
84907
  helperTextColor: globalRefs$G.colors.surface.light,
84902
84908
  backgroundColor: globalRefs$G.colors.surface.main,
84903
84909
  },
84910
+
84911
+ _obfuscated: {
84912
+ inputTextSecurity: 'disc',
84913
+ },
84904
84914
  },
84905
84915
  componentName$1d
84906
84916
  );
@@ -84967,6 +84977,9 @@ function requireIndex_cjs () {
84967
84977
  [vars$11.errorMessageIconRepeat]: refs$1.errorMessageIconRepeat,
84968
84978
  [vars$11.errorMessageIconPosition]: refs$1.errorMessageIconPosition,
84969
84979
  [vars$11.errorMessageFontSize]: refs$1.errorMessageFontSize,
84980
+
84981
+ // obfuscated
84982
+ [vars$11.inputTextSecurity]: refs$1.inputTextSecurity,
84970
84983
  };
84971
84984
 
84972
84985
  var textField$2 = /*#__PURE__*/Object.freeze({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/flow-components",
3
- "version": "2.2.39",
3
+ "version": "2.2.41",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -60,7 +60,7 @@
60
60
  "eslint-config-standard": "17.1.0",
61
61
  "eslint-import-resolver-typescript": "4.4.4",
62
62
  "eslint-plugin-import": "2.32.0",
63
- "eslint-plugin-jest": "29.12.0",
63
+ "eslint-plugin-jest": "29.12.1",
64
64
  "eslint-plugin-jest-dom": "5.5.0",
65
65
  "eslint-plugin-jest-formatting": "3.1.0",
66
66
  "eslint-plugin-jsx-a11y": "^6.6.1",
@@ -96,7 +96,7 @@
96
96
  "webpack-dev-server": "5.2.2"
97
97
  },
98
98
  "dependencies": {
99
- "@descope/web-components-ui": "2.2.39"
99
+ "@descope/web-components-ui": "2.2.41"
100
100
  },
101
101
  "peerDependencies": {
102
102
  "react": ">= 18"