@salutejs/plasma-new-hope 0.77.0-canary.1185.8720195819.0 → 0.77.0-canary.1185.8720575745.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-new-hope",
3
- "version": "0.77.0-canary.1185.8720195819.0",
3
+ "version": "0.77.0-canary.1185.8720575745.0",
4
4
  "description": "Salute Design System blueprint",
5
5
  "main": "cjs/index.js",
6
6
  "module": "es/index.js",
@@ -102,5 +102,5 @@
102
102
  "react-popper": "2.3.0",
103
103
  "storeon": "3.1.5"
104
104
  },
105
- "gitHead": "13c455660efe83ed3be6667c5a39572827922e2f"
105
+ "gitHead": "37f644891d4068642110a447e08905daf5c1c06b"
106
106
  }
@@ -92,7 +92,7 @@ const DisclosureRightIcon = (props) => (
92
92
  </StyledDisclosureRightIcon>
93
93
  );
94
94
 
95
- const StoryNormal = (args: StoryDropdownProps) => {
95
+ const StoryTight = (args: StoryDropdownProps) => {
96
96
  const [selected, setSelected] = useState('');
97
97
  const [isOpen, setIsOpen] = useState(false);
98
98
  const [isOpenDropdown2, setIsOpenDropdown2] = useState(false);
@@ -209,6 +209,6 @@ const StoryNormal = (args: StoryDropdownProps) => {
209
209
  );
210
210
  };
211
211
 
212
- export const Normal: StoryObj<StoryDropdownProps> = {
213
- render: (args) => <StoryNormal {...args} />,
212
+ export const Tight: StoryObj<StoryDropdownProps> = {
213
+ render: (args) => <StoryTight {...args} />,
214
214
  };
@@ -92,7 +92,7 @@ const DisclosureRightIcon = (props) => (
92
92
  </StyledDisclosureRightIcon>
93
93
  );
94
94
 
95
- const StoryNormal = (args: StoryDropdownProps) => {
95
+ const StoryTight = (args: StoryDropdownProps) => {
96
96
  const [selected, setSelected] = useState('');
97
97
  const [isOpen, setIsOpen] = useState(false);
98
98
  const [isOpenDropdown2, setIsOpenDropdown2] = useState(false);
@@ -209,6 +209,6 @@ const StoryNormal = (args: StoryDropdownProps) => {
209
209
  );
210
210
  };
211
211
 
212
- export const Normal: StoryObj<StoryDropdownProps> = {
213
- render: (args) => <StoryNormal {...args} />,
212
+ export const Tight: StoryObj<StoryDropdownProps> = {
213
+ render: (args) => <StoryTight {...args} />,
214
214
  };
@@ -92,7 +92,7 @@ const DisclosureRightIcon = (props) => (
92
92
  </StyledDisclosureRightIcon>
93
93
  );
94
94
 
95
- const StoryNormal = (args: StoryDropdownProps) => {
95
+ const StoryTight = (args: StoryDropdownProps) => {
96
96
  const [selected, setSelected] = useState('');
97
97
  const [isOpen, setIsOpen] = useState(false);
98
98
  const [isOpenDropdown2, setIsOpenDropdown2] = useState(false);
@@ -209,6 +209,6 @@ const StoryNormal = (args: StoryDropdownProps) => {
209
209
  );
210
210
  };
211
211
 
212
- export const Normal: StoryObj<StoryDropdownProps> = {
213
- render: (args) => <StoryNormal {...args} />,
212
+ export const Tight: StoryObj<StoryDropdownProps> = {
213
+ render: (args) => <StoryTight {...args} />,
214
214
  };
@@ -92,7 +92,7 @@ const DisclosureRightIcon = (props) => (
92
92
  </StyledDisclosureRightIcon>
93
93
  );
94
94
 
95
- const StoryNormal = (args: StoryDropdownProps) => {
95
+ const StoryTight = (args: StoryDropdownProps) => {
96
96
  const [selected, setSelected] = useState('');
97
97
  const [isOpen, setIsOpen] = useState(false);
98
98
  const [isOpenDropdown2, setIsOpenDropdown2] = useState(false);
@@ -209,6 +209,6 @@ const StoryNormal = (args: StoryDropdownProps) => {
209
209
  );
210
210
  };
211
211
 
212
- export const Normal: StoryObj<StoryDropdownProps> = {
213
- render: (args) => <StoryNormal {...args} />,
212
+ export const Tight: StoryObj<StoryDropdownProps> = {
213
+ render: (args) => <StoryTight {...args} />,
214
214
  };