@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.
- package/dist/fm/222.js +1 -1
- package/dist/fm/222.js.map +1 -1
- package/dist/fm/467.js +1 -1
- package/dist/fm/467.js.map +1 -1
- package/dist/fm/530.js +1 -1
- package/dist/fm/530.js.map +1 -1
- package/dist/fm/985.js +1 -1
- package/dist/fm/985.js.map +1 -1
- package/dist/fm/@mf-types.zip +0 -0
- package/dist/fm/__federation_expose_componentClasses.js +1 -1
- package/dist/fm/__federation_expose_componentClasses.js.map +1 -1
- package/dist/fm/__federation_expose_components.js +1 -1
- package/dist/fm/__federation_expose_theme.js +1 -1
- package/dist/fm/__federation_expose_theme.js.map +1 -1
- package/dist/fm/flowComponents.js +1 -1
- package/dist/fm/flowComponents.js.map +1 -1
- package/dist/fm/main.js +1 -1
- package/dist/fm/main.js.map +1 -1
- package/dist/fm/mf-manifest.json +1 -1
- package/dist/fm/mf-stats.json +1 -1
- package/dist/index.cjs.js +13 -0
- package/package.json +3 -3
package/dist/fm/mf-manifest.json
CHANGED
package/dist/fm/mf-stats.json
CHANGED
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.
|
|
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.
|
|
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.
|
|
99
|
+
"@descope/web-components-ui": "2.2.41"
|
|
100
100
|
},
|
|
101
101
|
"peerDependencies": {
|
|
102
102
|
"react": ">= 18"
|