plataforma-fundacao-componentes 2.25.11 → 2.26.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/dist/assets/icons/PercentLoaderIcon.d.ts +1 -1
- package/dist/assets/icons/ThreeDotsLoader.d.ts +3 -4
- package/dist/components/accordion/Accordion.stories.d.ts +9 -10
- package/dist/components/bigBlockButton/BigBlockButton.d.ts +4 -6
- package/dist/components/bottomNavigation/BottomNavigation.d.ts +1 -1
- package/dist/components/bottomNavigation/BottomNavigation.stories.d.ts +14 -14
- package/dist/components/breadCrumb/BreadCrumb.stories.d.ts +5 -6
- package/dist/components/button/Button.d.ts +6 -27
- package/dist/components/calendar/Calendar.d.ts +1 -1
- package/dist/components/calendar/components/calendarDays/CalendarDays.d.ts +4 -4
- package/dist/components/calendar/components/calendarMonthDay/CalendarMonthDay.d.ts +1 -1
- package/dist/components/card/Card.stories.d.ts +8 -7
- package/dist/components/carousel/Carousel.stories.d.ts +6 -7
- package/dist/components/carouselPersona/CarouselPersona.stories.d.ts +5 -6
- package/dist/components/carouselTouchFrendly/CarouselTouchFrendly.stories.d.ts +6 -7
- package/dist/components/chart/components/moneyMonthLineChart/MoneyMonthLineChart.d.ts +2 -1
- package/dist/components/chart/doughnutSquare/DoughnutSquare.stories.d.ts +9 -8
- package/dist/components/chart/moneyByMonth/MoneyByMonth.d.ts +2 -1
- package/dist/components/chart/moneyByMonth/MoneyByMonth.stories.d.ts +3 -2
- package/dist/components/checkbox/Checkbox.d.ts +0 -1
- package/dist/components/checkbox/Checkbox.stories.d.ts +9 -10
- package/dist/components/col/Col.stories.d.ts +6 -7
- package/dist/components/collapse/Collapse.stories.d.ts +5 -6
- package/dist/components/container/Container.stories.d.ts +6 -7
- package/dist/components/controlLabel/ControlLabel.d.ts +1 -1
- package/dist/components/datePicker/DatePicker.d.ts +1 -6
- package/dist/components/datePicker/DatePicker.stories.d.ts +7 -8
- package/dist/components/doughnut/Doughnut.d.ts +1 -6
- package/dist/components/doughnut/Doughnut.stories.d.ts +21 -25
- package/dist/components/elementPaginator/ElementPaginator.stories.d.ts +5 -6
- package/dist/components/etapas/Etapas.stories.d.ts +10 -11
- package/dist/components/etiqueta/Etiqueta.d.ts +4 -9
- package/dist/components/etiqueta/Etiqueta.stories.d.ts +28 -34
- package/dist/components/fileLoader/FileLoader.stories.d.ts +7 -8
- package/dist/components/fileUpload/FileUpload.d.ts +1 -2
- package/dist/components/fileUpload/FileUpload.stories.d.ts +14 -13
- package/dist/components/footerSicredi/FooterSicredi.stories.d.ts +9 -10
- package/dist/components/fullHeightContainer/FullHeightContainer.stories.d.ts +7 -8
- package/dist/components/header/Header.d.ts +2 -3
- package/dist/components/header/Header.stories.d.ts +12 -13
- package/dist/components/iconButton/IconButton.d.ts +0 -1
- package/dist/components/iconButton/IconButton.stories.d.ts +7 -8
- package/dist/components/inputArea/InputArea.d.ts +0 -1
- package/dist/components/inputArea/InputArea.stories.d.ts +16 -17
- package/dist/components/menu/components/menuItem/MenuItem.d.ts +1 -2
- package/dist/components/menu/components/menuItem/MenuItem.stories.d.ts +8 -9
- package/dist/components/modal/Modal.d.ts +280 -20
- package/dist/components/modal/Modal.stories.d.ts +1 -0
- package/dist/components/modal/ModalMask.d.ts +2 -1
- package/dist/components/modal/ModalTypes.d.ts +3 -18
- package/dist/components/pageTitle/PageTitle.stories.d.ts +7 -6
- package/dist/components/pagination/Pagination.d.ts +1 -1
- package/dist/components/pagination/Pagination.stories.d.ts +46 -60
- package/dist/components/paginator/Paginator.stories.d.ts +16 -15
- package/dist/components/radioButton/RadioButton.d.ts +1 -2
- package/dist/components/row/Row.stories.d.ts +5 -6
- package/dist/components/select/Select.stories.d.ts +1 -0
- package/dist/components/switch/Switch.d.ts +0 -1
- package/dist/components/switch/Switch.stories.d.ts +8 -9
- package/dist/components/table/Table.d.ts +1 -1
- package/dist/components/tableFileNameAndAction/TableFileNameAndAction.d.ts +10 -9
- package/dist/components/tableFileNameAndAction/TableFileNameAndAction.stories.d.ts +7 -8
- package/dist/components/textEditor/TextEditor.d.ts +0 -1
- package/dist/components/textEditor/TextEditor.stories.d.ts +11 -12
- package/dist/components/textEditor/components/textEditorColorPicker/TextEditorColorPicker.d.ts +3 -8
- package/dist/components/textEditor/components/textEditorInput/TextEditorHeaderInput.d.ts +2 -7
- package/dist/components/textEditor/components/textEditorTitleChoser/TextEditorTitleChoser.d.ts +3 -8
- package/dist/components/textEditor/components/textEditorUrlCreator/TextEditorUrlCreator.d.ts +3 -8
- package/dist/components/toast/Toast.d.ts +0 -2
- package/dist/components/toastManager/ToastManager.d.ts +7 -1
- package/dist/components/toastManager/ToastManager.stories.d.ts +5 -6
- package/dist/components/tooltip/Tooltip.stories.d.ts +8 -9
- package/dist/components/tooltipManager/TooltipManager.stories.d.ts +7 -8
- package/dist/components/topLoader/TopLoader.stories.d.ts +6 -7
- package/dist/components/videoModal/VideoModal.d.ts +273 -10
- package/dist/components/videoPlayer/VideoPlayer.stories.d.ts +10 -11
- package/dist/hooks/useDebounce/useDebounce.d.ts +5 -0
- package/dist/hooks/useDebounce/useDebounce.stories.d.ts +10 -0
- package/dist/hooks/useHTMLShare/useHTMLShare.d.ts +1 -1
- package/dist/hooks/usePagination/usePagination.d.ts +1 -1
- package/dist/hooks/usePublicMenuList/usePublicMenuList.d.ts +1 -1
- package/dist/hooks/useScreenSize/useScreenSize.d.ts +7 -8
- package/dist/hooks/useStorageState/useStorageState.d.ts +1 -1
- package/dist/hooks/useToastManager/useToastManager.d.ts +1 -1
- package/dist/hooks/useValidatedState/useValidatedState.d.ts +1 -1
- package/dist/index.css +92 -79
- package/dist/index.d.ts +3 -2
- package/dist/index.js +2721 -2687
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2397 -2362
- package/dist/index.modern.js.map +1 -1
- package/dist/libraries/EtiquetasThemes.d.ts +2 -0
- package/dist/libraries/ModalSize.d.ts +2 -1
- package/dist/libraries/ScreenSizes.d.ts +7 -0
- package/dist/utils/ArrayUtils.d.ts +1 -2
- package/dist/utils/HTMLutils.d.ts +3 -3
- package/dist/utils/MaskUtils.d.ts +8 -8
- package/dist/utils/ScrollUtils.d.ts +1 -1
- package/package.json +5 -5
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
export default function useScreenSize(): ScreenSize | undefined;
|
|
1
|
+
import { ScreenSize } from '../../libraries/ScreenSizes';
|
|
2
|
+
export declare type IScreenSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
3
|
+
declare type hookValue = {
|
|
4
|
+
size: IScreenSize;
|
|
5
|
+
rankedSize: ScreenSize;
|
|
6
|
+
};
|
|
7
|
+
export default function useScreenSize(): hookValue;
|
|
9
8
|
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { Dispatch, SetStateAction } from 'react';
|
|
2
|
-
export default function useStorageState<T =
|
|
2
|
+
export default function useStorageState<T = unknown>(storage: Storage, key: string, initialValue?: T | undefined): [T | undefined, Dispatch<SetStateAction<T | undefined>>];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { ToastProps } from '../../components/toast/Toast';
|
|
3
3
|
export interface ToastManagerProps {
|
|
4
|
-
max?:
|
|
4
|
+
max?: number;
|
|
5
5
|
marginTop?: string | number;
|
|
6
6
|
verticalPosition?: 'top' | 'bottom';
|
|
7
7
|
horizontalPosition?: 'left' | 'right' | 'center';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Dispatch, SetStateAction } from 'react';
|
|
2
|
-
export default function useValidatedState<T =
|
|
2
|
+
export default function useValidatedState<T = unknown>(validation: (value: T | undefined) => {
|
|
3
3
|
error: boolean;
|
|
4
4
|
text?: string;
|
|
5
5
|
}, initialValue?: T | undefined): [T | undefined, Dispatch<SetStateAction<T | undefined>>, {
|
package/dist/index.css
CHANGED
|
@@ -1121,7 +1121,10 @@ h5 {
|
|
|
1121
1121
|
margin-left: 4px; }
|
|
1122
1122
|
|
|
1123
1123
|
.component-button-loader {
|
|
1124
|
-
position: absolute;
|
|
1124
|
+
position: absolute;
|
|
1125
|
+
display: flex;
|
|
1126
|
+
align-items: center;
|
|
1127
|
+
justify-content: center; }
|
|
1125
1128
|
|
|
1126
1129
|
.component-button-hide {
|
|
1127
1130
|
opacity: 0; }
|
|
@@ -3500,7 +3503,6 @@ max-width 100% 540px 720px 960px 1140px
|
|
|
3500
3503
|
-webkit-user-select: none;
|
|
3501
3504
|
-moz-user-select: none;
|
|
3502
3505
|
user-select: none;
|
|
3503
|
-
margin-bottom: 2px;
|
|
3504
3506
|
max-width: 100%;
|
|
3505
3507
|
overflow: hidden;
|
|
3506
3508
|
text-overflow: ellipsis;
|
|
@@ -3593,6 +3595,16 @@ max-width 100% 540px 720px 960px 1140px
|
|
|
3593
3595
|
color: #765f00;
|
|
3594
3596
|
border-color: #ffeb98; }
|
|
3595
3597
|
|
|
3598
|
+
.component-etiqueta.excluido {
|
|
3599
|
+
background-color: #f58c96;
|
|
3600
|
+
color: #730028;
|
|
3601
|
+
border-color: #f58c96; }
|
|
3602
|
+
|
|
3603
|
+
.component-etiqueta.orange {
|
|
3604
|
+
background-color: #ffd098;
|
|
3605
|
+
color: #cf7308;
|
|
3606
|
+
border-color: #ffd098; }
|
|
3607
|
+
|
|
3596
3608
|
:export {
|
|
3597
3609
|
widthXs: 575.98px;
|
|
3598
3610
|
widthSm: 767.98px;
|
|
@@ -5055,11 +5067,13 @@ header.component-header {
|
|
|
5055
5067
|
display: flex;
|
|
5056
5068
|
justify-content: center;
|
|
5057
5069
|
align-items: center; }
|
|
5058
|
-
|
|
5059
|
-
|
|
5060
|
-
align-items: flex-end !important; } }
|
|
5070
|
+
.component-modal-mask.mobile {
|
|
5071
|
+
align-items: flex-end !important; }
|
|
5061
5072
|
|
|
5062
5073
|
.component-modal {
|
|
5074
|
+
padding: 0;
|
|
5075
|
+
margin: 0;
|
|
5076
|
+
border: none;
|
|
5063
5077
|
z-index: 986;
|
|
5064
5078
|
background-color: #f8f9f7;
|
|
5065
5079
|
min-height: 200px;
|
|
@@ -5069,25 +5083,31 @@ header.component-header {
|
|
|
5069
5083
|
max-width: calc(100vw - 30px);
|
|
5070
5084
|
display: flex;
|
|
5071
5085
|
flex-flow: column; }
|
|
5072
|
-
.component-modal
|
|
5086
|
+
.component-modal-full-screen {
|
|
5087
|
+
width: 100vw;
|
|
5088
|
+
height: 100dvh;
|
|
5089
|
+
border-radius: 0;
|
|
5090
|
+
max-height: none !important;
|
|
5091
|
+
max-width: none !important; }
|
|
5092
|
+
.component-modal-extra-large {
|
|
5073
5093
|
width: 900px; }
|
|
5074
|
-
.component-modal
|
|
5094
|
+
.component-modal-large {
|
|
5075
5095
|
width: 630px; }
|
|
5076
|
-
.component-modal
|
|
5096
|
+
.component-modal-small {
|
|
5077
5097
|
width: 410px; }
|
|
5078
5098
|
@media (max-width: 575.98px) {
|
|
5079
|
-
.component-modal
|
|
5099
|
+
.component-modal-small {
|
|
5080
5100
|
width: 100%; } }
|
|
5081
|
-
|
|
5082
|
-
|
|
5083
|
-
|
|
5084
|
-
|
|
5085
|
-
|
|
5086
|
-
|
|
5087
|
-
|
|
5088
|
-
|
|
5089
|
-
|
|
5090
|
-
|
|
5101
|
+
.component-modal.mobile {
|
|
5102
|
+
width: 100%;
|
|
5103
|
+
max-height: 78dvh !important;
|
|
5104
|
+
max-width: 100% !important;
|
|
5105
|
+
border-radius: 8px 8px 0 0; }
|
|
5106
|
+
.component-modal.mobile .component-modal-content {
|
|
5107
|
+
max-height: calc(80vh - 72px - 72px) !important; }
|
|
5108
|
+
.component-modal.mobile .component-modal-footer {
|
|
5109
|
+
width: 100%;
|
|
5110
|
+
background-color: #f8f9f7; }
|
|
5091
5111
|
.component-modal .component-modal-header {
|
|
5092
5112
|
flex: 0 1 56px;
|
|
5093
5113
|
height: 56px;
|
|
@@ -5160,65 +5180,53 @@ header.component-header {
|
|
|
5160
5180
|
warningLight: #ffeb98;
|
|
5161
5181
|
warningDark: #765f00; }
|
|
5162
5182
|
|
|
5163
|
-
.comp-modal-manager-mask-enter {
|
|
5183
|
+
:not(.mobile).comp-modal-manager-mask-enter {
|
|
5164
5184
|
opacity: 0; }
|
|
5165
|
-
.comp-modal-manager-mask-enter > * {
|
|
5185
|
+
:not(.mobile).comp-modal-manager-mask-enter > * {
|
|
5166
5186
|
transform: scale(0.8); }
|
|
5167
5187
|
|
|
5168
|
-
.comp-modal-manager-mask-enter-active {
|
|
5188
|
+
:not(.mobile).comp-modal-manager-mask-enter-active {
|
|
5169
5189
|
transition: opacity 0.3s ease;
|
|
5170
5190
|
opacity: 1; }
|
|
5171
|
-
.comp-modal-manager-mask-enter-active > * {
|
|
5191
|
+
:not(.mobile).comp-modal-manager-mask-enter-active > * {
|
|
5172
5192
|
transition: transform 0.3s ease;
|
|
5173
5193
|
transform: scale(1); }
|
|
5174
5194
|
|
|
5175
|
-
.comp-modal-manager-mask-exit {
|
|
5195
|
+
:not(.mobile).comp-modal-manager-mask-exit {
|
|
5176
5196
|
transition: opacity 0.3s ease;
|
|
5177
5197
|
opacity: 1; }
|
|
5178
|
-
.comp-modal-manager-mask-exit > * {
|
|
5198
|
+
:not(.mobile).comp-modal-manager-mask-exit > * {
|
|
5179
5199
|
transition: transform 0.3s ease;
|
|
5180
5200
|
transform: scale(1); }
|
|
5181
5201
|
|
|
5182
|
-
.comp-modal-manager-mask-exit-active {
|
|
5202
|
+
:not(.mobile).comp-modal-manager-mask-exit-active {
|
|
5183
5203
|
opacity: 0; }
|
|
5184
|
-
.comp-modal-manager-mask-exit-active > * {
|
|
5204
|
+
:not(.mobile).comp-modal-manager-mask-exit-active > * {
|
|
5185
5205
|
transform: scale(0.8); }
|
|
5186
5206
|
|
|
5187
|
-
.comp-modal-manager-mask-
|
|
5207
|
+
.mobile.comp-modal-manager-mask-enter {
|
|
5188
5208
|
opacity: 0; }
|
|
5189
|
-
.comp-modal-manager-mask-
|
|
5190
|
-
transform:
|
|
5191
|
-
@media screen and (max-width: 575.98px) {
|
|
5192
|
-
.comp-modal-manager-mask-mobile-on-xs-enter > * {
|
|
5193
|
-
transform: translateY(100%); } }
|
|
5209
|
+
.mobile.comp-modal-manager-mask-enter > * {
|
|
5210
|
+
transform: translateY(100%); }
|
|
5194
5211
|
|
|
5195
|
-
.comp-modal-manager-mask-
|
|
5212
|
+
.mobile.comp-modal-manager-mask-enter-active {
|
|
5196
5213
|
transition: opacity 0.3s ease;
|
|
5197
5214
|
opacity: 1; }
|
|
5198
|
-
.comp-modal-manager-mask-
|
|
5215
|
+
.mobile.comp-modal-manager-mask-enter-active > * {
|
|
5199
5216
|
transition: transform 0.3s ease;
|
|
5200
|
-
transform:
|
|
5201
|
-
@media screen and (max-width: 575.98px) {
|
|
5202
|
-
.comp-modal-manager-mask-mobile-on-xs-enter-active > * {
|
|
5203
|
-
transform: translateY(0); } }
|
|
5217
|
+
transform: translateY(0); }
|
|
5204
5218
|
|
|
5205
|
-
.comp-modal-manager-mask-
|
|
5219
|
+
.mobile.comp-modal-manager-mask-exit {
|
|
5206
5220
|
transition: opacity 0.3s ease;
|
|
5207
5221
|
opacity: 1; }
|
|
5208
|
-
.comp-modal-manager-mask-
|
|
5222
|
+
.mobile.comp-modal-manager-mask-exit > * {
|
|
5209
5223
|
transition: transform 0.3s ease;
|
|
5210
|
-
transform:
|
|
5211
|
-
@media screen and (max-width: 575.98px) {
|
|
5212
|
-
.comp-modal-manager-mask-mobile-on-xs-exit > * {
|
|
5213
|
-
transform: translateY(0); } }
|
|
5224
|
+
transform: translateY(0); }
|
|
5214
5225
|
|
|
5215
|
-
.comp-modal-manager-mask-
|
|
5226
|
+
.mobile.comp-modal-manager-mask-exit-active {
|
|
5216
5227
|
opacity: 0; }
|
|
5217
|
-
.comp-modal-manager-mask-
|
|
5218
|
-
transform:
|
|
5219
|
-
@media screen and (max-width: 575.98px) {
|
|
5220
|
-
.comp-modal-manager-mask-mobile-on-xs-exit-active > * {
|
|
5221
|
-
transform: translateY(100%); } }
|
|
5228
|
+
.mobile.comp-modal-manager-mask-exit-active > * {
|
|
5229
|
+
transform: translateY(100%); }
|
|
5222
5230
|
|
|
5223
5231
|
:export {
|
|
5224
5232
|
widthXs: 575.98px;
|
|
@@ -6216,7 +6224,7 @@ h5 {
|
|
|
6216
6224
|
margin-left: 8px;
|
|
6217
6225
|
font-size: 16px; }
|
|
6218
6226
|
.component-select-panel .component-select-panel-footer-clearfix {
|
|
6219
|
-
height: calc(40px +
|
|
6227
|
+
height: calc(40px + 2px);
|
|
6220
6228
|
width: 0; }
|
|
6221
6229
|
.component-select-panel .component-select-panel-footer {
|
|
6222
6230
|
position: absolute;
|
|
@@ -6228,13 +6236,18 @@ h5 {
|
|
|
6228
6236
|
display: flex;
|
|
6229
6237
|
align-items: center;
|
|
6230
6238
|
justify-content: space-between;
|
|
6231
|
-
padding:
|
|
6239
|
+
padding: 0px 24px; }
|
|
6232
6240
|
.component-select-panel .component-select-panel-footer div {
|
|
6233
6241
|
font-family: "Nunito", sans-serif; }
|
|
6234
6242
|
.component-select-panel .component-select-panel-footer .component-select-footer-button {
|
|
6243
|
+
max-width: 50%;
|
|
6235
6244
|
font-weight: 700;
|
|
6236
6245
|
font-size: 16px;
|
|
6237
|
-
color: #3fa110;
|
|
6246
|
+
color: #3fa110;
|
|
6247
|
+
padding: 0 8px 4px; }
|
|
6248
|
+
.component-select-panel .component-select-panel-footer .component-select-footer-button > div {
|
|
6249
|
+
text-overflow: ellipsis;
|
|
6250
|
+
overflow: hidden; }
|
|
6238
6251
|
@media screen and (max-width: 575.98px) {
|
|
6239
6252
|
.component-select-panel .component-select-panel-footer .component-select-footer-button {
|
|
6240
6253
|
font-size: 11px; } }
|
|
@@ -6378,8 +6391,7 @@ h5 {
|
|
|
6378
6391
|
margin-left: 16px; }
|
|
6379
6392
|
.component-table-actions-column svg {
|
|
6380
6393
|
width: 20px;
|
|
6381
|
-
height: 20px;
|
|
6382
|
-
color: #3fa110; }
|
|
6394
|
+
height: 20px; }
|
|
6383
6395
|
|
|
6384
6396
|
:export {
|
|
6385
6397
|
widthXs: 575.98px;
|
|
@@ -6478,9 +6490,9 @@ table.component-table {
|
|
|
6478
6490
|
.component-table-item-dragging {
|
|
6479
6491
|
cursor: grabbing; }
|
|
6480
6492
|
|
|
6481
|
-
.grab-handle {
|
|
6482
|
-
cursor: grab; }
|
|
6483
|
-
.grab-handle:active {
|
|
6493
|
+
.grab-handle:not(:disabled) {
|
|
6494
|
+
cursor: grab !important; }
|
|
6495
|
+
.grab-handle:not(:disabled):active {
|
|
6484
6496
|
cursor: grabbing; }
|
|
6485
6497
|
|
|
6486
6498
|
.component-table-upper-header {
|
|
@@ -7925,6 +7937,9 @@ nav.component-tabs {
|
|
|
7925
7937
|
warningDark: #765f00; }
|
|
7926
7938
|
|
|
7927
7939
|
.video-modal {
|
|
7940
|
+
padding: 0;
|
|
7941
|
+
margin: 0;
|
|
7942
|
+
border: none;
|
|
7928
7943
|
z-index: 986;
|
|
7929
7944
|
position: relative;
|
|
7930
7945
|
max-width: calc(100vw - 30px);
|
|
@@ -7961,54 +7976,52 @@ nav.component-tabs {
|
|
|
7961
7976
|
max-height: calc(100vh - 30px);
|
|
7962
7977
|
max-width: calc(100vw - 30px); }
|
|
7963
7978
|
|
|
7964
|
-
.video-modal.video-modal-
|
|
7979
|
+
.video-modal.video-modal-small iframe {
|
|
7965
7980
|
width: 750px;
|
|
7966
7981
|
height: 421.875px; }
|
|
7967
7982
|
|
|
7968
7983
|
@media screen and (max-width: 991.98px) {
|
|
7969
|
-
.video-modal.video-modal-
|
|
7984
|
+
.video-modal.video-modal-small iframe {
|
|
7970
7985
|
width: 90vw;
|
|
7971
7986
|
height: 50.625vw; } }
|
|
7972
7987
|
|
|
7973
|
-
.video-modal.video-modal-
|
|
7988
|
+
.video-modal.video-modal-large iframe {
|
|
7974
7989
|
width: 920px;
|
|
7975
7990
|
height: 517.5px; }
|
|
7976
7991
|
|
|
7977
7992
|
@media screen and (max-width: 991.98px) {
|
|
7978
|
-
.video-modal.video-modal-
|
|
7993
|
+
.video-modal.video-modal-large iframe {
|
|
7979
7994
|
width: 90vw;
|
|
7980
7995
|
height: 50.625vw; } }
|
|
7981
7996
|
|
|
7982
|
-
.video-modal.video-modal-
|
|
7997
|
+
.video-modal.video-modal-extra-large iframe {
|
|
7983
7998
|
width: 1150px;
|
|
7984
7999
|
height: 646.875px; }
|
|
7985
8000
|
|
|
7986
8001
|
@media screen and (max-width: 991.98px) {
|
|
7987
|
-
.video-modal.video-modal-
|
|
8002
|
+
.video-modal.video-modal-extra-large iframe {
|
|
7988
8003
|
width: 90vw;
|
|
7989
8004
|
height: 50.625vw; } }
|
|
7990
8005
|
|
|
7991
|
-
.video-modal.video-modal-full iframe {
|
|
8006
|
+
.video-modal.video-modal-full-screen iframe {
|
|
7992
8007
|
width: 90vw;
|
|
7993
8008
|
height: 90vh; }
|
|
7994
8009
|
|
|
7995
8010
|
@media screen and (max-width: 991.98px) {
|
|
7996
|
-
.video-modal.video-modal-full iframe {
|
|
8011
|
+
.video-modal.video-modal-full-screen iframe {
|
|
7997
8012
|
width: 90vw;
|
|
7998
8013
|
height: 50.625vw; } }
|
|
7999
8014
|
|
|
8000
|
-
.video-modal.mobile
|
|
8001
|
-
border-radius: 8px 8px 0 0;
|
|
8002
|
-
|
|
8003
|
-
|
|
8004
|
-
|
|
8005
|
-
|
|
8006
|
-
|
|
8007
|
-
|
|
8008
|
-
|
|
8009
|
-
|
|
8010
|
-
.video-modal.mobile-on-xs .video-modal-video-row {
|
|
8011
|
-
border-radius: 7px 7px 0 0; } }
|
|
8015
|
+
.video-modal.mobile {
|
|
8016
|
+
border-radius: 8px 8px 0 0;
|
|
8017
|
+
width: 100%;
|
|
8018
|
+
max-width: 100% !important; }
|
|
8019
|
+
.video-modal.mobile iframe {
|
|
8020
|
+
height: 56.25vw;
|
|
8021
|
+
max-width: 100vw;
|
|
8022
|
+
width: 100vw; }
|
|
8023
|
+
.video-modal.mobile .video-modal-video-row {
|
|
8024
|
+
border-radius: 7px 7px 0 0; }
|
|
8012
8025
|
|
|
8013
8026
|
:export {
|
|
8014
8027
|
widthXs: 575.98px;
|
package/dist/index.d.ts
CHANGED
|
@@ -201,12 +201,12 @@ import FormattedText from './components/formattedText/FormattedText';
|
|
|
201
201
|
import { LeftControlWithLabel } from './components/table/components/leftControlWithLabel/LeftControlWithLabel';
|
|
202
202
|
export * from './components/modal/ModalTypes';
|
|
203
203
|
export * from './libraries/ActionCardThemes';
|
|
204
|
-
export * from './libraries/FileTypes';
|
|
205
204
|
export * from './libraries/ButtonTheme';
|
|
206
|
-
export * from './libraries/ControlLabelPosition';
|
|
207
205
|
export * from './libraries/CardThemes';
|
|
208
206
|
export * from './libraries/CheckboxThemes';
|
|
207
|
+
export * from './libraries/ControlLabelPosition';
|
|
209
208
|
export * from './libraries/EtiquetasThemes';
|
|
209
|
+
export * from './libraries/FileTypes';
|
|
210
210
|
export * from './libraries/FundacaoLogoThemes';
|
|
211
211
|
export * from './libraries/HeaderSeparatorThemes';
|
|
212
212
|
export * from './libraries/HeaderThemes';
|
|
@@ -215,6 +215,7 @@ export * from './libraries/ModalSize';
|
|
|
215
215
|
export * from './libraries/Notification';
|
|
216
216
|
export * from './libraries/Pautas';
|
|
217
217
|
export * from './libraries/RadioButtonTheme';
|
|
218
|
+
export * from './libraries/ScreenSizes';
|
|
218
219
|
export * from './libraries/SicrediLogoThemes';
|
|
219
220
|
export * from './libraries/Toast';
|
|
220
221
|
export * from './libraries/Tooltips';
|