@vitality-ds/icons 0.3.0 → 0.3.2-alpha.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.
- package/dist/index.js +2 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
@@ -830,5 +830,6 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "d
|
|
830
830
|
It is generated automatically. You can add more icons
|
831
831
|
to https://gitlab.geniesolutions.com.au/design-system-cop/vitality/-/tree/main/packages/icons
|
832
832
|
and regenerate it. It's easy!
|
833
|
-
*/
|
833
|
+
*/
|
834
|
+
var _default = _Icon["default"];
|
834
835
|
exports["default"] = _default;
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vitality-ds/icons",
|
3
3
|
"displayName": "icons",
|
4
|
-
"version": "0.3.
|
4
|
+
"version": "0.3.2-alpha.1",
|
5
5
|
"description": "Gentu icons",
|
6
6
|
"repository": "https://gitlab.geniesolutions.com.au/design-system-cop/vitality",
|
7
7
|
"main": "./dist/index.js",
|
@@ -28,7 +28,7 @@
|
|
28
28
|
"@babel/core": "^7.18.10",
|
29
29
|
"@babel/preset-env": "^7.18.10",
|
30
30
|
"@babel/preset-react": "^7.18.6",
|
31
|
-
"@vitality-ds/system": "^0.3.
|
31
|
+
"@vitality-ds/system": "^0.3.2-alpha.1",
|
32
32
|
"@vitality-ds/tokens": "^0.3.0",
|
33
33
|
"fs-extra": "^10.0.0",
|
34
34
|
"glob": "^7.2.0",
|
@@ -48,5 +48,5 @@
|
|
48
48
|
"publishConfig": {
|
49
49
|
"access": "public"
|
50
50
|
},
|
51
|
-
"gitHead": "
|
51
|
+
"gitHead": "8170529d70957faeb66374f93ce7971594b49d35"
|
52
52
|
}
|