@gympass/yoga 7.72.2 → 7.72.3

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.
@@ -32,7 +32,7 @@ var VARIANT_ICONS = {
32
32
  fill: 'hope'
33
33
  },
34
34
  informative: {
35
- as: _yogaIcons.AlertCircle,
35
+ as: _yogaIcons.Info,
36
36
  fill: 'relax'
37
37
  },
38
38
  attention: {
@@ -6,7 +6,7 @@ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) r
6
6
 
7
7
  import { arrayOf, node, oneOf, oneOfType, string, bool } from 'prop-types';
8
8
  import React from 'react';
9
- import { CheckedFull, AlertCircle, AlertTriangle } from '@gympass/yoga-icons';
9
+ import { CheckedFull, Info, AlertTriangle } from '@gympass/yoga-icons';
10
10
  import Icon from '../../Icon';
11
11
  import Box from '../../Box';
12
12
  import Text from '../../Text';
@@ -18,7 +18,7 @@ var VARIANT_ICONS = {
18
18
  fill: 'hope'
19
19
  },
20
20
  informative: {
21
- as: AlertCircle,
21
+ as: Info,
22
22
  fill: 'relax'
23
23
  },
24
24
  attention: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gympass/yoga",
3
- "version": "7.72.2",
3
+ "version": "7.72.3",
4
4
  "description": "Gympass component library",
5
5
  "main": "./cjs",
6
6
  "sideEffects": false,
@@ -53,7 +53,7 @@
53
53
  "react": ">=16",
54
54
  "styled-components": "^4.4.0"
55
55
  },
56
- "gitHead": "b7d7d085f0f2c59c3ae24ed8d0ba3d0be8ca48f7",
56
+ "gitHead": "1211293dbf850a8ea44e75417967ebf6111e1351",
57
57
  "module": "./esm",
58
58
  "private": false,
59
59
  "react-native": "./cjs/index.native.js"