@ptsecurity/mosaic 15.6.0 → 15.7.2
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/_theming.scss +19 -0
- package/_visual.scss +2 -0
- package/autocomplete/autocomplete-trigger.directive.d.ts +5 -15
- package/checkbox/_checkbox-theme.scss +4 -0
- package/core/formatters/index.d.ts +1 -1
- package/core/formatters/number/formatter.d.ts +25 -0
- package/core/locales/en-US.d.ts +1 -2
- package/core/locales/es-LA.d.ts +9 -0
- package/core/locales/fa-IR.d.ts +9 -0
- package/core/locales/locale-service.d.ts +39 -5
- package/core/locales/pt-BR.d.ts +9 -0
- package/core/locales/ru-RU.d.ts +1 -2
- package/core/locales/zh-CN.d.ts +9 -0
- package/core/option/option.d.ts +36 -7
- package/core/overlay/overlay-position-map.d.ts +7 -1
- package/core/styles/_variables.scss +1 -0
- package/core/styles/theming/_theming.scss +1 -0
- package/datepicker/calendar-header.component.d.ts +8 -2
- package/datepicker/calendar.component.d.ts +3 -4
- package/datepicker/month-view.component.d.ts +3 -4
- package/esm2020/autocomplete/autocomplete-trigger.directive.mjs +27 -24
- package/esm2020/core/formatters/index.mjs +6 -2
- package/esm2020/core/formatters/number/formatter.mjs +90 -1
- package/esm2020/core/locales/en-US.mjs +3 -4
- package/esm2020/core/locales/es-LA.mjs +11 -2
- package/esm2020/core/locales/fa-IR.mjs +11 -2
- package/esm2020/core/locales/locale-service.mjs +4 -4
- package/esm2020/core/locales/pt-BR.mjs +11 -2
- package/esm2020/core/locales/ru-RU.mjs +3 -4
- package/esm2020/core/locales/zh-CN.mjs +11 -2
- package/esm2020/core/option/option.mjs +43 -7
- package/esm2020/core/overlay/overlay-position-map.mjs +7 -1
- package/esm2020/core/version.mjs +2 -2
- package/esm2020/datepicker/calendar-header.component.mjs +8 -7
- package/esm2020/datepicker/calendar.component.mjs +5 -14
- package/esm2020/datepicker/datepicker-input.directive.mjs +7 -6
- package/esm2020/datepicker/month-view.component.mjs +6 -15
- package/esm2020/file-upload/multiple-file-upload.component.mjs +9 -5
- package/esm2020/file-upload/single-file-upload.component.mjs +10 -6
- package/esm2020/loader-overlay/loader-overlay.component.mjs +2 -2
- package/esm2020/modal/modal.component.mjs +6 -5
- package/esm2020/modal/modal.module.mjs +8 -4
- package/esm2020/navbar/navbar.component.mjs +18 -9
- package/esm2020/navbar/vertical-navbar.component.mjs +9 -6
- package/esm2020/select/select.component.mjs +23 -9
- package/esm2020/tabs/tab.component.mjs +13 -4
- package/esm2020/timezone/timezone-select.component.mjs +2 -2
- package/esm2020/title/title.directive.mjs +2 -2
- package/esm2020/toast/toast.module.mjs +10 -4
- package/esm2020/tree/tree-option.component.mjs +6 -3
- package/esm2020/tree/tree-selection.component.mjs +6 -5
- package/esm2020/tree-select/tree-select.component.mjs +3 -3
- package/fesm2015/ptsecurity-mosaic-autocomplete.mjs +30 -24
- package/fesm2015/ptsecurity-mosaic-autocomplete.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-core.mjs +189 -22
- package/fesm2015/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-datepicker.mjs +20 -36
- package/fesm2015/ptsecurity-mosaic-datepicker.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-file-upload.mjs +15 -7
- package/fesm2015/ptsecurity-mosaic-file-upload.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-loader-overlay.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-modal.mjs +10 -5
- package/fesm2015/ptsecurity-mosaic-modal.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-navbar.mjs +23 -15
- package/fesm2015/ptsecurity-mosaic-navbar.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-select.mjs +23 -8
- package/fesm2015/ptsecurity-mosaic-select.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tabs.mjs +12 -3
- package/fesm2015/ptsecurity-mosaic-tabs.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-timezone.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-timezone.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-title.mjs +1 -1
- package/fesm2015/ptsecurity-mosaic-title.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-toast.mjs +8 -2
- package/fesm2015/ptsecurity-mosaic-toast.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tree-select.mjs +2 -2
- package/fesm2015/ptsecurity-mosaic-tree-select.mjs.map +1 -1
- package/fesm2015/ptsecurity-mosaic-tree.mjs +11 -6
- package/fesm2015/ptsecurity-mosaic-tree.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-autocomplete.mjs +27 -24
- package/fesm2020/ptsecurity-mosaic-autocomplete.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-core.mjs +189 -21
- package/fesm2020/ptsecurity-mosaic-core.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-datepicker.mjs +20 -36
- package/fesm2020/ptsecurity-mosaic-datepicker.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-file-upload.mjs +15 -7
- package/fesm2020/ptsecurity-mosaic-file-upload.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-loader-overlay.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-loader-overlay.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-modal.mjs +10 -5
- package/fesm2020/ptsecurity-mosaic-modal.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-navbar.mjs +23 -15
- package/fesm2020/ptsecurity-mosaic-navbar.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-select.mjs +22 -8
- package/fesm2020/ptsecurity-mosaic-select.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tabs.mjs +12 -3
- package/fesm2020/ptsecurity-mosaic-tabs.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-timezone.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-timezone.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-title.mjs +1 -1
- package/fesm2020/ptsecurity-mosaic-title.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-toast.mjs +8 -2
- package/fesm2020/ptsecurity-mosaic-toast.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tree-select.mjs +2 -2
- package/fesm2020/ptsecurity-mosaic-tree-select.mjs.map +1 -1
- package/fesm2020/ptsecurity-mosaic-tree.mjs +10 -6
- package/fesm2020/ptsecurity-mosaic-tree.mjs.map +1 -1
- package/file-upload/multiple-file-upload.component.d.ts +4 -3
- package/file-upload/single-file-upload.component.d.ts +4 -3
- package/form-field/_form-field-theme.scss +4 -0
- package/loader-overlay/loader-overlay.scss +3 -0
- package/modal/modal.module.d.ts +2 -1
- package/modal/modal.scss +14 -2
- package/navbar/navbar.component.d.ts +5 -2
- package/navbar/vertical-navbar.component.d.ts +4 -2
- package/package.json +4 -7
- package/prebuilt-themes/dark-theme.css +1 -1
- package/prebuilt-themes/default-theme.css +1 -1
- package/prebuilt-visual/default-visual.css +1 -1
- package/radio/_radio-theme.scss +4 -0
- package/select/select.component.d.ts +12 -9
- package/select/select.scss +1 -1
- package/tree/tree-option.scss +4 -2
@@ -1,5 +1,5 @@
|
|
1
1
|
import { FocusMonitor } from '@angular/cdk/a11y';
|
2
|
-
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, TemplateRef } from '@angular/core';
|
2
|
+
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, Renderer2, TemplateRef } from '@angular/core';
|
3
3
|
import { CanDisable } from '@ptsecurity/mosaic/core';
|
4
4
|
import { McFileItem, McFileValidatorFn, McInputFile, McInputFileLabel } from './file-upload';
|
5
5
|
import * as i0 from "@angular/core";
|
@@ -16,6 +16,7 @@ export declare const MC_MULTIPLE_FILE_UPLOAD_DEFAULT_CONFIGURATION: McInputFileM
|
|
16
16
|
export declare class McMultipleFileUploadComponent implements AfterViewInit, OnDestroy, McInputFile, CanDisable {
|
17
17
|
private focusMonitor;
|
18
18
|
private cdr;
|
19
|
+
private renderer;
|
19
20
|
config: McInputFileMultipleLabel;
|
20
21
|
accept?: string[];
|
21
22
|
disabled: boolean;
|
@@ -35,7 +36,7 @@ export declare class McMultipleFileUploadComponent implements AfterViewInit, OnD
|
|
35
36
|
private focusMonitorSubscription;
|
36
37
|
get acceptedFiles(): string;
|
37
38
|
get hasErrors(): boolean;
|
38
|
-
constructor(focusMonitor: FocusMonitor, cdr: ChangeDetectorRef, config: McInputFileMultipleLabel);
|
39
|
+
constructor(focusMonitor: FocusMonitor, cdr: ChangeDetectorRef, renderer: Renderer2, config: McInputFileMultipleLabel);
|
39
40
|
ngAfterViewInit(): void;
|
40
41
|
ngOnDestroy(): void;
|
41
42
|
onFileSelectedViaClick({ target }: Event): void;
|
@@ -46,6 +47,6 @@ export declare class McMultipleFileUploadComponent implements AfterViewInit, OnD
|
|
46
47
|
private mapToFileItem;
|
47
48
|
private validateFile;
|
48
49
|
private isCorrectExtension;
|
49
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<McMultipleFileUploadComponent, [null, null, { optional: true; }]>;
|
50
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McMultipleFileUploadComponent, [null, null, null, { optional: true; }]>;
|
50
51
|
static ɵcmp: i0.ɵɵComponentDeclaration<McMultipleFileUploadComponent, "mc-multiple-file-upload", never, { "accept": "accept"; "disabled": "disabled"; "errors": "errors"; "files": "files"; "size": "size"; "inputId": "inputId"; "customValidation": "customValidation"; }, { "fileQueueChanged": "fileQueueChanged"; }, ["customFileIcon"], ["[hint]"], false, never>;
|
51
52
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { FocusMonitor } from '@angular/cdk/a11y';
|
2
|
-
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy } from '@angular/core';
|
2
|
+
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, Renderer2 } from '@angular/core';
|
3
3
|
import { CanDisable } from '@ptsecurity/mosaic/core';
|
4
4
|
import { McFileItem, McFileValidatorFn, McInputFile, McInputFileLabel } from './file-upload';
|
5
5
|
import * as i0 from "@angular/core";
|
@@ -7,6 +7,7 @@ export declare const MC_SINGLE_FILE_UPLOAD_DEFAULT_CONFIGURATION: McInputFileLab
|
|
7
7
|
export declare class McSingleFileUploadComponent implements AfterViewInit, OnDestroy, McInputFile, CanDisable {
|
8
8
|
private focusMonitor;
|
9
9
|
private cdr;
|
10
|
+
private renderer;
|
10
11
|
config: McInputFileLabel;
|
11
12
|
accept: string[];
|
12
13
|
disabled: boolean;
|
@@ -19,7 +20,7 @@ export declare class McSingleFileUploadComponent implements AfterViewInit, OnDes
|
|
19
20
|
hasFocus: boolean;
|
20
21
|
private focusMonitorSubscription;
|
21
22
|
get acceptedFiles(): string;
|
22
|
-
constructor(focusMonitor: FocusMonitor, cdr: ChangeDetectorRef, config: McInputFileLabel);
|
23
|
+
constructor(focusMonitor: FocusMonitor, cdr: ChangeDetectorRef, renderer: Renderer2, config: McInputFileLabel);
|
23
24
|
ngAfterViewInit(): void;
|
24
25
|
ngOnDestroy(): void;
|
25
26
|
onFileSelectedViaClick({ target }: Event): void;
|
@@ -29,6 +30,6 @@ export declare class McSingleFileUploadComponent implements AfterViewInit, OnDes
|
|
29
30
|
private mapToFileItem;
|
30
31
|
private validateFile;
|
31
32
|
private isCorrectExtension;
|
32
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<McSingleFileUploadComponent, [null, null, { optional: true; }]>;
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<McSingleFileUploadComponent, [null, null, null, { optional: true; }]>;
|
33
34
|
static ɵcmp: i0.ɵɵComponentDeclaration<McSingleFileUploadComponent, "mc-single-file-upload", never, { "accept": "accept"; "disabled": "disabled"; "errors": "errors"; "files": "files"; "inputId": "inputId"; "customValidation": "customValidation"; }, { "fileQueueChanged": "fileQueueChanged"; }, never, ["[hint]", "[mc-icon]"], false, never>;
|
34
35
|
}
|
@@ -2,6 +2,7 @@
|
|
2
2
|
@use 'sass:map';
|
3
3
|
|
4
4
|
@use '../core/styles/tokens';
|
5
|
+
@use '../core/styles/variables';
|
5
6
|
|
6
7
|
|
7
8
|
$tokens: meta.module-variables(tokens) !default;
|
@@ -23,6 +24,8 @@ $tokens: meta.module-variables(tokens) !default;
|
|
23
24
|
bottom: 0;
|
24
25
|
left: 0;
|
25
26
|
|
27
|
+
z-index: variables.$z-index-loader-overlay;
|
28
|
+
|
26
29
|
& .mc-loader-overlay__container {
|
27
30
|
display: flex;
|
28
31
|
flex-direction: column;
|
package/modal/modal.module.d.ts
CHANGED
@@ -7,8 +7,9 @@ import * as i5 from "@angular/cdk/overlay";
|
|
7
7
|
import * as i6 from "@angular/cdk/a11y";
|
8
8
|
import * as i7 from "@ptsecurity/mosaic/button";
|
9
9
|
import * as i8 from "@ptsecurity/mosaic/icon";
|
10
|
+
import * as i9 from "@ptsecurity/mosaic/title";
|
10
11
|
export declare class McModalModule {
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<McModalModule, never>;
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<McModalModule, [typeof i1.McModalComponent, typeof i2.McModalTitle, typeof i2.McModalBody, typeof i2.McModalFooter, typeof i3.CssUnitPipe, typeof i2.McModalMainAction], [typeof i4.CommonModule, typeof i5.OverlayModule, typeof i6.A11yModule, typeof i7.McButtonModule, typeof i8.McIconModule], [typeof i1.McModalComponent, typeof i2.McModalTitle, typeof i2.McModalBody, typeof i2.McModalFooter, typeof i2.McModalMainAction]>;
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<McModalModule, [typeof i1.McModalComponent, typeof i2.McModalTitle, typeof i2.McModalBody, typeof i2.McModalFooter, typeof i3.CssUnitPipe, typeof i2.McModalMainAction], [typeof i4.CommonModule, typeof i5.OverlayModule, typeof i6.A11yModule, typeof i7.McButtonModule, typeof i8.McIconModule, typeof i9.McTitleModule], [typeof i1.McModalComponent, typeof i2.McModalTitle, typeof i2.McModalBody, typeof i2.McModalFooter, typeof i2.McModalMainAction]>;
|
13
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<McModalModule>;
|
14
15
|
}
|
package/modal/modal.scss
CHANGED
@@ -70,7 +70,13 @@ $tokens: meta.module-variables(tokens) !default;
|
|
70
70
|
}
|
71
71
|
|
72
72
|
.mc-modal-title {
|
73
|
-
margin:
|
73
|
+
margin-top: map.get($tokens, size-s);
|
74
|
+
margin-bottom: map.get($tokens, size-s);
|
75
|
+
|
76
|
+
display: -webkit-box;
|
77
|
+
-webkit-box-orient: vertical;
|
78
|
+
-webkit-line-clamp: 2;
|
79
|
+
overflow: hidden;
|
74
80
|
}
|
75
81
|
|
76
82
|
.mc-modal-content {
|
@@ -86,11 +92,17 @@ $tokens: meta.module-variables(tokens) !default;
|
|
86
92
|
display: flex;
|
87
93
|
align-items: center;
|
88
94
|
|
89
|
-
height: var(--mc-modal-header-size-height, map.get($tokens, modal-header-size-height));
|
95
|
+
min-height: var(--mc-modal-header-size-height, map.get($tokens, modal-header-size-height));
|
90
96
|
|
91
97
|
border-radius: var(--mc-modal-header-size-border-radius, map.get($tokens, modal-header-size-border-radius));
|
92
98
|
|
93
99
|
padding: var(--mc-modal-header-size-padding, map.get($tokens, modal-header-size-padding));
|
100
|
+
|
101
|
+
&.mc-modal-header_closable {
|
102
|
+
$size-s: map.get($tokens, size-s);
|
103
|
+
|
104
|
+
padding-right: calc(var(--mc-modal-size-close-width, map.get($tokens, modal-size-close-width)) + $size-s);
|
105
|
+
}
|
94
106
|
}
|
95
107
|
|
96
108
|
.mc-modal-body {
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { FocusMonitor } from '@angular/cdk/a11y';
|
1
2
|
import { AfterContentInit, AfterViewInit, ChangeDetectorRef, ElementRef, OnDestroy, QueryList } from '@angular/core';
|
2
3
|
import { FocusKeyManager } from '@ptsecurity/cdk/a11y';
|
3
4
|
import { Observable, Subject } from 'rxjs';
|
@@ -6,6 +7,7 @@ import * as i0 from "@angular/core";
|
|
6
7
|
export declare type McNavbarContainerPositionType = 'left' | 'right';
|
7
8
|
export declare class McFocusableComponent implements AfterContentInit, OnDestroy {
|
8
9
|
protected changeDetectorRef: ChangeDetectorRef;
|
10
|
+
private focusMonitor;
|
9
11
|
focusableItems: QueryList<McNavbarFocusableItem>;
|
10
12
|
keyManager: FocusKeyManager<McNavbarFocusableItem>;
|
11
13
|
get tabIndex(): any;
|
@@ -16,7 +18,8 @@ export declare class McFocusableComponent implements AfterContentInit, OnDestroy
|
|
16
18
|
protected readonly destroyed: Subject<void>;
|
17
19
|
private optionFocusSubscription;
|
18
20
|
private optionBlurSubscription;
|
19
|
-
|
21
|
+
private focusMonitorSubscription;
|
22
|
+
constructor(changeDetectorRef: ChangeDetectorRef, elementRef: ElementRef, focusMonitor: FocusMonitor);
|
20
23
|
ngAfterContentInit(): void;
|
21
24
|
ngOnDestroy(): void;
|
22
25
|
focus(): void;
|
@@ -44,7 +47,7 @@ export declare class McNavbar extends McFocusableComponent implements AfterViewI
|
|
44
47
|
private get totalItemsWidth();
|
45
48
|
private get collapsableItems();
|
46
49
|
private resizeSubscription;
|
47
|
-
constructor(elementRef: ElementRef, changeDetectorRef: ChangeDetectorRef);
|
50
|
+
constructor(elementRef: ElementRef, changeDetectorRef: ChangeDetectorRef, focusMonitor: FocusMonitor);
|
48
51
|
ngAfterContentInit(): void;
|
49
52
|
ngAfterViewInit(): void;
|
50
53
|
ngOnDestroy(): void;
|
@@ -1,9 +1,11 @@
|
|
1
|
-
import {
|
1
|
+
import { FocusMonitor } from '@angular/cdk/a11y';
|
2
|
+
import { AfterContentInit, ChangeDetectorRef, ElementRef, QueryList } from '@angular/core';
|
2
3
|
import { Subject } from 'rxjs';
|
3
4
|
import { McNavbarBento, McNavbarItem, McNavbarRectangleElement } from './navbar-item.component';
|
4
5
|
import { McFocusableComponent } from './navbar.component';
|
5
6
|
import * as i0 from "@angular/core";
|
6
7
|
export declare class McVerticalNavbar extends McFocusableComponent implements AfterContentInit {
|
8
|
+
protected elementRef: ElementRef;
|
7
9
|
rectangleElements: QueryList<McNavbarRectangleElement>;
|
8
10
|
items: QueryList<McNavbarItem>;
|
9
11
|
bento: McNavbarBento;
|
@@ -11,7 +13,7 @@ export declare class McVerticalNavbar extends McFocusableComponent implements Af
|
|
11
13
|
get expanded(): boolean;
|
12
14
|
set expanded(value: boolean);
|
13
15
|
private _expanded;
|
14
|
-
constructor(changeDetectorRef: ChangeDetectorRef);
|
16
|
+
constructor(elementRef: ElementRef, changeDetectorRef: ChangeDetectorRef, focusMonitor: FocusMonitor);
|
15
17
|
ngAfterContentInit(): void;
|
16
18
|
toggle(): void;
|
17
19
|
onKeyDown(event: KeyboardEvent): void;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ptsecurity/mosaic",
|
3
|
-
"version": "15.
|
3
|
+
"version": "15.7.2",
|
4
4
|
"description": "Mosaic",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -17,14 +17,11 @@
|
|
17
17
|
},
|
18
18
|
"homepage": "https://gitlab.ptsecurity.com/frontend/design-system/mosaic/-/blob/master/README.md",
|
19
19
|
"peerDependencies": {
|
20
|
-
"@angular/animations": "15.2.9",
|
21
20
|
"@angular/cdk": "15.2.9",
|
22
|
-
"@angular/core": "15.2.9",
|
23
|
-
"@angular/common": "15.2.9",
|
24
21
|
"@angular/forms": "15.2.9",
|
25
|
-
"@ptsecurity/cdk": "^15.
|
26
|
-
"@ptsecurity/mosaic-moment-adapter": "
|
27
|
-
"@ptsecurity/mosaic-luxon-adapter": "
|
22
|
+
"@ptsecurity/cdk": "^15.7.2",
|
23
|
+
"@ptsecurity/mosaic-moment-adapter": "^15.7.2",
|
24
|
+
"@ptsecurity/mosaic-luxon-adapter": "^15.7.2",
|
28
25
|
"@mosaic-design/date-formatter": "1.1.0",
|
29
26
|
"@ptsecurity/mosaic-icons": "7.0.8",
|
30
27
|
"@mosaic-design/tokens-builder": "1.3.0",
|