@gympass/yoga-icons 1.31.0 → 1.31.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/cjs/ui.js +1 -1
- package/esm/ui.js +1 -1
- package/package.json +2 -2
- package/typings/index.d.ts +1 -1
- package/typings/native/index.d.ts +1 -1
package/cjs/ui.js
CHANGED
|
@@ -1172,7 +1172,7 @@ Object.defineProperty(exports, 'Signal', {
|
|
|
1172
1172
|
enumerable: true,
|
|
1173
1173
|
get: function () { return signal__default.default; }
|
|
1174
1174
|
});
|
|
1175
|
-
Object.defineProperty(exports, '
|
|
1175
|
+
Object.defineProperty(exports, 'SingleWomanFlag', {
|
|
1176
1176
|
enumerable: true,
|
|
1177
1177
|
get: function () { return single_woman_flag__default.default; }
|
|
1178
1178
|
});
|
package/esm/ui.js
CHANGED
|
@@ -177,7 +177,7 @@ export { default as ShowerTowels } from './svg/shower-towels';
|
|
|
177
177
|
export { default as Shower } from './svg/shower';
|
|
178
178
|
export { default as SignLanguage } from './svg/sign_language';
|
|
179
179
|
export { default as Signal } from './svg/signal';
|
|
180
|
-
export { default as
|
|
180
|
+
export { default as SingleWomanFlag } from './svg/single_woman_flag';
|
|
181
181
|
export { default as Smartphone } from './svg/smartphone';
|
|
182
182
|
export { default as SmartphoneFilled } from './svg/smartphone_filled';
|
|
183
183
|
export { default as SnackBar } from './svg/snack-bar';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gympass/yoga-icons",
|
|
3
|
-
"version": "1.31.
|
|
3
|
+
"version": "1.31.1",
|
|
4
4
|
"description": "Yoga icon package",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"yoga",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"bugs": {
|
|
27
27
|
"url": "https://github.com/Gympass/yoga/issues"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "87a79a984b12bda01d49401bf403e3c43b345b86",
|
|
30
30
|
"module": "./esm",
|
|
31
31
|
"private": false
|
|
32
32
|
}
|
package/typings/index.d.ts
CHANGED
|
@@ -180,7 +180,7 @@ export declare const ShowerTowels: SVGWebComponent;
|
|
|
180
180
|
export declare const Shower: SVGWebComponent;
|
|
181
181
|
export declare const SignLanguage: SVGWebComponent;
|
|
182
182
|
export declare const Signal: SVGWebComponent;
|
|
183
|
-
export declare const
|
|
183
|
+
export declare const SingleWomanFlag: SVGWebComponent;
|
|
184
184
|
export declare const Smartphone: SVGWebComponent;
|
|
185
185
|
export declare const SmartphoneFilled: SVGWebComponent;
|
|
186
186
|
export declare const SnackBar: SVGWebComponent;
|
|
@@ -181,7 +181,7 @@ export declare const ShowerTowels: SVGNativeComponent;
|
|
|
181
181
|
export declare const Shower: SVGNativeComponent;
|
|
182
182
|
export declare const SignLanguage: SVGNativeComponent;
|
|
183
183
|
export declare const Signal: SVGNativeComponent;
|
|
184
|
-
export declare const
|
|
184
|
+
export declare const SingleWomanFlag: SVGNativeComponent;
|
|
185
185
|
export declare const Smartphone: SVGNativeComponent;
|
|
186
186
|
export declare const SmartphoneFilled: SVGNativeComponent;
|
|
187
187
|
export declare const SnackBar: SVGNativeComponent;
|