@salutejs/plasma-web 1.492.0-canary.1680.12493948115.0 → 1.492.0-canary.1681.12503763792.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2 @@
1
+ export { Note } from './Note';
2
+ export { noteTokens, noteClasses } from '@salutejs/plasma-new-hope/styled-components';
package/es/index.js CHANGED
@@ -75,4 +75,5 @@ export * from './components/ChipGroup';
75
75
  export * from './components/NumberInput';
76
76
  export * from './components/Dropzone';
77
77
  export * from './components/Rating';
78
- export * from './components/Tree';
78
+ export * from './components/Tree';
79
+ export * from './components/Note';
package/index.d.ts CHANGED
@@ -76,3 +76,4 @@ export * from './components/NumberInput';
76
76
  export * from './components/Dropzone';
77
77
  export * from './components/Rating';
78
78
  export * from './components/Tree';
79
+ export * from './components/Note';
package/index.js CHANGED
@@ -860,4 +860,15 @@ Object.keys(_Tree).forEach(function (key) {
860
860
  return _Tree[key];
861
861
  }
862
862
  });
863
+ });
864
+ var _Note = /*#__PURE__*/require("./components/Note");
865
+ Object.keys(_Note).forEach(function (key) {
866
+ if (key === "default" || key === "__esModule") return;
867
+ if (key in exports && exports[key] === _Note[key]) return;
868
+ Object.defineProperty(exports, key, {
869
+ enumerable: true,
870
+ get: function get() {
871
+ return _Note[key];
872
+ }
873
+ });
863
874
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-web",
3
- "version": "1.492.0-canary.1680.12493948115.0",
3
+ "version": "1.492.0-canary.1681.12503763792.0",
4
4
  "description": "Salute Design System / React UI kit for web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -19,14 +19,14 @@
19
19
  "directory": "packages/plasma-web"
20
20
  },
21
21
  "dependencies": {
22
- "@salutejs/plasma-core": "1.191.0-canary.1680.12493948115.0",
23
- "@salutejs/plasma-hope": "1.328.0-canary.1680.12493948115.0",
24
- "@salutejs/plasma-new-hope": "0.236.0-canary.1680.12493948115.0",
25
- "@salutejs/plasma-themes": "0.29.0-canary.1680.12493948115.0",
26
- "@salutejs/plasma-tokens-b2b": "1.44.0-canary.1680.12493948115.0",
27
- "@salutejs/plasma-tokens-b2c": "0.55.0-canary.1680.12493948115.0",
28
- "@salutejs/plasma-tokens-web": "1.60.0-canary.1680.12493948115.0",
29
- "@salutejs/plasma-typo": "0.41.0-canary.1680.12493948115.0"
22
+ "@salutejs/plasma-core": "1.191.0-canary.1681.12503763792.0",
23
+ "@salutejs/plasma-hope": "1.328.0-canary.1681.12503763792.0",
24
+ "@salutejs/plasma-new-hope": "0.236.0-canary.1681.12503763792.0",
25
+ "@salutejs/plasma-themes": "0.28.0",
26
+ "@salutejs/plasma-tokens-b2b": "1.44.0",
27
+ "@salutejs/plasma-tokens-b2c": "0.56.0-canary.1681.12503763792.0",
28
+ "@salutejs/plasma-tokens-web": "1.61.0-canary.1681.12503763792.0",
29
+ "@salutejs/plasma-typo": "0.41.0"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "@salutejs/plasma-icons": "^1.0.0",
@@ -48,10 +48,10 @@
48
48
  "@rollup/plugin-babel": "6.0.4",
49
49
  "@rollup/plugin-commonjs": "25.0.7",
50
50
  "@rollup/plugin-node-resolve": "15.2.3",
51
- "@salutejs/plasma-colors": "0.14.0-canary.1680.12493948115.0",
52
- "@salutejs/plasma-cy-utils": "0.122.0-canary.1680.12493948115.0",
53
- "@salutejs/plasma-icons": "1.211.0-canary.1680.12493948115.0",
54
- "@salutejs/plasma-sb-utils": "0.190.0-canary.1680.12493948115.0",
51
+ "@salutejs/plasma-colors": "0.14.0",
52
+ "@salutejs/plasma-cy-utils": "0.122.0-canary.1681.12503763792.0",
53
+ "@salutejs/plasma-icons": "1.210.0",
54
+ "@salutejs/plasma-sb-utils": "0.190.0-canary.1681.12503763792.0",
55
55
  "@storybook/addon-docs": "7.6.17",
56
56
  "@storybook/addon-essentials": "7.6.17",
57
57
  "@storybook/addons": "7.6.17",
@@ -111,5 +111,5 @@
111
111
  "Fanil Zubairov"
112
112
  ],
113
113
  "sideEffects": false,
114
- "gitHead": "062e7d1ce674471db344ce0fade22f73cef40864"
114
+ "gitHead": "2633f07e55f076ef03ffbd476d73e6f5f341789a"
115
115
  }