@manamerge/mana-atomic-ui 1.0.190 → 1.0.192
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.
- package/dist/themes/themes/manamerge/atoms/button.ts +1 -1
- package/dist/themes/themes/manamerge/molecules/cardSimpleRender.ts +4 -4
- package/dist/themes/themes/manamerge/molecules/header.ts +1 -1
- package/package.json +1 -1
- package/dist/themes/themes/manamerge/fonts/Gilmer-Bold.woff2 +0 -0
- package/dist/themes/themes/manamerge/fonts/Gilmer-Heavy.woff2 +0 -0
- package/dist/themes/themes/manamerge/fonts/Gilmer-Light.woff2 +0 -0
- package/dist/themes/themes/manamerge/fonts/Gilmer-Medium.woff2 +0 -0
- package/dist/themes/themes/manamerge/fonts/Gilmer-Regular.woff2 +0 -0
- package/dist/types/components/Molecules/CardSimpleRender/CardSimpleRender.stories copy.d.ts +0 -11
|
@@ -14,15 +14,15 @@ const cardSimpleRender = {
|
|
|
14
14
|
maxWidth: "550px",
|
|
15
15
|
minWidth: "250px",
|
|
16
16
|
focus: {
|
|
17
|
-
border: "
|
|
17
|
+
border: "",
|
|
18
18
|
outline: `2px dashed ${colors.two.c}`,
|
|
19
|
-
boxShadow: "
|
|
19
|
+
boxShadow: "",
|
|
20
20
|
transition: "outline 0.5s ease"
|
|
21
21
|
},
|
|
22
22
|
hover: {
|
|
23
|
-
border: "
|
|
23
|
+
border: "",
|
|
24
24
|
outline: `2px solid ${colors.two.c}`,
|
|
25
|
-
boxShadow: "
|
|
25
|
+
boxShadow: "",
|
|
26
26
|
transition: "outline 0.5s ease"
|
|
27
27
|
},
|
|
28
28
|
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,11 +0,0 @@
|
|
|
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;
|