@loadsmart/loadsmart-ui 5.6.1 → 5.6.2

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.
@@ -3,3 +3,4 @@ import type { DrawerProps } from './Drawer';
3
3
  declare const _default: Meta<import("@storybook/react/types-6-0").Args>;
4
4
  export default _default;
5
5
  export declare const Playground: Story<DrawerProps>;
6
+ export declare const SmallerContentPlayground: Story<DrawerProps>;
package/dist/index.js CHANGED
@@ -2178,6 +2178,7 @@
2178
2178
  `,Vi=g.default.div`
2179
2179
  display: flex;
2180
2180
  flex-direction: column;
2181
+ height: 100%;
2181
2182
 
2182
2183
  padding: ${r.getToken("space-xl")};
2183
2184