@datarobot/design-system 28.6.0 → 28.6.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/cjs/hooks/use-analytics/use-analytics.js +2 -1
- package/esm/hooks/use-analytics/use-analytics.js +2 -1
- package/js/139/139.min.js +1 -1
- package/js/244/244.min.js +1 -1
- package/js/633/633.min.js +1 -1
- package/js/784/784.min.js +1 -1
- package/js/86/86.min.js +1 -1
- package/js/bundle/bundle.js +2 -1
- package/js/bundle/bundle.min.js +1 -1
- package/js/src_locales_es_419_translation_json/src_locales_es_419_translation_json.js +1 -1
- package/js/src_locales_fr_translation_json/src_locales_fr_translation_json.js +1 -1
- package/js/src_locales_ja_translation_json/src_locales_ja_translation_json.js +1 -1
- package/js/src_locales_ko_translation_json/src_locales_ko_translation_json.js +1 -1
- package/js/src_locales_pt_BR_translation_json/src_locales_pt_BR_translation_json.js +1 -1
- package/locales/es_419/translation.json +67 -73
- package/locales/fr/translation.json +75 -81
- package/locales/ja/translation.json +53 -53
- package/locales/ko/translation.json +60 -60
- package/locales/pt_BR/translation.json +64 -70
- package/package.json +1 -1
- package/styles/index.css +14 -0
- package/styles/index.min.css +1 -1
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
2
|
+
"Minute": "Minuto",
|
|
3
|
+
"Hour": "Hora",
|
|
4
|
+
"Month": "Mês",
|
|
5
|
+
"Accepted formats: {{supportedFileTypes}}": "Atualmente aceitamos {{supportedFileTypes}}",
|
|
3
6
|
"Search": "Pesquisar",
|
|
4
|
-
"Search input": "",
|
|
7
|
+
"Search input": "Entrada de pesquisa",
|
|
5
8
|
"Filter By": "Filtrar por",
|
|
6
9
|
"Delete filter item": "Excluir item de filtro",
|
|
7
10
|
"Clear all": "Limpar tudo",
|
|
8
11
|
"Trigger another item": "Acionar outro item",
|
|
9
|
-
"Show message": "",
|
|
12
|
+
"Show message": "Mostrar mensagem",
|
|
10
13
|
"Dismiss": "Dispensar",
|
|
11
|
-
"Hide message": "",
|
|
12
|
-
"avatar image": "",
|
|
13
|
-
"Remove badge button": "",
|
|
14
|
-
"loading": "",
|
|
15
|
-
"Cross": "",
|
|
16
|
-
"Circle": "",
|
|
17
|
-
"Disc": "",
|
|
18
|
-
"Vertical line": "",
|
|
19
|
-
"Horizontal line": "",
|
|
20
|
-
"Square": "",
|
|
21
|
-
"{{count}} characters remaining_one": "{{count}} caractere restante",
|
|
22
|
-
"{{count}} characters remaining_many": "{{count}} caracteres restantes",
|
|
23
|
-
"{{count}} characters remaining_other": "{{count}} caracteres restantes",
|
|
14
|
+
"Hide message": "Ocultar mensagem",
|
|
15
|
+
"avatar image": "imagem de avatar",
|
|
16
|
+
"Remove badge button": "Remover botão de badge",
|
|
17
|
+
"loading": "Carregando",
|
|
18
|
+
"Cross": "Fechar",
|
|
19
|
+
"Circle": "Círculo",
|
|
20
|
+
"Disc": "Disco",
|
|
21
|
+
"Vertical line": "Linha vertical",
|
|
22
|
+
"Horizontal line": "Linha horizontal",
|
|
23
|
+
"Square": "Quadrado",
|
|
24
24
|
"Start typing to see a list of users": "Comece a digitar para ver uma lista de usuários",
|
|
25
25
|
"Options": "Opções",
|
|
26
|
-
"Chat message": "",
|
|
27
|
-
"New chat message": "",
|
|
28
|
-
"close tab": "",
|
|
29
|
-
"create tab": "",
|
|
30
|
-
"Code editor": "",
|
|
26
|
+
"Chat message": "Mensagem de bate-papo",
|
|
27
|
+
"New chat message": "Nova mensagem de bate-papo",
|
|
28
|
+
"close tab": "fechar aba",
|
|
29
|
+
"create tab": "criar aba",
|
|
30
|
+
"Code editor": "Editor de código",
|
|
31
31
|
"click to open": "clique para abrir",
|
|
32
32
|
"click to close": "clique para fechar",
|
|
33
33
|
"drag to resize": "arraste para redimensionar",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"UTC": "UTC",
|
|
39
39
|
"Start date": "Data de início",
|
|
40
40
|
"End date": "Data de término",
|
|
41
|
-
"Update window": "",
|
|
41
|
+
"Update window": "Atualizar janela",
|
|
42
42
|
"Reset to initial value": "Redefinir para valor inicial",
|
|
43
43
|
"Cancel": "Cancelar",
|
|
44
44
|
"Previous": "Anterior",
|
|
@@ -46,29 +46,29 @@
|
|
|
46
46
|
"Optional": "Opcional",
|
|
47
47
|
"No search results found.": "Nenhum resultado de pesquisa encontrado.",
|
|
48
48
|
"Menu": "Menu",
|
|
49
|
-
"Dropdown content": "",
|
|
49
|
+
"Dropdown content": "Conteúdo do menu suspenso",
|
|
50
50
|
"Edit": "Editar",
|
|
51
51
|
"Empty state": "Estado vazio",
|
|
52
|
-
"We encountered an unexpected error and cannot proceed. Try again or contact Support for assistance.": "",
|
|
52
|
+
"We encountered an unexpected error and cannot proceed. Try again or contact Support for assistance.": "Entramos um erro inesperado e não podemos prosseguir. Tente novamente ou entre em contato com o suporte para obter assistência.",
|
|
53
53
|
"Export": "Exportar",
|
|
54
54
|
"Download information related to this visualization": "Baixar informações relacionadas a esta visualização",
|
|
55
55
|
"Drag and drop a new dataset or select an option from the right": "Arraste e solte um novo conjunto de dados ou selecione uma opção da direita",
|
|
56
56
|
"Drag and drop a file here or browse": "Arraste e solte um arquivo aqui ou procure-o",
|
|
57
|
-
"Uploading file...": "Fazendo upload do arquivo
|
|
57
|
+
"Uploading file...": "Fazendo upload do arquivo…",
|
|
58
58
|
"Upload failed": "Falha no upload",
|
|
59
|
-
"Invalid file type, ": "Tipo de arquivo inválido",
|
|
60
|
-
"Invalid file, ": "Arquivo inválido,",
|
|
59
|
+
"Invalid file type, ": "Tipo de arquivo inválido, ",
|
|
60
|
+
"Invalid file, ": "Arquivo inválido, ",
|
|
61
61
|
"Accepted formats: {{formats}}": "Formatos aceitos: {{formats}}",
|
|
62
62
|
"Import from": "Importar do ",
|
|
63
63
|
"Clear selection": "Limpar seleção",
|
|
64
64
|
"Local File": "Arquivo Local",
|
|
65
65
|
"Browse": "Procurar",
|
|
66
|
-
"and {{items}} more...": "e {{items}} mais
|
|
66
|
+
"and {{items}} more...": "e {{items}} mais…",
|
|
67
67
|
"Failed to upload the file": "Falha ao carregar o arquivo",
|
|
68
68
|
"The file type is not allowed": "O tipo de arquivo não é permitido",
|
|
69
69
|
"You can only drop one file.": "Você só pode soltar um arquivo.",
|
|
70
70
|
"File is required.": "O arquivo é obrigatório.",
|
|
71
|
-
"Uploading...": "Carregando
|
|
71
|
+
"Uploading...": "Carregando…",
|
|
72
72
|
"Drop file(s) here to upload or": "Solte o(s) arquivo(s) aqui para fazer upload ou",
|
|
73
73
|
"Delete": "Excluir",
|
|
74
74
|
"Choose file": "Escolher arquivo",
|
|
@@ -77,54 +77,54 @@
|
|
|
77
77
|
"Clear filters": "Limpar filtros",
|
|
78
78
|
"Invalid field": "Campo inválido",
|
|
79
79
|
"Validated": "Validada",
|
|
80
|
-
"Extra information in a tooltip": "",
|
|
80
|
+
"Extra information in a tooltip": "Informações adicionais em uma dica de ferramenta",
|
|
81
81
|
"Show password": "Mostrar senha",
|
|
82
82
|
"Hide password": "Ocultar senha",
|
|
83
83
|
"Submit": "Enviar",
|
|
84
84
|
"Retry": "Repetir",
|
|
85
85
|
"Clear": "Limpar",
|
|
86
86
|
"Toggle": "Alternar",
|
|
87
|
-
"Full-screen drawer": "",
|
|
87
|
+
"Full-screen drawer": "Gaveta em tela cheia",
|
|
88
88
|
"Close": "Fechar",
|
|
89
89
|
"Continue setup": "Continuar configuração",
|
|
90
90
|
"Exit without saving": "Sair sem salvar",
|
|
91
91
|
"Something went wrong, try again": "Algo deu errado, tente novamente",
|
|
92
92
|
"More": "Mais",
|
|
93
|
-
"Info-icon with extra information in a tooltip": "",
|
|
94
|
-
"Click to edit text": "",
|
|
95
|
-
"Updating text": "",
|
|
93
|
+
"Info-icon with extra information in a tooltip": "Ícone de informação com informações extras em uma dica de ferramenta",
|
|
94
|
+
"Click to edit text": "Clique para editar o texto",
|
|
95
|
+
"Updating text": "Atualizando o texto",
|
|
96
96
|
"No items found": "Nenhum item encontrado",
|
|
97
97
|
"Add item": "Adicionar item",
|
|
98
98
|
"Max number of key-value pairs reached": "Número máximo de pares de chave-valor atingido",
|
|
99
|
-
"Above field(s) should not be empty.": "Os campos acima não devem estar vazios",
|
|
99
|
+
"Above field(s) should not be empty.": "Os campos acima não devem estar vazios.",
|
|
100
100
|
"Key input": "Entrada de chave",
|
|
101
101
|
"Value input": "Entrada de valor",
|
|
102
|
-
"Double-check this value": "",
|
|
102
|
+
"Double-check this value": "Verifique novamente este valor",
|
|
103
103
|
"Duplicated keys ({{name}}) are not allowed.": "Chaves duplicadas ({{name}}) não são permitidas.",
|
|
104
104
|
"recommended": "recomendado",
|
|
105
105
|
"suggested": "sugerido",
|
|
106
106
|
"failed": "com falha",
|
|
107
107
|
"info": "informações",
|
|
108
108
|
"Loading": "Carregando",
|
|
109
|
-
"Loading...": "Carregando
|
|
109
|
+
"Loading...": "Carregando…",
|
|
110
110
|
"Something went wrong processing response from the model. Try reloading the page.": "Algo deu errado ao processar a resposta do modelo. Tente recarregar a página.",
|
|
111
111
|
"OK": "OK",
|
|
112
|
-
"Modal": "",
|
|
112
|
+
"Modal": "Modal",
|
|
113
113
|
"Remove": "Remover",
|
|
114
114
|
"Select": "Selecionar",
|
|
115
|
-
"Page {{number}}": "",
|
|
115
|
+
"Page {{number}}": "Página {{number}}",
|
|
116
116
|
"Next page": "Próxima página",
|
|
117
117
|
"Previous page": "Página anterior",
|
|
118
|
-
"{{start}}-{{endLimited}} of {{totalLimit}}+ items": "{{start}}-{{endLimited}}
|
|
119
|
-
"{{start}}-{{end}} of {{total}} items": "{{start}}-{{end}}
|
|
120
|
-
"Pagination": "",
|
|
118
|
+
"{{start}}-{{endLimited}} of {{totalLimit}}+ items": "{{start}}-{{endLimited}}/{{totalLimit}}+項目",
|
|
119
|
+
"{{start}}-{{end}} of {{total}} items": "{{start}}-{{end}}/{{total}}項目",
|
|
120
|
+
"Pagination": "Paginação",
|
|
121
121
|
"{{pages}} per page": "{{pages}} por página",
|
|
122
122
|
"0-0 of 0": "0-0 de 0",
|
|
123
|
-
"{{startOfPage}} of {{totalLimit}}": "{{startOfPage}}
|
|
124
|
-
"{{startOfPage}} of {{total}}": "{{startOfPage}}
|
|
125
|
-
"{{startOfPage}}-{{endOfPage}} of {{totalLimit}}+": "{{startOfPage}}-{{endOfPage}}
|
|
126
|
-
"{{startOfPage}}-{{endOfPage}} of {{total}}": "{{startOfPage}}-{{endOfPage}}
|
|
127
|
-
"No available page sizes": "",
|
|
123
|
+
"{{startOfPage}} of {{totalLimit}}": "{{startOfPage}}/{{totalLimit}}",
|
|
124
|
+
"{{startOfPage}} of {{total}}": "{{startOfPage}}/{{total}}",
|
|
125
|
+
"{{startOfPage}}-{{endOfPage}} of {{totalLimit}}+": "{{startOfPage}}-{{endOfPage}}/{{totalLimit}}+",
|
|
126
|
+
"{{startOfPage}}-{{endOfPage}} of {{total}}": "{{startOfPage}}-{{endOfPage}}/{{total}}",
|
|
127
|
+
"No available page sizes": "Nenhum tamanho de página disponível",
|
|
128
128
|
"Slider handle": "Controle deslizante",
|
|
129
129
|
"Refresh": "Atualizar",
|
|
130
130
|
"Sunday": "Domingo",
|
|
@@ -158,10 +158,7 @@
|
|
|
158
158
|
"Switch to simple scheduler": "Alternar para o agendador simples",
|
|
159
159
|
"Stay with advanced scheduler": "Continuar com o agendador avançado",
|
|
160
160
|
"Switching to the simple scheduler form will clear any schedule you set so far.": "Alterar para o formulário de agendador simples irá apagar qualquer agendamento definido até o momento.",
|
|
161
|
-
"Minute": "Minuto",
|
|
162
|
-
"Hour": "Hora",
|
|
163
161
|
"Day of month": "Dia do mês",
|
|
164
|
-
"Month": "Mês",
|
|
165
162
|
"Day of week": "Dia da semana",
|
|
166
163
|
"Minutes past the hour": "Minutos após a hora",
|
|
167
164
|
"Time": "Tempo",
|
|
@@ -171,11 +168,11 @@
|
|
|
171
168
|
"Accepts values from 1 to 31. Invalid values for a given month will be ignored.": "Aceita valores de 1 a 31. Valores inválidos para um determinado mês serão ignorados.",
|
|
172
169
|
"Accepts values between 1 (January) and 12 (December).": "Aceita valores entre 1 (de janeiro) e 12 (de dezembro).",
|
|
173
170
|
"Accepts values between 0 (Sunday) and 6 (Saturday).": "Aceita valores entre 0 (domingo) e 6 (sábado).",
|
|
174
|
-
"Value must have both hours and minutes specified": "",
|
|
171
|
+
"Value must have both hours and minutes specified": "O valor deve ter as horas e os minutos especificados",
|
|
175
172
|
"Value must be a number between 0 and 59": "O valor deve ser um número entre 0 e 59",
|
|
176
|
-
"Simple schedule": "",
|
|
177
|
-
"Advanced schedule": "",
|
|
178
|
-
"Switching to the simple scheduler will clear any schedule you've set so far": "",
|
|
173
|
+
"Simple schedule": "Programação simples",
|
|
174
|
+
"Advanced schedule": "Agendamento avançado",
|
|
175
|
+
"Switching to the simple scheduler will clear any schedule you've set so far": "A mudança para o agendador simples limpará qualquer programação que você definiu até agora",
|
|
179
176
|
"Value must be a comma-separated list of numbers between {{min}} and {{max}} or * for all": "O valor deve ser uma lista de números separados por vírgula entre {{min}} e {{max}} ou * para todos",
|
|
180
177
|
"Value must be a comma-separated list of numbers between {{min}} and {{max}}": "O valor deve ser uma lista de números separados por vírgula entre {{min}} e {{max}}",
|
|
181
178
|
"Clear Input": "Limpar entrada",
|
|
@@ -183,8 +180,8 @@
|
|
|
183
180
|
"Updating list results...": "Atualização de resultados da lista…",
|
|
184
181
|
"Section has errors": "A seção tem erros",
|
|
185
182
|
"Enter item value": "Insira o valor do item",
|
|
186
|
-
"Sidebar modal": "",
|
|
187
|
-
"Addition actions": "",
|
|
183
|
+
"Sidebar modal": "Modal da barra lateral",
|
|
184
|
+
"Addition actions": "Ações adicionais",
|
|
188
185
|
"Select all rows": "Selecione todas as linhas",
|
|
189
186
|
"Select row {{index}}": "Selecionar linha {{index}}",
|
|
190
187
|
"Expand Row": "Expandir linha",
|
|
@@ -202,7 +199,7 @@
|
|
|
202
199
|
"Unpin column": "Desafixar coluna",
|
|
203
200
|
"Pinned columns will take too much space with current column pinned": "As colunas fixadas ocuparão muito espaço com a coluna atual fixada",
|
|
204
201
|
"Column header actions dropdown": "Menu suspenso de ações do cabeçalho da coluna",
|
|
205
|
-
"Column Header: {{headerLabel}}. To focus on the header column actions press Tab key": "Cabeçalho da coluna
|
|
202
|
+
"Column Header: {{headerLabel}}. To focus on the header column actions press Tab key": "Cabeçalho da coluna: {{headerLabel}}. Para focar nas ações da coluna do cabeçalho, pressione a tecla Tab",
|
|
206
203
|
"Apply": "Aplicar",
|
|
207
204
|
"Reset to default": "Voltar a configuração original",
|
|
208
205
|
"Columns management": "Gestão de colunas",
|
|
@@ -212,16 +209,10 @@
|
|
|
212
209
|
"Sort column": "Coluna de classificação",
|
|
213
210
|
"Use arrow keys to reorder columns. Use Tab key to navigate to inner controls": "Use as teclas de seta para reordenar as colunas. Use a tecla Tab para navegar até os controles internos",
|
|
214
211
|
"Settings search": "Pesquisa de configurações",
|
|
215
|
-
"{{count}}+ item found_one": "{{count}}+ item encontrado",
|
|
216
|
-
"{{count}}+ item found_many": "{{count}}+ itens encontrados",
|
|
217
|
-
"{{count}}+ item found_other": "{{count}}+ itens encontrados",
|
|
218
|
-
"{{count}} item found_one": "{{count}} item encontrado",
|
|
219
|
-
"{{count}} item found_many": "{{count}} itens encontrados",
|
|
220
|
-
"{{count}} item found_other": "{{count}} itens encontrados",
|
|
221
212
|
"Click to select all rows in the table": "Clique para selecionar todas as linhas na tabela",
|
|
222
213
|
"Click to open row actions dropdown": "Clique para abrir o menu suspenso de ações da linha",
|
|
223
214
|
"Click to expand the row": "Clique para expandir a linha",
|
|
224
|
-
"Select {{val}}": "
|
|
215
|
+
"Select {{val}}": "Selecionar {{val}}",
|
|
225
216
|
"Delete Editor Content": "Excluir conteúdo do editor",
|
|
226
217
|
"Bold": "Negrito",
|
|
227
218
|
"Italic": "Itálico",
|
|
@@ -240,15 +231,18 @@
|
|
|
240
231
|
"Heading medium": "Título médio",
|
|
241
232
|
"Heading small": "Título pequeno",
|
|
242
233
|
"Regular text": "Texto regular",
|
|
243
|
-
"Text URL": "",
|
|
244
|
-
"Minimize": "",
|
|
245
|
-
"Skip tour": "",
|
|
246
|
-
"previous": "",
|
|
247
|
-
"next": "",
|
|
234
|
+
"Text URL": "URL de texto",
|
|
235
|
+
"Minimize": "Minimizar",
|
|
236
|
+
"Skip tour": "Pular tour",
|
|
237
|
+
"previous": "anterior",
|
|
238
|
+
"next": "próximo",
|
|
248
239
|
"Advanced tour anchor button": "Botão de âncora de tour avançado",
|
|
249
240
|
"Next tour page": "Página próximo tour",
|
|
250
241
|
"Previous tour page": "Página tour anterior",
|
|
251
242
|
"Zoom In": "Ampliar",
|
|
252
243
|
"Zoom Out": "Reduzir",
|
|
253
|
-
"Reset Zoom": ""
|
|
244
|
+
"Reset Zoom": "Redefinir Zoom",
|
|
245
|
+
"{{count}} characters remaining_other": "{{count}} caracteres restantes",
|
|
246
|
+
"{{count}}+ item found_other": "{{count}}+ item encontrado",
|
|
247
|
+
"{{count}} item found_other": "{{count}} item encontrado"
|
|
254
248
|
}
|
package/package.json
CHANGED
package/styles/index.css
CHANGED
|
@@ -3105,6 +3105,7 @@ popout[data-popper-placement^='right']::after,
|
|
|
3105
3105
|
border: none;
|
|
3106
3106
|
-webkit-text-fill-color: var(--input-color);
|
|
3107
3107
|
-webkit-box-shadow: 0 0 0px 0.0625rem var(--input-border-color) inset, 0 0 0px 1.25rem var(--input-bg) inset;
|
|
3108
|
+
transition-delay: calc(infinity * 1s);
|
|
3108
3109
|
}
|
|
3109
3110
|
.dr-form-field textarea:-webkit-autofill:hover,
|
|
3110
3111
|
.dr-form-field textarea[data-com-onepassword-filled]:hover {
|
|
@@ -3114,6 +3115,7 @@ popout[data-popper-placement^='right']::after,
|
|
|
3114
3115
|
.dr-form-field textarea[data-com-onepassword-filled]:focus {
|
|
3115
3116
|
-webkit-text-fill-color: var(--input-color-focused);
|
|
3116
3117
|
-webkit-box-shadow: 0 0 0px var(--input-border-width) var(--input-focused-border-color) inset, 0 0 0px 1.25rem var(--input-bg-focused-autofill) inset;
|
|
3118
|
+
transition-delay: calc(infinity * 1s);
|
|
3117
3119
|
}
|
|
3118
3120
|
.dr-form-field.sm input {
|
|
3119
3121
|
/* stylelint-disable-next-line dr-custom/no-unexpected-spacing-definitions */
|
|
@@ -3167,6 +3169,7 @@ popout[data-popper-placement^='right']::after,
|
|
|
3167
3169
|
border: none;
|
|
3168
3170
|
-webkit-text-fill-color: var(--input-color);
|
|
3169
3171
|
-webkit-box-shadow: 0 0 0px 0.0625rem var(--input-border-color) inset, 0 0 0px 1.25rem var(--input-bg) inset;
|
|
3172
|
+
transition-delay: calc(infinity * 1s);
|
|
3170
3173
|
}
|
|
3171
3174
|
.dr-form-field.sm input:-webkit-autofill:hover,
|
|
3172
3175
|
.dr-form-field.sm input[data-com-onepassword-filled]:hover {
|
|
@@ -3176,6 +3179,7 @@ popout[data-popper-placement^='right']::after,
|
|
|
3176
3179
|
.dr-form-field.sm input[data-com-onepassword-filled]:focus {
|
|
3177
3180
|
-webkit-text-fill-color: var(--input-color-focused);
|
|
3178
3181
|
-webkit-box-shadow: 0 0 0px var(--input-border-width) var(--input-focused-border-color) inset, 0 0 0px 1.25rem var(--input-bg-focused-autofill) inset;
|
|
3182
|
+
transition-delay: calc(infinity * 1s);
|
|
3179
3183
|
}
|
|
3180
3184
|
.dr-form-field.md input {
|
|
3181
3185
|
/* stylelint-disable-next-line dr-custom/no-unexpected-spacing-definitions */
|
|
@@ -3229,6 +3233,7 @@ popout[data-popper-placement^='right']::after,
|
|
|
3229
3233
|
border: none;
|
|
3230
3234
|
-webkit-text-fill-color: var(--input-color);
|
|
3231
3235
|
-webkit-box-shadow: 0 0 0px 0.0625rem var(--input-border-color) inset, 0 0 0px 1.25rem var(--input-bg) inset;
|
|
3236
|
+
transition-delay: calc(infinity * 1s);
|
|
3232
3237
|
}
|
|
3233
3238
|
.dr-form-field.md input:-webkit-autofill:hover,
|
|
3234
3239
|
.dr-form-field.md input[data-com-onepassword-filled]:hover {
|
|
@@ -3238,6 +3243,7 @@ popout[data-popper-placement^='right']::after,
|
|
|
3238
3243
|
.dr-form-field.md input[data-com-onepassword-filled]:focus {
|
|
3239
3244
|
-webkit-text-fill-color: var(--input-color-focused);
|
|
3240
3245
|
-webkit-box-shadow: 0 0 0px var(--input-border-width) var(--input-focused-border-color) inset, 0 0 0px 1.25rem var(--input-bg-focused-autofill) inset;
|
|
3246
|
+
transition-delay: calc(infinity * 1s);
|
|
3241
3247
|
}
|
|
3242
3248
|
.dr-form-field.lg input {
|
|
3243
3249
|
/* stylelint-disable-next-line dr-custom/no-unexpected-spacing-definitions */
|
|
@@ -3291,6 +3297,7 @@ popout[data-popper-placement^='right']::after,
|
|
|
3291
3297
|
border: none;
|
|
3292
3298
|
-webkit-text-fill-color: var(--input-color);
|
|
3293
3299
|
-webkit-box-shadow: 0 0 0px 0.0625rem var(--input-border-color) inset, 0 0 0px 1.25rem var(--input-bg) inset;
|
|
3300
|
+
transition-delay: calc(infinity * 1s);
|
|
3294
3301
|
}
|
|
3295
3302
|
.dr-form-field.lg input:-webkit-autofill:hover,
|
|
3296
3303
|
.dr-form-field.lg input[data-com-onepassword-filled]:hover {
|
|
@@ -3300,6 +3307,7 @@ popout[data-popper-placement^='right']::after,
|
|
|
3300
3307
|
.dr-form-field.lg input[data-com-onepassword-filled]:focus {
|
|
3301
3308
|
-webkit-text-fill-color: var(--input-color-focused);
|
|
3302
3309
|
-webkit-box-shadow: 0 0 0px var(--input-border-width) var(--input-focused-border-color) inset, 0 0 0px 1.25rem var(--input-bg-focused-autofill) inset;
|
|
3310
|
+
transition-delay: calc(infinity * 1s);
|
|
3303
3311
|
}
|
|
3304
3312
|
.dr-form-field.xl input {
|
|
3305
3313
|
height: 3.125rem;
|
|
@@ -3355,6 +3363,7 @@ popout[data-popper-placement^='right']::after,
|
|
|
3355
3363
|
border: none;
|
|
3356
3364
|
-webkit-text-fill-color: var(--input-color);
|
|
3357
3365
|
-webkit-box-shadow: 0 0 0px 0.0625rem var(--input-border-color) inset, 0 0 0px 1.875rem var(--input-bg) inset;
|
|
3366
|
+
transition-delay: calc(infinity * 1s);
|
|
3358
3367
|
}
|
|
3359
3368
|
.dr-form-field.xl input:-webkit-autofill:hover,
|
|
3360
3369
|
.dr-form-field.xl input[data-com-onepassword-filled]:hover {
|
|
@@ -3364,6 +3373,7 @@ popout[data-popper-placement^='right']::after,
|
|
|
3364
3373
|
.dr-form-field.xl input[data-com-onepassword-filled]:focus {
|
|
3365
3374
|
-webkit-text-fill-color: var(--input-color-focused);
|
|
3366
3375
|
-webkit-box-shadow: 0 0 0px var(--input-border-width) var(--input-focused-border-color) inset, 0 0 0px 1.875rem var(--input-bg-focused-autofill) inset;
|
|
3376
|
+
transition-delay: calc(infinity * 1s);
|
|
3367
3377
|
}
|
|
3368
3378
|
.dr-form-field textarea {
|
|
3369
3379
|
font-family: inherit;
|
|
@@ -4115,6 +4125,7 @@ popout[data-popper-placement^='right']::after,
|
|
|
4115
4125
|
border: none;
|
|
4116
4126
|
-webkit-text-fill-color: var(--input-color);
|
|
4117
4127
|
-webkit-box-shadow: 0 0 0px 0.0625rem var(--input-border-color) inset, 0 0 0px 1.25rem var(--input-bg) inset;
|
|
4128
|
+
transition-delay: calc(infinity * 1s);
|
|
4118
4129
|
}
|
|
4119
4130
|
.dropdown-selectbox-trigger:-webkit-autofill:hover,
|
|
4120
4131
|
.dropdown-selectbox-trigger[data-com-onepassword-filled]:hover {
|
|
@@ -4124,6 +4135,7 @@ popout[data-popper-placement^='right']::after,
|
|
|
4124
4135
|
.dropdown-selectbox-trigger[data-com-onepassword-filled]:focus {
|
|
4125
4136
|
-webkit-text-fill-color: var(--input-color-focused);
|
|
4126
4137
|
-webkit-box-shadow: 0 0 0px var(--input-border-width) var(--input-focused-border-color) inset, 0 0 0px 1.25rem var(--input-bg-focused-autofill) inset;
|
|
4138
|
+
transition-delay: calc(infinity * 1s);
|
|
4127
4139
|
}
|
|
4128
4140
|
.dropdown-selectbox-trigger:hover {
|
|
4129
4141
|
border: var(--dropdown-selectbox-trigger-border);
|
|
@@ -8694,6 +8706,7 @@ td.rdtYear {
|
|
|
8694
8706
|
border: none;
|
|
8695
8707
|
-webkit-text-fill-color: var(--input-color);
|
|
8696
8708
|
-webkit-box-shadow: 0 0 0px 0.0625rem var(--input-border-color) inset, 0 0 0px 1.25rem var(--input-bg) inset;
|
|
8709
|
+
transition-delay: calc(infinity * 1s);
|
|
8697
8710
|
}
|
|
8698
8711
|
.file-upload-input .file-input-group:-webkit-autofill:hover,
|
|
8699
8712
|
.file-upload-input .file-input-group[data-com-onepassword-filled]:hover {
|
|
@@ -8703,6 +8716,7 @@ td.rdtYear {
|
|
|
8703
8716
|
.file-upload-input .file-input-group[data-com-onepassword-filled]:focus {
|
|
8704
8717
|
-webkit-text-fill-color: var(--input-color-focused);
|
|
8705
8718
|
-webkit-box-shadow: 0 0 0px var(--input-border-width) var(--input-focused-border-color) inset, 0 0 0px 1.25rem var(--input-bg-focused-autofill) inset;
|
|
8719
|
+
transition-delay: calc(infinity * 1s);
|
|
8706
8720
|
}
|
|
8707
8721
|
.file-upload-input .file-input-group > label {
|
|
8708
8722
|
flex: 1;
|