@pedidopago/ui 1.3.20 → 1.3.23
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 +93 -93
- package/dist/components/Button/Button.test.js +1 -1
- package/dist/components/Button/index.d.ts.map +1 -1
- package/dist/components/Button/index.js +38 -45
- package/dist/components/CollapseCard/ExpandButton/index.d.ts +4 -0
- package/dist/components/CollapseCard/ExpandButton/index.d.ts.map +1 -0
- package/dist/components/CollapseCard/ExpandButton/index.js +47 -0
- package/dist/components/CollapseCard/ExpandButton/styles.d.ts +268 -0
- package/dist/components/CollapseCard/ExpandButton/styles.d.ts.map +1 -0
- package/dist/components/CollapseCard/ExpandButton/styles.js +22 -0
- package/dist/components/CollapseCard/ExpandButton/types.d.ts +6 -0
- package/dist/components/CollapseCard/ExpandButton/types.d.ts.map +1 -0
- package/dist/components/CollapseCard/ExpandButton/types.js +1 -0
- package/dist/components/CollapseCard/expand-button.test.d.ts +2 -0
- package/dist/components/CollapseCard/expand-button.test.d.ts.map +1 -0
- package/dist/components/CollapseCard/expand-button.test.js +196 -0
- package/dist/components/CollapseCard/index.d.ts +5 -0
- package/dist/components/CollapseCard/index.d.ts.map +1 -0
- package/dist/components/CollapseCard/index.js +121 -0
- package/dist/components/CollapseCard/styles.d.ts +266 -0
- package/dist/components/CollapseCard/styles.d.ts.map +1 -0
- package/dist/components/CollapseCard/styles.js +32 -0
- package/dist/components/CollapseCard/types.d.ts +13 -0
- package/dist/components/CollapseCard/types.d.ts.map +1 -0
- package/dist/components/CollapseCard/types.js +1 -0
- package/dist/components/DateInput/index.js +1 -1
- package/dist/components/Icon/data/dash.d.ts.map +1 -1
- package/dist/components/Icon/data/dash.js +1 -1
- package/dist/components/Icon/types.d.ts +1 -1
- package/dist/components/Icon/types.d.ts.map +1 -1
- package/dist/components/Illustration/AlternativeOrderSvg/index.d.ts +5 -0
- package/dist/components/Illustration/AlternativeOrderSvg/index.d.ts.map +1 -0
- package/dist/components/Illustration/AlternativeOrderSvg/index.js +107 -0
- package/dist/components/Illustration/CollaboratorSvg/index.d.ts +5 -0
- package/dist/components/Illustration/CollaboratorSvg/index.d.ts.map +1 -0
- package/dist/components/Illustration/CollaboratorSvg/index.js +99 -0
- package/dist/components/Illustration/index.d.ts.map +1 -1
- package/dist/components/Illustration/index.js +14 -0
- package/dist/components/Illustration/styles.d.ts.map +1 -1
- package/dist/components/Illustration/styles.js +7 -1
- package/dist/components/Illustration/types.d.ts +1 -1
- package/dist/components/Illustration/types.d.ts.map +1 -1
- package/dist/components/Label/index.d.ts +2 -3
- package/dist/components/Label/index.d.ts.map +1 -1
- package/dist/components/Label/index.js +23 -11
- package/dist/components/Label/styles.js +1 -1
- package/dist/components/Label/types.d.ts +3 -1
- package/dist/components/Label/types.d.ts.map +1 -1
- package/dist/components/Modal/ModalExample.d.ts +4 -0
- package/dist/components/Modal/ModalExample.d.ts.map +1 -1
- package/dist/components/Modal/ModalExample.js +26 -4
- package/dist/components/Modal/index.js +1 -1
- package/dist/components/Progress/style.d.ts.map +1 -1
- package/dist/components/Progress/style.js +1 -1
- package/dist/components/Select/components/OptionsSelect/index.js +1 -1
- package/dist/components/Select/types.d.ts +2 -1
- package/dist/components/Select/types.d.ts.map +1 -1
- package/dist/components/Skeleton/types.d.ts +2 -2
- package/dist/components/Skeleton/types.d.ts.map +1 -1
- package/dist/components/Toast/contexts/ToastProvider.js +2 -3
- package/dist/shared/hooks/useDisableBodyScroll.d.ts +1 -1
- package/dist/shared/hooks/useDisableBodyScroll.d.ts.map +1 -1
- package/dist/shared/hooks/useDisableBodyScroll.js +48 -9
- package/dist/utils/getColorValue.d.ts +1 -0
- package/dist/utils/getColorValue.d.ts.map +1 -1
- package/dist/utils/getColorValue.js +12 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,93 +1,93 @@
|
|
|
1
|
-
<h1 align="center">
|
|
2
|
-
<img src="https://user-images.githubusercontent.com/75874462/145101826-9244932f-7072-4727-9124-8c26620ad786.png" alt="Logo"/>
|
|
3
|
-
<br/>
|
|
4
|
-
</h1>
|
|
5
|
-
|
|
6
|
-
<div align="center">
|
|
7
|
-
<img src="https://img.shields.io/badge/React-v17.0.2-1DD195?style=for-the-badge&logo=react&link=http://google.com" />
|
|
8
|
-
<img src="https://img.shields.io/badge/Emotion-v11.3.0-1DD195?style=for-the-badge&logo=styled-components" />
|
|
9
|
-
<img src="https://img.shields.io/badge/Storybook-v6.3.7-1DD195?style=for-the-badge&logo=storybook" />
|
|
10
|
-
<img src="https://img.shields.io/badge/React Testing Library-v11.1.0-1DD195?style=for-the-badge&logo=testinglibrary" />
|
|
11
|
-
<img src="https://img.shields.io/badge/FrameMotion-v4.1.17-1DD195?style=for-the-badge&logo=framer" />
|
|
12
|
-
<img src="https://img.shields.io/badge/Typescript-v4.3.5-1DD195?style=for-the-badge&logo=typescript" />
|
|
13
|
-
</div>
|
|
14
|
-
|
|
15
|
-
<p align="center">
|
|
16
|
-
<a href="#iniciar-">Iniciar </a> |
|
|
17
|
-
<a href="#estrutura-de-codigo-">Estrutura de codigo </a> |
|
|
18
|
-
<a href="#roadmap-">Roadmap </a> |
|
|
19
|
-
<a href="#contribuir-">Contribuir </a>
|
|
20
|
-
</p>
|
|
21
|
-
|
|
22
|
-
## Iniciar 🚀
|
|
23
|
-
|
|
24
|
-
### Requisitos:
|
|
25
|
-
- [Nodejs](https://github.com/nodejs/node)
|
|
26
|
-
- [Yarn](https://github.com/yarnpkg/yarn)
|
|
27
|
-
|
|
28
|
-
### Instalação:
|
|
29
|
-
|
|
30
|
-
1. Clone o Repositorio
|
|
31
|
-
|
|
32
|
-
``` bash
|
|
33
|
-
git clone git@github.com:pedidopago/pedidopago-ui.git
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
2. Instalar as dependencias:
|
|
37
|
-
|
|
38
|
-
```bash
|
|
39
|
-
yarn
|
|
40
|
-
```
|
|
41
|
-
|
|
42
|
-
### Executar o projeto localmente:
|
|
43
|
-
|
|
44
|
-
Iniciar o projeto com o storybook:
|
|
45
|
-
|
|
46
|
-
```bash
|
|
47
|
-
yarn storybook
|
|
48
|
-
```
|
|
49
|
-
|
|
50
|
-
Para executar os testes use o script:
|
|
51
|
-
|
|
52
|
-
```bash
|
|
53
|
-
yarn test
|
|
54
|
-
```
|
|
55
|
-
|
|
56
|
-
> Para mais detalhes dos scripts considere consultar o package.json na raiz do projeto.
|
|
57
|
-
|
|
58
|
-
#### 📌 Ira precisar tambem das variaveis de ambiente `CHROMATIC_PROJECT_TOKEN` e `SKIP_PREFLIGHT_CHECK`.
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
## Estrutura de codigo
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
> Ao entrar no projeto sempre entre em `packages/pedidopago-ui` para trabalhar/executar os scripts
|
|
66
|
-
|
|
67
|
-
## Roadmap 🌐
|
|
68
|
-
|
|
69
|
-
- [ ] Mudar a estrutura de pastas
|
|
70
|
-
|
|
71
|
-
- [ ] Sessão de novos componentes
|
|
72
|
-
|
|
73
|
-
- [ ] Atualização de pacotes
|
|
74
|
-
|
|
75
|
-
- [ ] Incrementação dos testes
|
|
76
|
-
|
|
77
|
-
- [ ] Melhorias na documentação
|
|
78
|
-
|
|
79
|
-
- [ ] Adicionar license
|
|
80
|
-
|
|
81
|
-
## Contribuir 💡
|
|
82
|
-
|
|
83
|
-
1. Crie uma branch apartir da **`dev`** com o prefixo **`lib`-[número da issue]-[nome da issue]**.
|
|
84
|
-
exemplo:
|
|
85
|
-
```bash
|
|
86
|
-
git checkout -b lib-99-buttom
|
|
87
|
-
```
|
|
88
|
-
2. Desenvolver
|
|
89
|
-
|
|
90
|
-
3. Criar a pull request
|
|
91
|
-
- Número da issue no inicio da pr.
|
|
92
|
-
- Descritivo com pontos importantes do que foi feito.
|
|
93
|
-
- Print dos tests no terminal e video de apresentação que pode ser feito via [loom](https://www.loom.com/).
|
|
1
|
+
<h1 align="center">
|
|
2
|
+
<img src="https://user-images.githubusercontent.com/75874462/145101826-9244932f-7072-4727-9124-8c26620ad786.png" alt="Logo"/>
|
|
3
|
+
<br/>
|
|
4
|
+
</h1>
|
|
5
|
+
|
|
6
|
+
<div align="center">
|
|
7
|
+
<img src="https://img.shields.io/badge/React-v17.0.2-1DD195?style=for-the-badge&logo=react&link=http://google.com" />
|
|
8
|
+
<img src="https://img.shields.io/badge/Emotion-v11.3.0-1DD195?style=for-the-badge&logo=styled-components" />
|
|
9
|
+
<img src="https://img.shields.io/badge/Storybook-v6.3.7-1DD195?style=for-the-badge&logo=storybook" />
|
|
10
|
+
<img src="https://img.shields.io/badge/React Testing Library-v11.1.0-1DD195?style=for-the-badge&logo=testinglibrary" />
|
|
11
|
+
<img src="https://img.shields.io/badge/FrameMotion-v4.1.17-1DD195?style=for-the-badge&logo=framer" />
|
|
12
|
+
<img src="https://img.shields.io/badge/Typescript-v4.3.5-1DD195?style=for-the-badge&logo=typescript" />
|
|
13
|
+
</div>
|
|
14
|
+
|
|
15
|
+
<p align="center">
|
|
16
|
+
<a href="#iniciar-">Iniciar </a> |
|
|
17
|
+
<a href="#estrutura-de-codigo-">Estrutura de codigo </a> |
|
|
18
|
+
<a href="#roadmap-">Roadmap </a> |
|
|
19
|
+
<a href="#contribuir-">Contribuir </a>
|
|
20
|
+
</p>
|
|
21
|
+
|
|
22
|
+
## Iniciar 🚀
|
|
23
|
+
|
|
24
|
+
### Requisitos:
|
|
25
|
+
- [Nodejs](https://github.com/nodejs/node)
|
|
26
|
+
- [Yarn](https://github.com/yarnpkg/yarn)
|
|
27
|
+
|
|
28
|
+
### Instalação:
|
|
29
|
+
|
|
30
|
+
1. Clone o Repositorio
|
|
31
|
+
|
|
32
|
+
``` bash
|
|
33
|
+
git clone git@github.com:pedidopago/pedidopago-ui.git
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
2. Instalar as dependencias:
|
|
37
|
+
|
|
38
|
+
```bash
|
|
39
|
+
yarn
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
### Executar o projeto localmente:
|
|
43
|
+
|
|
44
|
+
Iniciar o projeto com o storybook:
|
|
45
|
+
|
|
46
|
+
```bash
|
|
47
|
+
yarn storybook
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
Para executar os testes use o script:
|
|
51
|
+
|
|
52
|
+
```bash
|
|
53
|
+
yarn test
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
> Para mais detalhes dos scripts considere consultar o package.json na raiz do projeto.
|
|
57
|
+
|
|
58
|
+
#### 📌 Ira precisar tambem das variaveis de ambiente `CHROMATIC_PROJECT_TOKEN` e `SKIP_PREFLIGHT_CHECK`.
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
## Estrutura de codigo
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
> Ao entrar no projeto sempre entre em `packages/pedidopago-ui` para trabalhar/executar os scripts
|
|
66
|
+
|
|
67
|
+
## Roadmap 🌐
|
|
68
|
+
|
|
69
|
+
- [ ] Mudar a estrutura de pastas
|
|
70
|
+
|
|
71
|
+
- [ ] Sessão de novos componentes
|
|
72
|
+
|
|
73
|
+
- [ ] Atualização de pacotes
|
|
74
|
+
|
|
75
|
+
- [ ] Incrementação dos testes
|
|
76
|
+
|
|
77
|
+
- [ ] Melhorias na documentação
|
|
78
|
+
|
|
79
|
+
- [ ] Adicionar license
|
|
80
|
+
|
|
81
|
+
## Contribuir 💡
|
|
82
|
+
|
|
83
|
+
1. Crie uma branch apartir da **`dev`** com o prefixo **`lib`-[número da issue]-[nome da issue]**.
|
|
84
|
+
exemplo:
|
|
85
|
+
```bash
|
|
86
|
+
git checkout -b lib-99-buttom
|
|
87
|
+
```
|
|
88
|
+
2. Desenvolver
|
|
89
|
+
|
|
90
|
+
3. Criar a pull request
|
|
91
|
+
- Número da issue no inicio da pr.
|
|
92
|
+
- Descritivo com pontos importantes do que foi feito.
|
|
93
|
+
- Print dos tests no terminal e video de apresentação que pode ser feito via [loom](https://www.loom.com/).
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Button/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Button/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAY,MAAM,OAAO,CAAC;AAMvD,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAEtC,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,EAC7B,QAAQ,EACR,QAAQ,EACR,SAAS,EACT,SAAS,EACT,OAAiB,EACjB,OAAY,EACZ,IAAW,EACX,SAAS,EACT,SAAc,EACd,IAAe,EACf,SAAc,EACd,GAAG,KAAK,EACT,EAAE,WAAW,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,eAyEvD"}
|
|
@@ -5,6 +5,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = Button;
|
|
7
7
|
|
|
8
|
+
var _react = require("react");
|
|
9
|
+
|
|
8
10
|
var _index = require("../../shared/theme/index");
|
|
9
11
|
|
|
10
12
|
var _getColorValue = require("../../utils/getColorValue");
|
|
@@ -57,15 +59,6 @@ function Button(_ref) {
|
|
|
57
59
|
var parsedBgColor = (0, _getColorValue.getColorValue)(bgColor, theme, 'success.default');
|
|
58
60
|
var parsedTextColor = (0, _getColorValue.getColorValue)(textColor, theme, 'neutral.white');
|
|
59
61
|
var parsedIconColor = (0, _getColorValue.getColorValue)(iconColor, theme, 'neutral.white');
|
|
60
|
-
|
|
61
|
-
var getThemeHex = function getThemeHex(path, obj) {
|
|
62
|
-
var separator = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : '.';
|
|
63
|
-
var properties = path.split(separator);
|
|
64
|
-
return properties.reduce(function (prev, curr) {
|
|
65
|
-
return prev && prev[curr];
|
|
66
|
-
}, obj);
|
|
67
|
-
};
|
|
68
|
-
|
|
69
62
|
var iconSize = {
|
|
70
63
|
xs: '16px',
|
|
71
64
|
sm: '18px',
|
|
@@ -75,50 +68,50 @@ function Button(_ref) {
|
|
|
75
68
|
}[size];
|
|
76
69
|
|
|
77
70
|
if (parsedBgColor.includes('.')) {
|
|
78
|
-
parsedBgColor = getThemeHex(parsedBgColor, theme);
|
|
71
|
+
parsedBgColor = (0, _getColorValue.getThemeHex)(parsedBgColor, theme);
|
|
79
72
|
}
|
|
80
73
|
|
|
81
74
|
if (parsedTextColor.includes('.')) {
|
|
82
|
-
parsedTextColor = getThemeHex(parsedTextColor, theme);
|
|
75
|
+
parsedTextColor = (0, _getColorValue.getThemeHex)(parsedTextColor, theme);
|
|
83
76
|
}
|
|
84
77
|
|
|
85
78
|
if (parsedIconColor.includes('.')) {
|
|
86
|
-
parsedIconColor = getThemeHex(parsedIconColor, theme);
|
|
79
|
+
parsedIconColor = (0, _getColorValue.getThemeHex)(parsedIconColor, theme);
|
|
87
80
|
}
|
|
88
81
|
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
82
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_react.Fragment, {
|
|
83
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_Skeleton.default, {
|
|
84
|
+
isLoaded: !isLoading,
|
|
85
|
+
width: "fit-content",
|
|
86
|
+
height: "fit-content",
|
|
87
|
+
"data-testid": "skeleton",
|
|
88
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_styles.ButtonContainer, _objectSpread(_objectSpread({
|
|
89
|
+
bgColor: parsedBgColor,
|
|
90
|
+
textColor: parsedTextColor,
|
|
91
|
+
fullWidth: fullWidth,
|
|
92
|
+
isLoading: isLoading,
|
|
93
|
+
variant: variant,
|
|
94
|
+
size: size,
|
|
95
|
+
type: type
|
|
96
|
+
}, props), {}, {
|
|
97
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_styles.IconContainer, {
|
|
98
|
+
children: [leftIcon && /*#__PURE__*/(0, _jsxRuntime.jsx)(_styles.IconWrapper, {
|
|
99
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_Icon.default, {
|
|
100
|
+
color: parsedIconColor,
|
|
101
|
+
name: leftIcon,
|
|
102
|
+
size: iconSize,
|
|
103
|
+
"data-testid": "leftIconId"
|
|
104
|
+
})
|
|
105
|
+
}), children, !leftIcon && rightIcon && /*#__PURE__*/(0, _jsxRuntime.jsx)(_styles.IconWrapper, {
|
|
106
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_Icon.default, {
|
|
107
|
+
name: rightIcon,
|
|
108
|
+
color: parsedIconColor,
|
|
109
|
+
size: iconSize,
|
|
110
|
+
"data-testid": "rightIconId"
|
|
111
|
+
})
|
|
112
|
+
})]
|
|
120
113
|
})
|
|
121
|
-
})
|
|
114
|
+
}))
|
|
122
115
|
})
|
|
123
|
-
})
|
|
116
|
+
});
|
|
124
117
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/CollapseCard/ExpandButton/index.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE5C,wBAAgB,YAAY,CAAC,EAAE,OAAO,EAAE,OAAO,EAAE,UAAkB,EAAE,EAAE,iBAAiB,eAiBvF"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.ExpandButton = ExpandButton;
|
|
9
|
+
|
|
10
|
+
var _Icon = _interopRequireDefault(require("../../Icon"));
|
|
11
|
+
|
|
12
|
+
var S = _interopRequireWildcard(require("./styles"));
|
|
13
|
+
|
|
14
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
15
|
+
|
|
16
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
17
|
+
|
|
18
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
19
|
+
|
|
20
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
21
|
+
|
|
22
|
+
function ExpandButton(_ref) {
|
|
23
|
+
var animate = _ref.animate,
|
|
24
|
+
handler = _ref.handler,
|
|
25
|
+
_ref$isDisabled = _ref.isDisabled,
|
|
26
|
+
isDisabled = _ref$isDisabled === void 0 ? false : _ref$isDisabled;
|
|
27
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(S.AnimatedContainer, {
|
|
28
|
+
animate: animate ? 'rotated' : 'normal',
|
|
29
|
+
variants: {
|
|
30
|
+
normal: {
|
|
31
|
+
rotate: 0
|
|
32
|
+
},
|
|
33
|
+
rotated: {
|
|
34
|
+
rotate: 180
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
initial: 'normal',
|
|
38
|
+
onClick: function onClick() {
|
|
39
|
+
if (isDisabled) return;
|
|
40
|
+
handler();
|
|
41
|
+
},
|
|
42
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_Icon.default, {
|
|
43
|
+
name: 'chevron-down',
|
|
44
|
+
color: isDisabled ? 'neutral.neutral2' : 'neutral.neutral5'
|
|
45
|
+
})
|
|
46
|
+
});
|
|
47
|
+
}
|
|
@@ -0,0 +1,268 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const AnimatedContainer: import("@emotion/styled").StyledComponent<{
|
|
3
|
+
form?: string | undefined;
|
|
4
|
+
slot?: string | undefined;
|
|
5
|
+
title?: string | undefined;
|
|
6
|
+
color?: string | undefined;
|
|
7
|
+
translate?: "no" | "yes" | undefined;
|
|
8
|
+
id?: string | undefined;
|
|
9
|
+
type?: "button" | "reset" | "submit" | undefined;
|
|
10
|
+
hidden?: boolean | undefined;
|
|
11
|
+
className?: string | undefined;
|
|
12
|
+
lang?: string | undefined;
|
|
13
|
+
name?: string | undefined;
|
|
14
|
+
role?: import("react").AriaRole | undefined;
|
|
15
|
+
tabIndex?: number | undefined;
|
|
16
|
+
"aria-activedescendant"?: string | undefined;
|
|
17
|
+
"aria-atomic"?: (boolean | "false" | "true") | undefined;
|
|
18
|
+
"aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
|
|
19
|
+
"aria-busy"?: (boolean | "false" | "true") | undefined;
|
|
20
|
+
"aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
21
|
+
"aria-colcount"?: number | undefined;
|
|
22
|
+
"aria-colindex"?: number | undefined;
|
|
23
|
+
"aria-colspan"?: number | undefined;
|
|
24
|
+
"aria-controls"?: string | undefined;
|
|
25
|
+
"aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
|
|
26
|
+
"aria-describedby"?: string | undefined;
|
|
27
|
+
"aria-details"?: string | undefined;
|
|
28
|
+
"aria-disabled"?: (boolean | "false" | "true") | undefined;
|
|
29
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
30
|
+
"aria-errormessage"?: string | undefined;
|
|
31
|
+
"aria-expanded"?: (boolean | "false" | "true") | undefined;
|
|
32
|
+
"aria-flowto"?: string | undefined;
|
|
33
|
+
"aria-grabbed"?: (boolean | "false" | "true") | undefined;
|
|
34
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
|
|
35
|
+
"aria-hidden"?: (boolean | "false" | "true") | undefined;
|
|
36
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
37
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
38
|
+
"aria-label"?: string | undefined;
|
|
39
|
+
"aria-labelledby"?: string | undefined;
|
|
40
|
+
"aria-level"?: number | undefined;
|
|
41
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
42
|
+
"aria-modal"?: (boolean | "false" | "true") | undefined;
|
|
43
|
+
"aria-multiline"?: (boolean | "false" | "true") | undefined;
|
|
44
|
+
"aria-multiselectable"?: (boolean | "false" | "true") | undefined;
|
|
45
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
46
|
+
"aria-owns"?: string | undefined;
|
|
47
|
+
"aria-placeholder"?: string | undefined;
|
|
48
|
+
"aria-posinset"?: number | undefined;
|
|
49
|
+
"aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
|
|
50
|
+
"aria-readonly"?: (boolean | "false" | "true") | undefined;
|
|
51
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
52
|
+
"aria-required"?: (boolean | "false" | "true") | undefined;
|
|
53
|
+
"aria-roledescription"?: string | undefined;
|
|
54
|
+
"aria-rowcount"?: number | undefined;
|
|
55
|
+
"aria-rowindex"?: number | undefined;
|
|
56
|
+
"aria-rowspan"?: number | undefined;
|
|
57
|
+
"aria-selected"?: (boolean | "false" | "true") | undefined;
|
|
58
|
+
"aria-setsize"?: number | undefined;
|
|
59
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
60
|
+
"aria-valuemax"?: number | undefined;
|
|
61
|
+
"aria-valuemin"?: number | undefined;
|
|
62
|
+
"aria-valuenow"?: number | undefined;
|
|
63
|
+
"aria-valuetext"?: string | undefined;
|
|
64
|
+
children?: import("react").ReactNode;
|
|
65
|
+
dangerouslySetInnerHTML?: {
|
|
66
|
+
__html: string;
|
|
67
|
+
} | undefined;
|
|
68
|
+
onCopy?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
69
|
+
onCopyCapture?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
70
|
+
onCut?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
71
|
+
onCutCapture?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
72
|
+
onPaste?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
73
|
+
onPasteCapture?: import("react").ClipboardEventHandler<HTMLButtonElement> | undefined;
|
|
74
|
+
onCompositionEnd?: import("react").CompositionEventHandler<HTMLButtonElement> | undefined;
|
|
75
|
+
onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLButtonElement> | undefined;
|
|
76
|
+
onCompositionStart?: import("react").CompositionEventHandler<HTMLButtonElement> | undefined;
|
|
77
|
+
onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLButtonElement> | undefined;
|
|
78
|
+
onCompositionUpdate?: import("react").CompositionEventHandler<HTMLButtonElement> | undefined;
|
|
79
|
+
onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLButtonElement> | undefined;
|
|
80
|
+
onFocus?: import("react").FocusEventHandler<HTMLButtonElement> | undefined;
|
|
81
|
+
onFocusCapture?: import("react").FocusEventHandler<HTMLButtonElement> | undefined;
|
|
82
|
+
onBlur?: import("react").FocusEventHandler<HTMLButtonElement> | undefined;
|
|
83
|
+
onBlurCapture?: import("react").FocusEventHandler<HTMLButtonElement> | undefined;
|
|
84
|
+
onChange?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
|
|
85
|
+
onChangeCapture?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
|
|
86
|
+
onBeforeInput?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
|
|
87
|
+
onBeforeInputCapture?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
|
|
88
|
+
onInput?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
|
|
89
|
+
onInputCapture?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
|
|
90
|
+
onReset?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
|
|
91
|
+
onResetCapture?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
|
|
92
|
+
onSubmit?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
|
|
93
|
+
onSubmitCapture?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
|
|
94
|
+
onInvalid?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
|
|
95
|
+
onInvalidCapture?: import("react").FormEventHandler<HTMLButtonElement> | undefined;
|
|
96
|
+
onLoad?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
97
|
+
onLoadCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
98
|
+
onError?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
99
|
+
onErrorCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
100
|
+
onKeyDown?: import("react").KeyboardEventHandler<HTMLButtonElement> | undefined;
|
|
101
|
+
onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLButtonElement> | undefined;
|
|
102
|
+
onKeyPress?: import("react").KeyboardEventHandler<HTMLButtonElement> | undefined;
|
|
103
|
+
onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLButtonElement> | undefined;
|
|
104
|
+
onKeyUp?: import("react").KeyboardEventHandler<HTMLButtonElement> | undefined;
|
|
105
|
+
onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLButtonElement> | undefined;
|
|
106
|
+
onAbort?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
107
|
+
onAbortCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
108
|
+
onCanPlay?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
109
|
+
onCanPlayCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
110
|
+
onCanPlayThrough?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
111
|
+
onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
112
|
+
onDurationChange?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
113
|
+
onDurationChangeCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
114
|
+
onEmptied?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
115
|
+
onEmptiedCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
116
|
+
onEncrypted?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
117
|
+
onEncryptedCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
118
|
+
onEnded?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
119
|
+
onEndedCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
120
|
+
onLoadedData?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
121
|
+
onLoadedDataCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
122
|
+
onLoadedMetadata?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
123
|
+
onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
124
|
+
onLoadStart?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
125
|
+
onLoadStartCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
126
|
+
onPause?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
127
|
+
onPauseCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
128
|
+
onPlay?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
129
|
+
onPlayCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
130
|
+
onPlaying?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
131
|
+
onPlayingCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
132
|
+
onProgress?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
133
|
+
onProgressCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
134
|
+
onRateChange?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
135
|
+
onRateChangeCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
136
|
+
onSeeked?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
137
|
+
onSeekedCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
138
|
+
onSeeking?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
139
|
+
onSeekingCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
140
|
+
onStalled?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
141
|
+
onStalledCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
142
|
+
onSuspend?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
143
|
+
onSuspendCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
144
|
+
onTimeUpdate?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
145
|
+
onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
146
|
+
onVolumeChange?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
147
|
+
onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
148
|
+
onWaiting?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
149
|
+
onWaitingCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
150
|
+
onAuxClick?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
151
|
+
onAuxClickCapture?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
152
|
+
onClick?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
153
|
+
onClickCapture?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
154
|
+
onContextMenu?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
155
|
+
onContextMenuCapture?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
156
|
+
onDoubleClick?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
157
|
+
onDoubleClickCapture?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
158
|
+
onDragCapture?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
|
|
159
|
+
onDragEndCapture?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
|
|
160
|
+
onDragEnter?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
|
|
161
|
+
onDragEnterCapture?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
|
|
162
|
+
onDragExit?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
|
|
163
|
+
onDragExitCapture?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
|
|
164
|
+
onDragLeave?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
|
|
165
|
+
onDragLeaveCapture?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
|
|
166
|
+
onDragOver?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
|
|
167
|
+
onDragOverCapture?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
|
|
168
|
+
onDragStartCapture?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
|
|
169
|
+
onDrop?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
|
|
170
|
+
onDropCapture?: import("react").DragEventHandler<HTMLButtonElement> | undefined;
|
|
171
|
+
onMouseDown?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
172
|
+
onMouseDownCapture?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
173
|
+
onMouseEnter?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
174
|
+
onMouseLeave?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
175
|
+
onMouseMove?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
176
|
+
onMouseMoveCapture?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
177
|
+
onMouseOut?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
178
|
+
onMouseOutCapture?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
179
|
+
onMouseOver?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
180
|
+
onMouseOverCapture?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
181
|
+
onMouseUp?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
182
|
+
onMouseUpCapture?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
|
|
183
|
+
onSelect?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
184
|
+
onSelectCapture?: import("react").ReactEventHandler<HTMLButtonElement> | undefined;
|
|
185
|
+
onTouchCancel?: import("react").TouchEventHandler<HTMLButtonElement> | undefined;
|
|
186
|
+
onTouchCancelCapture?: import("react").TouchEventHandler<HTMLButtonElement> | undefined;
|
|
187
|
+
onTouchEnd?: import("react").TouchEventHandler<HTMLButtonElement> | undefined;
|
|
188
|
+
onTouchEndCapture?: import("react").TouchEventHandler<HTMLButtonElement> | undefined;
|
|
189
|
+
onTouchMove?: import("react").TouchEventHandler<HTMLButtonElement> | undefined;
|
|
190
|
+
onTouchMoveCapture?: import("react").TouchEventHandler<HTMLButtonElement> | undefined;
|
|
191
|
+
onTouchStart?: import("react").TouchEventHandler<HTMLButtonElement> | undefined;
|
|
192
|
+
onTouchStartCapture?: import("react").TouchEventHandler<HTMLButtonElement> | undefined;
|
|
193
|
+
onPointerDown?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
194
|
+
onPointerDownCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
195
|
+
onPointerMove?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
196
|
+
onPointerMoveCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
197
|
+
onPointerUp?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
198
|
+
onPointerUpCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
199
|
+
onPointerCancel?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
200
|
+
onPointerCancelCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
201
|
+
onPointerEnter?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
202
|
+
onPointerEnterCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
203
|
+
onPointerLeave?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
204
|
+
onPointerLeaveCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
205
|
+
onPointerOver?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
206
|
+
onPointerOverCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
207
|
+
onPointerOut?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
208
|
+
onPointerOutCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
209
|
+
onGotPointerCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
210
|
+
onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
211
|
+
onLostPointerCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
212
|
+
onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLButtonElement> | undefined;
|
|
213
|
+
onScroll?: import("react").UIEventHandler<HTMLButtonElement> | undefined;
|
|
214
|
+
onScrollCapture?: import("react").UIEventHandler<HTMLButtonElement> | undefined;
|
|
215
|
+
onWheel?: import("react").WheelEventHandler<HTMLButtonElement> | undefined;
|
|
216
|
+
onWheelCapture?: import("react").WheelEventHandler<HTMLButtonElement> | undefined;
|
|
217
|
+
onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
218
|
+
onAnimationEnd?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
219
|
+
onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
220
|
+
onAnimationIteration?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
221
|
+
onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLButtonElement> | undefined;
|
|
222
|
+
onTransitionEnd?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
223
|
+
onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLButtonElement> | undefined;
|
|
224
|
+
disabled?: boolean | undefined;
|
|
225
|
+
defaultChecked?: boolean | undefined;
|
|
226
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
227
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
228
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
229
|
+
accessKey?: string | undefined;
|
|
230
|
+
contentEditable?: "inherit" | (boolean | "false" | "true") | undefined;
|
|
231
|
+
contextMenu?: string | undefined;
|
|
232
|
+
dir?: string | undefined;
|
|
233
|
+
draggable?: (boolean | "false" | "true") | undefined;
|
|
234
|
+
placeholder?: string | undefined;
|
|
235
|
+
spellCheck?: (boolean | "false" | "true") | undefined;
|
|
236
|
+
radioGroup?: string | undefined;
|
|
237
|
+
about?: string | undefined;
|
|
238
|
+
datatype?: string | undefined;
|
|
239
|
+
inlist?: any;
|
|
240
|
+
prefix?: string | undefined;
|
|
241
|
+
property?: string | undefined;
|
|
242
|
+
resource?: string | undefined;
|
|
243
|
+
typeof?: string | undefined;
|
|
244
|
+
vocab?: string | undefined;
|
|
245
|
+
autoCapitalize?: string | undefined;
|
|
246
|
+
autoCorrect?: string | undefined;
|
|
247
|
+
autoSave?: string | undefined;
|
|
248
|
+
itemProp?: string | undefined;
|
|
249
|
+
itemScope?: boolean | undefined;
|
|
250
|
+
itemType?: string | undefined;
|
|
251
|
+
itemID?: string | undefined;
|
|
252
|
+
itemRef?: string | undefined;
|
|
253
|
+
results?: number | undefined;
|
|
254
|
+
security?: string | undefined;
|
|
255
|
+
unselectable?: "off" | "on" | undefined;
|
|
256
|
+
inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
257
|
+
is?: string | undefined;
|
|
258
|
+
value?: string | number | readonly string[] | undefined;
|
|
259
|
+
autoFocus?: boolean | undefined;
|
|
260
|
+
formAction?: string | undefined;
|
|
261
|
+
formEncType?: string | undefined;
|
|
262
|
+
formMethod?: string | undefined;
|
|
263
|
+
formNoValidate?: boolean | undefined;
|
|
264
|
+
formTarget?: string | undefined;
|
|
265
|
+
} & import("framer-motion").MotionProps & import("react").RefAttributes<HTMLButtonElement> & {
|
|
266
|
+
theme?: import("@emotion/react").Theme | undefined;
|
|
267
|
+
}, {}, {}>;
|
|
268
|
+
//# sourceMappingURL=styles.d.ts.map
|