@carbon/styles 1.76.0 → 1.77.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/css/styles.css +186 -221
- package/css/styles.min.css +1 -1
- package/package.json +3 -3
- package/scss/__tests__/__snapshots__/config-test.js.snap +1 -1
- package/scss/__tests__/__snapshots__/type-test.js.snap +1464 -4539
- package/scss/__tests__/type-test.js +2 -2
- package/scss/_config.scss +3 -3
- package/scss/components/_index.scss +2 -0
- package/scss/components/badge-indicator/_badge-indicator.scss +48 -0
- package/scss/components/badge-indicator/_index.scss +11 -0
- package/scss/components/breadcrumb/_breadcrumb.scss +25 -1
- package/scss/components/button/_button.scss +7 -0
- package/scss/components/icon-indicator/_tokens.scss +56 -0
- package/scss/components/menu/_menu.scss +56 -8
- package/scss/components/menu-button/_menu-button.scss +0 -15
- package/scss/components/popover/_popover.scss +29 -0
- package/scss/components/shape-indicator/_index.scss +12 -0
- package/scss/components/shape-indicator/_shape-indicator.scss +92 -0
- package/scss/components/tabs/_tabs.scss +9 -0
- package/scss/components/tooltip/_tooltip.scss +2 -1
- package/scss/components/treeview/_treeview.scss +0 -4
package/css/styles.css
CHANGED
|
@@ -1,198 +1,4 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
|
-
:root {
|
|
3
|
-
--cds-caption-01-font-size: 0.75rem;
|
|
4
|
-
--cds-caption-01-font-weight: 400;
|
|
5
|
-
--cds-caption-01-line-height: 1.33333;
|
|
6
|
-
--cds-caption-01-letter-spacing: 0.32px;
|
|
7
|
-
--cds-caption-02-font-size: 0.875rem;
|
|
8
|
-
--cds-caption-02-font-weight: 400;
|
|
9
|
-
--cds-caption-02-line-height: 1.28572;
|
|
10
|
-
--cds-caption-02-letter-spacing: 0.32px;
|
|
11
|
-
--cds-label-01-font-size: 0.75rem;
|
|
12
|
-
--cds-label-01-font-weight: 400;
|
|
13
|
-
--cds-label-01-line-height: 1.33333;
|
|
14
|
-
--cds-label-01-letter-spacing: 0.32px;
|
|
15
|
-
--cds-label-02-font-size: 0.875rem;
|
|
16
|
-
--cds-label-02-font-weight: 400;
|
|
17
|
-
--cds-label-02-line-height: 1.28572;
|
|
18
|
-
--cds-label-02-letter-spacing: 0.16px;
|
|
19
|
-
--cds-helper-text-01-font-size: 0.75rem;
|
|
20
|
-
--cds-helper-text-01-line-height: 1.33333;
|
|
21
|
-
--cds-helper-text-01-letter-spacing: 0.32px;
|
|
22
|
-
--cds-helper-text-02-font-size: 0.875rem;
|
|
23
|
-
--cds-helper-text-02-font-weight: 400;
|
|
24
|
-
--cds-helper-text-02-line-height: 1.28572;
|
|
25
|
-
--cds-helper-text-02-letter-spacing: 0.16px;
|
|
26
|
-
--cds-body-short-01-font-size: 0.875rem;
|
|
27
|
-
--cds-body-short-01-font-weight: 400;
|
|
28
|
-
--cds-body-short-01-line-height: 1.28572;
|
|
29
|
-
--cds-body-short-01-letter-spacing: 0.16px;
|
|
30
|
-
--cds-body-short-02-font-size: 1rem;
|
|
31
|
-
--cds-body-short-02-font-weight: 400;
|
|
32
|
-
--cds-body-short-02-line-height: 1.375;
|
|
33
|
-
--cds-body-short-02-letter-spacing: 0;
|
|
34
|
-
--cds-body-long-01-font-size: 0.875rem;
|
|
35
|
-
--cds-body-long-01-font-weight: 400;
|
|
36
|
-
--cds-body-long-01-line-height: 1.42857;
|
|
37
|
-
--cds-body-long-01-letter-spacing: 0.16px;
|
|
38
|
-
--cds-body-long-02-font-size: 1rem;
|
|
39
|
-
--cds-body-long-02-font-weight: 400;
|
|
40
|
-
--cds-body-long-02-line-height: 1.5;
|
|
41
|
-
--cds-body-long-02-letter-spacing: 0;
|
|
42
|
-
--cds-code-01-font-family: 'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', monospace;
|
|
43
|
-
--cds-code-01-font-size: 0.75rem;
|
|
44
|
-
--cds-code-01-font-weight: 400;
|
|
45
|
-
--cds-code-01-line-height: 1.33333;
|
|
46
|
-
--cds-code-01-letter-spacing: 0.32px;
|
|
47
|
-
--cds-code-02-font-family: 'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', monospace;
|
|
48
|
-
--cds-code-02-font-size: 0.875rem;
|
|
49
|
-
--cds-code-02-font-weight: 400;
|
|
50
|
-
--cds-code-02-line-height: 1.42857;
|
|
51
|
-
--cds-code-02-letter-spacing: 0.32px;
|
|
52
|
-
--cds-heading-01-font-size: 0.875rem;
|
|
53
|
-
--cds-heading-01-font-weight: 600;
|
|
54
|
-
--cds-heading-01-line-height: 1.42857;
|
|
55
|
-
--cds-heading-01-letter-spacing: 0.16px;
|
|
56
|
-
--cds-heading-02-font-size: 1rem;
|
|
57
|
-
--cds-heading-02-font-weight: 600;
|
|
58
|
-
--cds-heading-02-line-height: 1.5;
|
|
59
|
-
--cds-heading-02-letter-spacing: 0;
|
|
60
|
-
--cds-productive-heading-01-font-size: 0.875rem;
|
|
61
|
-
--cds-productive-heading-01-font-weight: 600;
|
|
62
|
-
--cds-productive-heading-01-line-height: 1.28572;
|
|
63
|
-
--cds-productive-heading-01-letter-spacing: 0.16px;
|
|
64
|
-
--cds-productive-heading-02-font-size: 1rem;
|
|
65
|
-
--cds-productive-heading-02-font-weight: 600;
|
|
66
|
-
--cds-productive-heading-02-line-height: 1.375;
|
|
67
|
-
--cds-productive-heading-02-letter-spacing: 0;
|
|
68
|
-
--cds-productive-heading-03-font-size: 1.25rem;
|
|
69
|
-
--cds-productive-heading-03-font-weight: 400;
|
|
70
|
-
--cds-productive-heading-03-line-height: 1.4;
|
|
71
|
-
--cds-productive-heading-03-letter-spacing: 0;
|
|
72
|
-
--cds-productive-heading-04-font-size: 1.75rem;
|
|
73
|
-
--cds-productive-heading-04-font-weight: 400;
|
|
74
|
-
--cds-productive-heading-04-line-height: 1.28572;
|
|
75
|
-
--cds-productive-heading-04-letter-spacing: 0;
|
|
76
|
-
--cds-productive-heading-05-font-size: 2rem;
|
|
77
|
-
--cds-productive-heading-05-font-weight: 400;
|
|
78
|
-
--cds-productive-heading-05-line-height: 1.25;
|
|
79
|
-
--cds-productive-heading-05-letter-spacing: 0;
|
|
80
|
-
--cds-productive-heading-06-font-size: 2.625rem;
|
|
81
|
-
--cds-productive-heading-06-font-weight: 300;
|
|
82
|
-
--cds-productive-heading-06-line-height: 1.199;
|
|
83
|
-
--cds-productive-heading-06-letter-spacing: 0;
|
|
84
|
-
--cds-productive-heading-07-font-size: 3.375rem;
|
|
85
|
-
--cds-productive-heading-07-font-weight: 300;
|
|
86
|
-
--cds-productive-heading-07-line-height: 1.19;
|
|
87
|
-
--cds-productive-heading-07-letter-spacing: 0;
|
|
88
|
-
--cds-expressive-paragraph-01-font-size: 1.5rem;
|
|
89
|
-
--cds-expressive-paragraph-01-font-weight: 300;
|
|
90
|
-
--cds-expressive-paragraph-01-line-height: 1.334;
|
|
91
|
-
--cds-expressive-paragraph-01-letter-spacing: 0;
|
|
92
|
-
--cds-expressive-heading-01-font-size: 0.875rem;
|
|
93
|
-
--cds-expressive-heading-01-font-weight: 600;
|
|
94
|
-
--cds-expressive-heading-01-line-height: 1.42857;
|
|
95
|
-
--cds-expressive-heading-01-letter-spacing: 0.16px;
|
|
96
|
-
--cds-expressive-heading-02-font-size: 1rem;
|
|
97
|
-
--cds-expressive-heading-02-font-weight: 600;
|
|
98
|
-
--cds-expressive-heading-02-line-height: 1.5;
|
|
99
|
-
--cds-expressive-heading-02-letter-spacing: 0;
|
|
100
|
-
--cds-expressive-heading-03-font-size: 1.25rem;
|
|
101
|
-
--cds-expressive-heading-03-font-weight: 400;
|
|
102
|
-
--cds-expressive-heading-03-line-height: 1.4;
|
|
103
|
-
--cds-expressive-heading-03-letter-spacing: 0;
|
|
104
|
-
--cds-expressive-heading-04-font-size: 1.75rem;
|
|
105
|
-
--cds-expressive-heading-04-font-weight: 400;
|
|
106
|
-
--cds-expressive-heading-04-line-height: 1.28572;
|
|
107
|
-
--cds-expressive-heading-04-letter-spacing: 0;
|
|
108
|
-
--cds-expressive-heading-05-font-size: 2rem;
|
|
109
|
-
--cds-expressive-heading-05-font-weight: 400;
|
|
110
|
-
--cds-expressive-heading-05-line-height: 1.25;
|
|
111
|
-
--cds-expressive-heading-05-letter-spacing: 0;
|
|
112
|
-
--cds-expressive-heading-06-font-size: 2rem;
|
|
113
|
-
--cds-expressive-heading-06-font-weight: 600;
|
|
114
|
-
--cds-expressive-heading-06-line-height: 1.25;
|
|
115
|
-
--cds-expressive-heading-06-letter-spacing: 0;
|
|
116
|
-
--cds-quotation-01-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
|
|
117
|
-
--cds-quotation-01-font-size: 1.25rem;
|
|
118
|
-
--cds-quotation-01-font-weight: 400;
|
|
119
|
-
--cds-quotation-01-line-height: 1.3;
|
|
120
|
-
--cds-quotation-01-letter-spacing: 0;
|
|
121
|
-
--cds-quotation-02-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
|
|
122
|
-
--cds-quotation-02-font-size: 2rem;
|
|
123
|
-
--cds-quotation-02-font-weight: 300;
|
|
124
|
-
--cds-quotation-02-line-height: 1.25;
|
|
125
|
-
--cds-quotation-02-letter-spacing: 0;
|
|
126
|
-
--cds-display-01-font-size: 2.625rem;
|
|
127
|
-
--cds-display-01-font-weight: 300;
|
|
128
|
-
--cds-display-01-line-height: 1.19;
|
|
129
|
-
--cds-display-01-letter-spacing: 0;
|
|
130
|
-
--cds-display-02-font-size: 2.625rem;
|
|
131
|
-
--cds-display-02-font-weight: 600;
|
|
132
|
-
--cds-display-02-line-height: 1.19;
|
|
133
|
-
--cds-display-02-letter-spacing: 0;
|
|
134
|
-
--cds-display-03-font-size: 2.625rem;
|
|
135
|
-
--cds-display-03-font-weight: 300;
|
|
136
|
-
--cds-display-03-line-height: 1.19;
|
|
137
|
-
--cds-display-03-letter-spacing: 0;
|
|
138
|
-
--cds-display-04-font-size: 2.625rem;
|
|
139
|
-
--cds-display-04-font-weight: 300;
|
|
140
|
-
--cds-display-04-line-height: 1.19;
|
|
141
|
-
--cds-display-04-letter-spacing: 0;
|
|
142
|
-
--cds-legal-01-font-size: 0.75rem;
|
|
143
|
-
--cds-legal-01-font-weight: 400;
|
|
144
|
-
--cds-legal-01-line-height: 1.33333;
|
|
145
|
-
--cds-legal-01-letter-spacing: 0.32px;
|
|
146
|
-
--cds-legal-02-font-size: 0.875rem;
|
|
147
|
-
--cds-legal-02-font-weight: 400;
|
|
148
|
-
--cds-legal-02-line-height: 1.28572;
|
|
149
|
-
--cds-legal-02-letter-spacing: 0.16px;
|
|
150
|
-
--cds-body-compact-01-font-size: 0.875rem;
|
|
151
|
-
--cds-body-compact-01-font-weight: 400;
|
|
152
|
-
--cds-body-compact-01-line-height: 1.28572;
|
|
153
|
-
--cds-body-compact-01-letter-spacing: 0.16px;
|
|
154
|
-
--cds-body-compact-02-font-size: 1rem;
|
|
155
|
-
--cds-body-compact-02-font-weight: 400;
|
|
156
|
-
--cds-body-compact-02-line-height: 1.375;
|
|
157
|
-
--cds-body-compact-02-letter-spacing: 0;
|
|
158
|
-
--cds-heading-compact-01-font-size: 0.875rem;
|
|
159
|
-
--cds-heading-compact-01-font-weight: 600;
|
|
160
|
-
--cds-heading-compact-01-line-height: 1.28572;
|
|
161
|
-
--cds-heading-compact-01-letter-spacing: 0.16px;
|
|
162
|
-
--cds-heading-compact-02-font-size: 1rem;
|
|
163
|
-
--cds-heading-compact-02-font-weight: 600;
|
|
164
|
-
--cds-heading-compact-02-line-height: 1.375;
|
|
165
|
-
--cds-heading-compact-02-letter-spacing: 0;
|
|
166
|
-
--cds-body-01-font-size: 0.875rem;
|
|
167
|
-
--cds-body-01-font-weight: 400;
|
|
168
|
-
--cds-body-01-line-height: 1.42857;
|
|
169
|
-
--cds-body-01-letter-spacing: 0.16px;
|
|
170
|
-
--cds-body-02-font-size: 1rem;
|
|
171
|
-
--cds-body-02-font-weight: 400;
|
|
172
|
-
--cds-body-02-line-height: 1.5;
|
|
173
|
-
--cds-body-02-letter-spacing: 0;
|
|
174
|
-
--cds-heading-03-font-size: 1.25rem;
|
|
175
|
-
--cds-heading-03-font-weight: 400;
|
|
176
|
-
--cds-heading-03-line-height: 1.4;
|
|
177
|
-
--cds-heading-03-letter-spacing: 0;
|
|
178
|
-
--cds-heading-04-font-size: 1.75rem;
|
|
179
|
-
--cds-heading-04-font-weight: 400;
|
|
180
|
-
--cds-heading-04-line-height: 1.28572;
|
|
181
|
-
--cds-heading-04-letter-spacing: 0;
|
|
182
|
-
--cds-heading-05-font-size: 2rem;
|
|
183
|
-
--cds-heading-05-font-weight: 400;
|
|
184
|
-
--cds-heading-05-line-height: 1.25;
|
|
185
|
-
--cds-heading-05-letter-spacing: 0;
|
|
186
|
-
--cds-heading-06-font-size: 2.625rem;
|
|
187
|
-
--cds-heading-06-font-weight: 300;
|
|
188
|
-
--cds-heading-06-line-height: 1.199;
|
|
189
|
-
--cds-heading-06-letter-spacing: 0;
|
|
190
|
-
--cds-heading-07-font-size: 3.375rem;
|
|
191
|
-
--cds-heading-07-font-weight: 300;
|
|
192
|
-
--cds-heading-07-line-height: 1.19;
|
|
193
|
-
--cds-heading-07-letter-spacing: 0;
|
|
194
|
-
}
|
|
195
|
-
|
|
196
2
|
html,
|
|
197
3
|
body,
|
|
198
4
|
div,
|
|
@@ -3181,7 +2987,9 @@ em {
|
|
|
3181
2987
|
--cds-tag-hover-warm-gray: #d8d0cf;
|
|
3182
2988
|
--cds-status-red: #da1e28;
|
|
3183
2989
|
--cds-status-orange: #ff832b;
|
|
2990
|
+
--cds-status-orange-outline: #ba4e00;
|
|
3184
2991
|
--cds-status-yellow: #f1c21b;
|
|
2992
|
+
--cds-status-yellow-outline: #8e6a00;
|
|
3185
2993
|
--cds-status-green: #24a148;
|
|
3186
2994
|
--cds-status-blue: #0043ce;
|
|
3187
2995
|
--cds-status-purple: #8a3ffc;
|
|
@@ -3411,7 +3219,9 @@ em {
|
|
|
3411
3219
|
--cds-tag-hover-warm-gray: #d8d0cf;
|
|
3412
3220
|
--cds-status-red: #da1e28;
|
|
3413
3221
|
--cds-status-orange: #ff832b;
|
|
3222
|
+
--cds-status-orange-outline: #ba4e00;
|
|
3414
3223
|
--cds-status-yellow: #f1c21b;
|
|
3224
|
+
--cds-status-yellow-outline: #8e6a00;
|
|
3415
3225
|
--cds-status-green: #24a148;
|
|
3416
3226
|
--cds-status-blue: #0043ce;
|
|
3417
3227
|
--cds-status-purple: #8a3ffc;
|
|
@@ -3640,7 +3450,9 @@ em {
|
|
|
3640
3450
|
--cds-tag-hover-warm-gray: #696363;
|
|
3641
3451
|
--cds-status-red: #fa4d56;
|
|
3642
3452
|
--cds-status-orange: #ff832b;
|
|
3453
|
+
--cds-status-orange-outline: #ff832b;
|
|
3643
3454
|
--cds-status-yellow: #f1c21b;
|
|
3455
|
+
--cds-status-yellow-outline: #f1c21b;
|
|
3644
3456
|
--cds-status-green: #42be65;
|
|
3645
3457
|
--cds-status-blue: #4589ff;
|
|
3646
3458
|
--cds-status-purple: #a56eff;
|
|
@@ -3869,7 +3681,9 @@ em {
|
|
|
3869
3681
|
--cds-tag-hover-warm-gray: #696363;
|
|
3870
3682
|
--cds-status-red: #fa4d56;
|
|
3871
3683
|
--cds-status-orange: #ff832b;
|
|
3684
|
+
--cds-status-orange-outline: #ff832b;
|
|
3872
3685
|
--cds-status-yellow: #f1c21b;
|
|
3686
|
+
--cds-status-yellow-outline: #f1c21b;
|
|
3873
3687
|
--cds-status-green: #42be65;
|
|
3874
3688
|
--cds-status-blue: #4589ff;
|
|
3875
3689
|
--cds-status-purple: #a56eff;
|
|
@@ -4414,6 +4228,27 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
4414
4228
|
transform: translate(var(--cds-popover-offset, 0rem), calc(100% + var(--cds-popover-offset, 0rem)));
|
|
4415
4229
|
}
|
|
4416
4230
|
|
|
4231
|
+
.cds--popover--bottom-end:not(.cds--popover--auto-align) > .cds--popover > .cds--popover-caret,
|
|
4232
|
+
.cds--popover--top-end:not(.cds--popover--auto-align) > .cds--popover > .cds--popover-caret {
|
|
4233
|
+
inset-block-end: 0;
|
|
4234
|
+
inset-inline-end: 0;
|
|
4235
|
+
inset-inline-start: auto;
|
|
4236
|
+
}
|
|
4237
|
+
|
|
4238
|
+
.cds--popover--bottom-start:not(.cds--popover--auto-align) > .cds--popover > .cds--popover-caret {
|
|
4239
|
+
inset-block-end: 0;
|
|
4240
|
+
inset-inline-end: auto;
|
|
4241
|
+
inset-inline-start: 0;
|
|
4242
|
+
transform: translate(50%, calc(var(--cds-popover-offset, 0rem)));
|
|
4243
|
+
}
|
|
4244
|
+
|
|
4245
|
+
.cds--popover--top-start:not(.cds--popover--auto-align) > .cds--popover > .cds--popover-caret {
|
|
4246
|
+
inset-block-end: 0;
|
|
4247
|
+
inset-inline-end: auto;
|
|
4248
|
+
inset-inline-start: 0;
|
|
4249
|
+
transform: translate(50%, calc(-1 * var(--cds-popover-offset, 0rem)));
|
|
4250
|
+
}
|
|
4251
|
+
|
|
4417
4252
|
[dir=rtl] .cds--popover--bottom-right:not(.cds--popover--auto-align) > .cds--popover > .cds--popover-content,
|
|
4418
4253
|
[dir=rtl] .cds--popover--bottom-end:not(.cds--popover--auto-align) > .cds--popover > .cds--popover-content {
|
|
4419
4254
|
inset-inline-start: 0;
|
|
@@ -4765,7 +4600,6 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
4765
4600
|
line-height: var(--cds-body-01-line-height, 1.42857);
|
|
4766
4601
|
letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
|
|
4767
4602
|
padding: var(--cds-tooltip-padding-block, 1rem) var(--cds-tooltip-padding-inline, 1rem);
|
|
4768
|
-
color: var(--cds-text-inverse, #ffffff);
|
|
4769
4603
|
max-inline-size: 18rem;
|
|
4770
4604
|
}
|
|
4771
4605
|
|
|
@@ -4835,6 +4669,8 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
4835
4669
|
letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
|
|
4836
4670
|
padding: 0.5rem 1rem;
|
|
4837
4671
|
max-inline-size: 11rem;
|
|
4672
|
+
text-wrap: auto;
|
|
4673
|
+
word-break: break-word;
|
|
4838
4674
|
}
|
|
4839
4675
|
|
|
4840
4676
|
.cds--btn {
|
|
@@ -5296,6 +5132,11 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
5296
5132
|
box-shadow: none;
|
|
5297
5133
|
}
|
|
5298
5134
|
|
|
5135
|
+
.cds--btn--sm .cds--badge-indicator {
|
|
5136
|
+
margin-block-start: 0.25rem;
|
|
5137
|
+
margin-inline-end: 0.25rem;
|
|
5138
|
+
}
|
|
5139
|
+
|
|
5299
5140
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
5300
5141
|
.cds--btn:focus {
|
|
5301
5142
|
color: Highlight;
|
|
@@ -6284,6 +6125,30 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
6284
6125
|
padding-block-start: 100%;
|
|
6285
6126
|
}
|
|
6286
6127
|
|
|
6128
|
+
.cds--badge-indicator {
|
|
6129
|
+
font-size: var(--cds-helper-text-01-font-size, 0.75rem);
|
|
6130
|
+
line-height: var(--cds-helper-text-01-line-height, 1.33333);
|
|
6131
|
+
letter-spacing: var(--cds-helper-text-01-letter-spacing, 0.32px);
|
|
6132
|
+
position: absolute;
|
|
6133
|
+
display: flex;
|
|
6134
|
+
padding: 0 0.25rem 0.125rem;
|
|
6135
|
+
border-radius: 100px;
|
|
6136
|
+
background: var(--cds-support-error, #da1e28);
|
|
6137
|
+
color: var(--cds-text-on-color, #ffffff);
|
|
6138
|
+
inset-block-start: 0;
|
|
6139
|
+
inset-inline-end: 0;
|
|
6140
|
+
margin-block-start: 0.5rem;
|
|
6141
|
+
margin-inline-end: 0.5rem;
|
|
6142
|
+
max-block-size: 1rem;
|
|
6143
|
+
min-block-size: 0.5rem;
|
|
6144
|
+
min-inline-size: 0.5rem;
|
|
6145
|
+
}
|
|
6146
|
+
|
|
6147
|
+
.cds--badge-indicator--count {
|
|
6148
|
+
margin-block-start: 0.25rem;
|
|
6149
|
+
margin-inline-end: 0.25rem;
|
|
6150
|
+
}
|
|
6151
|
+
|
|
6287
6152
|
.cds--overflow-menu,
|
|
6288
6153
|
.cds--overflow-menu__trigger {
|
|
6289
6154
|
box-sizing: border-box;
|
|
@@ -6709,6 +6574,17 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
6709
6574
|
}
|
|
6710
6575
|
}
|
|
6711
6576
|
|
|
6577
|
+
.cds--breadcrumb--sm {
|
|
6578
|
+
font-size: var(--cds-label-01-font-size, 0.75rem);
|
|
6579
|
+
font-weight: var(--cds-label-01-font-weight, 400);
|
|
6580
|
+
line-height: var(--cds-label-01-line-height, 1.33333);
|
|
6581
|
+
letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
|
|
6582
|
+
}
|
|
6583
|
+
|
|
6584
|
+
.cds--breadcrumb .cds--link {
|
|
6585
|
+
font: inherit;
|
|
6586
|
+
}
|
|
6587
|
+
|
|
6712
6588
|
.cds--breadcrumb-item {
|
|
6713
6589
|
position: relative;
|
|
6714
6590
|
display: flex;
|
|
@@ -6716,6 +6592,10 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
6716
6592
|
margin-inline-end: 0.5rem;
|
|
6717
6593
|
}
|
|
6718
6594
|
|
|
6595
|
+
.cds--breadcrumb--sm .cds--breadcrumb-item {
|
|
6596
|
+
margin-inline-end: 0.25rem;
|
|
6597
|
+
}
|
|
6598
|
+
|
|
6719
6599
|
.cds--breadcrumb-item .cds--link:visited {
|
|
6720
6600
|
color: var(--cds-link-primary, #0f62fe);
|
|
6721
6601
|
}
|
|
@@ -6729,6 +6609,10 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
6729
6609
|
margin-inline-start: 0.5rem;
|
|
6730
6610
|
}
|
|
6731
6611
|
|
|
6612
|
+
.cds--breadcrumb--sm .cds--breadcrumb-item::after {
|
|
6613
|
+
margin-inline-start: 0.25rem;
|
|
6614
|
+
}
|
|
6615
|
+
|
|
6732
6616
|
.cds--breadcrumb--no-trailing-slash .cds--breadcrumb-item:last-child::after {
|
|
6733
6617
|
content: "";
|
|
6734
6618
|
}
|
|
@@ -6779,6 +6663,10 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
6779
6663
|
}
|
|
6780
6664
|
}
|
|
6781
6665
|
|
|
6666
|
+
.cds--breadcrumb--sm .cds--breadcrumb-item .cds--overflow-menu {
|
|
6667
|
+
inline-size: 1rem;
|
|
6668
|
+
}
|
|
6669
|
+
|
|
6782
6670
|
.cds--breadcrumb-item .cds--overflow-menu:hover::after {
|
|
6783
6671
|
opacity: 1;
|
|
6784
6672
|
}
|
|
@@ -6788,7 +6676,7 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
6788
6676
|
box-shadow: none;
|
|
6789
6677
|
}
|
|
6790
6678
|
|
|
6791
|
-
.cds--breadcrumb-item .cds--overflow-menu__icon {
|
|
6679
|
+
.cds--breadcrumb-item .cds--overflow-menu .cds--overflow-menu__icon {
|
|
6792
6680
|
position: relative;
|
|
6793
6681
|
fill: var(--cds-link-primary, #0f62fe);
|
|
6794
6682
|
transform: translateY(4px);
|
|
@@ -10897,14 +10785,6 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
10897
10785
|
block-size: 3rem;
|
|
10898
10786
|
}
|
|
10899
10787
|
|
|
10900
|
-
.cds--menu-item__icon {
|
|
10901
|
-
display: none;
|
|
10902
|
-
}
|
|
10903
|
-
|
|
10904
|
-
.cds--menu--with-icons .cds--menu-item__icon {
|
|
10905
|
-
display: flex;
|
|
10906
|
-
}
|
|
10907
|
-
|
|
10908
10788
|
.cds--menu-item__label {
|
|
10909
10789
|
overflow: hidden;
|
|
10910
10790
|
text-overflow: ellipsis;
|
|
@@ -10934,12 +10814,35 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
10934
10814
|
box-sizing: inherit;
|
|
10935
10815
|
}
|
|
10936
10816
|
|
|
10817
|
+
.cds--menu-item__icon,
|
|
10818
|
+
.cds--menu-item__selection-icon {
|
|
10819
|
+
display: none;
|
|
10820
|
+
}
|
|
10821
|
+
|
|
10937
10822
|
.cds--menu--with-icons > .cds--menu-item,
|
|
10938
10823
|
.cds--menu--with-icons > .cds--menu-item-group > ul > .cds--menu-item,
|
|
10939
|
-
.cds--menu--with-icons > .cds--menu-item-radio-group > ul > .cds--menu-item
|
|
10824
|
+
.cds--menu--with-icons > .cds--menu-item-radio-group > ul > .cds--menu-item,
|
|
10825
|
+
.cds--menu--with-selectable-items > .cds--menu-item,
|
|
10826
|
+
.cds--menu--with-selectable-items > .cds--menu-item-group > ul > .cds--menu-item,
|
|
10827
|
+
.cds--menu--with-selectable-items > .cds--menu-item-radio-group > ul > .cds--menu-item {
|
|
10940
10828
|
grid-template-columns: 1rem 1fr max-content;
|
|
10941
10829
|
}
|
|
10942
10830
|
|
|
10831
|
+
.cds--menu--with-icons > .cds--menu-item > .cds--menu-item__icon,
|
|
10832
|
+
.cds--menu--with-icons > .cds--menu-item-group > ul > .cds--menu-item > .cds--menu-item__icon,
|
|
10833
|
+
.cds--menu--with-icons > .cds--menu-item-radio-group > ul > .cds--menu-item > .cds--menu-item__icon,
|
|
10834
|
+
.cds--menu--with-selectable-items > .cds--menu-item > .cds--menu-item__selection-icon,
|
|
10835
|
+
.cds--menu--with-selectable-items > .cds--menu-item-group > ul > .cds--menu-item > .cds--menu-item__selection-icon,
|
|
10836
|
+
.cds--menu--with-selectable-items > .cds--menu-item-radio-group > ul > .cds--menu-item > .cds--menu-item__selection-icon {
|
|
10837
|
+
display: flex;
|
|
10838
|
+
}
|
|
10839
|
+
|
|
10840
|
+
.cds--menu--with-icons.cds--menu--with-selectable-items > .cds--menu-item,
|
|
10841
|
+
.cds--menu--with-icons.cds--menu--with-selectable-items > .cds--menu-item-group > ul > .cds--menu-item,
|
|
10842
|
+
.cds--menu--with-icons.cds--menu--with-selectable-items > .cds--menu-item-radio-group > ul > .cds--menu-item {
|
|
10843
|
+
grid-template-columns: 1rem 1rem 1fr max-content;
|
|
10844
|
+
}
|
|
10845
|
+
|
|
10943
10846
|
.cds--menu-item--disabled {
|
|
10944
10847
|
color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
|
|
10945
10848
|
cursor: not-allowed;
|
|
@@ -19722,18 +19625,6 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
19722
19625
|
transform: rotate(180deg);
|
|
19723
19626
|
}
|
|
19724
19627
|
|
|
19725
|
-
.cds--menu-button__top {
|
|
19726
|
-
transform: translate(0, calc(-100% - var(--cds-popover-offset, 3rem)));
|
|
19727
|
-
}
|
|
19728
|
-
|
|
19729
|
-
.cds--menu-button__top-start {
|
|
19730
|
-
transform: translate(0, calc(-100% - var(--cds-popover-offset, 3rem)));
|
|
19731
|
-
}
|
|
19732
|
-
|
|
19733
|
-
.cds--menu-button__top-end {
|
|
19734
|
-
transform: translate(0, calc(-100% - var(--cds-popover-offset, 3rem)));
|
|
19735
|
-
}
|
|
19736
|
-
|
|
19737
19628
|
.cds--modal {
|
|
19738
19629
|
position: fixed;
|
|
19739
19630
|
z-index: 9000;
|
|
@@ -22434,6 +22325,79 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
22434
22325
|
inset-inline-start: 0;
|
|
22435
22326
|
}
|
|
22436
22327
|
|
|
22328
|
+
.cds--shape-indicator {
|
|
22329
|
+
font-size: var(--cds-helper-text-01-font-size, 0.75rem);
|
|
22330
|
+
line-height: var(--cds-helper-text-01-line-height, 1.33333);
|
|
22331
|
+
letter-spacing: var(--cds-helper-text-01-letter-spacing, 0.32px);
|
|
22332
|
+
display: flex;
|
|
22333
|
+
color: var(--cds-text-secondary, #525252);
|
|
22334
|
+
}
|
|
22335
|
+
|
|
22336
|
+
.cds--shape-indicator svg {
|
|
22337
|
+
align-self: center;
|
|
22338
|
+
margin-inline-end: 0.5rem;
|
|
22339
|
+
}
|
|
22340
|
+
|
|
22341
|
+
.cds--shape-indicator--14 {
|
|
22342
|
+
font-size: var(--cds-body-compact-01-font-size, 0.875rem);
|
|
22343
|
+
font-weight: var(--cds-body-compact-01-font-weight, 400);
|
|
22344
|
+
line-height: var(--cds-body-compact-01-line-height, 1.28572);
|
|
22345
|
+
letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
|
|
22346
|
+
}
|
|
22347
|
+
|
|
22348
|
+
.cds--shape-indicator--failed {
|
|
22349
|
+
fill: var(--cds-status-red, #da1e28);
|
|
22350
|
+
}
|
|
22351
|
+
|
|
22352
|
+
.cds--shape-indicator--critical {
|
|
22353
|
+
fill: var(--cds-status-red, #da1e28);
|
|
22354
|
+
}
|
|
22355
|
+
|
|
22356
|
+
.cds--shape-indicator--high {
|
|
22357
|
+
fill: var(--cds-status-red, #da1e28);
|
|
22358
|
+
}
|
|
22359
|
+
|
|
22360
|
+
.cds--shape-indicator--medium {
|
|
22361
|
+
fill: var(--cds-status-orange, #ff832b);
|
|
22362
|
+
}
|
|
22363
|
+
.cds--shape-indicator--medium path:first-of-type {
|
|
22364
|
+
fill: var(--cds-status-orange-outline, #ba4e00);
|
|
22365
|
+
}
|
|
22366
|
+
|
|
22367
|
+
.cds--shape-indicator--low {
|
|
22368
|
+
fill: var(--cds-status-yellow, #f1c21b);
|
|
22369
|
+
}
|
|
22370
|
+
.cds--shape-indicator--low path:nth-of-type(2) {
|
|
22371
|
+
fill: var(--cds-status-yellow-outline, #8e6a00);
|
|
22372
|
+
}
|
|
22373
|
+
|
|
22374
|
+
.cds--shape-indicator--cautious {
|
|
22375
|
+
fill: var(--cds-status-yellow, #f1c21b);
|
|
22376
|
+
}
|
|
22377
|
+
.cds--shape-indicator--cautious path:first-of-type {
|
|
22378
|
+
fill: var(--cds-status-yellow-outline, #8e6a00);
|
|
22379
|
+
}
|
|
22380
|
+
|
|
22381
|
+
.cds--shape-indicator--undefined {
|
|
22382
|
+
fill: var(--cds-status-purple, #8a3ffc);
|
|
22383
|
+
}
|
|
22384
|
+
|
|
22385
|
+
.cds--shape-indicator--stable {
|
|
22386
|
+
fill: var(--cds-status-green, #24a148);
|
|
22387
|
+
}
|
|
22388
|
+
|
|
22389
|
+
.cds--shape-indicator--informative {
|
|
22390
|
+
fill: var(--cds-status-blue, #0043ce);
|
|
22391
|
+
}
|
|
22392
|
+
|
|
22393
|
+
.cds--shape-indicator--incomplete path:nth-of-type(2) {
|
|
22394
|
+
fill: var(--cds-status-blue, #0043ce);
|
|
22395
|
+
}
|
|
22396
|
+
|
|
22397
|
+
.cds--shape-indicator--draft {
|
|
22398
|
+
fill: var(--cds-status-gray, #6f6f6f);
|
|
22399
|
+
}
|
|
22400
|
+
|
|
22437
22401
|
@keyframes ai-skeleton-animation {
|
|
22438
22402
|
0% {
|
|
22439
22403
|
transform: translateX(-100%);
|
|
@@ -23594,6 +23558,7 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
23594
23558
|
inset-block-start: 0.0625rem;
|
|
23595
23559
|
}
|
|
23596
23560
|
.cds--tabs .cds--tabs__nav-item {
|
|
23561
|
+
position: relative;
|
|
23597
23562
|
display: flex;
|
|
23598
23563
|
flex: 1 0 auto;
|
|
23599
23564
|
padding: 0;
|
|
@@ -23845,6 +23810,10 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
23845
23810
|
.cds--tabs .cds--tabs__nav-item--icon-only .cds--tabs__nav-item-label, .cds--tabs.cds--tabs--contained .cds--tabs__nav-item--icon-only .cds--tabs__nav-item-label {
|
|
23846
23811
|
line-height: 0;
|
|
23847
23812
|
}
|
|
23813
|
+
.cds--tabs .cds--tabs__nav-item--icon-only:not(.cds--tabs__nav-item--icon-only__20) .cds--badge-indicator {
|
|
23814
|
+
margin-block-start: 0.25rem;
|
|
23815
|
+
margin-inline-end: 0.25rem;
|
|
23816
|
+
}
|
|
23848
23817
|
.cds--tabs:not(.cds--tabs--contained) .cds--tabs__nav-item:not(.cds--tabs__nav-item--selected):not(.cds--tabs__nav-item--disabled):hover {
|
|
23849
23818
|
border-block-end: 2px solid var(--cds-border-strong);
|
|
23850
23819
|
color: var(--cds-text-primary, #161616);
|
|
@@ -25128,11 +25097,9 @@ li.cds--tree-node-link-parent > .cds--tree-node__children {
|
|
|
25128
25097
|
.cds--tree-parent-node__toggle {
|
|
25129
25098
|
display: flex;
|
|
25130
25099
|
align-items: center;
|
|
25131
|
-
align-self: flex-start;
|
|
25132
25100
|
border: 0;
|
|
25133
25101
|
block-size: 1.5rem;
|
|
25134
25102
|
inline-size: 1.5rem;
|
|
25135
|
-
margin-block-start: 0.25rem;
|
|
25136
25103
|
margin-inline: -0.25rem 0.25rem;
|
|
25137
25104
|
padding-inline-start: 0.25rem;
|
|
25138
25105
|
}
|
|
@@ -25154,9 +25121,7 @@ li.cds--tree-node-link-parent > .cds--tree-node__children {
|
|
|
25154
25121
|
}
|
|
25155
25122
|
|
|
25156
25123
|
.cds--tree-node__icon {
|
|
25157
|
-
align-self: flex-start;
|
|
25158
25124
|
fill: var(--cds-icon-secondary, #525252);
|
|
25159
|
-
margin-block-start: 0.0625rem;
|
|
25160
25125
|
margin-inline: 0.5rem 0.5rem;
|
|
25161
25126
|
min-block-size: 1rem;
|
|
25162
25127
|
min-inline-size: 1rem;
|