@manamerge/mana-atomic-ui 1.0.175 → 1.0.176

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,7 +1,8 @@
1
1
  const pint3 = {
2
2
  "Pint3-primary": {
3
3
  gap: "25px",
4
- height: "500px",
4
+ // height: "500px",
5
+ height: "auto",
5
6
  maxWidth: "1100px",
6
7
  column: {
7
8
  gap: "15px",
@@ -8,7 +8,7 @@ const cardSimpleRender = {
8
8
  border: "2px solid rgb(210, 16, 16)",
9
9
  borderRadius: "25px",
10
10
  padding: "0px",
11
- height: "100%",
11
+ // height: "100%",
12
12
  maxWidth: "350px",
13
13
  minWidth: "200px",
14
14
  focus: {
@@ -0,0 +1,11 @@
1
+ import { Meta, StoryObj } from "@storybook/react";
2
+ import { CardSimpleRenderTypes } from "./CardSimpleRender";
3
+ declare const meta: Meta<CardSimpleRenderTypes>;
4
+ export default meta;
5
+ type Story = StoryObj<CardSimpleRenderTypes>;
6
+ export declare const Default: Story;
7
+ export declare const Hover: Story;
8
+ export declare const Flex: Story;
9
+ export declare const FlexExtra: Story;
10
+ export declare const Flex2: Story;
11
+ export declare const Isolado: Story;
@@ -1249,7 +1249,6 @@ export declare const ManamergeTheme: {
1249
1249
  border: string;
1250
1250
  borderRadius: string;
1251
1251
  padding: string;
1252
- height: string;
1253
1252
  maxWidth: string;
1254
1253
  minWidth: string;
1255
1254
  focus: {
@@ -8,7 +8,6 @@ declare const cardSimpleRender: {
8
8
  border: string;
9
9
  borderRadius: string;
10
10
  padding: string;
11
- height: string;
12
11
  maxWidth: string;
13
12
  minWidth: string;
14
13
  focus: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manamerge/mana-atomic-ui",
3
- "version": "1.0.175",
3
+ "version": "1.0.176",
4
4
  "description": "Mana Merge design system",
5
5
  "license": "ISC",
6
6
  "author": "MM",