@salutejs/sdds-cs 0.325.0-canary.2137.16827047544.0 → 0.325.0-canary.2137.16831286173.0

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.
@@ -1,2 +1,2 @@
1
- export { numberFormatter } from '@salutejs/plasma-new-hope';
1
+ export { numberFormatter } from '@salutejs/plasma-new-hope/styled-components';
2
2
  export { NumberFormat } from './NumberFormat';
@@ -13,8 +13,8 @@ _export(exports, {
13
13
  return _NumberFormat.NumberFormat;
14
14
  },
15
15
  get numberFormatter () {
16
- return _plasmanewhope.numberFormatter;
16
+ return _styledcomponents.numberFormatter;
17
17
  }
18
18
  });
19
- var _plasmanewhope = require("@salutejs/plasma-new-hope");
19
+ var _styledcomponents = require("@salutejs/plasma-new-hope/styled-components");
20
20
  var _NumberFormat = require("./NumberFormat");
@@ -13,8 +13,8 @@ _export(exports, {
13
13
  return _NumberFormat.NumberFormat;
14
14
  },
15
15
  get numberFormatter () {
16
- return _plasmanewhope.numberFormatter;
16
+ return _emotion.numberFormatter;
17
17
  }
18
18
  });
19
- var _plasmanewhope = require("@salutejs/plasma-new-hope");
19
+ var _emotion = require("@salutejs/plasma-new-hope/emotion");
20
20
  var _NumberFormat = require("./NumberFormat");
@@ -1,2 +1,2 @@
1
- export { numberFormatter } from '@salutejs/plasma-new-hope';
1
+ export { numberFormatter } from '@salutejs/plasma-new-hope/emotion';
2
2
  export { NumberFormat } from './NumberFormat';
@@ -1,2 +1,2 @@
1
- export { numberFormatter } from '@salutejs/plasma-new-hope';
1
+ export { numberFormatter } from '@salutejs/plasma-new-hope/styled-components';
2
2
  export { NumberFormat } from './NumberFormat';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-cs",
3
- "version": "0.325.0-canary.2137.16827047544.0",
3
+ "version": "0.325.0-canary.2137.16831286173.0",
4
4
  "description": "Salute Design System / React UI kit for SDDS CS web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -30,7 +30,7 @@
30
30
  "directory": "packages/sdds-cs"
31
31
  },
32
32
  "dependencies": {
33
- "@salutejs/plasma-new-hope": "0.333.0-canary.2137.16827047544.0",
33
+ "@salutejs/plasma-new-hope": "0.333.0-canary.2137.16831286173.0",
34
34
  "@salutejs/sdds-themes": "0.44.0"
35
35
  },
36
36
  "peerDependencies": {
@@ -123,5 +123,5 @@
123
123
  "Anton Vinogradov"
124
124
  ],
125
125
  "sideEffects": false,
126
- "gitHead": "bae69eb07123aad98fd76663ec2546d7d5add664"
126
+ "gitHead": "39ef7c699009cbcdd3a5909cf5949a0c239b74d2"
127
127
  }