@gympass/yoga 7.116.2 → 7.117.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.
@@ -33,5 +33,5 @@ __export(Box_exports, {
33
33
  module.exports = __toCommonJS(Box_exports);
34
34
  var import_styled_components = __toESM(require("styled-components"));
35
35
  var import_yoga_system = require("@gympass/yoga-system");
36
- const Box = import_styled_components.default.View(import_yoga_system.system);
36
+ const Box = import_styled_components.default.View(import_yoga_system.newSystem);
37
37
  var Box_default = Box;
@@ -77,7 +77,7 @@ var import_textStyle = __toESM(require("../textStyle"));
77
77
  var import_shared = require("../../shared");
78
78
  const styledText = (type) => import_styled_components.default.Text`
79
79
  ${(0, import_textStyle.default)(type)}
80
- ${import_yoga_system.system}
80
+ ${import_yoga_system.newSystem}
81
81
  `;
82
82
  const Display1 = styledText("display1");
83
83
  Display1.displayName = "Text.Display1";
@@ -1,6 +1,6 @@
1
1
  import styled from "styled-components";
2
- import { system } from "@gympass/yoga-system";
3
- const Box = styled.View(system);
2
+ import { newSystem } from "@gympass/yoga-system";
3
+ const Box = styled.View(newSystem);
4
4
  var Box_default = Box;
5
5
  export {
6
6
  Box_default as default
@@ -18,12 +18,12 @@ import { jsx } from "react/jsx-runtime";
18
18
  import React from "react";
19
19
  import styled from "styled-components";
20
20
  import { oneOf, bool } from "prop-types";
21
- import { system } from "@gympass/yoga-system";
21
+ import { newSystem } from "@gympass/yoga-system";
22
22
  import textStyle from "../textStyle";
23
23
  import { deprecated } from "../../shared";
24
24
  const styledText = (type) => styled.Text`
25
25
  ${textStyle(type)}
26
- ${system}
26
+ ${newSystem}
27
27
  `;
28
28
  const Display1 = styledText("display1");
29
29
  Display1.displayName = "Text.Display1";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gympass/yoga",
3
- "version": "7.116.2",
3
+ "version": "7.117.1",
4
4
  "description": "Gympass component library",
5
5
  "main": "./cjs",
6
6
  "types": "./typings/index.d.ts",
@@ -28,9 +28,9 @@
28
28
  "dependencies": {
29
29
  "@gympass/yoga-common": "^1.4.1",
30
30
  "@gympass/yoga-helpers": "^1.1.1",
31
- "@gympass/yoga-icons": "^1.25.0",
31
+ "@gympass/yoga-icons": "^1.26.0",
32
32
  "@gympass/yoga-illustrations": "^0.7.1",
33
- "@gympass/yoga-system": "^0.24.0",
33
+ "@gympass/yoga-system": "^0.25.0",
34
34
  "@gympass/yoga-tokens": "^3.6.4",
35
35
  "@ptomasroos/react-native-multi-slider": "^2.1.1",
36
36
  "@radix-ui/react-dropdown-menu": "^2.0.1",
@@ -57,7 +57,7 @@
57
57
  "react-native": "0.72.3",
58
58
  "styled-components": "^4.4.0"
59
59
  },
60
- "gitHead": "a0fb25fa6b6313cf83a16287235519c989d1a2b5",
60
+ "gitHead": "263afd73905557cbc4474e0d48ca728df3c720c9",
61
61
  "module": "./esm",
62
62
  "private": false,
63
63
  "react-native": "./cjs/index.native.js"