@gympass/yoga 7.32.0 → 7.32.1
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.
|
@@ -19,7 +19,7 @@ var Fieldset = _styledComponents["default"].fieldset(_templateObject || (_templa
|
|
|
19
19
|
_ref$theme$yoga = _ref.theme.yoga,
|
|
20
20
|
colors = _ref$theme$yoga.colors,
|
|
21
21
|
input = _ref$theme$yoga.components.input;
|
|
22
|
-
return "\n width: " + (full ? '100%' : input.width + "px") + ";\n height: " + input.height + "px;\n\n padding-left: " + (input.label.padding.left + input.border.radius) + "px;\n\n border-radius: " + input.border.radius + "px;\n border-width: " + input.border.width + "px;\n border-style: solid;\n border-color: " + (error ? colors.feedback.attention[1] : input.border.color["default"]) + ";\n\n " + (value && !error ? "border-color: " + input.border.color.typed + ";" : '') + "\n\n &:hover, &:focus-within {\n border-color: " + (error ? colors.feedback.attention[1] : input.border.color.typed) + ";\n
|
|
22
|
+
return "\n width: " + (full ? '100%' : input.width + "px") + ";\n height: " + input.height + "px;\n\n padding-left: " + (input.label.padding.left + input.border.radius) + "px;\n\n border-radius: " + input.border.radius + "px;\n border-width: " + input.border.width + "px;\n border-style: solid;\n border-color: " + (error ? colors.feedback.attention[1] : input.border.color["default"]) + ";\n\n " + (value && !error ? "border-color: " + input.border.color.typed + ";" : '') + "\n\n " + (disabled ? "border-color: " + colors.elements.lineAndBorders + ";" : '') + "\n\n &:hover, &:focus-within { \n &:not(:disabled) {\n border-color: " + (error ? colors.feedback.attention[1] : input.border.color.typed) + ";\n } \n }\n\n \n ";
|
|
23
23
|
});
|
|
24
24
|
|
|
25
25
|
var _default = Fieldset;
|
|
@@ -11,6 +11,6 @@ var Fieldset = styled.fieldset(_templateObject || (_templateObject = _taggedTemp
|
|
|
11
11
|
_ref$theme$yoga = _ref.theme.yoga,
|
|
12
12
|
colors = _ref$theme$yoga.colors,
|
|
13
13
|
input = _ref$theme$yoga.components.input;
|
|
14
|
-
return "\n width: " + (full ? '100%' : input.width + "px") + ";\n height: " + input.height + "px;\n\n padding-left: " + (input.label.padding.left + input.border.radius) + "px;\n\n border-radius: " + input.border.radius + "px;\n border-width: " + input.border.width + "px;\n border-style: solid;\n border-color: " + (error ? colors.feedback.attention[1] : input.border.color["default"]) + ";\n\n " + (value && !error ? "border-color: " + input.border.color.typed + ";" : '') + "\n\n &:hover, &:focus-within {\n border-color: " + (error ? colors.feedback.attention[1] : input.border.color.typed) + ";\n
|
|
14
|
+
return "\n width: " + (full ? '100%' : input.width + "px") + ";\n height: " + input.height + "px;\n\n padding-left: " + (input.label.padding.left + input.border.radius) + "px;\n\n border-radius: " + input.border.radius + "px;\n border-width: " + input.border.width + "px;\n border-style: solid;\n border-color: " + (error ? colors.feedback.attention[1] : input.border.color["default"]) + ";\n\n " + (value && !error ? "border-color: " + input.border.color.typed + ";" : '') + "\n\n " + (disabled ? "border-color: " + colors.elements.lineAndBorders + ";" : '') + "\n\n &:hover, &:focus-within { \n &:not(:disabled) {\n border-color: " + (error ? colors.feedback.attention[1] : input.border.color.typed) + ";\n } \n }\n\n \n ";
|
|
15
15
|
});
|
|
16
16
|
export default Fieldset;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gympass/yoga",
|
|
3
|
-
"version": "7.32.
|
|
3
|
+
"version": "7.32.1",
|
|
4
4
|
"description": "Gympass component library",
|
|
5
5
|
"main": "./cjs",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"react": ">=16",
|
|
50
50
|
"styled-components": "^4.4.0"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "e64983be9b9e5c1989319ec426c68eaacb03c38a",
|
|
53
53
|
"module": "./esm",
|
|
54
54
|
"private": false,
|
|
55
55
|
"react-native": "./cjs/index.native.js"
|