@gympass/yoga 7.90.0 → 7.90.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.
|
@@ -71,7 +71,7 @@ var import_yoga_common = require("@gympass/yoga-common");
|
|
|
71
71
|
var import_Box = __toESM(require("../../Box"));
|
|
72
72
|
var import_Icon = __toESM(require("../../Icon"));
|
|
73
73
|
const BORDER_WIDTH = 1;
|
|
74
|
-
const BORDER_OPACITY = 0.
|
|
74
|
+
const BORDER_OPACITY = 0.1;
|
|
75
75
|
const BorderImage = (0, import_styled_components.default)(import_Box.default).attrs(({ theme: { yoga } }) => {
|
|
76
76
|
return {
|
|
77
77
|
borderColor: (0, import_yoga_common.hexToRgb)(yoga.colors.secondary, BORDER_OPACITY),
|
|
@@ -40,7 +40,7 @@ import { hexToRgb } from "@gympass/yoga-common";
|
|
|
40
40
|
import Box from "../../Box";
|
|
41
41
|
import Icon from "../../Icon";
|
|
42
42
|
const BORDER_WIDTH = 1;
|
|
43
|
-
const BORDER_OPACITY = 0.
|
|
43
|
+
const BORDER_OPACITY = 0.1;
|
|
44
44
|
const BorderImage = styled(Box).attrs(({ theme: { yoga } }) => {
|
|
45
45
|
return {
|
|
46
46
|
borderColor: hexToRgb(yoga.colors.secondary, BORDER_OPACITY),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gympass/yoga",
|
|
3
|
-
"version": "7.90.
|
|
3
|
+
"version": "7.90.1",
|
|
4
4
|
"description": "Gympass component library",
|
|
5
5
|
"main": "./cjs",
|
|
6
6
|
"types": "./typings/index.d.ts",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"react-native": "0.72.3",
|
|
57
57
|
"styled-components": "^4.4.0"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "8dad59f700b4ff4e3be23c1f178258ab0c92663f",
|
|
60
60
|
"module": "./esm",
|
|
61
61
|
"private": false,
|
|
62
62
|
"react-native": "./cjs/index.native.js"
|