@ftdata/ui 0.0.1
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/README.md +23 -0
- package/dist/assets/AddIcon.d.ts +3 -0
- package/dist/assets/AddIcon.js +35 -0
- package/dist/assets/ArrowLeftIcon.d.ts +2 -0
- package/dist/assets/ArrowLeftIcon.js +26 -0
- package/dist/assets/BackArrowIcon.d.ts +3 -0
- package/dist/assets/BackArrowIcon.js +35 -0
- package/dist/assets/BellIcon.d.ts +2 -0
- package/dist/assets/BellIcon.js +43 -0
- package/dist/assets/BuildingIcon.d.ts +2 -0
- package/dist/assets/BuildingIcon.js +15 -0
- package/dist/assets/BurgerMenu.d.ts +3 -0
- package/dist/assets/BurgerMenu.js +41 -0
- package/dist/assets/CancelSquareIcon.d.ts +3 -0
- package/dist/assets/CancelSquareIcon.js +36 -0
- package/dist/assets/CarretDownIcon.d.ts +3 -0
- package/dist/assets/CarretDownIcon.js +32 -0
- package/dist/assets/CavetDown.d.ts +2 -0
- package/dist/assets/CavetDown.js +18 -0
- package/dist/assets/CavetRight.d.ts +2 -0
- package/dist/assets/CavetRight.js +18 -0
- package/dist/assets/CavetUp.d.ts +2 -0
- package/dist/assets/CavetUp.js +18 -0
- package/dist/assets/CheckMarkIcon.d.ts +3 -0
- package/dist/assets/CheckMarkIcon.js +39 -0
- package/dist/assets/CheckmarkDone.d.ts +3 -0
- package/dist/assets/CheckmarkDone.js +27 -0
- package/dist/assets/CloseIcon.d.ts +2 -0
- package/dist/assets/CloseIcon.js +27 -0
- package/dist/assets/CommandIcon.d.ts +2 -0
- package/dist/assets/CommandIcon.js +77 -0
- package/dist/assets/DoneCircleIcon.d.ts +3 -0
- package/dist/assets/DoneCircleIcon.js +29 -0
- package/dist/assets/EmptyAlertDetail.d.ts +2 -0
- package/dist/assets/EmptyAlertDetail.js +451 -0
- package/dist/assets/EmptyPage.d.ts +3 -0
- package/dist/assets/EmptyPage.js +551 -0
- package/dist/assets/EyeIcon.d.ts +2 -0
- package/dist/assets/EyeIcon.js +35 -0
- package/dist/assets/FenceIcon.d.ts +2 -0
- package/dist/assets/FenceIcon.js +70 -0
- package/dist/assets/FolderCheckmark.d.ts +3 -0
- package/dist/assets/FolderCheckmark.js +44 -0
- package/dist/assets/FulltrackLogo.d.ts +3 -0
- package/dist/assets/FulltrackLogo.js +37 -0
- package/dist/assets/GlobeIcon.d.ts +2 -0
- package/dist/assets/GlobeIcon.js +61 -0
- package/dist/assets/GoogleIcon.d.ts +2 -0
- package/dist/assets/GoogleIcon.js +18 -0
- package/dist/assets/Group.js +2 -0
- package/dist/assets/MinusMarkIcon.d.ts +3 -0
- package/dist/assets/MinusMarkIcon.js +40 -0
- package/dist/assets/MosaicIcon.d.ts +3 -0
- package/dist/assets/MosaicIcon.js +41 -0
- package/dist/assets/NavLogo.d.ts +3 -0
- package/dist/assets/NavLogo.js +73 -0
- package/dist/assets/PinLocation.d.ts +2 -0
- package/dist/assets/PinLocation.js +31 -0
- package/dist/assets/PlusAddIcon.d.ts +2 -0
- package/dist/assets/PlusAddIcon.js +42 -0
- package/dist/assets/RefreshIcon.d.ts +2 -0
- package/dist/assets/RefreshIcon.js +16 -0
- package/dist/assets/SearchIcon.d.ts +3 -0
- package/dist/assets/SearchIcon.js +30 -0
- package/dist/assets/SendIcon.d.ts +3 -0
- package/dist/assets/SendIcon.js +20 -0
- package/dist/assets/StreetView.d.ts +2 -0
- package/dist/assets/StreetView.js +52 -0
- package/dist/assets/SwitchCheckMarkIcon.d.ts +3 -0
- package/dist/assets/SwitchCheckMarkIcon.js +40 -0
- package/dist/assets/WarningIcon.d.ts +2 -0
- package/dist/assets/WarningIcon.js +34 -0
- package/dist/assets/gif/how-to-use.js +2 -0
- package/dist/assets/iconMenu/SettingsIcon.d.ts +2 -0
- package/dist/assets/iconMenu/SettingsIcon.js +30 -0
- package/dist/assets/img/cover.js +2 -0
- package/dist/assets/img/map-sample.js +2 -0
- package/dist/assets/img/photo-goes-here.js +2 -0
- package/dist/assets/svg/chat.js +2 -0
- package/dist/assets/svg/colored-item.js +2 -0
- package/dist/assets/svg/mailbox-bro.js +2 -0
- package/dist/assets/svg/star-favorite.js +2 -0
- package/dist/assets/travolta.js +2 -0
- package/dist/components/Avatar/Avatar.stories.d.ts +33 -0
- package/dist/components/Avatar/Avatar.stories.js +177 -0
- package/dist/components/Avatar/index.d.ts +7 -0
- package/dist/components/Avatar/index.js +28 -0
- package/dist/components/Avatar/styles.d.ts +4 -0
- package/dist/components/Avatar/styles.js +37 -0
- package/dist/components/Avatar/utils/getAvatarColors.d.ts +6 -0
- package/dist/components/Avatar/utils/getAvatarColors.js +48 -0
- package/dist/components/Breadcrumb/Breadcrumb.stories.d.ts +17 -0
- package/dist/components/Breadcrumb/Breadcrumb.stories.js +51 -0
- package/dist/components/Breadcrumb/index.d.ts +10 -0
- package/dist/components/Breadcrumb/index.js +34 -0
- package/dist/components/Breadcrumb/styles.d.ts +9 -0
- package/dist/components/Breadcrumb/styles.js +43 -0
- package/dist/components/Button/Button.stories.d.ts +58 -0
- package/dist/components/Button/Button.stories.js +284 -0
- package/dist/components/Button/index.d.ts +26 -0
- package/dist/components/Button/index.js +69 -0
- package/dist/components/Button/modifiers.d.ts +8 -0
- package/dist/components/Button/modifiers.js +41 -0
- package/dist/components/Button/styles.d.ts +25 -0
- package/dist/components/Button/styles.js +111 -0
- package/dist/components/Checkbox/CheckMarkIcon.d.ts +3 -0
- package/dist/components/Checkbox/CheckMarkIcon.js +38 -0
- package/dist/components/Checkbox/Checkbox.stories.d.ts +35 -0
- package/dist/components/Checkbox/Checkbox.stories.js +101 -0
- package/dist/components/Checkbox/MinusMarkIcon.d.ts +3 -0
- package/dist/components/Checkbox/MinusMarkIcon.js +39 -0
- package/dist/components/Checkbox/index.d.ts +9 -0
- package/dist/components/Checkbox/index.js +40 -0
- package/dist/components/Checkbox/styles.d.ts +12 -0
- package/dist/components/Checkbox/styles.js +41 -0
- package/dist/components/Collapse/Colapse.stories.d.ts +10 -0
- package/dist/components/Collapse/Colapse.stories.js +108 -0
- package/dist/components/Collapse/index.d.ts +15 -0
- package/dist/components/Collapse/index.js +61 -0
- package/dist/components/Collapse/styles.d.ts +11 -0
- package/dist/components/Collapse/styles.js +23 -0
- package/dist/components/CustomSelect/CustomSelect.stories.d.ts +73 -0
- package/dist/components/CustomSelect/CustomSelect.stories.js +477 -0
- package/dist/components/CustomSelect/CustomSelectList/index.d.ts +10 -0
- package/dist/components/CustomSelect/CustomSelectList/index.js +66 -0
- package/dist/components/CustomSelect/CustomSelectList/style.d.ts +8 -0
- package/dist/components/CustomSelect/CustomSelectList/style.js +95 -0
- package/dist/components/CustomSelect/index.d.ts +30 -0
- package/dist/components/CustomSelect/index.js +193 -0
- package/dist/components/CustomSelect/styles.d.ts +22 -0
- package/dist/components/CustomSelect/styles.js +93 -0
- package/dist/components/DoubleList/DoubleList.stories.d.ts +13 -0
- package/dist/components/DoubleList/DoubleList.stories.js +82 -0
- package/dist/components/DoubleList/index.d.ts +9 -0
- package/dist/components/DoubleList/index.js +70 -0
- package/dist/components/DoubleList/style.d.ts +5 -0
- package/dist/components/DoubleList/style.js +92 -0
- package/dist/components/EmptyState/Empty.stories.d.ts +26 -0
- package/dist/components/EmptyState/Empty.stories.js +72 -0
- package/dist/components/EmptyState/index.d.ts +10 -0
- package/dist/components/EmptyState/index.js +48 -0
- package/dist/components/EmptyState/styles.d.ts +3 -0
- package/dist/components/EmptyState/styles.js +39 -0
- package/dist/components/Grid/Column/Column.stories.d.ts +26 -0
- package/dist/components/Grid/Column/Column.stories.js +335 -0
- package/dist/components/Grid/Column/index.d.ts +15 -0
- package/dist/components/Grid/Column/index.js +10 -0
- package/dist/components/Grid/Container/Container.stories.d.ts +11 -0
- package/dist/components/Grid/Container/Container.stories.js +114 -0
- package/dist/components/Grid/Container/index.d.ts +6 -0
- package/dist/components/Grid/Container/index.js +11 -0
- package/dist/components/Grid/Row/Row.stories.d.ts +22 -0
- package/dist/components/Grid/Row/Row.stories.js +248 -0
- package/dist/components/Grid/Row/index.d.ts +20 -0
- package/dist/components/Grid/Row/index.js +10 -0
- package/dist/components/Grid/index.d.ts +38 -0
- package/dist/components/Grid/index.js +121 -0
- package/dist/components/Grid/utils.d.ts +1 -0
- package/dist/components/Grid/utils.js +18 -0
- package/dist/components/Loading/Loading/index.d.ts +7 -0
- package/dist/components/Loading/Loading/index.js +9 -0
- package/dist/components/Loading/Loading.stories.d.ts +24 -0
- package/dist/components/Loading/Loading.stories.js +145 -0
- package/dist/components/Loading/index.d.ts +16 -0
- package/dist/components/Loading/index.js +98 -0
- package/dist/components/Menu/constants/icons.d.ts +17 -0
- package/dist/components/Menu/constants/icons.js +61 -0
- package/dist/components/Menu/helpers/createMenus.d.ts +2 -0
- package/dist/components/Menu/helpers/createMenus.js +20 -0
- package/dist/components/Menu/helpers/createSubMenus.d.ts +2 -0
- package/dist/components/Menu/helpers/createSubMenus.js +13 -0
- package/dist/components/Menu/helpers/generateColorScale.d.ts +1 -0
- package/dist/components/Menu/helpers/generateColorScale.js +62 -0
- package/dist/components/Menu/helpers/getLuminance.d.ts +1 -0
- package/dist/components/Menu/helpers/getLuminance.js +9 -0
- package/dist/components/Menu/index.d.ts +12 -0
- package/dist/components/Menu/index.js +108 -0
- package/dist/components/Menu/styles.d.ts +17 -0
- package/dist/components/Menu/styles.js +202 -0
- package/dist/components/Menu/types/IconKeysType.d.ts +2 -0
- package/dist/components/Menu/types/IconKeysType.js +0 -0
- package/dist/components/Menu/types/MenuItem.d.ts +26 -0
- package/dist/components/Menu/types/MenuItem.js +0 -0
- package/dist/components/MultiSelect/Badge/index.d.ts +6 -0
- package/dist/components/MultiSelect/Badge/index.js +31 -0
- package/dist/components/MultiSelect/Badge/styles.d.ts +1 -0
- package/dist/components/MultiSelect/Badge/styles.js +57 -0
- package/dist/components/MultiSelect/MultiSelect.stories.d.ts +61 -0
- package/dist/components/MultiSelect/MultiSelect.stories.js +336 -0
- package/dist/components/MultiSelect/MultiSelectList/index.d.ts +10 -0
- package/dist/components/MultiSelect/MultiSelectList/index.js +59 -0
- package/dist/components/MultiSelect/MultiSelectList/style.d.ts +3 -0
- package/dist/components/MultiSelect/MultiSelectList/style.js +82 -0
- package/dist/components/MultiSelect/calcTextSize.d.ts +1 -0
- package/dist/components/MultiSelect/calcTextSize.js +10 -0
- package/dist/components/MultiSelect/index.d.ts +24 -0
- package/dist/components/MultiSelect/index.js +284 -0
- package/dist/components/MultiSelect/styles.d.ts +24 -0
- package/dist/components/MultiSelect/styles.js +165 -0
- package/dist/components/Radio/Radio.stories.d.ts +18 -0
- package/dist/components/Radio/Radio.stories.js +30 -0
- package/dist/components/Radio/index.d.ts +7 -0
- package/dist/components/Radio/index.js +27 -0
- package/dist/components/Radio/story.d.ts +5 -0
- package/dist/components/Radio/story.js +47 -0
- package/dist/components/Radio/styles.d.ts +8 -0
- package/dist/components/Radio/styles.js +43 -0
- package/dist/components/StateAlert/StateAlert.stories.d.ts +46 -0
- package/dist/components/StateAlert/StateAlert.stories.js +189 -0
- package/dist/components/StateAlert/index.d.ts +22 -0
- package/dist/components/StateAlert/index.js +56 -0
- package/dist/components/StateAlert/styles.d.ts +7 -0
- package/dist/components/StateAlert/styles.js +124 -0
- package/dist/components/Switch/Switch.stories.d.ts +26 -0
- package/dist/components/Switch/Switch.stories.js +81 -0
- package/dist/components/Switch/index.d.ts +8 -0
- package/dist/components/Switch/index.js +26 -0
- package/dist/components/Switch/styles.d.ts +15 -0
- package/dist/components/Switch/styles.js +33 -0
- package/dist/components/Text/Paragraph/Paragraph.stories.d.ts +29 -0
- package/dist/components/Text/Paragraph/Paragraph.stories.js +124 -0
- package/dist/components/Text/Title/Title.stories.d.ts +41 -0
- package/dist/components/Text/Title/Title.stories.js +106 -0
- package/dist/components/Text/index.d.ts +3 -0
- package/dist/components/Text/index.js +17 -0
- package/dist/components/Text/styles.d.ts +23 -0
- package/dist/components/Text/styles.js +70 -0
- package/dist/components/TextArea/Textarea.stories.d.ts +33 -0
- package/dist/components/TextArea/Textarea.stories.js +65 -0
- package/dist/components/TextArea/index.d.ts +10 -0
- package/dist/components/TextArea/index.js +39 -0
- package/dist/components/TextArea/styles.d.ts +18 -0
- package/dist/components/TextArea/styles.js +88 -0
- package/dist/components/TooltipWrapper/Tooltip.stories.d.ts +21 -0
- package/dist/components/TooltipWrapper/Tooltip.stories.js +54 -0
- package/dist/components/TooltipWrapper/index.d.ts +20 -0
- package/dist/components/TooltipWrapper/index.js +56 -0
- package/dist/components/TooltipWrapper/styles.d.ts +6 -0
- package/dist/components/TooltipWrapper/styles.js +20 -0
- package/dist/components/Tooltips/Tooltips.stories.d.ts +25 -0
- package/dist/components/Tooltips/Tooltips.stories.js +139 -0
- package/dist/components/Tooltips/index.d.ts +8 -0
- package/dist/components/Tooltips/index.js +28 -0
- package/dist/components/Tooltips/styles.d.ts +5 -0
- package/dist/components/Tooltips/styles.js +37 -0
- package/dist/components/UserMenu/UserMenu.stories.d.ts +26 -0
- package/dist/components/UserMenu/UserMenu.stories.js +174 -0
- package/dist/components/UserMenu/index.d.ts +19 -0
- package/dist/components/UserMenu/index.js +64 -0
- package/dist/components/UserMenu/style.d.ts +2 -0
- package/dist/components/UserMenu/style.js +44 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +3 -0
- package/dist/static/image/cover.png +0 -0
- package/dist/static/image/how-to-use.gif +0 -0
- package/dist/static/image/map-sample.png +0 -0
- package/dist/static/image/photo-goes-here.png +0 -0
- package/dist/static/image/travolta.jpg +0 -0
- package/dist/static/svg/Group.svg +5 -0
- package/dist/static/svg/chat.svg +10 -0
- package/dist/static/svg/colored-item.svg +9 -0
- package/dist/static/svg/mailbox-bro.svg +102 -0
- package/dist/static/svg/star-favorite.svg +3 -0
- package/dist/style/_reset.css +205 -0
- package/package.json +43 -0
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { Column, Row } from "../index.js";
|
|
3
|
+
import { Element } from "../utils.js";
|
|
4
|
+
import index from "./index.js";
|
|
5
|
+
const Container_stories_element = /*#__PURE__*/ jsx(Element, {
|
|
6
|
+
style: {
|
|
7
|
+
backgroundColor: "#FF5656",
|
|
8
|
+
fontFamily: "sans-serif",
|
|
9
|
+
border: "none",
|
|
10
|
+
color: "#f5f5f5",
|
|
11
|
+
fontWeight: "800"
|
|
12
|
+
},
|
|
13
|
+
children: "Element"
|
|
14
|
+
});
|
|
15
|
+
const example0 = /*#__PURE__*/ jsx(Row, {
|
|
16
|
+
justify: "space-between",
|
|
17
|
+
children: /*#__PURE__*/ jsx(Column, {
|
|
18
|
+
lg: 12,
|
|
19
|
+
children: Container_stories_element
|
|
20
|
+
})
|
|
21
|
+
});
|
|
22
|
+
const example1 = /*#__PURE__*/ jsxs(Row, {
|
|
23
|
+
justify: "space-between",
|
|
24
|
+
children: [
|
|
25
|
+
/*#__PURE__*/ jsx(Column, {
|
|
26
|
+
lg: 10,
|
|
27
|
+
children: Container_stories_element
|
|
28
|
+
}),
|
|
29
|
+
/*#__PURE__*/ jsx(Column, {
|
|
30
|
+
lg: 2,
|
|
31
|
+
children: Container_stories_element
|
|
32
|
+
}),
|
|
33
|
+
/*#__PURE__*/ jsx(Column, {
|
|
34
|
+
lg: 2,
|
|
35
|
+
children: Container_stories_element
|
|
36
|
+
})
|
|
37
|
+
]
|
|
38
|
+
});
|
|
39
|
+
const example2 = /*#__PURE__*/ jsxs(Row, {
|
|
40
|
+
children: [
|
|
41
|
+
/*#__PURE__*/ jsx(Column, {
|
|
42
|
+
lg: 6,
|
|
43
|
+
children: Container_stories_element
|
|
44
|
+
}),
|
|
45
|
+
/*#__PURE__*/ jsx(Column, {
|
|
46
|
+
children: Container_stories_element
|
|
47
|
+
}),
|
|
48
|
+
/*#__PURE__*/ jsx(Column, {
|
|
49
|
+
children: Container_stories_element
|
|
50
|
+
})
|
|
51
|
+
]
|
|
52
|
+
});
|
|
53
|
+
const meta = {
|
|
54
|
+
title: "DESIGN COMPONENTS/Grid/Container",
|
|
55
|
+
component: index,
|
|
56
|
+
tags: [
|
|
57
|
+
"autodocs"
|
|
58
|
+
],
|
|
59
|
+
argTypes: {
|
|
60
|
+
fluid: {
|
|
61
|
+
control: {
|
|
62
|
+
type: "boolean"
|
|
63
|
+
},
|
|
64
|
+
description: "Define seo Container possui largura de 100%.",
|
|
65
|
+
table: {
|
|
66
|
+
type: {
|
|
67
|
+
summary: "boolean"
|
|
68
|
+
},
|
|
69
|
+
defaultValue: {
|
|
70
|
+
summary: "false"
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
children: {
|
|
75
|
+
control: {
|
|
76
|
+
type: "select"
|
|
77
|
+
},
|
|
78
|
+
description: "Define o conte\xfado que ser\xe1 exibido dentro do Container.",
|
|
79
|
+
mapping: {
|
|
80
|
+
"deafult example": example0,
|
|
81
|
+
"example 1": example1,
|
|
82
|
+
"example 2": example2
|
|
83
|
+
},
|
|
84
|
+
options: [
|
|
85
|
+
"deafult example",
|
|
86
|
+
"example 1",
|
|
87
|
+
"example 2"
|
|
88
|
+
],
|
|
89
|
+
table: {
|
|
90
|
+
type: {
|
|
91
|
+
summary: "ReactNode"
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
};
|
|
97
|
+
const Container_stories = meta;
|
|
98
|
+
const Default = {
|
|
99
|
+
args: {
|
|
100
|
+
children: example0,
|
|
101
|
+
style: {
|
|
102
|
+
border: "4px dashed #FF5656",
|
|
103
|
+
borderRadius: "10px"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
argTypes: {
|
|
107
|
+
style: {
|
|
108
|
+
table: {
|
|
109
|
+
disable: true
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
};
|
|
114
|
+
export { Default, Container_stories as default };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Fragment, jsx } from "react/jsx-runtime";
|
|
2
|
+
import { Container } from "../index.js";
|
|
3
|
+
function Container_Container({ fluid, ...rest }) {
|
|
4
|
+
return /*#__PURE__*/ jsx(Fragment, {
|
|
5
|
+
children: /*#__PURE__*/ jsx(Container, {
|
|
6
|
+
fluid: fluid,
|
|
7
|
+
...rest
|
|
8
|
+
})
|
|
9
|
+
});
|
|
10
|
+
}
|
|
11
|
+
export { Container_Container as default };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { Meta, StoryObj } from "@storybook/react";
|
|
2
|
+
import Row from ".";
|
|
3
|
+
/**
|
|
4
|
+
* O componente Row é usado para organizar os Columns dentro de um Container.
|
|
5
|
+
* Este componente também funciona com os atributos nativos de um HTML div element.
|
|
6
|
+
* ###### importante: Estilos como cores e linhas não são aplicados por padrão; eles foram usados apenas para melhor visualização.
|
|
7
|
+
*/
|
|
8
|
+
declare const meta: Meta<typeof Row>;
|
|
9
|
+
export default meta;
|
|
10
|
+
type Story = StoryObj<typeof meta>;
|
|
11
|
+
/**
|
|
12
|
+
* Variação padrão do Row quando apenas as propriedades obrigatórias são fornecidas.
|
|
13
|
+
*/
|
|
14
|
+
export declare const Default: Story;
|
|
15
|
+
/**
|
|
16
|
+
* Exemplo simples da usabilidade do componente.
|
|
17
|
+
*/
|
|
18
|
+
export declare const FirstExample: Story;
|
|
19
|
+
/**
|
|
20
|
+
* Exemplo simples da usabilidade do componente.
|
|
21
|
+
*/
|
|
22
|
+
export declare const SecondExample: Story;
|
|
@@ -0,0 +1,248 @@
|
|
|
1
|
+
import { jsx } from "react/jsx-runtime";
|
|
2
|
+
import { Element } from "../utils.js";
|
|
3
|
+
import index from "./index.js";
|
|
4
|
+
import { Column } from "../index.js";
|
|
5
|
+
const Row_stories_element = /*#__PURE__*/ jsx(Element, {
|
|
6
|
+
style: {
|
|
7
|
+
backgroundColor: "#FF5656",
|
|
8
|
+
fontFamily: "sans-serif",
|
|
9
|
+
border: "none",
|
|
10
|
+
color: "#f5f5f5",
|
|
11
|
+
fontWeight: "800"
|
|
12
|
+
},
|
|
13
|
+
children: "Element"
|
|
14
|
+
});
|
|
15
|
+
const defautlExample = /*#__PURE__*/ jsx(Column, {
|
|
16
|
+
lg: 4,
|
|
17
|
+
children: Row_stories_element
|
|
18
|
+
});
|
|
19
|
+
const firstExample = [
|
|
20
|
+
/*#__PURE__*/ jsx(Column, {
|
|
21
|
+
lg: 10,
|
|
22
|
+
children: Row_stories_element
|
|
23
|
+
}, 1),
|
|
24
|
+
/*#__PURE__*/ jsx(Column, {
|
|
25
|
+
lg: 2,
|
|
26
|
+
children: Row_stories_element
|
|
27
|
+
}, 2),
|
|
28
|
+
/*#__PURE__*/ jsx(Column, {
|
|
29
|
+
lg: 6,
|
|
30
|
+
children: Row_stories_element
|
|
31
|
+
}, 3)
|
|
32
|
+
];
|
|
33
|
+
const secondExample = [
|
|
34
|
+
/*#__PURE__*/ jsx(Column, {
|
|
35
|
+
lg: 11,
|
|
36
|
+
children: Row_stories_element
|
|
37
|
+
}, 1),
|
|
38
|
+
/*#__PURE__*/ jsx(Column, {
|
|
39
|
+
lg: 8,
|
|
40
|
+
children: Row_stories_element
|
|
41
|
+
}, 2),
|
|
42
|
+
/*#__PURE__*/ jsx(Column, {
|
|
43
|
+
lg: 5,
|
|
44
|
+
children: Row_stories_element
|
|
45
|
+
}, 3),
|
|
46
|
+
/*#__PURE__*/ jsx(Column, {
|
|
47
|
+
lg: 5,
|
|
48
|
+
children: Row_stories_element
|
|
49
|
+
}, 4)
|
|
50
|
+
];
|
|
51
|
+
const sumaryJustifyTypes = {
|
|
52
|
+
summary: '"flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "inherit"'
|
|
53
|
+
};
|
|
54
|
+
const sumaryAlignTypes = {
|
|
55
|
+
summary: '"stretch" | "flex-start" | "flex-end" | "center" | "baseline"'
|
|
56
|
+
};
|
|
57
|
+
const sumaryDirectionTypes = {
|
|
58
|
+
summary: '"stretch" | "flex-start" | "flex-end" | "center" | "baseline"'
|
|
59
|
+
};
|
|
60
|
+
const meta = {
|
|
61
|
+
title: "DESIGN COMPONENTS/Grid/Row",
|
|
62
|
+
component: index,
|
|
63
|
+
tags: [
|
|
64
|
+
"autodocs"
|
|
65
|
+
],
|
|
66
|
+
argTypes: {
|
|
67
|
+
children: {
|
|
68
|
+
control: {
|
|
69
|
+
type: "select"
|
|
70
|
+
},
|
|
71
|
+
description: "Recebe o conte\xfado que ser\xe1 renderizado dentro do Row.",
|
|
72
|
+
mapping: {
|
|
73
|
+
"Default Example": defautlExample,
|
|
74
|
+
"First Example": firstExample,
|
|
75
|
+
"Second Example": secondExample
|
|
76
|
+
},
|
|
77
|
+
options: [
|
|
78
|
+
"Default Example",
|
|
79
|
+
"First Example",
|
|
80
|
+
"Second Example"
|
|
81
|
+
],
|
|
82
|
+
table: {
|
|
83
|
+
type: {
|
|
84
|
+
summary: "ReactNode"
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
style: {
|
|
89
|
+
table: {
|
|
90
|
+
disable: true
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
justify: {
|
|
94
|
+
control: {
|
|
95
|
+
type: "inline-radio"
|
|
96
|
+
},
|
|
97
|
+
description: "Define a propriedade justify-content para o Row.",
|
|
98
|
+
table: {
|
|
99
|
+
type: sumaryJustifyTypes
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"justify-lg": {
|
|
103
|
+
control: {
|
|
104
|
+
type: "inline-radio"
|
|
105
|
+
},
|
|
106
|
+
description: "Define a propriedade 'justify' do Row em dispositivos desktop.",
|
|
107
|
+
table: {
|
|
108
|
+
type: sumaryJustifyTypes
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
"justify-md": {
|
|
112
|
+
control: {
|
|
113
|
+
type: "inline-radio"
|
|
114
|
+
},
|
|
115
|
+
description: "Define a propriedade 'justify' do Row em tablets.",
|
|
116
|
+
table: {
|
|
117
|
+
type: sumaryJustifyTypes
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
"justify-sm": {
|
|
121
|
+
control: {
|
|
122
|
+
type: "inline-radio"
|
|
123
|
+
},
|
|
124
|
+
description: "Define a propriedade 'justify' do Row em dispositivos mobile.",
|
|
125
|
+
table: {
|
|
126
|
+
type: sumaryJustifyTypes
|
|
127
|
+
}
|
|
128
|
+
},
|
|
129
|
+
align: {
|
|
130
|
+
control: {
|
|
131
|
+
type: "inline-radio"
|
|
132
|
+
},
|
|
133
|
+
description: "Define a propriedade 'align-items' para o elemento.",
|
|
134
|
+
table: {
|
|
135
|
+
type: sumaryAlignTypes
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
"align-lg": {
|
|
139
|
+
control: {
|
|
140
|
+
type: "inline-radio"
|
|
141
|
+
},
|
|
142
|
+
description: "Define a propriedade 'align-items' para o elemento em dispositivos desktop.",
|
|
143
|
+
table: {
|
|
144
|
+
type: sumaryAlignTypes
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
"align-md": {
|
|
148
|
+
control: {
|
|
149
|
+
type: "inline-radio"
|
|
150
|
+
},
|
|
151
|
+
description: "Define a propriedade 'align-items' para o elemento em tablets.",
|
|
152
|
+
table: {
|
|
153
|
+
type: sumaryAlignTypes
|
|
154
|
+
}
|
|
155
|
+
},
|
|
156
|
+
"align-sm": {
|
|
157
|
+
control: {
|
|
158
|
+
type: "inline-radio"
|
|
159
|
+
},
|
|
160
|
+
description: "Define a propriedade 'align-items' para o elemento em dispositivos m\xf3veis.",
|
|
161
|
+
table: {
|
|
162
|
+
type: sumaryAlignTypes
|
|
163
|
+
}
|
|
164
|
+
},
|
|
165
|
+
direction: {
|
|
166
|
+
control: {
|
|
167
|
+
type: "inline-radio"
|
|
168
|
+
},
|
|
169
|
+
description: "Define a propriedade 'flex-direction' para o elemento.",
|
|
170
|
+
table: {
|
|
171
|
+
type: sumaryDirectionTypes
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
"direction-lg": {
|
|
175
|
+
control: {
|
|
176
|
+
type: "inline-radio"
|
|
177
|
+
},
|
|
178
|
+
description: "Define a propriedade 'flex-direction' para o elemento em dispositivos desktop.",
|
|
179
|
+
table: {
|
|
180
|
+
type: sumaryDirectionTypes
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
"direction-md": {
|
|
184
|
+
control: {
|
|
185
|
+
type: "inline-radio"
|
|
186
|
+
},
|
|
187
|
+
description: "Define a propriedade 'flex-direction' para o elemento em tablets.",
|
|
188
|
+
table: {
|
|
189
|
+
type: sumaryDirectionTypes
|
|
190
|
+
}
|
|
191
|
+
},
|
|
192
|
+
"direction-sm": {
|
|
193
|
+
control: {
|
|
194
|
+
type: "inline-radio"
|
|
195
|
+
},
|
|
196
|
+
description: "Define a propriedade 'flex-direction' para o elemento em dispositivos m\xf3veis.",
|
|
197
|
+
table: {
|
|
198
|
+
type: sumaryDirectionTypes
|
|
199
|
+
}
|
|
200
|
+
},
|
|
201
|
+
wrap: {
|
|
202
|
+
control: "inline-radio",
|
|
203
|
+
description: "Define a propriedade 'wrap' para o elemento.",
|
|
204
|
+
options: [
|
|
205
|
+
true,
|
|
206
|
+
false,
|
|
207
|
+
"reverse"
|
|
208
|
+
],
|
|
209
|
+
table: {
|
|
210
|
+
type: {
|
|
211
|
+
summary: 'true | false | "reverse"'
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
};
|
|
217
|
+
const Row_stories = meta;
|
|
218
|
+
const Default = {
|
|
219
|
+
args: {
|
|
220
|
+
children: defautlExample,
|
|
221
|
+
style: {
|
|
222
|
+
border: "4px dashed #FF5656",
|
|
223
|
+
borderRadius: "10px",
|
|
224
|
+
minHeight: "200px"
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
};
|
|
228
|
+
const FirstExample = {
|
|
229
|
+
args: {
|
|
230
|
+
children: firstExample,
|
|
231
|
+
style: {
|
|
232
|
+
border: "4px dashed #FF5656",
|
|
233
|
+
borderRadius: "10px",
|
|
234
|
+
minHeight: "200px"
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
};
|
|
238
|
+
const SecondExample = {
|
|
239
|
+
args: {
|
|
240
|
+
children: secondExample,
|
|
241
|
+
style: {
|
|
242
|
+
border: "4px dashed #FF5656",
|
|
243
|
+
borderRadius: "10px",
|
|
244
|
+
minHeight: "200px"
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
};
|
|
248
|
+
export { Default, FirstExample, SecondExample, Row_stories as default };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
type justifyTypes = "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "inherit";
|
|
2
|
+
type alignTypes = "stretch" | "flex-start" | "flex-end" | "center" | "baseline";
|
|
3
|
+
type directionTypes = "row" | "row-reverse" | "column" | "column-reverse";
|
|
4
|
+
interface RowProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
5
|
+
justify?: justifyTypes;
|
|
6
|
+
"justify-lg"?: justifyTypes;
|
|
7
|
+
"justify-md"?: justifyTypes;
|
|
8
|
+
"justify-sm"?: justifyTypes;
|
|
9
|
+
align?: alignTypes;
|
|
10
|
+
"align-lg"?: alignTypes;
|
|
11
|
+
"align-md"?: alignTypes;
|
|
12
|
+
"align-sm"?: alignTypes;
|
|
13
|
+
direction?: directionTypes;
|
|
14
|
+
"direction-lg"?: directionTypes;
|
|
15
|
+
"direction-md"?: directionTypes;
|
|
16
|
+
"direction-sm"?: directionTypes;
|
|
17
|
+
wrap?: boolean | "reverse";
|
|
18
|
+
}
|
|
19
|
+
export default function Row({ ...rest }: RowProps): import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
export {};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
interface ContainerProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
2
|
+
fluid: boolean;
|
|
3
|
+
}
|
|
4
|
+
export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, ContainerProps>> & string;
|
|
5
|
+
type justifyTypes = "flex-start" | "flex-end" | "center" | "space-between" | "space-around" | "inherit";
|
|
6
|
+
type alignTypes = "stretch" | "flex-start" | "flex-end" | "center" | "baseline";
|
|
7
|
+
type directionTypes = "row" | "row-reverse" | "column" | "column-reverse";
|
|
8
|
+
export interface RowProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
9
|
+
justify?: justifyTypes;
|
|
10
|
+
"justify-lg"?: justifyTypes;
|
|
11
|
+
"justify-md"?: justifyTypes;
|
|
12
|
+
"justify-sm"?: justifyTypes;
|
|
13
|
+
align?: alignTypes;
|
|
14
|
+
"align-lg"?: alignTypes;
|
|
15
|
+
"align-md"?: alignTypes;
|
|
16
|
+
"align-sm"?: alignTypes;
|
|
17
|
+
direction?: directionTypes;
|
|
18
|
+
"direction-lg"?: directionTypes;
|
|
19
|
+
"direction-md"?: directionTypes;
|
|
20
|
+
"direction-sm"?: directionTypes;
|
|
21
|
+
wrap?: boolean | "reverse";
|
|
22
|
+
}
|
|
23
|
+
export declare const Row: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").ClassAttributes<HTMLElement> & import("react").HTMLAttributes<HTMLElement>, RowProps>> & string;
|
|
24
|
+
interface ColumnProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
25
|
+
lg?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
|
|
26
|
+
md?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8;
|
|
27
|
+
sm?: 1 | 2 | 3 | 4;
|
|
28
|
+
offset?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
|
|
29
|
+
"offset-lg"?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
|
|
30
|
+
"offset-md"?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8;
|
|
31
|
+
"offset-sm"?: 1 | 2 | 3 | 4;
|
|
32
|
+
order?: number;
|
|
33
|
+
"order-lg"?: number;
|
|
34
|
+
"order-md"?: number;
|
|
35
|
+
"order-sm"?: number;
|
|
36
|
+
}
|
|
37
|
+
export declare const Column: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, ColumnProps>> & string;
|
|
38
|
+
export {};
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
import styled_components from "styled-components";
|
|
2
|
+
import { SPACING_INLINE_02, SPACING_INLINE_04, SPACING_STACK_03, SPACING_STACK_04 } from "@ftdata/f-tokens";
|
|
3
|
+
const Container = styled_components("div")`
|
|
4
|
+
box-sizing: border-box;
|
|
5
|
+
* {
|
|
6
|
+
box-sizing: border-box;
|
|
7
|
+
}
|
|
8
|
+
height: 100%;
|
|
9
|
+
margin: 0 ${({ fluid })=>fluid && SPACING_STACK_03};
|
|
10
|
+
max-width: ${({ fluid })=>fluid ? "100%" : "1032px"};
|
|
11
|
+
width: 100%;
|
|
12
|
+
|
|
13
|
+
@media (min-width: 415px) {
|
|
14
|
+
margin: 0 ${({ fluid })=>fluid && SPACING_STACK_04};
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
@media (min-width: 800px) {
|
|
18
|
+
margin: 0 ${({ fluid })=>fluid ? SPACING_STACK_03 : "auto"};
|
|
19
|
+
}
|
|
20
|
+
`;
|
|
21
|
+
const Row = styled_components("section")`
|
|
22
|
+
align-items: ${({ align, "align-sm": alignMedia })=>alignMedia || align || "flex-start"};
|
|
23
|
+
display: flex;
|
|
24
|
+
flex-direction: ${({ direction })=>direction || "row"};
|
|
25
|
+
flex-wrap: ${({ wrap })=>"reverse" === wrap && "wrap-reverse" || false === wrap && "nowrap" || "wrap"};
|
|
26
|
+
justify-content: ${({ justify, "justify-sm": justifyMedia })=>justifyMedia || justify || "flex-start"};
|
|
27
|
+
height: auto;
|
|
28
|
+
margin: 0;
|
|
29
|
+
position: relative;
|
|
30
|
+
width: 100%;
|
|
31
|
+
@media (min-width: 415px) {
|
|
32
|
+
align-items: ${({ align, "align-md": alignMedia })=>alignMedia || align || "flex-start"};
|
|
33
|
+
justify-content: ${({ justify, "justify-md": justifyMedia })=>justifyMedia || justify || "flex-start"};
|
|
34
|
+
}
|
|
35
|
+
@media (min-width: 800px) {
|
|
36
|
+
align-items: ${({ align, "align-lg": alignMedia })=>alignMedia || align || "flex-start"};
|
|
37
|
+
justify-content: ${({ justify, "justify-lg": justifyMedia })=>justifyMedia || justify || "flex-start"};
|
|
38
|
+
}
|
|
39
|
+
`;
|
|
40
|
+
function getColumnFlexProportion(numberOfColumns, proportion) {
|
|
41
|
+
if (proportion) {
|
|
42
|
+
const percent = 100 / numberOfColumns * proportion;
|
|
43
|
+
return `0 0 ${percent}%`;
|
|
44
|
+
}
|
|
45
|
+
return "1 1 0";
|
|
46
|
+
}
|
|
47
|
+
function getColumnOffsetProportion(numberOfColumns, proportion) {
|
|
48
|
+
if (proportion) {
|
|
49
|
+
const percent = 100 / numberOfColumns * proportion;
|
|
50
|
+
return `${percent}%`;
|
|
51
|
+
}
|
|
52
|
+
return "0";
|
|
53
|
+
}
|
|
54
|
+
function getColumnWidthProportion(numberOfColumns, proportion) {
|
|
55
|
+
if (proportion) {
|
|
56
|
+
const percent = 100 / numberOfColumns * proportion;
|
|
57
|
+
return `${percent}%`;
|
|
58
|
+
}
|
|
59
|
+
return "100%";
|
|
60
|
+
}
|
|
61
|
+
const Column = styled_components("div")`
|
|
62
|
+
display: flex;
|
|
63
|
+
flex: ${({ sm })=>getColumnFlexProportion(4, sm)};
|
|
64
|
+
margin-left: ${({ offset, "offset-sm": offsetMedia })=>{
|
|
65
|
+
if (offset) {
|
|
66
|
+
if (offsetMedia) return getColumnOffsetProportion(4, offsetMedia);
|
|
67
|
+
return getColumnOffsetProportion(12, offset);
|
|
68
|
+
}
|
|
69
|
+
return "0";
|
|
70
|
+
}};
|
|
71
|
+
max-width: ${({ sm })=>getColumnWidthProportion(4, sm)};
|
|
72
|
+
min-height: 1px;
|
|
73
|
+
order: ${({ order, "order-sm": orderMedia })=>{
|
|
74
|
+
if (order) {
|
|
75
|
+
if (orderMedia) return orderMedia;
|
|
76
|
+
return order;
|
|
77
|
+
}
|
|
78
|
+
return "0";
|
|
79
|
+
}};
|
|
80
|
+
padding-left: ${SPACING_INLINE_02};
|
|
81
|
+
padding-right: ${SPACING_INLINE_02};
|
|
82
|
+
width: 100%;
|
|
83
|
+
|
|
84
|
+
@media (min-width: 415px) {
|
|
85
|
+
flex: ${({ md })=>getColumnFlexProportion(8, md)};
|
|
86
|
+
margin-left: ${({ offset, "offset-md": offsetMedia })=>{
|
|
87
|
+
if (offset) {
|
|
88
|
+
if (offsetMedia) return getColumnOffsetProportion(8, offsetMedia);
|
|
89
|
+
return getColumnOffsetProportion(12, offset);
|
|
90
|
+
}
|
|
91
|
+
return "0";
|
|
92
|
+
}};
|
|
93
|
+
max-width: ${({ md })=>getColumnWidthProportion(8, md)};
|
|
94
|
+
order: ${({ "order-md": orderMedia })=>{
|
|
95
|
+
if (orderMedia) return orderMedia;
|
|
96
|
+
return "0";
|
|
97
|
+
}};
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
@media (min-width: 800px) {
|
|
101
|
+
flex: ${({ lg })=>getColumnFlexProportion(12, lg)};
|
|
102
|
+
margin-left: ${({ offset, "offset-lg": offsetMedia })=>{
|
|
103
|
+
if (offset) {
|
|
104
|
+
if (offsetMedia) return getColumnOffsetProportion(12, offsetMedia);
|
|
105
|
+
return getColumnOffsetProportion(12, offset);
|
|
106
|
+
}
|
|
107
|
+
return "0";
|
|
108
|
+
}};
|
|
109
|
+
max-width: ${({ lg })=>getColumnWidthProportion(12, lg)};
|
|
110
|
+
order: ${({ order, "order-lg": orderMedia })=>{
|
|
111
|
+
if (order) {
|
|
112
|
+
if (orderMedia) return orderMedia;
|
|
113
|
+
return order;
|
|
114
|
+
}
|
|
115
|
+
return "0";
|
|
116
|
+
}};
|
|
117
|
+
padding-left: calc(${SPACING_INLINE_04} / 2);
|
|
118
|
+
padding-right: calc(${SPACING_INLINE_04} / 2);
|
|
119
|
+
}
|
|
120
|
+
`;
|
|
121
|
+
export { Column, Container, Row };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const Element: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement>, import("react").FC<{}>>> & string;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import styled_components from "styled-components";
|
|
2
|
+
import { BORDER_WIDTH_HAIRLINE, COLOR_BRAND_MEDIUM, COLOR_SUCCESS_MEDIUM } from "@ftdata/f-tokens";
|
|
3
|
+
const Element = styled_components("div")`
|
|
4
|
+
background-color: ${COLOR_SUCCESS_MEDIUM};
|
|
5
|
+
border: ${BORDER_WIDTH_HAIRLINE} solid
|
|
6
|
+
${COLOR_BRAND_MEDIUM};
|
|
7
|
+
box-sizing: border-box;
|
|
8
|
+
* {
|
|
9
|
+
box-sizing: border-box;
|
|
10
|
+
}
|
|
11
|
+
display: flex;
|
|
12
|
+
align-items: center;
|
|
13
|
+
justify-content: center;
|
|
14
|
+
height: 80px;
|
|
15
|
+
margin: 16px 0;
|
|
16
|
+
width: 100%;
|
|
17
|
+
`;
|
|
18
|
+
export { Element };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { Meta, StoryObj } from "@storybook/react";
|
|
2
|
+
import Loading from "./Loading";
|
|
3
|
+
/**
|
|
4
|
+
* Loadings são usados para mostrar que algo está sendo carregado.
|
|
5
|
+
*/
|
|
6
|
+
declare const meta: Meta<typeof Loading>;
|
|
7
|
+
export default meta;
|
|
8
|
+
type Story = StoryObj<typeof meta>;
|
|
9
|
+
/**
|
|
10
|
+
* Variação padrão do Input quando apenas as propriedades obrigatórias são fornecidas.
|
|
11
|
+
*/
|
|
12
|
+
export declare const Default: Story;
|
|
13
|
+
/**
|
|
14
|
+
* Variação de tema 'dark' do Loading para fundos escuros.
|
|
15
|
+
*/
|
|
16
|
+
export declare const Dark: Story;
|
|
17
|
+
/**
|
|
18
|
+
* Variação de tema 'dark' do Loading para fundos claros.
|
|
19
|
+
*/
|
|
20
|
+
export declare const Light: Story;
|
|
21
|
+
/**
|
|
22
|
+
* Variações de tamanho padrão do Loading.
|
|
23
|
+
*/
|
|
24
|
+
export declare const Sizes: Story;
|