@ama-pt/agora-design-system 3.1.0 → 3.3.0
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/artifacts/dist/index.mjs +4671 -4543
- package/artifacts/dist/index.mjs.map +1 -1
- package/artifacts/dist/index.umd.js +2 -2
- package/artifacts/dist/index.umd.js.map +1 -1
- package/artifacts/dist/style.css +1 -1
- package/artifacts/dist/tailwind.css +288 -47
- package/artifacts/dist/types/components/accordion/accordion.d.ts +1 -1
- package/artifacts/dist/types/components/accordion-group/accordion-group.d.ts +1 -1
- package/artifacts/dist/types/components/anchor/anchor.d.ts +1 -1
- package/artifacts/dist/types/components/avatar/avatar.d.ts +1 -1
- package/artifacts/dist/types/components/avatar-group/avatar-group.d.ts +1 -1
- package/artifacts/dist/types/components/breadcrumb/desktop/breadcrumb-desktop.d.ts +1 -1
- package/artifacts/dist/types/components/breadcrumb/mobile/breadcrumb-mobile.d.ts +1 -1
- package/artifacts/dist/types/components/button/button.d.ts +1 -1
- package/artifacts/dist/types/components/button-group/button-group.d.ts +1 -1
- package/artifacts/dist/types/components/cards/card-action/{card-action-styles.d.ts → card-action-variants.d.ts} +4 -4
- package/artifacts/dist/types/components/cards/card-action/card-action.d.ts +10 -6
- package/artifacts/dist/types/components/cards/card-article/card-article.d.ts +1 -1
- package/artifacts/dist/types/components/cards/card-collection/card-collection.d.ts +1 -1
- package/artifacts/dist/types/components/cards/card-emphasize/card-emphasize.d.ts +1 -1
- package/artifacts/dist/types/components/cards/card-error/card-error.d.ts +1 -1
- package/artifacts/dist/types/components/cards/card-expandable/card-accordion/card-accordion.d.ts +2 -2
- package/artifacts/dist/types/components/cards/card-expandable/card-expandable-style.d.ts +16 -0
- package/artifacts/dist/types/components/cards/card-expandable/card-expandable.d.ts +2 -2
- package/artifacts/dist/types/components/cards/card-frame/card-frame.d.ts +1 -1
- package/artifacts/dist/types/components/cards/card-full-image/card-full-image.d.ts +1 -1
- package/artifacts/dist/types/components/cards/card-hero-helper/card-hero-helper.d.ts +1 -1
- package/artifacts/dist/types/components/cards/card-hero-index/card-hero-index.d.ts +1 -1
- package/artifacts/dist/types/components/cards/card-hero-sitemap/card-hero-sitemap.d.ts +1 -1
- package/artifacts/dist/types/components/cards/card-highlight/card-highlight.d.ts +1 -1
- package/artifacts/dist/types/components/cards/card-highlight/shared/inner-highlight-card.d.ts +1 -1
- package/artifacts/dist/types/components/cards/card-highlight-newsletter/card-highlight-newsletter.d.ts +1 -1
- package/artifacts/dist/types/components/cards/card-highlight-single/card-highlight-single.d.ts +1 -1
- package/artifacts/dist/types/components/cards/card-links/card-links.d.ts +12 -16
- package/artifacts/dist/types/components/cards/card-no-results/card-no-results.d.ts +1 -1
- package/artifacts/dist/types/components/cards/card-single/card-single.d.ts +1 -1
- package/artifacts/dist/types/components/cards/card-topic/card-topic.d.ts +1 -1
- package/artifacts/dist/types/components/checkbox/checkbox.d.ts +1 -1
- package/artifacts/dist/types/components/dialog/dialog.d.ts +1 -1
- package/artifacts/dist/types/components/drawer/drawer.d.ts +1 -1
- package/artifacts/dist/types/components/dropdown/dropdown.d.ts +9 -0
- package/artifacts/dist/types/components/dropdown/internals/internal-dropdown-context.d.ts +1 -0
- package/artifacts/dist/types/components/dropdown/internals/internal-dropdown-filter-section.d.ts +1 -1
- package/artifacts/dist/types/components/dropdown/internals/internal-dropdown-no-results.d.ts +1 -1
- package/artifacts/dist/types/components/dropdown/internals/internal-dropdown-option.d.ts +1 -1
- package/artifacts/dist/types/components/dropdown/internals/internal-dropdown-select-all-section.d.ts +1 -1
- package/artifacts/dist/types/components/dropdown/internals/internal-dropdown.d.ts +1 -1
- package/artifacts/dist/types/components/feedback/feedback.d.ts +1 -1
- package/artifacts/dist/types/components/footer/federated-footer/federated-footer.d.ts +1 -1
- package/artifacts/dist/types/components/footer/public-footer/public-footer.d.ts +1 -1
- package/artifacts/dist/types/components/glossary-letters/glossary-letters.d.ts +1 -1
- package/artifacts/dist/types/components/header/internals/general-bar/areas/internal-area.d.ts +1 -1
- package/artifacts/dist/types/components/header/internals/general-bar/areas/internal-areas.d.ts +1 -1
- package/artifacts/dist/types/components/header/internals/general-bar/authenticated/Internal-authenticated-drawer.d.ts +1 -1
- package/artifacts/dist/types/components/header/internals/general-bar/authenticated/internal-authenticated-drawer-body.d.ts +1 -1
- package/artifacts/dist/types/components/header/internals/general-bar/authenticated/internal-authenticated-drawer-footer.d.ts +1 -1
- package/artifacts/dist/types/components/header/internals/general-bar/authenticated/internal-authenticated-drawer-header.d.ts +1 -1
- package/artifacts/dist/types/components/header/internals/general-bar/authenticated/internal-authenticated.d.ts +1 -1
- package/artifacts/dist/types/components/header/internals/general-bar/internal-general-bar.d.ts +1 -1
- package/artifacts/dist/types/components/header/internals/general-bar/languages/internal-language.d.ts +1 -1
- package/artifacts/dist/types/components/header/internals/general-bar/languages/internal-languages-layout.d.ts +1 -1
- package/artifacts/dist/types/components/header/internals/general-bar/languages/internal-languages.d.ts +1 -1
- package/artifacts/dist/types/components/header/internals/general-bar/search/internal-custom-search-layout.d.ts +1 -1
- package/artifacts/dist/types/components/header/internals/general-bar/search/internal-search-layout.d.ts +1 -1
- package/artifacts/dist/types/components/header/internals/general-bar/search/internal-search.d.ts +1 -1
- package/artifacts/dist/types/components/header/internals/general-bar/unauthenticated/internal-unauthenticated-layout.d.ts +1 -1
- package/artifacts/dist/types/components/header/internals/general-bar/unauthenticated/internal-unauthenticated.d.ts +1 -1
- package/artifacts/dist/types/components/header/internals/internal-header.d.ts +1 -1
- package/artifacts/dist/types/components/header/internals/navigation-bar/internal-navigation-bar.d.ts +1 -1
- package/artifacts/dist/types/components/header/internals/navigation-bar/logo/internal-logo.d.ts +1 -1
- package/artifacts/dist/types/components/header/internals/navigation-bar/navigation-burger/internal-navigation-burger-layout.d.ts +1 -1
- package/artifacts/dist/types/components/header/internals/navigation-bar/navigation-burger/internal-navigation-burger-panel.d.ts +1 -1
- package/artifacts/dist/types/components/header/internals/navigation-bar/navigation-burger/internal-navigation-burger.d.ts +1 -1
- package/artifacts/dist/types/components/header/internals/navigation-bar/navigation-list/internal-navigation-link-layout.d.ts +1 -1
- package/artifacts/dist/types/components/header/internals/navigation-bar/navigation-list/internal-navigation-list.d.ts +1 -1
- package/artifacts/dist/types/components/header/internals/navigation-bar/navigation-modal/internal-modal-content.d.ts +1 -1
- package/artifacts/dist/types/components/header/internals/navigation-bar/navigation-modal/internal-modal-navbar.d.ts +1 -1
- package/artifacts/dist/types/components/header/internals/navigation-bar/navigation-modal/internal-navigation-modal-layout.d.ts +1 -1
- package/artifacts/dist/types/components/header/internals/shared/custom-header-link/custom-header-link.d.ts +1 -1
- package/artifacts/dist/types/components/header/internals/shared/custom-modal/custom-modal-dialog.d.ts +1 -1
- package/artifacts/dist/types/components/header/internals/shared/institutional/internal-institutional.d.ts +1 -1
- package/artifacts/dist/types/components/header/internals/shared/modal-menu/modal-menu.d.ts +1 -1
- package/artifacts/dist/types/components/header/internals/shared/panel-menu/panel-menu.d.ts +1 -1
- package/artifacts/dist/types/components/icon/icon.d.ts +1 -1
- package/artifacts/dist/types/components/input-date/date-text/date-text.d.ts +1 -1
- package/artifacts/dist/types/components/input-date/input-date.d.ts +1 -1
- package/artifacts/dist/types/components/input-email-bar/input-email-bar.d.ts +1 -1
- package/artifacts/dist/types/components/input-number/input-number.d.ts +1 -1
- package/artifacts/dist/types/components/input-password/input-password.d.ts +1 -1
- package/artifacts/dist/types/components/input-phone/input-phone.d.ts +1 -1
- package/artifacts/dist/types/components/input-range/input-range.d.ts +1 -1
- package/artifacts/dist/types/components/input-search/input-search.d.ts +1 -1
- package/artifacts/dist/types/components/input-search-bar/equalizer/equalizer.d.ts +1 -1
- package/artifacts/dist/types/components/input-search-bar/input-search-bar.d.ts +1 -1
- package/artifacts/dist/types/components/input-select/input-select.d.ts +7 -3
- package/artifacts/dist/types/components/input-text/input-text.d.ts +1 -1
- package/artifacts/dist/types/components/input-textarea/input-textarea.d.ts +1 -1
- package/artifacts/dist/types/components/input-time/input-time.d.ts +1 -1
- package/artifacts/dist/types/components/input-time/time-text/time-text.d.ts +1 -1
- package/artifacts/dist/types/components/link-wrapper/link-wrapper.d.ts +1 -1
- package/artifacts/dist/types/components/list/list.d.ts +1 -1
- package/artifacts/dist/types/components/loader-dialog/loader-dialog.d.ts +1 -1
- package/artifacts/dist/types/components/modal-dialog/modal-dialog.d.ts +1 -1
- package/artifacts/dist/types/components/panel-switcher/desktop/panel-switcher-desktop.d.ts +1 -1
- package/artifacts/dist/types/components/panel-switcher/mobile/panel-switcher-mobile.d.ts +1 -1
- package/artifacts/dist/types/components/pill/pill.d.ts +1 -1
- package/artifacts/dist/types/components/popup-dialog/popup-dialog.d.ts +1 -1
- package/artifacts/dist/types/components/progress-bar/progress-bar.d.ts +1 -1
- package/artifacts/dist/types/components/progress-bar-group/progress-bar-group.d.ts +1 -1
- package/artifacts/dist/types/components/quiz/quiz-item-summary/quiz-item-summary.d.ts +1 -1
- package/artifacts/dist/types/components/quiz/quiz-option/quiz-option.d.ts +1 -1
- package/artifacts/dist/types/components/radio/radio.d.ts +1 -1
- package/artifacts/dist/types/components/ratings/rating-buttons/rating-buttons.d.ts +1 -1
- package/artifacts/dist/types/components/ratings/rating-icons/rating-icons.d.ts +1 -1
- package/artifacts/dist/types/components/scribbles/scribbles.d.ts +1 -1
- package/artifacts/dist/types/components/search-pagination/search-pagination.d.ts +1 -1
- package/artifacts/dist/types/components/shared/bookmark-icon/bookmark-icon.d.ts +5 -1
- package/artifacts/dist/types/components/shared/feedback/feedback.d.ts +1 -1
- package/artifacts/dist/types/components/sidebar/sidebar-item-navigation-mobile/sidebar-item-navigation-mobile.d.ts +1 -1
- package/artifacts/dist/types/components/sidebar/sidebar-item.d.ts +1 -1
- package/artifacts/dist/types/components/sidebar/sidebar.d.ts +1 -1
- package/artifacts/dist/types/components/skip-navigation/skip-navigation.d.ts +1 -1
- package/artifacts/dist/types/components/status-card/status-card.d.ts +1 -1
- package/artifacts/dist/types/components/step-list/step-list.d.ts +1 -1
- package/artifacts/dist/types/components/stepper/step.d.ts +1 -1
- package/artifacts/dist/types/components/stepper/stepper.d.ts +1 -1
- package/artifacts/dist/types/components/switch/switch.d.ts +1 -1
- package/artifacts/dist/types/components/table/table-pagination.d.ts +1 -1
- package/artifacts/dist/types/components/table/table.d.ts +1 -1
- package/artifacts/dist/types/components/tabs/desktop/tabs-desktop.d.ts +1 -1
- package/artifacts/dist/types/components/tabs/mobile/tabs-mobile.d.ts +1 -1
- package/artifacts/dist/types/components/tag/tag.d.ts +1 -1
- package/artifacts/dist/types/components/timelines/shared/timeline-event/timeline-event.d.ts +1 -1
- package/artifacts/dist/types/components/timelines/shared/timeline-event-vertical/timeline-event-vertical.d.ts +1 -1
- package/artifacts/dist/types/components/timelines/timeline-horizontal/timeline-horizontal.d.ts +1 -1
- package/artifacts/dist/types/components/timelines/timeline-vertical/timeline-vertical.d.ts +1 -1
- package/artifacts/dist/types/components/toasts/toast-context.d.ts +1 -1
- package/artifacts/dist/types/components/toasts/toast-provider.d.ts +1 -1
- package/artifacts/dist/types/components/toasts/toast.d.ts +1 -1
- package/artifacts/dist/types/components/toggle/toggle.d.ts +1 -1
- package/artifacts/dist/types/components/toggle-group/toggle-group.d.ts +3 -2
- package/artifacts/dist/types/components/tooltip/tooltip.d.ts +1 -1
- package/artifacts/dist/types/components/uploader/button-uploader/button-uploader.d.ts +1 -1
- package/artifacts/dist/types/components/uploader/drag-and-drop-uploader/drag-and-drop-uploader.d.ts +1 -1
- package/artifacts/dist/types/components/uploader/shared/file-list.d.ts +1 -1
- package/artifacts/dist/types/configs/tailwind-config.d.ts +2 -1
- package/artifacts/dist/types/hooks/index.d.ts +1 -0
- package/artifacts/dist/types/hooks/use-client-or-server-effect.d.ts +3 -0
- package/package.json +11 -23
- package/artifacts/dist/types/components/cards/card-links/card-links-style.d.ts +0 -9
|
@@ -660,8 +660,7 @@ textarea::-moz-placeholder{
|
|
|
660
660
|
line-height: 1.75rem !important;
|
|
661
661
|
letter-spacing: 0 !important;
|
|
662
662
|
font-weight: 400 !important;
|
|
663
|
-
--
|
|
664
|
-
color: rgb(156 166 184 / var(--tw-text-opacity, 1));
|
|
663
|
+
color: var(--color-neutral-500);
|
|
665
664
|
}
|
|
666
665
|
|
|
667
666
|
textarea::placeholder{
|
|
@@ -669,8 +668,7 @@ textarea::placeholder{
|
|
|
669
668
|
line-height: 1.75rem !important;
|
|
670
669
|
letter-spacing: 0 !important;
|
|
671
670
|
font-weight: 400 !important;
|
|
672
|
-
--
|
|
673
|
-
color: rgb(156 166 184 / var(--tw-text-opacity, 1));
|
|
671
|
+
color: var(--color-neutral-500);
|
|
674
672
|
}
|
|
675
673
|
|
|
676
674
|
input[type]::-moz-placeholder{
|
|
@@ -678,8 +676,7 @@ input[type]::-moz-placeholder{
|
|
|
678
676
|
line-height: 1.75rem !important;
|
|
679
677
|
letter-spacing: 0 !important;
|
|
680
678
|
font-weight: 400 !important;
|
|
681
|
-
--
|
|
682
|
-
color: rgb(156 166 184 / var(--tw-text-opacity, 1));
|
|
679
|
+
color: var(--color-neutral-500);
|
|
683
680
|
}
|
|
684
681
|
|
|
685
682
|
input[type]::placeholder{
|
|
@@ -687,15 +684,14 @@ input[type]::placeholder{
|
|
|
687
684
|
line-height: 1.75rem !important;
|
|
688
685
|
letter-spacing: 0 !important;
|
|
689
686
|
font-weight: 400 !important;
|
|
690
|
-
--
|
|
691
|
-
color: rgb(156 166 184 / var(--tw-text-opacity, 1));
|
|
687
|
+
color: var(--color-neutral-500);
|
|
692
688
|
}
|
|
693
689
|
|
|
694
690
|
*:focus{
|
|
695
691
|
outline-style: solid;
|
|
696
692
|
outline-width: 2px;
|
|
697
693
|
outline-offset: -2px;
|
|
698
|
-
outline-color:
|
|
694
|
+
outline-color: var(--color-focus);
|
|
699
695
|
}
|
|
700
696
|
|
|
701
697
|
.container{
|
|
@@ -901,6 +897,10 @@ input[type]::placeholder{
|
|
|
901
897
|
grid-column: span 8 / span 8;
|
|
902
898
|
}
|
|
903
899
|
|
|
900
|
+
.col-span-full{
|
|
901
|
+
grid-column: 1 / -1;
|
|
902
|
+
}
|
|
903
|
+
|
|
904
904
|
.col-start-1{
|
|
905
905
|
grid-column-start: 1;
|
|
906
906
|
}
|
|
@@ -1207,6 +1207,10 @@ input[type]::placeholder{
|
|
|
1207
1207
|
height: calc(100% - 128px);
|
|
1208
1208
|
}
|
|
1209
1209
|
|
|
1210
|
+
.h-dvh{
|
|
1211
|
+
height: 100dvh;
|
|
1212
|
+
}
|
|
1213
|
+
|
|
1210
1214
|
.h-fit{
|
|
1211
1215
|
height: -moz-fit-content;
|
|
1212
1216
|
height: fit-content;
|
|
@@ -1321,6 +1325,11 @@ input[type]::placeholder{
|
|
|
1321
1325
|
width: calc(100% + 64px);
|
|
1322
1326
|
}
|
|
1323
1327
|
|
|
1328
|
+
.w-fit{
|
|
1329
|
+
width: -moz-fit-content;
|
|
1330
|
+
width: fit-content;
|
|
1331
|
+
}
|
|
1332
|
+
|
|
1324
1333
|
.w-full{
|
|
1325
1334
|
width: 100%;
|
|
1326
1335
|
}
|
|
@@ -1358,10 +1367,6 @@ input[type]::placeholder{
|
|
|
1358
1367
|
max-width: 280px;
|
|
1359
1368
|
}
|
|
1360
1369
|
|
|
1361
|
-
.max-w-\[384px\]{
|
|
1362
|
-
max-width: 384px;
|
|
1363
|
-
}
|
|
1364
|
-
|
|
1365
1370
|
.max-w-full{
|
|
1366
1371
|
max-width: 100%;
|
|
1367
1372
|
}
|
|
@@ -1763,6 +1768,10 @@ input[type]::placeholder{
|
|
|
1763
1768
|
grid-auto-flow: column;
|
|
1764
1769
|
}
|
|
1765
1770
|
|
|
1771
|
+
.grid-cols-1{
|
|
1772
|
+
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
1773
|
+
}
|
|
1774
|
+
|
|
1766
1775
|
.grid-cols-12{
|
|
1767
1776
|
grid-template-columns: repeat(12, minmax(0, 1fr));
|
|
1768
1777
|
}
|
|
@@ -2277,10 +2286,30 @@ input[type]::placeholder{
|
|
|
2277
2286
|
border-color: rgb(151 71 255 / var(--tw-border-opacity, 1));
|
|
2278
2287
|
}
|
|
2279
2288
|
|
|
2289
|
+
.border-\[var\(--color-neutral-200\)\]{
|
|
2290
|
+
border-color: var(--color-neutral-200);
|
|
2291
|
+
}
|
|
2292
|
+
|
|
2293
|
+
.border-\[var\(--color-neutral-300\)\]{
|
|
2294
|
+
border-color: var(--color-neutral-300);
|
|
2295
|
+
}
|
|
2296
|
+
|
|
2297
|
+
.border-\[var\(--color-neutral-600\)\]{
|
|
2298
|
+
border-color: var(--color-neutral-600);
|
|
2299
|
+
}
|
|
2300
|
+
|
|
2280
2301
|
.border-\[var\(--color-neutral-700\)\]{
|
|
2281
2302
|
border-color: var(--color-neutral-700);
|
|
2282
2303
|
}
|
|
2283
2304
|
|
|
2305
|
+
.border-\[var\(--color-primary-400\)\]{
|
|
2306
|
+
border-color: var(--color-primary-400);
|
|
2307
|
+
}
|
|
2308
|
+
|
|
2309
|
+
.border-\[var\(--color-primary-600\)\]{
|
|
2310
|
+
border-color: var(--color-primary-600);
|
|
2311
|
+
}
|
|
2312
|
+
|
|
2284
2313
|
.border-backdrop{
|
|
2285
2314
|
border-color: rgba(43, 54, 60, 0.96);
|
|
2286
2315
|
}
|
|
@@ -4318,6 +4347,10 @@ input[type]::placeholder{
|
|
|
4318
4347
|
border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
|
|
4319
4348
|
}
|
|
4320
4349
|
|
|
4350
|
+
.border-l-\[var\(--color-neutral-900\)\]{
|
|
4351
|
+
border-left-color: var(--color-neutral-900);
|
|
4352
|
+
}
|
|
4353
|
+
|
|
4321
4354
|
.border-l-backdrop{
|
|
4322
4355
|
border-left-color: rgba(43, 54, 60, 0.96);
|
|
4323
4356
|
}
|
|
@@ -5927,10 +5960,114 @@ input[type]::placeholder{
|
|
|
5927
5960
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
|
|
5928
5961
|
}
|
|
5929
5962
|
|
|
5963
|
+
.bg-\[--color-primary-900\]{
|
|
5964
|
+
background-color: var(--color-primary-900);
|
|
5965
|
+
}
|
|
5966
|
+
|
|
5967
|
+
.bg-\[var\(--color-backdrop\)\]{
|
|
5968
|
+
background-color: var(--color-backdrop);
|
|
5969
|
+
}
|
|
5970
|
+
|
|
5971
|
+
.bg-\[var\(--color-danger-100\)\]{
|
|
5972
|
+
background-color: var(--color-danger-100);
|
|
5973
|
+
}
|
|
5974
|
+
|
|
5975
|
+
.bg-\[var\(--color-danger-200\)\]{
|
|
5976
|
+
background-color: var(--color-danger-200);
|
|
5977
|
+
}
|
|
5978
|
+
|
|
5979
|
+
.bg-\[var\(--color-danger-600\)\]{
|
|
5980
|
+
background-color: var(--color-danger-600);
|
|
5981
|
+
}
|
|
5982
|
+
|
|
5983
|
+
.bg-\[var\(--color-informative-300\)\]{
|
|
5984
|
+
background-color: var(--color-informative-300);
|
|
5985
|
+
}
|
|
5986
|
+
|
|
5987
|
+
.bg-\[var\(--color-informative-50\)\]{
|
|
5988
|
+
background-color: var(--color-informative-50);
|
|
5989
|
+
}
|
|
5990
|
+
|
|
5991
|
+
.bg-\[var\(--color-neutral-100\)\]{
|
|
5992
|
+
background-color: var(--color-neutral-100);
|
|
5993
|
+
}
|
|
5994
|
+
|
|
5995
|
+
.bg-\[var\(--color-neutral-200\)\]{
|
|
5996
|
+
background-color: var(--color-neutral-200);
|
|
5997
|
+
}
|
|
5998
|
+
|
|
5999
|
+
.bg-\[var\(--color-neutral-300\)\]{
|
|
6000
|
+
background-color: var(--color-neutral-300);
|
|
6001
|
+
}
|
|
6002
|
+
|
|
6003
|
+
.bg-\[var\(--color-neutral-400\)\]{
|
|
6004
|
+
background-color: var(--color-neutral-400);
|
|
6005
|
+
}
|
|
6006
|
+
|
|
6007
|
+
.bg-\[var\(--color-neutral-50\)\]{
|
|
6008
|
+
background-color: var(--color-neutral-50);
|
|
6009
|
+
}
|
|
6010
|
+
|
|
6011
|
+
.bg-\[var\(--color-neutral-500\)\]{
|
|
6012
|
+
background-color: var(--color-neutral-500);
|
|
6013
|
+
}
|
|
6014
|
+
|
|
6015
|
+
.bg-\[var\(--color-primary-100\)\]{
|
|
6016
|
+
background-color: var(--color-primary-100);
|
|
6017
|
+
}
|
|
6018
|
+
|
|
6019
|
+
.bg-\[var\(--color-primary-300\)\]{
|
|
6020
|
+
background-color: var(--color-primary-300);
|
|
6021
|
+
}
|
|
6022
|
+
|
|
6023
|
+
.bg-\[var\(--color-primary-500\)\]{
|
|
6024
|
+
background-color: var(--color-primary-500);
|
|
6025
|
+
}
|
|
6026
|
+
|
|
6027
|
+
.bg-\[var\(--color-primary-600\)\]{
|
|
6028
|
+
background-color: var(--color-primary-600);
|
|
6029
|
+
}
|
|
6030
|
+
|
|
5930
6031
|
.bg-\[var\(--color-primary-700\)\]{
|
|
5931
6032
|
background-color: var(--color-primary-700);
|
|
5932
6033
|
}
|
|
5933
6034
|
|
|
6035
|
+
.bg-\[var\(--color-primary-900\)\]{
|
|
6036
|
+
background-color: var(--color-primary-900);
|
|
6037
|
+
}
|
|
6038
|
+
|
|
6039
|
+
.bg-\[var\(--color-secondary-100\)\]{
|
|
6040
|
+
background-color: var(--color-secondary-100);
|
|
6041
|
+
}
|
|
6042
|
+
|
|
6043
|
+
.bg-\[var\(--color-secondary-300\)\]{
|
|
6044
|
+
background-color: var(--color-secondary-300);
|
|
6045
|
+
}
|
|
6046
|
+
|
|
6047
|
+
.bg-\[var\(--color-secondary-700\)\]{
|
|
6048
|
+
background-color: var(--color-secondary-700);
|
|
6049
|
+
}
|
|
6050
|
+
|
|
6051
|
+
.bg-\[var\(--color-success-500\)\]{
|
|
6052
|
+
background-color: var(--color-success-500);
|
|
6053
|
+
}
|
|
6054
|
+
|
|
6055
|
+
.bg-\[var\(--color-warning-200\)\]{
|
|
6056
|
+
background-color: var(--color-warning-200);
|
|
6057
|
+
}
|
|
6058
|
+
|
|
6059
|
+
.bg-\[var\(--color-warning-300\)\]{
|
|
6060
|
+
background-color: var(--color-warning-300);
|
|
6061
|
+
}
|
|
6062
|
+
|
|
6063
|
+
.bg-\[var\(--color-warning-500\)\]{
|
|
6064
|
+
background-color: var(--color-warning-500);
|
|
6065
|
+
}
|
|
6066
|
+
|
|
6067
|
+
.bg-\[var\(--color-warning-800\)\]{
|
|
6068
|
+
background-color: var(--color-warning-800);
|
|
6069
|
+
}
|
|
6070
|
+
|
|
5934
6071
|
.bg-backdrop{
|
|
5935
6072
|
background-color: rgba(43, 54, 60, 0.96);
|
|
5936
6073
|
}
|
|
@@ -6549,6 +6686,38 @@ input[type]::placeholder{
|
|
|
6549
6686
|
background-origin: content-box;
|
|
6550
6687
|
}
|
|
6551
6688
|
|
|
6689
|
+
.fill-\[var\(--color-danger-500\)\]{
|
|
6690
|
+
fill: var(--color-danger-500);
|
|
6691
|
+
}
|
|
6692
|
+
|
|
6693
|
+
.fill-\[var\(--color-informative-500\)\]{
|
|
6694
|
+
fill: var(--color-informative-500);
|
|
6695
|
+
}
|
|
6696
|
+
|
|
6697
|
+
.fill-\[var\(--color-neutral-900\)\]{
|
|
6698
|
+
fill: var(--color-neutral-900);
|
|
6699
|
+
}
|
|
6700
|
+
|
|
6701
|
+
.fill-\[var\(--color-primary-500\)\]{
|
|
6702
|
+
fill: var(--color-primary-500);
|
|
6703
|
+
}
|
|
6704
|
+
|
|
6705
|
+
.fill-\[var\(--color-primary-600\)\]{
|
|
6706
|
+
fill: var(--color-primary-600);
|
|
6707
|
+
}
|
|
6708
|
+
|
|
6709
|
+
.fill-\[var\(--color-secondary-500\)\]{
|
|
6710
|
+
fill: var(--color-secondary-500);
|
|
6711
|
+
}
|
|
6712
|
+
|
|
6713
|
+
.fill-\[var\(--color-success-500\)\]{
|
|
6714
|
+
fill: var(--color-success-500);
|
|
6715
|
+
}
|
|
6716
|
+
|
|
6717
|
+
.fill-\[var\(--color-warning-500\)\]{
|
|
6718
|
+
fill: var(--color-warning-500);
|
|
6719
|
+
}
|
|
6720
|
+
|
|
6552
6721
|
.fill-backdrop{
|
|
6553
6722
|
fill: rgba(43, 54, 60, 0.96);
|
|
6554
6723
|
}
|
|
@@ -7306,10 +7475,6 @@ input[type]::placeholder{
|
|
|
7306
7475
|
padding-bottom: 64px;
|
|
7307
7476
|
}
|
|
7308
7477
|
|
|
7309
|
-
.pb-96{
|
|
7310
|
-
padding-bottom: 96px;
|
|
7311
|
-
}
|
|
7312
|
-
|
|
7313
7478
|
.pl-8{
|
|
7314
7479
|
padding-left: 8px;
|
|
7315
7480
|
}
|
|
@@ -7589,6 +7754,42 @@ input[type]::placeholder{
|
|
|
7589
7754
|
text-transform: none;
|
|
7590
7755
|
}
|
|
7591
7756
|
|
|
7757
|
+
.text-\[var\(--color-informative-500\)\]{
|
|
7758
|
+
color: var(--color-informative-500);
|
|
7759
|
+
}
|
|
7760
|
+
|
|
7761
|
+
.text-\[var\(--color-neutral-500\)\]{
|
|
7762
|
+
color: var(--color-neutral-500);
|
|
7763
|
+
}
|
|
7764
|
+
|
|
7765
|
+
.text-\[var\(--color-neutral-700\)\]{
|
|
7766
|
+
color: var(--color-neutral-700);
|
|
7767
|
+
}
|
|
7768
|
+
|
|
7769
|
+
.text-\[var\(--color-neutral-900\)\]{
|
|
7770
|
+
color: var(--color-neutral-900);
|
|
7771
|
+
}
|
|
7772
|
+
|
|
7773
|
+
.text-\[var\(--color-primary-400\)\]{
|
|
7774
|
+
color: var(--color-primary-400);
|
|
7775
|
+
}
|
|
7776
|
+
|
|
7777
|
+
.text-\[var\(--color-primary-600\)\]{
|
|
7778
|
+
color: var(--color-primary-600);
|
|
7779
|
+
}
|
|
7780
|
+
|
|
7781
|
+
.text-\[var\(--color-primary-700\)\]{
|
|
7782
|
+
color: var(--color-primary-700);
|
|
7783
|
+
}
|
|
7784
|
+
|
|
7785
|
+
.text-\[var\(--color-primary-900\)\]{
|
|
7786
|
+
color: var(--color-primary-900);
|
|
7787
|
+
}
|
|
7788
|
+
|
|
7789
|
+
.text-\[var\(--color-white\)\]{
|
|
7790
|
+
color: var(--color-white);
|
|
7791
|
+
}
|
|
7792
|
+
|
|
7592
7793
|
.text-backdrop{
|
|
7593
7794
|
color: rgba(43, 54, 60, 0.96);
|
|
7594
7795
|
}
|
|
@@ -8066,8 +8267,8 @@ input[type]::placeholder{
|
|
|
8066
8267
|
text-decoration-line: line-through;
|
|
8067
8268
|
}
|
|
8068
8269
|
|
|
8069
|
-
.decoration-primary-600{
|
|
8070
|
-
text-decoration-color:
|
|
8270
|
+
.decoration-\[var\(--color-primary-600\)\]{
|
|
8271
|
+
text-decoration-color: var(--color-primary-600);
|
|
8071
8272
|
}
|
|
8072
8273
|
|
|
8073
8274
|
.decoration-2{
|
|
@@ -8217,8 +8418,8 @@ input[type]::placeholder{
|
|
|
8217
8418
|
outline-offset: -2px;
|
|
8218
8419
|
}
|
|
8219
8420
|
|
|
8220
|
-
.outline-focus{
|
|
8221
|
-
outline-color:
|
|
8421
|
+
.outline-\[var\(--color-focus\)\]{
|
|
8422
|
+
outline-color: var(--color-focus);
|
|
8222
8423
|
}
|
|
8223
8424
|
|
|
8224
8425
|
.blur{
|
|
@@ -12517,6 +12718,14 @@ input[type]::placeholder{
|
|
|
12517
12718
|
--tw-border-opacity: 0.95;
|
|
12518
12719
|
}
|
|
12519
12720
|
|
|
12721
|
+
.hover\:bg-\[var\(--color-primary-100\)\]:hover{
|
|
12722
|
+
background-color: var(--color-primary-100);
|
|
12723
|
+
}
|
|
12724
|
+
|
|
12725
|
+
.hover\:bg-\[var\(--color-primary-900\)\]:hover{
|
|
12726
|
+
background-color: var(--color-primary-900);
|
|
12727
|
+
}
|
|
12728
|
+
|
|
12520
12729
|
.hover\:bg-backdrop:hover{
|
|
12521
12730
|
background-color: rgba(43, 54, 60, 0.96);
|
|
12522
12731
|
}
|
|
@@ -14002,6 +14211,10 @@ input[type]::placeholder{
|
|
|
14002
14211
|
font-weight: 600;
|
|
14003
14212
|
}
|
|
14004
14213
|
|
|
14214
|
+
.hover\:text-\[var\(--color-primary-600\)\]:hover{
|
|
14215
|
+
color: var(--color-primary-600);
|
|
14216
|
+
}
|
|
14217
|
+
|
|
14005
14218
|
.hover\:text-backdrop:hover{
|
|
14006
14219
|
color: rgba(43, 54, 60, 0.96);
|
|
14007
14220
|
}
|
|
@@ -20856,27 +21069,24 @@ input[type]::placeholder{
|
|
|
20856
21069
|
outline-offset: -2px;
|
|
20857
21070
|
}
|
|
20858
21071
|
|
|
20859
|
-
.focus\:outline-focus:focus{
|
|
20860
|
-
outline-color:
|
|
21072
|
+
.focus\:outline-\[var\(--color-focus\)\]:focus{
|
|
21073
|
+
outline-color: var(--color-focus);
|
|
20861
21074
|
}
|
|
20862
21075
|
|
|
20863
21076
|
.active\:border-0:active{
|
|
20864
21077
|
border-width: 0;
|
|
20865
21078
|
}
|
|
20866
21079
|
|
|
20867
|
-
.active\:bg-neutral-200:active{
|
|
20868
|
-
--
|
|
20869
|
-
background-color: rgb(225 228 234 / var(--tw-bg-opacity, 1));
|
|
21080
|
+
.active\:bg-\[var\(--color-neutral-200\)\]:active{
|
|
21081
|
+
background-color: var(--color-neutral-200);
|
|
20870
21082
|
}
|
|
20871
21083
|
|
|
20872
|
-
.active\:bg-primary-700:active{
|
|
20873
|
-
--
|
|
20874
|
-
background-color: rgb(3 56 162 / var(--tw-bg-opacity, 1));
|
|
21084
|
+
.active\:bg-\[var\(--color-primary-700\)\]:active{
|
|
21085
|
+
background-color: var(--color-primary-700);
|
|
20875
21086
|
}
|
|
20876
21087
|
|
|
20877
|
-
.active\:text-neutral-900:active{
|
|
20878
|
-
--
|
|
20879
|
-
color: rgb(43 54 60 / var(--tw-text-opacity, 1));
|
|
21088
|
+
.active\:text-\[var\(--color-neutral-900\)\]:active{
|
|
21089
|
+
color: var(--color-neutral-900);
|
|
20880
21090
|
}
|
|
20881
21091
|
|
|
20882
21092
|
.active\:shadow-inner:active{
|
|
@@ -26604,10 +26814,6 @@ input[type]::placeholder{
|
|
|
26604
26814
|
stroke-width: 2;
|
|
26605
26815
|
}
|
|
26606
26816
|
|
|
26607
|
-
.xs\:p-0{
|
|
26608
|
-
padding: 0px;
|
|
26609
|
-
}
|
|
26610
|
-
|
|
26611
26817
|
.xs\:p-32{
|
|
26612
26818
|
padding: 32px;
|
|
26613
26819
|
}
|
|
@@ -27615,6 +27821,10 @@ input[type]::placeholder{
|
|
|
27615
27821
|
display: block;
|
|
27616
27822
|
}
|
|
27617
27823
|
|
|
27824
|
+
.md\:flex{
|
|
27825
|
+
display: flex;
|
|
27826
|
+
}
|
|
27827
|
+
|
|
27618
27828
|
.md\:hidden{
|
|
27619
27829
|
display: none;
|
|
27620
27830
|
}
|
|
@@ -33266,10 +33476,6 @@ input[type]::placeholder{
|
|
|
33266
33476
|
stroke-width: 2;
|
|
33267
33477
|
}
|
|
33268
33478
|
|
|
33269
|
-
.md\:p-64{
|
|
33270
|
-
padding: 64px;
|
|
33271
|
-
}
|
|
33272
|
-
|
|
33273
33479
|
.md\:px-64{
|
|
33274
33480
|
padding-left: 64px;
|
|
33275
33481
|
padding-right: 64px;
|
|
@@ -34088,6 +34294,20 @@ input[type]::placeholder{
|
|
|
34088
34294
|
.md\:bg-blend-luminosity{
|
|
34089
34295
|
background-blend-mode: luminosity;
|
|
34090
34296
|
}
|
|
34297
|
+
|
|
34298
|
+
@media not all and (min-width: 1280px){
|
|
34299
|
+
.md\:max-xl\:col-span-8{
|
|
34300
|
+
grid-column: span 8 / span 8;
|
|
34301
|
+
}
|
|
34302
|
+
|
|
34303
|
+
.md\:max-xl\:col-span-full{
|
|
34304
|
+
grid-column: 1 / -1;
|
|
34305
|
+
}
|
|
34306
|
+
|
|
34307
|
+
.md\:max-xl\:p-64{
|
|
34308
|
+
padding: 64px;
|
|
34309
|
+
}
|
|
34310
|
+
}
|
|
34091
34311
|
}
|
|
34092
34312
|
|
|
34093
34313
|
@media (min-width: 1280px){
|
|
@@ -34275,6 +34495,10 @@ input[type]::placeholder{
|
|
|
34275
34495
|
height: calc(100% - 2px);
|
|
34276
34496
|
}
|
|
34277
34497
|
|
|
34498
|
+
.xl\:h-screen{
|
|
34499
|
+
height: 100vh;
|
|
34500
|
+
}
|
|
34501
|
+
|
|
34278
34502
|
.xl\:w-\[1120px\]{
|
|
34279
34503
|
width: 1120px;
|
|
34280
34504
|
}
|
|
@@ -34287,6 +34511,10 @@ input[type]::placeholder{
|
|
|
34287
34511
|
width: 696px;
|
|
34288
34512
|
}
|
|
34289
34513
|
|
|
34514
|
+
.xl\:w-\[800px\]{
|
|
34515
|
+
width: 800px;
|
|
34516
|
+
}
|
|
34517
|
+
|
|
34290
34518
|
.xl\:\!min-w-min{
|
|
34291
34519
|
min-width: -moz-min-content !important;
|
|
34292
34520
|
min-width: min-content !important;
|
|
@@ -34636,6 +34864,10 @@ input[type]::placeholder{
|
|
|
34636
34864
|
grid-template-columns: repeat(12, minmax(0, 1fr));
|
|
34637
34865
|
}
|
|
34638
34866
|
|
|
34867
|
+
.xl\:grid-cols-2{
|
|
34868
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
34869
|
+
}
|
|
34870
|
+
|
|
34639
34871
|
.xl\:grid-cols-6{
|
|
34640
34872
|
grid-template-columns: repeat(6, minmax(0, 1fr));
|
|
34641
34873
|
}
|
|
@@ -34656,6 +34888,10 @@ input[type]::placeholder{
|
|
|
34656
34888
|
flex-direction: row;
|
|
34657
34889
|
}
|
|
34658
34890
|
|
|
34891
|
+
.xl\:items-center{
|
|
34892
|
+
align-items: center;
|
|
34893
|
+
}
|
|
34894
|
+
|
|
34659
34895
|
.xl\:justify-start{
|
|
34660
34896
|
justify-content: flex-start;
|
|
34661
34897
|
}
|
|
@@ -39870,15 +40106,21 @@ input[type]::placeholder{
|
|
|
39870
40106
|
stroke-width: 2;
|
|
39871
40107
|
}
|
|
39872
40108
|
|
|
39873
|
-
.xl\:p-64{
|
|
39874
|
-
padding: 64px;
|
|
39875
|
-
}
|
|
39876
|
-
|
|
39877
40109
|
.xl\:px-0{
|
|
39878
40110
|
padding-left: 0px;
|
|
39879
40111
|
padding-right: 0px;
|
|
39880
40112
|
}
|
|
39881
40113
|
|
|
40114
|
+
.xl\:px-\[112px\]{
|
|
40115
|
+
padding-left: 112px;
|
|
40116
|
+
padding-right: 112px;
|
|
40117
|
+
}
|
|
40118
|
+
|
|
40119
|
+
.xl\:py-0{
|
|
40120
|
+
padding-top: 0px;
|
|
40121
|
+
padding-bottom: 0px;
|
|
40122
|
+
}
|
|
40123
|
+
|
|
39882
40124
|
.xl\:py-128{
|
|
39883
40125
|
padding-top: 128px;
|
|
39884
40126
|
padding-bottom: 128px;
|
|
@@ -40709,9 +40951,8 @@ input[type]::placeholder{
|
|
|
40709
40951
|
font-weight: 600;
|
|
40710
40952
|
}
|
|
40711
40953
|
|
|
40712
|
-
.\[\&\>\*\]\:text-neutral-500>*{
|
|
40713
|
-
--
|
|
40714
|
-
color: rgb(156 166 184 / var(--tw-text-opacity, 1));
|
|
40954
|
+
.\[\&\>\*\]\:text-\[var\(--color-neutral-500\)\]>*{
|
|
40955
|
+
color: var(--color-neutral-500);
|
|
40715
40956
|
}
|
|
40716
40957
|
|
|
40717
40958
|
.\[\&\>\.children-wrapper\]\:w-full>.children-wrapper{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ComponentProps, FC, ReactNode, SyntheticEvent } from 'react';
|
|
2
2
|
import { BooleanProp, HeadingLevel } from '../../models';
|
|
3
|
-
import './accordion.
|
|
3
|
+
import './accordion.css';
|
|
4
4
|
export interface AccordionElement extends HTMLDivElement {
|
|
5
5
|
/**
|
|
6
6
|
* Expand the accordion.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ComponentProps, FC, ReactElement } from 'react';
|
|
2
2
|
import { BooleanProp } from '../../models';
|
|
3
3
|
import { AccordionProps } from '../../components/accordion';
|
|
4
|
-
import './accordion-group.
|
|
4
|
+
import './accordion-group.css';
|
|
5
5
|
export interface AccordionGroupProps extends ComponentProps<'ul'> {
|
|
6
6
|
/**
|
|
7
7
|
* List of accordion components to use as children of the group.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BooleanProp } from '../../models';
|
|
2
2
|
import { ComponentProps, FC, ReactNode } from 'react';
|
|
3
|
-
import './anchor.
|
|
3
|
+
import './anchor.css';
|
|
4
4
|
/**
|
|
5
5
|
* The available variants of the anchors. This variants will define the background and border color of the anchors.
|
|
6
6
|
*/
|
|
@@ -2,7 +2,7 @@ import { ComponentProps, FC, ReactNode } from 'react';
|
|
|
2
2
|
import { IconName } from '../../components/icon';
|
|
3
3
|
import { TooltipAlignment, TooltipPosition } from '../../components/tooltip';
|
|
4
4
|
import { BooleanProp } from '../../models';
|
|
5
|
-
import './avatar.
|
|
5
|
+
import './avatar.css';
|
|
6
6
|
/**
|
|
7
7
|
* The available avatar types. Each of them define the appearance of the avatar image.
|
|
8
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BooleanProp } from '../../models';
|
|
2
2
|
import { ComponentPropsWithoutRef, FC, ReactElement } from 'react';
|
|
3
3
|
import { AvatarProps } from '../avatar';
|
|
4
|
-
import './avatar-group.
|
|
4
|
+
import './avatar-group.css';
|
|
5
5
|
export interface AvatarGroupProps extends ComponentPropsWithoutRef<'ul'> {
|
|
6
6
|
/**
|
|
7
7
|
* List of avatar components to use as children of the group.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BooleanProp } from '../../models';
|
|
2
2
|
import { ComponentProps, FC, ReactNode } from 'react';
|
|
3
|
-
import './button.
|
|
3
|
+
import './button.css';
|
|
4
4
|
/**
|
|
5
5
|
* The available variants of the button. This variants will define the background and border color of the button.
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ButtonProps, ButtonVariant } from '../../components/button';
|
|
2
2
|
import { BooleanProp } from '../../models';
|
|
3
3
|
import { FC, HtmlHTMLAttributes, ReactElement } from 'react';
|
|
4
|
-
import './button-group.
|
|
4
|
+
import './button-group.css';
|
|
5
5
|
export type ButtonGroupOrientation = 'horizontal' | 'vertical';
|
|
6
6
|
export interface ButtonGroupProps extends Omit<HtmlHTMLAttributes<HTMLDivElement>, 'onChange'> {
|
|
7
7
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CardActionVariants } from './card-action';
|
|
2
2
|
import { ButtonVariant } from '../../button/button';
|
|
3
|
-
type
|
|
3
|
+
type CardActionVariantsBody = {
|
|
4
4
|
backgroundColor: string;
|
|
5
5
|
textColor?: string;
|
|
6
6
|
titleColor?: string;
|
|
@@ -10,6 +10,6 @@ type CardActionStylesBody = {
|
|
|
10
10
|
buttonDarkMode?: boolean;
|
|
11
11
|
iconColor?: string;
|
|
12
12
|
};
|
|
13
|
-
export type
|
|
14
|
-
export declare const
|
|
13
|
+
export type CardActionVariantsMap = Record<CardActionVariants, CardActionVariantsBody>;
|
|
14
|
+
export declare const cardActionVariantsMap: CardActionVariantsMap;
|
|
15
15
|
export {};
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { FC, ImgHTMLAttributes } from 'react';
|
|
2
2
|
import { ButtonProps } from '../../../components/button';
|
|
3
3
|
import { IconProps } from '../../../components/icon';
|
|
4
|
-
import './card-action.
|
|
4
|
+
import './card-action.css';
|
|
5
5
|
import { BooleanProp } from '../../../models';
|
|
6
|
-
export type
|
|
6
|
+
export type CardActionVariants = 'white' | 'neutral-100' | 'primary-100' | 'secondary-100' | 'primary-300' | 'secondary-300' | 'primary-500' | 'primary-700' | 'primary-900' | 'white-line' | 'primary-900-line';
|
|
7
7
|
export type CardActionAlignment = 'left' | 'center' | 'right';
|
|
8
8
|
export interface CardActionProps {
|
|
9
9
|
/**
|
|
10
10
|
* title of card
|
|
11
11
|
*/
|
|
12
|
-
|
|
12
|
+
titleText: string;
|
|
13
13
|
/**
|
|
14
14
|
* text to show within the card
|
|
15
15
|
*/
|
|
16
|
-
|
|
16
|
+
descriptionText: string;
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* variant of card action
|
|
19
19
|
*/
|
|
20
|
-
variant?:
|
|
20
|
+
variant?: CardActionVariants;
|
|
21
21
|
/**
|
|
22
22
|
* it allow you align title, text and button
|
|
23
23
|
*/
|
|
@@ -38,5 +38,9 @@ export interface CardActionProps {
|
|
|
38
38
|
* props for the button component
|
|
39
39
|
*/
|
|
40
40
|
button: ButtonProps;
|
|
41
|
+
/**
|
|
42
|
+
* turn button full width
|
|
43
|
+
*/
|
|
44
|
+
buttonFullWidth?: BooleanProp;
|
|
41
45
|
}
|
|
42
46
|
export declare const CardAction: FC<CardActionProps>;
|