@ascentgl/ads-ui 20.0.6 → 20.0.7
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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui.mjs +202 -630
- package/fesm2022/ascentgl-ads-ui.mjs.map +1 -1
- package/index.d.ts +4 -131
- package/package.json +16 -20
- 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 +125 -125
- 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 +15 -15
- 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/fesm2022/ascentgl-ads-ui-src-lib-components-map.mjs +0 -439
- package/fesm2022/ascentgl-ads-ui-src-lib-components-map.mjs.map +0 -1
- package/src/lib/components/map/index.d.ts +0 -133
|
@@ -1,104 +1,104 @@
|
|
|
1
|
-
@use '../abstracts/mixins' as *;
|
|
2
|
-
|
|
3
|
-
.text-xxs {
|
|
4
|
-
font-size: 0.625rem;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
.text-xs {
|
|
8
|
-
font-size: 0.75rem;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.text-sm {
|
|
12
|
-
font-size: 0.875rem;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
.text-base {
|
|
16
|
-
font-size: 1rem;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.text-lg {
|
|
20
|
-
font-size: 1.125rem;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.text-xl {
|
|
24
|
-
font-size: 1.25rem;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.text-2xl {
|
|
28
|
-
font-size: 1.5rem;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.text-3xl {
|
|
32
|
-
font-size: 1.875rem;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.text-4xl {
|
|
36
|
-
font-size: 2.25rem;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.text-5xl {
|
|
40
|
-
font-size: 3rem;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.text-6xl {
|
|
44
|
-
font-size: 4rem;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.bg-primary {
|
|
48
|
-
@include background-color(primary);
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.bg-success {
|
|
52
|
-
@include background-color(success);
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.bg-warn {
|
|
56
|
-
@include background-color(error);
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.bg-white {
|
|
60
|
-
@include background-color(white);
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.bg-primary:hover,
|
|
64
|
-
.bg-primary:focus {
|
|
65
|
-
@include background-color(secondary);
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.bg-success:hover,
|
|
69
|
-
.bg-success:focus {
|
|
70
|
-
@include background-color(success-hover);
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.bg-warn:hover,
|
|
74
|
-
.bg-warn:focus {
|
|
75
|
-
@include background-color(error-hover);
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.primary {
|
|
79
|
-
@include color(primary);
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.secondary {
|
|
83
|
-
@include color(secondary);
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.dark {
|
|
87
|
-
@include color(dark);
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.black {
|
|
91
|
-
@include color(black);
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.warn {
|
|
95
|
-
@include color(error);
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.medium {
|
|
99
|
-
@include color(medium);
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.full-width {
|
|
103
|
-
width: 100%;
|
|
104
|
-
}
|
|
1
|
+
@use '../abstracts/mixins' as *;
|
|
2
|
+
|
|
3
|
+
.text-xxs {
|
|
4
|
+
font-size: 0.625rem;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.text-xs {
|
|
8
|
+
font-size: 0.75rem;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.text-sm {
|
|
12
|
+
font-size: 0.875rem;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.text-base {
|
|
16
|
+
font-size: 1rem;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.text-lg {
|
|
20
|
+
font-size: 1.125rem;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.text-xl {
|
|
24
|
+
font-size: 1.25rem;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.text-2xl {
|
|
28
|
+
font-size: 1.5rem;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.text-3xl {
|
|
32
|
+
font-size: 1.875rem;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.text-4xl {
|
|
36
|
+
font-size: 2.25rem;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.text-5xl {
|
|
40
|
+
font-size: 3rem;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.text-6xl {
|
|
44
|
+
font-size: 4rem;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.bg-primary {
|
|
48
|
+
@include background-color(primary);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.bg-success {
|
|
52
|
+
@include background-color(success);
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.bg-warn {
|
|
56
|
+
@include background-color(error);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.bg-white {
|
|
60
|
+
@include background-color(white);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.bg-primary:hover,
|
|
64
|
+
.bg-primary:focus {
|
|
65
|
+
@include background-color(secondary);
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.bg-success:hover,
|
|
69
|
+
.bg-success:focus {
|
|
70
|
+
@include background-color(success-hover);
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.bg-warn:hover,
|
|
74
|
+
.bg-warn:focus {
|
|
75
|
+
@include background-color(error-hover);
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.primary {
|
|
79
|
+
@include color(primary);
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
.secondary {
|
|
83
|
+
@include color(secondary);
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.dark {
|
|
87
|
+
@include color(dark);
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.black {
|
|
91
|
+
@include color(black);
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.warn {
|
|
95
|
+
@include color(error);
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.medium {
|
|
99
|
+
@include color(medium);
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.full-width {
|
|
103
|
+
width: 100%;
|
|
104
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
@forward 'abstracts/functions';
|
|
2
|
-
@forward 'abstracts/mixins';
|
|
3
|
-
@forward 'abstracts/variables';
|
|
4
|
-
@forward 'base/reset';
|
|
5
|
-
@forward 'base/typography';
|
|
6
|
-
@forward 'overrides/angular-material';
|
|
7
|
-
@forward 'themes/ads-palette';
|
|
8
|
-
@forward 'base/utilities';
|
|
1
|
+
@forward 'abstracts/functions';
|
|
2
|
+
@forward 'abstracts/mixins';
|
|
3
|
+
@forward 'abstracts/variables';
|
|
4
|
+
@forward 'base/reset';
|
|
5
|
+
@forward 'base/typography';
|
|
6
|
+
@forward 'overrides/angular-material';
|
|
7
|
+
@forward 'themes/ads-palette';
|
|
8
|
+
@forward 'base/utilities';
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
@forward 'angular-material/html';
|
|
2
|
-
@forward 'angular-material/dropdown';
|
|
3
|
-
@forward 'angular-material/snackbar';
|
|
4
|
-
@forward 'angular-material/datetimepicker';
|
|
5
|
-
@forward 'angular-material/tooltip';
|
|
6
|
-
@forward 'angular-material/search-dropdown-modal';
|
|
7
|
-
@forward 'angular-material/mat-list';
|
|
8
|
-
@forward 'angular-material/menu';
|
|
1
|
+
@forward 'angular-material/html';
|
|
2
|
+
@forward 'angular-material/dropdown';
|
|
3
|
+
@forward 'angular-material/snackbar';
|
|
4
|
+
@forward 'angular-material/datetimepicker';
|
|
5
|
+
@forward 'angular-material/tooltip';
|
|
6
|
+
@forward 'angular-material/search-dropdown-modal';
|
|
7
|
+
@forward 'angular-material/mat-list';
|
|
8
|
+
@forward 'angular-material/menu';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
@use '../../abstracts/functions' as *;
|
|
2
|
-
|
|
3
|
-
.mat-bottom-sheet-container {
|
|
4
|
-
border-radius: 0 !important;
|
|
5
|
-
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25) !important;
|
|
6
|
-
overflow: hidden !important;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.cdk-overlay-dark-backdrop {
|
|
10
|
-
background-color: color(medium) !important;
|
|
11
|
-
opacity: 0.5 !important;
|
|
12
|
-
}
|
|
1
|
+
@use '../../abstracts/functions' as *;
|
|
2
|
+
|
|
3
|
+
.mat-bottom-sheet-container {
|
|
4
|
+
border-radius: 0 !important;
|
|
5
|
+
box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25) !important;
|
|
6
|
+
overflow: hidden !important;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.cdk-overlay-dark-backdrop {
|
|
10
|
+
background-color: color(medium) !important;
|
|
11
|
+
opacity: 0.5 !important;
|
|
12
|
+
}
|