@salutejs/plasma-new-hope 0.135.0-canary.1404.10630068652.0 → 0.135.0-canary.1404.10631789671.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -82,12 +82,12 @@ export function App() {
82
82
 
83
83
  ```tsx live
84
84
  import React from 'react';
85
- import { DatePicker } from '@salutejs/plasma-b2c';
85
+ import { DatePicker } from '@salutejs/{{ package }}';
86
86
  import { IconDone } from '@salutejs/plasma-icons';
87
87
 
88
88
  export function App() {
89
89
  return (
90
- <div style={{ height: "450px" }}>
90
+ <div style=\{{ height: "450px" }}>
91
91
  <DatePicker
92
92
  label="Лейбл"
93
93
  leftHelper="Подсказка к полю"
@@ -82,12 +82,12 @@ export function App() {
82
82
 
83
83
  ```tsx live
84
84
  import React from 'react';
85
- import { DatePicker } from '@salutejs/plasma-b2c';
85
+ import { DatePicker } from '@salutejs/{{ package }}';
86
86
  import { IconDone } from '@salutejs/plasma-icons';
87
87
 
88
88
  export function App() {
89
89
  return (
90
- <div style={{ height: "450px" }}>
90
+ <div style=\{{ height: "450px" }}>
91
91
  <DatePicker
92
92
  label="Лейбл"
93
93
  leftHelper="Подсказка к полю"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-new-hope",
3
- "version": "0.135.0-canary.1404.10630068652.0",
3
+ "version": "0.135.0-canary.1404.10631789671.0",
4
4
  "description": "Salute Design System blueprint",
5
5
  "main": "cjs/index.js",
6
6
  "module": "es/index.js",
@@ -118,5 +118,5 @@
118
118
  "react-popper": "2.3.0",
119
119
  "storeon": "3.1.5"
120
120
  },
121
- "gitHead": "5a20998289879eee12dabd270bd3198c7e4df344"
121
+ "gitHead": "c77a5a386d06150917878402dc42db8e0451ff1f"
122
122
  }
@@ -82,12 +82,12 @@ export function App() {
82
82
 
83
83
  ```tsx live
84
84
  import React from 'react';
85
- import { DatePicker } from '@salutejs/plasma-b2c';
85
+ import { DatePicker } from '@salutejs/{{ package }}';
86
86
  import { IconDone } from '@salutejs/plasma-icons';
87
87
 
88
88
  export function App() {
89
89
  return (
90
- <div style={{ height: "450px" }}>
90
+ <div style=\{{ height: "450px" }}>
91
91
  <DatePicker
92
92
  label="Лейбл"
93
93
  leftHelper="Подсказка к полю"
@@ -82,12 +82,12 @@ export function App() {
82
82
 
83
83
  ```tsx live
84
84
  import React from 'react';
85
- import { DatePicker } from '@salutejs/plasma-b2c';
85
+ import { DatePicker } from '@salutejs/{{ package }}';
86
86
  import { IconDone } from '@salutejs/plasma-icons';
87
87
 
88
88
  export function App() {
89
89
  return (
90
- <div style={{ height: "450px" }}>
90
+ <div style=\{{ height: "450px" }}>
91
91
  <DatePicker
92
92
  label="Лейбл"
93
93
  leftHelper="Подсказка к полю"