@descope/flow-components 2.0.473 → 2.0.475
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/index.cjs.js +7 -7
- package/package.json +2 -2
package/dist/index.cjs.js
CHANGED
|
@@ -78922,13 +78922,6 @@ function requireIndex_cjs () {
|
|
|
78922
78922
|
width: '100%',
|
|
78923
78923
|
},
|
|
78924
78924
|
|
|
78925
|
-
_focused: {
|
|
78926
|
-
outlineColor: globalRefs$C.colors.surface.light,
|
|
78927
|
-
_invalid: {
|
|
78928
|
-
outlineColor: globalRefs$C.colors.error.main,
|
|
78929
|
-
},
|
|
78930
|
-
},
|
|
78931
|
-
|
|
78932
78925
|
_bordered: {
|
|
78933
78926
|
outlineWidth: globalRefs$C.border.xs,
|
|
78934
78927
|
borderColor: globalRefs$C.colors.surface.light,
|
|
@@ -78938,6 +78931,13 @@ function requireIndex_cjs () {
|
|
|
78938
78931
|
},
|
|
78939
78932
|
},
|
|
78940
78933
|
|
|
78934
|
+
_focused: {
|
|
78935
|
+
outlineColor: globalRefs$C.colors.surface.light,
|
|
78936
|
+
_invalid: {
|
|
78937
|
+
outlineColor: globalRefs$C.colors.error.main,
|
|
78938
|
+
},
|
|
78939
|
+
},
|
|
78940
|
+
|
|
78941
78941
|
_disabled: {
|
|
78942
78942
|
labelTextColor: globalRefs$C.colors.surface.light,
|
|
78943
78943
|
borderColor: globalRefs$C.colors.surface.light,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@descope/flow-components",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.475",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"typescript": "^5.7.2"
|
|
105
105
|
},
|
|
106
106
|
"dependencies": {
|
|
107
|
-
"@descope/web-components-ui": "1.
|
|
107
|
+
"@descope/web-components-ui": "1.51.0"
|
|
108
108
|
},
|
|
109
109
|
"peerDependencies": {
|
|
110
110
|
"react": ">= 18"
|