@ascentgl/ads-ui 20.28.0 → 20.30.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/README.md +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs +11 -11
- package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui.mjs +777 -759
- package/fesm2022/ascentgl-ads-ui.mjs.map +1 -1
- package/index.d.ts +35 -28
- package/package.json +1 -1
- package/src/assets/sass/ads-ui/abstracts/_functions.scss +18 -18
- package/src/assets/sass/ads-ui/abstracts/_mixins.scss +90 -90
- package/src/assets/sass/ads-ui/abstracts/_variables.scss +127 -127
- package/src/assets/sass/ads-ui/base/_reset.scss +19 -19
- package/src/assets/sass/ads-ui/base/_typography.scss +179 -179
- package/src/assets/sass/ads-ui/base/_utilities.scss +104 -104
- package/src/assets/sass/ads-ui/main.scss +8 -8
- package/src/assets/sass/ads-ui/overrides/_angular-material.scss +8 -8
- package/src/assets/sass/ads-ui/overrides/angular-material/_bottom-sheet.scss +12 -12
- package/src/assets/sass/ads-ui/overrides/angular-material/_datetimepicker.scss +248 -248
- package/src/assets/sass/ads-ui/overrides/angular-material/_dropdown.scss +31 -31
- package/src/assets/sass/ads-ui/overrides/angular-material/_html.scss +14 -14
- package/src/assets/sass/ads-ui/overrides/angular-material/_mat-list.scss +47 -47
- package/src/assets/sass/ads-ui/overrides/angular-material/_menu.scss +89 -89
- package/src/assets/sass/ads-ui/overrides/angular-material/_search-dropdown-modal.scss +34 -34
- package/src/assets/sass/ads-ui/overrides/angular-material/_snackbar.scss +40 -40
- package/src/assets/sass/ads-ui/overrides/angular-material/_tooltip.scss +76 -76
- package/src/assets/sass/ads-ui/themes/_ads-palette.scss +98 -98
package/index.d.ts
CHANGED
|
@@ -44,9 +44,9 @@ import * as i7 from '@angular/material/expansion';
|
|
|
44
44
|
import { MatExpansionPanel, MatAccordion } from '@angular/material/expansion';
|
|
45
45
|
import * as ag_grid_community from 'ag-grid-community';
|
|
46
46
|
import { GridOptions, ColDef, GridApi, SortChangedEvent, FilterChangedEvent, GridReadyEvent, FirstDataRenderedEvent } from 'ag-grid-community';
|
|
47
|
-
import * as i4$6 from '
|
|
48
|
-
import
|
|
49
|
-
import
|
|
47
|
+
import * as i4$6 from '@angular/material/menu';
|
|
48
|
+
import { MatMenuTrigger, MatMenuPanel, MatMenu } from '@angular/material/menu';
|
|
49
|
+
import * as i4$7 from 'ag-grid-angular';
|
|
50
50
|
import * as i4$8 from 'angular-split';
|
|
51
51
|
import { SplitComponent, SplitGutterInteractionEvent } from 'angular-split';
|
|
52
52
|
import * as i12 from '@angular/material/toolbar';
|
|
@@ -135,7 +135,7 @@ declare class AdsNumericBadgeComponent extends AdsIconHoverComponent {
|
|
|
135
135
|
/** provide icon name. NOTE: the icon must be registered in icon registry **/
|
|
136
136
|
name: i0.InputSignal<adsIcon>;
|
|
137
137
|
/** choose ads icon theme **/
|
|
138
|
-
theme: i0.InputSignal<"
|
|
138
|
+
theme: i0.InputSignal<"iconPrimary" | "primary" | "success" | "warn" | "white">;
|
|
139
139
|
/** set badge value as number **/
|
|
140
140
|
value: i0.InputSignal<number>;
|
|
141
141
|
/** @ignore **/
|
|
@@ -862,6 +862,18 @@ declare class AdsScmsLogoModule {
|
|
|
862
862
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsScmsLogoModule>;
|
|
863
863
|
}
|
|
864
864
|
|
|
865
|
+
declare class AdsGenericLogoComponent extends AbstractApplicationLogoComponent {
|
|
866
|
+
label: string;
|
|
867
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsGenericLogoComponent, never>;
|
|
868
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsGenericLogoComponent, "ads-generic-logo", never, {}, {}, never, never, false, never>;
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
declare class AdsGenericLogoModule {
|
|
872
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AdsGenericLogoModule, never>;
|
|
873
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsGenericLogoModule, [typeof AdsGenericLogoComponent], [typeof i2.CommonModule], [typeof AdsGenericLogoComponent]>;
|
|
874
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AdsGenericLogoModule>;
|
|
875
|
+
}
|
|
876
|
+
|
|
865
877
|
declare class AdsPeakMarketplaceLogoComponent extends AbstractApplicationLogoComponent {
|
|
866
878
|
label: string;
|
|
867
879
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsPeakMarketplaceLogoComponent, never>;
|
|
@@ -2359,6 +2371,8 @@ declare class AdsTableComponent implements AfterViewInit, OnDestroy {
|
|
|
2359
2371
|
width: string;
|
|
2360
2372
|
/** The grid's height */
|
|
2361
2373
|
height: string;
|
|
2374
|
+
/** Custom header template for the table header actions */
|
|
2375
|
+
headerTemplate?: TemplateRef<any>;
|
|
2362
2376
|
/** The grid options for ag-Grid */
|
|
2363
2377
|
gridOptions?: GridOptions;
|
|
2364
2378
|
/** The data to be displayed in the grid */
|
|
@@ -2375,20 +2389,15 @@ declare class AdsTableComponent implements AfterViewInit, OnDestroy {
|
|
|
2375
2389
|
columnDefsByBreakpoint: Record<TableBreakpoint, ColDef[]>;
|
|
2376
2390
|
/** Show/hide the header with column visibility button */
|
|
2377
2391
|
showHeaderActions: boolean;
|
|
2392
|
+
/** Event emitted when all filters are cleared */
|
|
2393
|
+
filtersCleared: EventEmitter<void>;
|
|
2378
2394
|
/** @ignore */
|
|
2379
|
-
|
|
2395
|
+
menuTrigger: MatMenuTrigger;
|
|
2380
2396
|
/** @ignore */
|
|
2381
2397
|
tableColumnDefs: i0.WritableSignal<ColDef<any, any>[]>;
|
|
2382
2398
|
/** @ignore */
|
|
2383
2399
|
columnVisibilityList: i0.WritableSignal<ColumnVisibilityControl[]>;
|
|
2384
2400
|
/** @ignore */
|
|
2385
|
-
isDropdownOpen: boolean;
|
|
2386
|
-
/** @ignore */
|
|
2387
|
-
dropdownPosition: {
|
|
2388
|
-
top: string;
|
|
2389
|
-
left: string;
|
|
2390
|
-
};
|
|
2391
|
-
/** @ignore */
|
|
2392
2401
|
private destroy$;
|
|
2393
2402
|
/** @ignore */
|
|
2394
2403
|
private cachedDefaultColDef;
|
|
@@ -2419,13 +2428,7 @@ declare class AdsTableComponent implements AfterViewInit, OnDestroy {
|
|
|
2419
2428
|
/** @ignore */
|
|
2420
2429
|
private getActiveColumnDefs;
|
|
2421
2430
|
/** @ignore */
|
|
2422
|
-
|
|
2423
|
-
/** @ignore */
|
|
2424
|
-
private onDocumentClick;
|
|
2425
|
-
/** @ignore */
|
|
2426
|
-
closeDropdown(): void;
|
|
2427
|
-
/** @ignore */
|
|
2428
|
-
onDropdownClick(event: Event): void;
|
|
2431
|
+
openColumnVisibilityMenu(): void;
|
|
2429
2432
|
/** @ignore */
|
|
2430
2433
|
hideAllColumns(): void;
|
|
2431
2434
|
/** @ignore */
|
|
@@ -2486,7 +2489,7 @@ declare class AdsTableComponent implements AfterViewInit, OnDestroy {
|
|
|
2486
2489
|
ngOnDestroy(): void;
|
|
2487
2490
|
protected readonly themeQuartz: ag_grid_community.Theme<ag_grid_community.ThemeDefaultParams>;
|
|
2488
2491
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTableComponent, never>;
|
|
2489
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsTableComponent, "ads-table", never, { "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "gridOptions": { "alias": "gridOptions"; "required": false; }; "rowData": { "alias": "rowData"; "required": false; }; "columnDefs": { "alias": "columnDefs"; "required": false; }; "icons": { "alias": "icons"; "required": false; }; "defaultColDef": { "alias": "defaultColDef"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "columnDefsByBreakpoint": { "alias": "columnDefsByBreakpoint"; "required": false; }; "showHeaderActions": { "alias": "showHeaderActions"; "required": false; }; }, {}, never, never, false, never>;
|
|
2492
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsTableComponent, "ads-table", never, { "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "headerTemplate": { "alias": "headerTemplate"; "required": false; }; "gridOptions": { "alias": "gridOptions"; "required": false; }; "rowData": { "alias": "rowData"; "required": false; }; "columnDefs": { "alias": "columnDefs"; "required": false; }; "icons": { "alias": "icons"; "required": false; }; "defaultColDef": { "alias": "defaultColDef"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "columnDefsByBreakpoint": { "alias": "columnDefsByBreakpoint"; "required": false; }; "showHeaderActions": { "alias": "showHeaderActions"; "required": false; }; }, { "filtersCleared": "filtersCleared"; }, never, never, false, never>;
|
|
2490
2493
|
}
|
|
2491
2494
|
|
|
2492
2495
|
declare class AdsTableButtonComponent {
|
|
@@ -2496,19 +2499,23 @@ declare class AdsTableButtonComponent {
|
|
|
2496
2499
|
disabled: i0.InputSignal<boolean>;
|
|
2497
2500
|
/** Makes the button take 100% width of its container */
|
|
2498
2501
|
fullWidth: i0.InputSignal<boolean>;
|
|
2502
|
+
/** The menu to trigger when button is clicked */
|
|
2503
|
+
matMenuTriggerFor: i0.InputSignal<MatMenuPanel<any> | null>;
|
|
2504
|
+
/** Event emitted when the menu is opened */
|
|
2505
|
+
menuOpened: i0.OutputEmitterRef<void>;
|
|
2499
2506
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTableButtonComponent, never>;
|
|
2500
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsTableButtonComponent, "ads-table-button", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "fullWidth": { "alias": "fullWidth"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
|
|
2507
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsTableButtonComponent, "ads-table-button", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "fullWidth": { "alias": "fullWidth"; "required": false; "isSignal": true; }; "matMenuTriggerFor": { "alias": "matMenuTriggerFor"; "required": false; "isSignal": true; }; }, { "menuOpened": "menuOpened"; }, never, ["*"], false, never>;
|
|
2501
2508
|
}
|
|
2502
2509
|
|
|
2503
2510
|
declare class AdsTableButtonModule {
|
|
2504
2511
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTableButtonModule, never>;
|
|
2505
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTableButtonModule, [typeof AdsTableButtonComponent], [typeof i2.CommonModule, typeof i3$1.MatButtonModule], [typeof AdsTableButtonComponent]>;
|
|
2512
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTableButtonModule, [typeof AdsTableButtonComponent], [typeof i2.CommonModule, typeof i3$1.MatButtonModule, typeof i4$6.MatMenuModule], [typeof AdsTableButtonComponent]>;
|
|
2506
2513
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsTableButtonModule>;
|
|
2507
2514
|
}
|
|
2508
2515
|
|
|
2509
2516
|
declare class AdsTableModule {
|
|
2510
2517
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTableModule, never>;
|
|
2511
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTableModule, [typeof AdsTableComponent], [typeof i2.CommonModule, typeof i4.AdsIconModule, typeof i4$
|
|
2518
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTableModule, [typeof AdsTableComponent], [typeof i2.CommonModule, typeof i4.AdsIconModule, typeof i4$7.AgGridAngular, typeof i2$1.MatDialogModule, typeof AdsSlideToggle, typeof AdsButtonModule, typeof AdsTableButtonModule, typeof AdsDividerModule, typeof i16.MatTooltip, typeof i4$6.MatMenuModule], [typeof AdsTableComponent]>;
|
|
2512
2519
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsTableModule>;
|
|
2513
2520
|
}
|
|
2514
2521
|
|
|
@@ -2544,7 +2551,7 @@ declare class AdsNavMenuComponent {
|
|
|
2544
2551
|
|
|
2545
2552
|
declare class AdsNavMenuModule {
|
|
2546
2553
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsNavMenuModule, never>;
|
|
2547
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNavMenuModule, [typeof AdsNavMenuComponent], [typeof i2.CommonModule, typeof i4.AdsIconModule, typeof i2.NgOptimizedImage, typeof i4$
|
|
2554
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsNavMenuModule, [typeof AdsNavMenuComponent], [typeof i2.CommonModule, typeof i4.AdsIconModule, typeof i2.NgOptimizedImage, typeof i4$6.MatMenu, typeof i4$6.MatMenuTrigger, typeof i3$2.RouterLinkActive, typeof i4$6.MatMenuItem, typeof i3$2.RouterLink], [typeof AdsNavMenuComponent]>;
|
|
2548
2555
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsNavMenuModule>;
|
|
2549
2556
|
}
|
|
2550
2557
|
|
|
@@ -2693,7 +2700,7 @@ declare class AdsScmsSideNavBarComponent extends AbstractSideNavBarComponent {
|
|
|
2693
2700
|
|
|
2694
2701
|
declare class AdsScmsSideNavBarModule {
|
|
2695
2702
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsScmsSideNavBarModule, never>;
|
|
2696
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsScmsSideNavBarModule, [typeof AdsScmsSideNavBarComponent], [typeof i2.CommonModule, typeof i4$8.SplitComponent, typeof i4$8.SplitAreaComponent, typeof i3$2.RouterLink, typeof i3$2.RouterLinkActive, typeof i4.AdsIconModule, typeof AdsDividerModule, typeof i7.MatAccordion, typeof i7.MatExpansionPanel, typeof i7.MatExpansionPanelDescription, typeof i7.MatExpansionPanelHeader, typeof i7.MatExpansionPanelTitle, typeof AdsAscentLogoModule, typeof i16.MatTooltip, typeof AdsBreadcrumbModule, typeof i4$
|
|
2703
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsScmsSideNavBarModule, [typeof AdsScmsSideNavBarComponent], [typeof i2.CommonModule, typeof i4$8.SplitComponent, typeof i4$8.SplitAreaComponent, typeof i3$2.RouterLink, typeof i3$2.RouterLinkActive, typeof i4.AdsIconModule, typeof AdsDividerModule, typeof i7.MatAccordion, typeof i7.MatExpansionPanel, typeof i7.MatExpansionPanelDescription, typeof i7.MatExpansionPanelHeader, typeof i7.MatExpansionPanelTitle, typeof AdsAscentLogoModule, typeof i16.MatTooltip, typeof AdsBreadcrumbModule, typeof i4$6.MatMenu, typeof i12.MatToolbar, typeof i4$6.MatMenuTrigger, typeof i3$1.MatIconButton, typeof i3$2.RouterOutlet], [typeof AdsScmsSideNavBarComponent]>;
|
|
2697
2704
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsScmsSideNavBarModule>;
|
|
2698
2705
|
}
|
|
2699
2706
|
|
|
@@ -2775,7 +2782,7 @@ declare class AdsMainMenuItemsComponent {
|
|
|
2775
2782
|
|
|
2776
2783
|
declare class AdsMainMenuItemsModule {
|
|
2777
2784
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsMainMenuItemsModule, never>;
|
|
2778
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsMainMenuItemsModule, [typeof AdsMainMenuItemsComponent], [typeof i2.CommonModule, typeof i3$2.RouterModule, typeof i4$
|
|
2785
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsMainMenuItemsModule, [typeof AdsMainMenuItemsComponent], [typeof i2.CommonModule, typeof i3$2.RouterModule, typeof i4$6.MatMenuModule, typeof AdsButtonModule, typeof AdsButtonModule, typeof AdsLinkButtonModule], [typeof AdsMainMenuItemsComponent]>;
|
|
2779
2786
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsMainMenuItemsModule>;
|
|
2780
2787
|
}
|
|
2781
2788
|
|
|
@@ -2800,7 +2807,7 @@ declare class AdsProfileDisplayModule {
|
|
|
2800
2807
|
|
|
2801
2808
|
declare class AdsMainMenuModule {
|
|
2802
2809
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsMainMenuModule, never>;
|
|
2803
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsMainMenuModule, [typeof AdsMainMenuComponent], [typeof i2.CommonModule, typeof i3$8.MatBottomSheetModule, typeof i4$9.MatListModule, typeof i4$
|
|
2810
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsMainMenuModule, [typeof AdsMainMenuComponent], [typeof i2.CommonModule, typeof i3$8.MatBottomSheetModule, typeof i4$9.MatListModule, typeof i4$6.MatMenuModule, typeof i4.AdsIconModule, typeof AdsMainMenuItemsModule, typeof AdsProfileDisplayModule, typeof i3$2.RouterModule], [typeof AdsMainMenuComponent]>;
|
|
2804
2811
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsMainMenuModule>;
|
|
2805
2812
|
}
|
|
2806
2813
|
|
|
@@ -3296,5 +3303,5 @@ declare class AdsProgressStepperModule {
|
|
|
3296
3303
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsProgressStepperModule>;
|
|
3297
3304
|
}
|
|
3298
3305
|
|
|
3299
|
-
export { AdsAscentLogoComponent, AdsAscentLogoModule, AdsAvatarComponent, AdsAvatarModule, AdsBreadcrumbComponent, AdsBreadcrumbModule, AdsBubbleComponent, AdsBubbleModule, AdsButtonComponent, AdsButtonContainerComponent, AdsButtonContainerModule, AdsButtonModule, AdsCardComponent, AdsCardModule, AdsCheckboxComponent, AdsCheckboxModule, AdsChipComponent, AdsChipModule, AdsCreateTagComponent, AdsCreateTagModule, AdsDatepickerComponent, AdsDatepickerModule, AdsDatetimepickerComponent, AdsDatetimepickerModule, AdsDividerModule, AdsDragAndDropListComponent, AdsDragAndDropListModule, AdsDropdownComponent, AdsDropdownModule, AdsErrorPageCodeComponent, AdsErrorPageCodeModule, AdsErrorPageComponent, AdsErrorPageModule, AdsExpansionPanelComponent, AdsExpansionPanelModule, AdsFooterComponent, AdsFooterContainerComponent, AdsFooterContainerModule, AdsFooterModule, AdsHeaderComponent, AdsHeaderContainerComponent, AdsHeaderContainerModule, AdsHeaderModule, AdsHorizontalNavBarComponent, AdsHorizontalNavBarModule, AdsIconButtonComponent, AdsIconButtonModule, AdsIconHoverComponent, AdsIconHoverModule, AdsInputComponent, AdsInputDropdownComponent, AdsInputDropdownModule, AdsInputModule, AdsInternationalPhoneFieldComponent, AdsInternationalPhoneFieldModule, AdsLinkButtonComponent, AdsLinkButtonModule, AdsMainMenuComponent, AdsMainMenuModule, AdsModalComponent, AdsModalModule, AdsMultiSelectDropdownComponent, AdsMultiSelectDropdownModule, AdsNavMenuComponent, AdsNavMenuModule, AdsNavigationCollapseHandleComponent, AdsNavigationCollapseHandleModule, AdsNavigationComponent, AdsNavigationHeaderComponent, AdsNavigationHeaderModule, AdsNavigationItemComponent, AdsNavigationItemModule, AdsNavigationItemsContainerComponent, AdsNavigationItemsContainerModule, AdsNavigationModule, AdsNumericBadgeComponent, AdsNumericBadgeModule, AdsNumericStepperComponent, AdsNumericStepperModule, AdsOrgDisplayTextComponent, AdsOrgDisplayTextModule, AdsPeakEssentialsLogoComponent, AdsPeakEssentialsLogoModule, AdsPeakMarketplaceLogoComponent, AdsPeakMarketplaceLogoModule, AdsPeakOrderManagementLogoComponent, AdsPeakOrderManagementLogoModule, AdsPhoneFieldComponent, AdsPhoneFieldModule, AdsPrimaryLogoComponent, AdsPrimaryLogoModule, AdsProgressBarComponent, AdsProgressBarModule, AdsProgressIndicatorSpinnerComponent, AdsProgressIndicatorSpinnerModule, AdsProgressSpinnerComponent, AdsProgressSpinnerModule, AdsProgressStepperComponent, AdsProgressStepperModule, AdsRadioButtonComponent, AdsRadioButtonModule, AdsScmsLogoComponent, AdsScmsLogoModule, AdsScmsSideNavBarComponent, AdsScmsSideNavBarModule, AdsSearchDropdownComponent, AdsSearchDropdownModule, AdsSearchInputComponent, AdsSearchInputModule, AdsShellLayoutModule, AdsSideNavBarComponent, AdsSideNavBarModule, AdsSlideToggle, AdsSlideToggleComponent, AdsSliderComponent, AdsSliderModule, AdsSnackbarComponent, AdsSnackbarModule, AdsSplashPageComponent, AdsSplashPageModule, AdsStepperComponent, AdsStepperModule, AdsTableComponent, AdsTableModule, AdsTabsComponent, AdsTabsModule, AdsTagComponent, AdsTagContainerComponent, AdsTagContainerModule, AdsTagModule, AdsTextareaComponent, AdsTextareaModule, AdsTimeFieldComponent, AdsTimeFieldModule, AdsTimepickerComponent, AdsTimepickerModule, AdsWizardStepperComponent, AdsWizardStepperModule, AscentCardComponent, AscentCardModule, BadgeColor, Colors, CustomDatetimeAdapter, DividerComponent, ErrorPageDefault, MainMenuService, ModalActionType, ModalPanelClass, PanelClass, ShellLayoutComponent, SpinnerSize, StepStatus, TableBreakpoint, ViewportService, WindowService, WizardStepStatus };
|
|
3306
|
+
export { AdsAscentLogoComponent, AdsAscentLogoModule, AdsAvatarComponent, AdsAvatarModule, AdsBreadcrumbComponent, AdsBreadcrumbModule, AdsBubbleComponent, AdsBubbleModule, AdsButtonComponent, AdsButtonContainerComponent, AdsButtonContainerModule, AdsButtonModule, AdsCardComponent, AdsCardModule, AdsCheckboxComponent, AdsCheckboxModule, AdsChipComponent, AdsChipModule, AdsCreateTagComponent, AdsCreateTagModule, AdsDatepickerComponent, AdsDatepickerModule, AdsDatetimepickerComponent, AdsDatetimepickerModule, AdsDividerModule, AdsDragAndDropListComponent, AdsDragAndDropListModule, AdsDropdownComponent, AdsDropdownModule, AdsErrorPageCodeComponent, AdsErrorPageCodeModule, AdsErrorPageComponent, AdsErrorPageModule, AdsExpansionPanelComponent, AdsExpansionPanelModule, AdsFooterComponent, AdsFooterContainerComponent, AdsFooterContainerModule, AdsFooterModule, AdsGenericLogoComponent, AdsGenericLogoModule, AdsHeaderComponent, AdsHeaderContainerComponent, AdsHeaderContainerModule, AdsHeaderModule, AdsHorizontalNavBarComponent, AdsHorizontalNavBarModule, AdsIconButtonComponent, AdsIconButtonModule, AdsIconHoverComponent, AdsIconHoverModule, AdsInputComponent, AdsInputDropdownComponent, AdsInputDropdownModule, AdsInputModule, AdsInternationalPhoneFieldComponent, AdsInternationalPhoneFieldModule, AdsLinkButtonComponent, AdsLinkButtonModule, AdsMainMenuComponent, AdsMainMenuModule, AdsModalComponent, AdsModalModule, AdsMultiSelectDropdownComponent, AdsMultiSelectDropdownModule, AdsNavMenuComponent, AdsNavMenuModule, AdsNavigationCollapseHandleComponent, AdsNavigationCollapseHandleModule, AdsNavigationComponent, AdsNavigationHeaderComponent, AdsNavigationHeaderModule, AdsNavigationItemComponent, AdsNavigationItemModule, AdsNavigationItemsContainerComponent, AdsNavigationItemsContainerModule, AdsNavigationModule, AdsNumericBadgeComponent, AdsNumericBadgeModule, AdsNumericStepperComponent, AdsNumericStepperModule, AdsOrgDisplayTextComponent, AdsOrgDisplayTextModule, AdsPeakEssentialsLogoComponent, AdsPeakEssentialsLogoModule, AdsPeakMarketplaceLogoComponent, AdsPeakMarketplaceLogoModule, AdsPeakOrderManagementLogoComponent, AdsPeakOrderManagementLogoModule, AdsPhoneFieldComponent, AdsPhoneFieldModule, AdsPrimaryLogoComponent, AdsPrimaryLogoModule, AdsProgressBarComponent, AdsProgressBarModule, AdsProgressIndicatorSpinnerComponent, AdsProgressIndicatorSpinnerModule, AdsProgressSpinnerComponent, AdsProgressSpinnerModule, AdsProgressStepperComponent, AdsProgressStepperModule, AdsRadioButtonComponent, AdsRadioButtonModule, AdsScmsLogoComponent, AdsScmsLogoModule, AdsScmsSideNavBarComponent, AdsScmsSideNavBarModule, AdsSearchDropdownComponent, AdsSearchDropdownModule, AdsSearchInputComponent, AdsSearchInputModule, AdsShellLayoutModule, AdsSideNavBarComponent, AdsSideNavBarModule, AdsSlideToggle, AdsSlideToggleComponent, AdsSliderComponent, AdsSliderModule, AdsSnackbarComponent, AdsSnackbarModule, AdsSplashPageComponent, AdsSplashPageModule, AdsStepperComponent, AdsStepperModule, AdsTableComponent, AdsTableModule, AdsTabsComponent, AdsTabsModule, AdsTagComponent, AdsTagContainerComponent, AdsTagContainerModule, AdsTagModule, AdsTextareaComponent, AdsTextareaModule, AdsTimeFieldComponent, AdsTimeFieldModule, AdsTimepickerComponent, AdsTimepickerModule, AdsWizardStepperComponent, AdsWizardStepperModule, AscentCardComponent, AscentCardModule, BadgeColor, Colors, CustomDatetimeAdapter, DividerComponent, ErrorPageDefault, MainMenuService, ModalActionType, ModalPanelClass, PanelClass, ShellLayoutComponent, SpinnerSize, StepStatus, TableBreakpoint, ViewportService, WindowService, WizardStepStatus };
|
|
3300
3307
|
export type { AdsModalData, Breadcrumb, ColumnVisibilityControl, Copyright, DROP_CALLBACK_INDEXES, DividerStyle, ErrorPageConfig, ErrorPageInfoColumn, HorizontalNavLink, IconButtonSize, Link, MainMenuItem, NavItem, NavMenuItem, NumericStep, ProgressStep, ScmsNavItem, ScmsNavSubItem, Size, SnackBarData, Step, Tab, Tag, UNSUBSCRIBE_FUNCTIONS_COLLECTION, Variant, WizardStep };
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
@use 'sass:map';
|
|
2
|
-
@use 'variables' as *;
|
|
3
|
-
|
|
4
|
-
@function color($key) {
|
|
5
|
-
@return var(--color- + $key);
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
@function font-weight($key) {
|
|
9
|
-
@return map.get($font-weights, $key);
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
@function font-size($key) {
|
|
13
|
-
@return map.get($font-sizes, $key);
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
@function spacing($key) {
|
|
17
|
-
@return map.get($spacings, $key);
|
|
18
|
-
}
|
|
1
|
+
@use 'sass:map';
|
|
2
|
+
@use 'variables' as *;
|
|
3
|
+
|
|
4
|
+
@function color($key) {
|
|
5
|
+
@return var(--color- + $key);
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
@function font-weight($key) {
|
|
9
|
+
@return map.get($font-weights, $key);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
@function font-size($key) {
|
|
13
|
+
@return map.get($font-sizes, $key);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
@function spacing($key) {
|
|
17
|
+
@return map.get($spacings, $key);
|
|
18
|
+
}
|
|
@@ -1,90 +1,90 @@
|
|
|
1
|
-
// Media Queries
|
|
2
|
-
@use 'functions' as *;
|
|
3
|
-
|
|
4
|
-
@mixin breakpoint($breakpoint) {
|
|
5
|
-
@if $breakpoint == xs {
|
|
6
|
-
@media screen and (min-width: 320px) and (max-width: 480px) {
|
|
7
|
-
@content;
|
|
8
|
-
}
|
|
9
|
-
} @else if $breakpoint == sm {
|
|
10
|
-
@media screen and (min-width: 481px) and (max-width: 768px) {
|
|
11
|
-
@content;
|
|
12
|
-
}
|
|
13
|
-
} @else if $breakpoint == md {
|
|
14
|
-
@media screen and (min-width: 769px) and (max-width: 1024px) {
|
|
15
|
-
@content;
|
|
16
|
-
}
|
|
17
|
-
} @else if $breakpoint == lg {
|
|
18
|
-
@media screen and (min-width: 1025px) and (max-width: 1200px) {
|
|
19
|
-
@content;
|
|
20
|
-
}
|
|
21
|
-
} @else if $breakpoint == xl {
|
|
22
|
-
@media screen and (min-width: 1201px) {
|
|
23
|
-
@content;
|
|
24
|
-
}
|
|
25
|
-
} @else if $breakpoint == lt-sm {
|
|
26
|
-
@media screen and (max-width: 480px) {
|
|
27
|
-
@content;
|
|
28
|
-
}
|
|
29
|
-
} @else if $breakpoint == lt-md {
|
|
30
|
-
@media screen and (max-width: 768px) {
|
|
31
|
-
@content;
|
|
32
|
-
}
|
|
33
|
-
} @else if $breakpoint == lt-lg {
|
|
34
|
-
@media screen and (max-width: 1024px) {
|
|
35
|
-
@content;
|
|
36
|
-
}
|
|
37
|
-
} @else if $breakpoint == lt-xl {
|
|
38
|
-
@media screen and (max-width: 1200px) {
|
|
39
|
-
@content;
|
|
40
|
-
}
|
|
41
|
-
} @else if $breakpoint == gt-xs {
|
|
42
|
-
@media screen and (min-width: 481px) {
|
|
43
|
-
@content;
|
|
44
|
-
}
|
|
45
|
-
} @else if $breakpoint == gt-sm {
|
|
46
|
-
@media screen and (min-width: 769px) {
|
|
47
|
-
@content;
|
|
48
|
-
}
|
|
49
|
-
} @else if $breakpoint == gt-md {
|
|
50
|
-
@media screen and (min-width: 1025px) {
|
|
51
|
-
@content;
|
|
52
|
-
}
|
|
53
|
-
} @else if $breakpoint == gt-lg {
|
|
54
|
-
@media screen and (min-width: 1201px) {
|
|
55
|
-
@content;
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
@mixin font-size($breakpoint: base) {
|
|
61
|
-
@if $breakpoint == xs {
|
|
62
|
-
font-size: 0.75rem;
|
|
63
|
-
} @else if $breakpoint == sm {
|
|
64
|
-
font-size: 0.875rem;
|
|
65
|
-
} @else if $breakpoint == base {
|
|
66
|
-
font-size: 1rem;
|
|
67
|
-
} @else if $breakpoint == lg {
|
|
68
|
-
font-size: 1.125rem;
|
|
69
|
-
} @else if $breakpoint == xl {
|
|
70
|
-
font-size: 1.25rem;
|
|
71
|
-
} @else if $breakpoint == 2xl {
|
|
72
|
-
font-size: 1.5rem;
|
|
73
|
-
} @else if $breakpoint == 3xl {
|
|
74
|
-
font-size: 1.875rem;
|
|
75
|
-
} @else if $breakpoint == 4xl {
|
|
76
|
-
font-size: 2.25rem;
|
|
77
|
-
} @else if $breakpoint == 5xl {
|
|
78
|
-
font-size: 3rem;
|
|
79
|
-
} @else if $breakpoint == 6xl {
|
|
80
|
-
font-size: 4rem;
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
@mixin background-color($theme: primary) {
|
|
85
|
-
background-color: color($theme);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
@mixin color($theme: dark) {
|
|
89
|
-
color: color($theme);
|
|
90
|
-
}
|
|
1
|
+
// Media Queries
|
|
2
|
+
@use 'functions' as *;
|
|
3
|
+
|
|
4
|
+
@mixin breakpoint($breakpoint) {
|
|
5
|
+
@if $breakpoint == xs {
|
|
6
|
+
@media screen and (min-width: 320px) and (max-width: 480px) {
|
|
7
|
+
@content;
|
|
8
|
+
}
|
|
9
|
+
} @else if $breakpoint == sm {
|
|
10
|
+
@media screen and (min-width: 481px) and (max-width: 768px) {
|
|
11
|
+
@content;
|
|
12
|
+
}
|
|
13
|
+
} @else if $breakpoint == md {
|
|
14
|
+
@media screen and (min-width: 769px) and (max-width: 1024px) {
|
|
15
|
+
@content;
|
|
16
|
+
}
|
|
17
|
+
} @else if $breakpoint == lg {
|
|
18
|
+
@media screen and (min-width: 1025px) and (max-width: 1200px) {
|
|
19
|
+
@content;
|
|
20
|
+
}
|
|
21
|
+
} @else if $breakpoint == xl {
|
|
22
|
+
@media screen and (min-width: 1201px) {
|
|
23
|
+
@content;
|
|
24
|
+
}
|
|
25
|
+
} @else if $breakpoint == lt-sm {
|
|
26
|
+
@media screen and (max-width: 480px) {
|
|
27
|
+
@content;
|
|
28
|
+
}
|
|
29
|
+
} @else if $breakpoint == lt-md {
|
|
30
|
+
@media screen and (max-width: 768px) {
|
|
31
|
+
@content;
|
|
32
|
+
}
|
|
33
|
+
} @else if $breakpoint == lt-lg {
|
|
34
|
+
@media screen and (max-width: 1024px) {
|
|
35
|
+
@content;
|
|
36
|
+
}
|
|
37
|
+
} @else if $breakpoint == lt-xl {
|
|
38
|
+
@media screen and (max-width: 1200px) {
|
|
39
|
+
@content;
|
|
40
|
+
}
|
|
41
|
+
} @else if $breakpoint == gt-xs {
|
|
42
|
+
@media screen and (min-width: 481px) {
|
|
43
|
+
@content;
|
|
44
|
+
}
|
|
45
|
+
} @else if $breakpoint == gt-sm {
|
|
46
|
+
@media screen and (min-width: 769px) {
|
|
47
|
+
@content;
|
|
48
|
+
}
|
|
49
|
+
} @else if $breakpoint == gt-md {
|
|
50
|
+
@media screen and (min-width: 1025px) {
|
|
51
|
+
@content;
|
|
52
|
+
}
|
|
53
|
+
} @else if $breakpoint == gt-lg {
|
|
54
|
+
@media screen and (min-width: 1201px) {
|
|
55
|
+
@content;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
@mixin font-size($breakpoint: base) {
|
|
61
|
+
@if $breakpoint == xs {
|
|
62
|
+
font-size: 0.75rem;
|
|
63
|
+
} @else if $breakpoint == sm {
|
|
64
|
+
font-size: 0.875rem;
|
|
65
|
+
} @else if $breakpoint == base {
|
|
66
|
+
font-size: 1rem;
|
|
67
|
+
} @else if $breakpoint == lg {
|
|
68
|
+
font-size: 1.125rem;
|
|
69
|
+
} @else if $breakpoint == xl {
|
|
70
|
+
font-size: 1.25rem;
|
|
71
|
+
} @else if $breakpoint == 2xl {
|
|
72
|
+
font-size: 1.5rem;
|
|
73
|
+
} @else if $breakpoint == 3xl {
|
|
74
|
+
font-size: 1.875rem;
|
|
75
|
+
} @else if $breakpoint == 4xl {
|
|
76
|
+
font-size: 2.25rem;
|
|
77
|
+
} @else if $breakpoint == 5xl {
|
|
78
|
+
font-size: 3rem;
|
|
79
|
+
} @else if $breakpoint == 6xl {
|
|
80
|
+
font-size: 4rem;
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
@mixin background-color($theme: primary) {
|
|
85
|
+
background-color: color($theme);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
@mixin color($theme: dark) {
|
|
89
|
+
color: color($theme);
|
|
90
|
+
}
|
|
@@ -1,127 +1,127 @@
|
|
|
1
|
-
$box-shadow: 0 3px 6px 0 rgba(0, 73, 135, 16%);
|
|
2
|
-
|
|
3
|
-
$colors: (
|
|
4
|
-
white: #ffffff,
|
|
5
|
-
muted-30: #fcfdff,
|
|
6
|
-
muted-50: #f9fbff,
|
|
7
|
-
muted: #f2f7ff,
|
|
8
|
-
light-30: #f1f3f9,
|
|
9
|
-
light-80: #dae0ee,
|
|
10
|
-
light: #ced6e8,
|
|
11
|
-
light-opacity-50: rgba(206, 214, 232, 0.5),
|
|
12
|
-
medium-30: #c6c8d0,
|
|
13
|
-
medium-50: #b2b6c6,
|
|
14
|
-
medium: #646c8d,
|
|
15
|
-
medium-opacity-50: rgba(100, 108, 141, 0.5),
|
|
16
|
-
dark-10: #666666,
|
|
17
|
-
dark-30: #5c5c5c,
|
|
18
|
-
dark-50: #525252,
|
|
19
|
-
dark-80: #474747,
|
|
20
|
-
dark-90: #333333,
|
|
21
|
-
dark: #292929,
|
|
22
|
-
black: #1e1e1e,
|
|
23
|
-
|
|
24
|
-
primary: #041f41,
|
|
25
|
-
primary-hover: #044986,
|
|
26
|
-
primary-pressed: #366d9e,
|
|
27
|
-
|
|
28
|
-
secondary: #017d93,
|
|
29
|
-
secondary-hover: #015a6a,
|
|
30
|
-
secondary-pressed: #013b46,
|
|
31
|
-
secondary-10: rgba(1, 125, 147, 0.1),
|
|
32
|
-
link: #0077b3,
|
|
33
|
-
link-hover: #005885,
|
|
34
|
-
link-pressed: #002638,
|
|
35
|
-
|
|
36
|
-
error: #bb1e1e,
|
|
37
|
-
error-hover: #ab1c1c,
|
|
38
|
-
error-pressed: #771313,
|
|
39
|
-
|
|
40
|
-
success: #238170,
|
|
41
|
-
success-hover: #19584c,
|
|
42
|
-
success-pressed: #10382e,
|
|
43
|
-
|
|
44
|
-
logo: #004987,
|
|
45
|
-
alert: #ff5e00,
|
|
46
|
-
);
|
|
47
|
-
|
|
48
|
-
$colors-dark: (
|
|
49
|
-
white: #292929,
|
|
50
|
-
muted-30: #1e1e1e,
|
|
51
|
-
muted-50: #333333,
|
|
52
|
-
muted: #474747,
|
|
53
|
-
light-30: #525252,
|
|
54
|
-
light-80: #5c5c5c,
|
|
55
|
-
light: #666666,
|
|
56
|
-
light-opacity-50: rgba(102, 102, 102, 0.5),
|
|
57
|
-
medium-30: #fcfdff,
|
|
58
|
-
medium-50: #f9fbff,
|
|
59
|
-
medium: #f2f7ff,
|
|
60
|
-
medium-opacity-50: rgba(242, 247, 255, 0.5),
|
|
61
|
-
dark-10: #ced6e8,
|
|
62
|
-
dark-30: #dae0ee,
|
|
63
|
-
dark-50: #f1f3f9,
|
|
64
|
-
dark-80: #f2f7ff,
|
|
65
|
-
dark-90: #f9fbff,
|
|
66
|
-
dark: #ffffff,
|
|
67
|
-
black: #fcfdff,
|
|
68
|
-
|
|
69
|
-
primary: #66c5d4,
|
|
70
|
-
primary-hover: #33b1c6,
|
|
71
|
-
primary-pressed: #009fb8,
|
|
72
|
-
|
|
73
|
-
secondary: #cae5e8,
|
|
74
|
-
secondary-hover: #a2cbcf,
|
|
75
|
-
secondary-pressed: #99b9bc,
|
|
76
|
-
secondary-10: rgba(202, 229, 232, 0.1),
|
|
77
|
-
link: #52c5ff,
|
|
78
|
-
link-hover: #1fb4ff,
|
|
79
|
-
link-pressed: #007ab8,
|
|
80
|
-
|
|
81
|
-
error: #ff7070,
|
|
82
|
-
error-hover: #ff2929,
|
|
83
|
-
error-pressed: #cc0000,
|
|
84
|
-
|
|
85
|
-
success: #53d0b9,
|
|
86
|
-
success-hover: #2ca08b,
|
|
87
|
-
success-pressed: #248473,
|
|
88
|
-
|
|
89
|
-
logo: #ffffff,
|
|
90
|
-
alert: #ff5e00,
|
|
91
|
-
);
|
|
92
|
-
|
|
93
|
-
$font-weights: (
|
|
94
|
-
regular: 400,
|
|
95
|
-
medium: 500,
|
|
96
|
-
semibold: 600,
|
|
97
|
-
bold: 700,
|
|
98
|
-
);
|
|
99
|
-
|
|
100
|
-
$font-sizes: (
|
|
101
|
-
text-xxs: 0.675rem,
|
|
102
|
-
text-xs: 0.75rem,
|
|
103
|
-
text-sm: 0.875rem,
|
|
104
|
-
text-base: 1rem,
|
|
105
|
-
text-lg: 1.125rem,
|
|
106
|
-
text-xl: 1.25rem,
|
|
107
|
-
text-2xl: 1.5rem,
|
|
108
|
-
text-3xl: 1.875rem,
|
|
109
|
-
text-4xl: 2.25rem,
|
|
110
|
-
text-5xl: 3rem,
|
|
111
|
-
text-6xl: 4rem,
|
|
112
|
-
);
|
|
113
|
-
|
|
114
|
-
$spacings: (
|
|
115
|
-
space-4: 4px,
|
|
116
|
-
space-8: 8px,
|
|
117
|
-
space-12: 12px,
|
|
118
|
-
space-16: 16px,
|
|
119
|
-
space-24: 24px,
|
|
120
|
-
space-32: 32px,
|
|
121
|
-
space-40: 40px,
|
|
122
|
-
space-48: 48px,
|
|
123
|
-
space-56: 56px,
|
|
124
|
-
space-64: 64px,
|
|
125
|
-
space-72: 72px,
|
|
126
|
-
space-80: 80px,
|
|
127
|
-
);
|
|
1
|
+
$box-shadow: 0 3px 6px 0 rgba(0, 73, 135, 16%);
|
|
2
|
+
|
|
3
|
+
$colors: (
|
|
4
|
+
white: #ffffff,
|
|
5
|
+
muted-30: #fcfdff,
|
|
6
|
+
muted-50: #f9fbff,
|
|
7
|
+
muted: #f2f7ff,
|
|
8
|
+
light-30: #f1f3f9,
|
|
9
|
+
light-80: #dae0ee,
|
|
10
|
+
light: #ced6e8,
|
|
11
|
+
light-opacity-50: rgba(206, 214, 232, 0.5),
|
|
12
|
+
medium-30: #c6c8d0,
|
|
13
|
+
medium-50: #b2b6c6,
|
|
14
|
+
medium: #646c8d,
|
|
15
|
+
medium-opacity-50: rgba(100, 108, 141, 0.5),
|
|
16
|
+
dark-10: #666666,
|
|
17
|
+
dark-30: #5c5c5c,
|
|
18
|
+
dark-50: #525252,
|
|
19
|
+
dark-80: #474747,
|
|
20
|
+
dark-90: #333333,
|
|
21
|
+
dark: #292929,
|
|
22
|
+
black: #1e1e1e,
|
|
23
|
+
|
|
24
|
+
primary: #041f41,
|
|
25
|
+
primary-hover: #044986,
|
|
26
|
+
primary-pressed: #366d9e,
|
|
27
|
+
|
|
28
|
+
secondary: #017d93,
|
|
29
|
+
secondary-hover: #015a6a,
|
|
30
|
+
secondary-pressed: #013b46,
|
|
31
|
+
secondary-10: rgba(1, 125, 147, 0.1),
|
|
32
|
+
link: #0077b3,
|
|
33
|
+
link-hover: #005885,
|
|
34
|
+
link-pressed: #002638,
|
|
35
|
+
|
|
36
|
+
error: #bb1e1e,
|
|
37
|
+
error-hover: #ab1c1c,
|
|
38
|
+
error-pressed: #771313,
|
|
39
|
+
|
|
40
|
+
success: #238170,
|
|
41
|
+
success-hover: #19584c,
|
|
42
|
+
success-pressed: #10382e,
|
|
43
|
+
|
|
44
|
+
logo: #004987,
|
|
45
|
+
alert: #ff5e00,
|
|
46
|
+
);
|
|
47
|
+
|
|
48
|
+
$colors-dark: (
|
|
49
|
+
white: #292929,
|
|
50
|
+
muted-30: #1e1e1e,
|
|
51
|
+
muted-50: #333333,
|
|
52
|
+
muted: #474747,
|
|
53
|
+
light-30: #525252,
|
|
54
|
+
light-80: #5c5c5c,
|
|
55
|
+
light: #666666,
|
|
56
|
+
light-opacity-50: rgba(102, 102, 102, 0.5),
|
|
57
|
+
medium-30: #fcfdff,
|
|
58
|
+
medium-50: #f9fbff,
|
|
59
|
+
medium: #f2f7ff,
|
|
60
|
+
medium-opacity-50: rgba(242, 247, 255, 0.5),
|
|
61
|
+
dark-10: #ced6e8,
|
|
62
|
+
dark-30: #dae0ee,
|
|
63
|
+
dark-50: #f1f3f9,
|
|
64
|
+
dark-80: #f2f7ff,
|
|
65
|
+
dark-90: #f9fbff,
|
|
66
|
+
dark: #ffffff,
|
|
67
|
+
black: #fcfdff,
|
|
68
|
+
|
|
69
|
+
primary: #66c5d4,
|
|
70
|
+
primary-hover: #33b1c6,
|
|
71
|
+
primary-pressed: #009fb8,
|
|
72
|
+
|
|
73
|
+
secondary: #cae5e8,
|
|
74
|
+
secondary-hover: #a2cbcf,
|
|
75
|
+
secondary-pressed: #99b9bc,
|
|
76
|
+
secondary-10: rgba(202, 229, 232, 0.1),
|
|
77
|
+
link: #52c5ff,
|
|
78
|
+
link-hover: #1fb4ff,
|
|
79
|
+
link-pressed: #007ab8,
|
|
80
|
+
|
|
81
|
+
error: #ff7070,
|
|
82
|
+
error-hover: #ff2929,
|
|
83
|
+
error-pressed: #cc0000,
|
|
84
|
+
|
|
85
|
+
success: #53d0b9,
|
|
86
|
+
success-hover: #2ca08b,
|
|
87
|
+
success-pressed: #248473,
|
|
88
|
+
|
|
89
|
+
logo: #ffffff,
|
|
90
|
+
alert: #ff5e00,
|
|
91
|
+
);
|
|
92
|
+
|
|
93
|
+
$font-weights: (
|
|
94
|
+
regular: 400,
|
|
95
|
+
medium: 500,
|
|
96
|
+
semibold: 600,
|
|
97
|
+
bold: 700,
|
|
98
|
+
);
|
|
99
|
+
|
|
100
|
+
$font-sizes: (
|
|
101
|
+
text-xxs: 0.675rem,
|
|
102
|
+
text-xs: 0.75rem,
|
|
103
|
+
text-sm: 0.875rem,
|
|
104
|
+
text-base: 1rem,
|
|
105
|
+
text-lg: 1.125rem,
|
|
106
|
+
text-xl: 1.25rem,
|
|
107
|
+
text-2xl: 1.5rem,
|
|
108
|
+
text-3xl: 1.875rem,
|
|
109
|
+
text-4xl: 2.25rem,
|
|
110
|
+
text-5xl: 3rem,
|
|
111
|
+
text-6xl: 4rem,
|
|
112
|
+
);
|
|
113
|
+
|
|
114
|
+
$spacings: (
|
|
115
|
+
space-4: 4px,
|
|
116
|
+
space-8: 8px,
|
|
117
|
+
space-12: 12px,
|
|
118
|
+
space-16: 16px,
|
|
119
|
+
space-24: 24px,
|
|
120
|
+
space-32: 32px,
|
|
121
|
+
space-40: 40px,
|
|
122
|
+
space-48: 48px,
|
|
123
|
+
space-56: 56px,
|
|
124
|
+
space-64: 64px,
|
|
125
|
+
space-72: 72px,
|
|
126
|
+
space-80: 80px,
|
|
127
|
+
);
|