@useblu/ocean-core 1.119.0 → 1.123.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/CHANGELOG.md +29 -0
- package/ocean.css +533 -39
- package/ocean.css.map +1 -1
- package/ocean.min.css +1 -1
- package/ocean.min.css.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,35 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [1.123.0](https://github.com/ocean-ds/ocean-web/compare/v1.122.0...v1.123.0) (2025-12-22)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- trigger deploy ([#1212](https://github.com/ocean-ds/ocean-web/issues/1212)) ([51c8bbe](https://github.com/ocean-ds/ocean-web/commit/51c8bbe69f32a643b2451add1287af1e78a91120))
|
|
11
|
+
|
|
12
|
+
# [1.122.0](https://github.com/ocean-ds/ocean-web/compare/v1.121.0...v1.122.0) (2025-12-22)
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
- trigger branch ([#1211](https://github.com/ocean-ds/ocean-web/issues/1211)) ([d01bca0](https://github.com/ocean-ds/ocean-web/commit/d01bca013c0ccab95722c620167f56086e0f445c))
|
|
17
|
+
|
|
18
|
+
# [1.121.0](https://github.com/ocean-ds/ocean-web/compare/v1.120.0...v1.121.0) (2025-12-22)
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
- card list item update ([#1209](https://github.com/ocean-ds/ocean-web/issues/1209)) ([add331c](https://github.com/ocean-ds/ocean-web/commit/add331c283be824a1ac150489a1c57e62a4d9c72))
|
|
23
|
+
|
|
24
|
+
# [1.120.0](https://github.com/ocean-ds/ocean-web/compare/v1.119.0...v1.120.0) (2025-12-22)
|
|
25
|
+
|
|
26
|
+
### Features
|
|
27
|
+
|
|
28
|
+
- card group ([#1207](https://github.com/ocean-ds/ocean-web/issues/1207)) ([b60335d](https://github.com/ocean-ds/ocean-web/commit/b60335da9c7b798dea5ae98c2ae0c94a10d799ef))
|
|
29
|
+
- contextual menu component ([#1206](https://github.com/ocean-ds/ocean-web/issues/1206)) ([bff5b47](https://github.com/ocean-ds/ocean-web/commit/bff5b47246160d59615496e5c47ac94640c63a7d))
|
|
30
|
+
- list readonly ([#1198](https://github.com/ocean-ds/ocean-web/issues/1198)) ([2cc7c29](https://github.com/ocean-ds/ocean-web/commit/2cc7c29f24b06c59f9a0258289204d15d1d109a1))
|
|
31
|
+
- list settings ([#1200](https://github.com/ocean-ds/ocean-web/issues/1200)) ([eda2f62](https://github.com/ocean-ds/ocean-web/commit/eda2f6270d2bcb4b832c65e85c06b23fb97a336c))
|
|
32
|
+
- new component contextual hero ([#1205](https://github.com/ocean-ds/ocean-web/issues/1205)) ([1dd0824](https://github.com/ocean-ds/ocean-web/commit/1dd08245f1cd619d2958657898bbc9bb829abeec))
|
|
33
|
+
- update chip component ([#1208](https://github.com/ocean-ds/ocean-web/issues/1208)) ([f4245ed](https://github.com/ocean-ds/ocean-web/commit/f4245ed64188be70bfac95a2df0e7024b5aefc21))
|
|
34
|
+
|
|
6
35
|
# [1.119.0](https://github.com/ocean-ds/ocean-web/compare/v1.118.0...v1.119.0) (2025-12-08)
|
|
7
36
|
|
|
8
37
|
### Features
|
package/ocean.css
CHANGED
|
@@ -3024,14 +3024,34 @@
|
|
|
3024
3024
|
.ods-list .ods-card-list-item:not(:last-of-type) {
|
|
3025
3025
|
border-bottom: 1px solid #e0e2ee;
|
|
3026
3026
|
}
|
|
3027
|
-
.ods-list .ods-list-action__container .ods-list-action
|
|
3027
|
+
.ods-list .ods-list-action__container .ods-list-action,
|
|
3028
|
+
.ods-list .ods-list-action__container .ods-list-settings,
|
|
3029
|
+
.ods-list .ods-list-action__container .ods-list-readonly,
|
|
3030
|
+
.ods-list .ods-list-settings__container .ods-list-action,
|
|
3031
|
+
.ods-list .ods-list-settings__container .ods-list-settings,
|
|
3032
|
+
.ods-list .ods-list-settings__container .ods-list-readonly,
|
|
3033
|
+
.ods-list .ods-list-readonly__container .ods-list-action,
|
|
3034
|
+
.ods-list .ods-list-readonly__container .ods-list-settings,
|
|
3035
|
+
.ods-list .ods-list-readonly__container .ods-list-readonly {
|
|
3028
3036
|
border: 0;
|
|
3029
3037
|
border-radius: 0;
|
|
3030
3038
|
}
|
|
3031
|
-
.ods-list .ods-list-action__container:last-of-type > .ods-list-action__divider
|
|
3039
|
+
.ods-list .ods-list-action__container:last-of-type > .ods-list-action__divider, .ods-list .ods-list-action__container:last-of-type > .ods-list-readonly__divider, .ods-list .ods-list-action__container:last-of-type > .ods-list-settings__divider,
|
|
3040
|
+
.ods-list .ods-list-settings__container:last-of-type > .ods-list-action__divider,
|
|
3041
|
+
.ods-list .ods-list-settings__container:last-of-type > .ods-list-readonly__divider,
|
|
3042
|
+
.ods-list .ods-list-settings__container:last-of-type > .ods-list-settings__divider,
|
|
3043
|
+
.ods-list .ods-list-readonly__container:last-of-type > .ods-list-action__divider,
|
|
3044
|
+
.ods-list .ods-list-readonly__container:last-of-type > .ods-list-readonly__divider,
|
|
3045
|
+
.ods-list .ods-list-readonly__container:last-of-type > .ods-list-settings__divider {
|
|
3032
3046
|
border: 0;
|
|
3033
3047
|
}
|
|
3034
|
-
.ods-list .ods-list-action__container:not(:last-of-type) > .ods-list-action--card
|
|
3048
|
+
.ods-list .ods-list-action__container:not(:last-of-type) > .ods-list-action--card, .ods-list .ods-list-action__container:not(:last-of-type) > .ods-list-readonly--card, .ods-list .ods-list-action__container:not(:last-of-type) > .ods-list-settings--card,
|
|
3049
|
+
.ods-list .ods-list-settings__container:not(:last-of-type) > .ods-list-action--card,
|
|
3050
|
+
.ods-list .ods-list-settings__container:not(:last-of-type) > .ods-list-readonly--card,
|
|
3051
|
+
.ods-list .ods-list-settings__container:not(:last-of-type) > .ods-list-settings--card,
|
|
3052
|
+
.ods-list .ods-list-readonly__container:not(:last-of-type) > .ods-list-action--card,
|
|
3053
|
+
.ods-list .ods-list-readonly__container:not(:last-of-type) > .ods-list-readonly--card,
|
|
3054
|
+
.ods-list .ods-list-readonly__container:not(:last-of-type) > .ods-list-settings--card {
|
|
3035
3055
|
border-bottom: 1px solid #e0e2ee;
|
|
3036
3056
|
}
|
|
3037
3057
|
.ods-list .ods-list-expandable--card {
|
|
@@ -5175,7 +5195,7 @@
|
|
|
5175
5195
|
display: flex;
|
|
5176
5196
|
flex-direction: row;
|
|
5177
5197
|
gap: 12px;
|
|
5178
|
-
padding: 16px
|
|
5198
|
+
padding: 16px 8px 16px 16px;
|
|
5179
5199
|
transition: 200ms;
|
|
5180
5200
|
width: 320px;
|
|
5181
5201
|
}
|
|
@@ -5340,24 +5360,19 @@
|
|
|
5340
5360
|
position: relative;
|
|
5341
5361
|
}
|
|
5342
5362
|
.ods-chips__button {
|
|
5363
|
+
align-items: center;
|
|
5343
5364
|
background: #f3f5fe;
|
|
5344
5365
|
border: 0;
|
|
5345
5366
|
border-radius: 24px;
|
|
5346
5367
|
color: #0025e0;
|
|
5347
5368
|
display: flex;
|
|
5348
|
-
font-size: 14px;
|
|
5349
|
-
font-weight: 700;
|
|
5350
5369
|
gap: 4px;
|
|
5351
5370
|
height: 32px;
|
|
5352
|
-
padding: 8px
|
|
5371
|
+
padding: 4px 8px 4px 12px;
|
|
5353
5372
|
}
|
|
5354
|
-
.ods-chips__button:hover, .ods-chips__button:focus {
|
|
5373
|
+
.ods-chips__button:hover, .ods-chips__button:focus, .ods-chips__button:active {
|
|
5355
5374
|
background: #e0e2ee;
|
|
5356
5375
|
}
|
|
5357
|
-
.ods-chips__button:active {
|
|
5358
|
-
background: #0025e0;
|
|
5359
|
-
color: white;
|
|
5360
|
-
}
|
|
5361
5376
|
.ods-chips__button:active .ods-chips__badge > .ods-badge__content {
|
|
5362
5377
|
background: white;
|
|
5363
5378
|
color: #0025e0;
|
|
@@ -5366,6 +5381,9 @@
|
|
|
5366
5381
|
height: 16px;
|
|
5367
5382
|
width: 16px;
|
|
5368
5383
|
}
|
|
5384
|
+
.ods-chips__button--no-options {
|
|
5385
|
+
padding: 4px 12px;
|
|
5386
|
+
}
|
|
5369
5387
|
.ods-chips__button--disabled {
|
|
5370
5388
|
background: #f3f5fe;
|
|
5371
5389
|
pointer-events: none;
|
|
@@ -5391,6 +5409,9 @@
|
|
|
5391
5409
|
color: #0025e0;
|
|
5392
5410
|
}
|
|
5393
5411
|
.ods-chips__label {
|
|
5412
|
+
font-size: 14px;
|
|
5413
|
+
font-weight: 700;
|
|
5414
|
+
line-height: 1.5;
|
|
5394
5415
|
margin: 0;
|
|
5395
5416
|
}
|
|
5396
5417
|
.ods-chips__options {
|
|
@@ -5400,10 +5421,30 @@
|
|
|
5400
5421
|
box-shadow: 0 8px 16px rgba(12, 13, 20, 0.08);
|
|
5401
5422
|
display: flex;
|
|
5402
5423
|
flex-direction: column;
|
|
5403
|
-
padding: 4px 0;
|
|
5404
5424
|
position: absolute;
|
|
5405
5425
|
top: 38px;
|
|
5406
|
-
width:
|
|
5426
|
+
width: -webkit-max-content;
|
|
5427
|
+
width: -moz-max-content;
|
|
5428
|
+
width: max-content;
|
|
5429
|
+
z-index: 2;
|
|
5430
|
+
}
|
|
5431
|
+
@media (max-width: 767.98px) {
|
|
5432
|
+
.ods-chips__options {
|
|
5433
|
+
border-radius: 16px 16px 0 0;
|
|
5434
|
+
bottom: 0;
|
|
5435
|
+
left: 0;
|
|
5436
|
+
max-height: 73.5%;
|
|
5437
|
+
overflow: hidden;
|
|
5438
|
+
padding: 0;
|
|
5439
|
+
position: fixed;
|
|
5440
|
+
right: 0;
|
|
5441
|
+
top: initial;
|
|
5442
|
+
width: 100%;
|
|
5443
|
+
z-index: 1000;
|
|
5444
|
+
}
|
|
5445
|
+
}
|
|
5446
|
+
.ods-chips__options__select-all {
|
|
5447
|
+
border-bottom: 1px solid #e0e2ee;
|
|
5407
5448
|
}
|
|
5408
5449
|
.ods-chips__options--content {
|
|
5409
5450
|
align-items: flex-start;
|
|
@@ -5415,20 +5456,6 @@
|
|
|
5415
5456
|
scrollbar-width: none;
|
|
5416
5457
|
width: 220px;
|
|
5417
5458
|
}
|
|
5418
|
-
.ods-chips__options--content--columns-2 {
|
|
5419
|
-
display: grid;
|
|
5420
|
-
grid-column-gap: 20px;
|
|
5421
|
-
grid-template-columns: repeat(2, 1fr);
|
|
5422
|
-
min-width: 296px;
|
|
5423
|
-
width: auto;
|
|
5424
|
-
}
|
|
5425
|
-
.ods-chips__options--content--columns-3 {
|
|
5426
|
-
display: grid;
|
|
5427
|
-
grid-column-gap: 20px;
|
|
5428
|
-
grid-template-columns: repeat(3, 1fr);
|
|
5429
|
-
min-width: 436px;
|
|
5430
|
-
width: auto;
|
|
5431
|
-
}
|
|
5432
5459
|
.ods-chips__options::-webkit-scrollbar {
|
|
5433
5460
|
display: none;
|
|
5434
5461
|
}
|
|
@@ -5441,7 +5468,6 @@
|
|
|
5441
5468
|
font-size: 14px;
|
|
5442
5469
|
font-weight: 400;
|
|
5443
5470
|
gap: 8px;
|
|
5444
|
-
min-height: 40px;
|
|
5445
5471
|
padding: 8px 12px;
|
|
5446
5472
|
text-wrap: nowrap;
|
|
5447
5473
|
width: 100%;
|
|
@@ -5460,22 +5486,45 @@
|
|
|
5460
5486
|
.ods-chips__options--footer {
|
|
5461
5487
|
border-top: 1px solid #e0e2ee;
|
|
5462
5488
|
display: flex;
|
|
5463
|
-
|
|
5489
|
+
gap: 8px;
|
|
5464
5490
|
justify-content: space-between;
|
|
5465
5491
|
padding: 16px 16px 16px 8px;
|
|
5466
5492
|
}
|
|
5493
|
+
.ods-chips__options__header {
|
|
5494
|
+
padding: 16px 16px 8px;
|
|
5495
|
+
}
|
|
5496
|
+
@media (max-width: 767.98px) {
|
|
5497
|
+
.ods-chips__options__header {
|
|
5498
|
+
padding: 0 16px 8px;
|
|
5499
|
+
}
|
|
5500
|
+
}
|
|
5467
5501
|
|
|
5468
|
-
.ods-
|
|
5469
|
-
|
|
5470
|
-
padding: 0;
|
|
5471
|
-
width: 100%;
|
|
5502
|
+
.ods-chips__options__responsive-header {
|
|
5503
|
+
display: none;
|
|
5472
5504
|
}
|
|
5473
|
-
|
|
5474
|
-
|
|
5505
|
+
@media (max-width: 767.98px) {
|
|
5506
|
+
.ods-chips__options__responsive-header {
|
|
5507
|
+
display: flex;
|
|
5508
|
+
justify-content: flex-end;
|
|
5509
|
+
padding: 8px 8px 4px;
|
|
5510
|
+
}
|
|
5511
|
+
.ods-chips__options__responsive-header button {
|
|
5512
|
+
color: #aaadc0;
|
|
5513
|
+
height: 32px;
|
|
5514
|
+
max-height: 32px;
|
|
5515
|
+
max-width: 32px;
|
|
5516
|
+
width: 32px;
|
|
5517
|
+
}
|
|
5518
|
+
.ods-chips__options__responsive-header:hover button {
|
|
5519
|
+
background: transparent;
|
|
5520
|
+
color: #aaadc0;
|
|
5521
|
+
}
|
|
5475
5522
|
}
|
|
5476
|
-
|
|
5477
|
-
|
|
5478
|
-
|
|
5523
|
+
|
|
5524
|
+
@media (max-width: 767.98px) {
|
|
5525
|
+
.ods-chips__options--footer button {
|
|
5526
|
+
width: 100%;
|
|
5527
|
+
}
|
|
5479
5528
|
}
|
|
5480
5529
|
|
|
5481
5530
|
.ods-unordered-list-item {
|
|
@@ -5849,6 +5898,9 @@
|
|
|
5849
5898
|
height: -moz-fit-content;
|
|
5850
5899
|
height: fit-content;
|
|
5851
5900
|
}
|
|
5901
|
+
.ods-card-group__header--without-subtitle {
|
|
5902
|
+
padding-bottom: 0;
|
|
5903
|
+
}
|
|
5852
5904
|
.ods-card-group__action {
|
|
5853
5905
|
align-items: center;
|
|
5854
5906
|
background-color: white;
|
|
@@ -6075,6 +6127,131 @@
|
|
|
6075
6127
|
margin-right: 24px;
|
|
6076
6128
|
}
|
|
6077
6129
|
|
|
6130
|
+
.ods-list-readonly {
|
|
6131
|
+
align-items: center;
|
|
6132
|
+
background-color: white;
|
|
6133
|
+
border: 1px solid #ced1e1;
|
|
6134
|
+
border-radius: 8px;
|
|
6135
|
+
box-sizing: border-box;
|
|
6136
|
+
display: flex;
|
|
6137
|
+
gap: 12px;
|
|
6138
|
+
padding: 16px;
|
|
6139
|
+
position: relative;
|
|
6140
|
+
text-align: left;
|
|
6141
|
+
width: 100%;
|
|
6142
|
+
}
|
|
6143
|
+
.ods-list-readonly__container {
|
|
6144
|
+
width: 100%;
|
|
6145
|
+
}
|
|
6146
|
+
.ods-list-readonly--card {
|
|
6147
|
+
border-color: #ced1e1;
|
|
6148
|
+
}
|
|
6149
|
+
.ods-list-readonly--text {
|
|
6150
|
+
border: 0;
|
|
6151
|
+
border-radius: 0;
|
|
6152
|
+
}
|
|
6153
|
+
.ods-list-readonly__divider {
|
|
6154
|
+
border-bottom: 1px solid #e0e2ee;
|
|
6155
|
+
margin: 0 16px;
|
|
6156
|
+
}
|
|
6157
|
+
.ods-list-readonly__icon {
|
|
6158
|
+
align-items: center;
|
|
6159
|
+
color: #5872f5;
|
|
6160
|
+
display: flex;
|
|
6161
|
+
flex-shrink: 0;
|
|
6162
|
+
}
|
|
6163
|
+
.ods-list-readonly__icon--inactive {
|
|
6164
|
+
color: #ced1e1;
|
|
6165
|
+
}
|
|
6166
|
+
.ods-list-readonly__trailing {
|
|
6167
|
+
align-items: center;
|
|
6168
|
+
display: flex;
|
|
6169
|
+
flex-shrink: 0;
|
|
6170
|
+
gap: 8px;
|
|
6171
|
+
margin-left: auto;
|
|
6172
|
+
}
|
|
6173
|
+
.ods-list-readonly__skeleton {
|
|
6174
|
+
display: flex;
|
|
6175
|
+
flex-direction: column;
|
|
6176
|
+
gap: 8px;
|
|
6177
|
+
width: 100%;
|
|
6178
|
+
}
|
|
6179
|
+
.ods-list-readonly__skeleton .ods-skeleton-bar {
|
|
6180
|
+
max-width: 100%;
|
|
6181
|
+
}
|
|
6182
|
+
.ods-list-readonly--loading {
|
|
6183
|
+
cursor: default;
|
|
6184
|
+
pointer-events: none;
|
|
6185
|
+
}
|
|
6186
|
+
.ods-list-readonly--disabled {
|
|
6187
|
+
cursor: not-allowed;
|
|
6188
|
+
opacity: 0.6;
|
|
6189
|
+
}
|
|
6190
|
+
|
|
6191
|
+
.ods-list-settings {
|
|
6192
|
+
align-items: center;
|
|
6193
|
+
background-color: white;
|
|
6194
|
+
border: 1px solid #e0e2ee;
|
|
6195
|
+
border-radius: 8px;
|
|
6196
|
+
box-sizing: border-box;
|
|
6197
|
+
display: flex;
|
|
6198
|
+
gap: 12px;
|
|
6199
|
+
padding: 16px;
|
|
6200
|
+
position: relative;
|
|
6201
|
+
width: 100%;
|
|
6202
|
+
}
|
|
6203
|
+
.ods-list-settings__container {
|
|
6204
|
+
width: 100%;
|
|
6205
|
+
}
|
|
6206
|
+
.ods-list-settings--card {
|
|
6207
|
+
border-color: #ced1e1;
|
|
6208
|
+
}
|
|
6209
|
+
.ods-list-settings--text {
|
|
6210
|
+
border: 0;
|
|
6211
|
+
border-radius: 0;
|
|
6212
|
+
}
|
|
6213
|
+
.ods-list-settings__divider {
|
|
6214
|
+
border-bottom: 1px solid #e0e2ee;
|
|
6215
|
+
margin: 0 16px;
|
|
6216
|
+
}
|
|
6217
|
+
.ods-list-settings__icon {
|
|
6218
|
+
align-items: center;
|
|
6219
|
+
color: #5872f5;
|
|
6220
|
+
display: flex;
|
|
6221
|
+
flex-shrink: 0;
|
|
6222
|
+
}
|
|
6223
|
+
.ods-list-settings__icon--inactive svg {
|
|
6224
|
+
color: #ced1e1;
|
|
6225
|
+
}
|
|
6226
|
+
.ods-list-settings__action {
|
|
6227
|
+
align-items: center;
|
|
6228
|
+
display: flex;
|
|
6229
|
+
flex-shrink: 0;
|
|
6230
|
+
margin-left: auto;
|
|
6231
|
+
}
|
|
6232
|
+
.ods-list-settings__action > .ods-btn {
|
|
6233
|
+
min-width: -webkit-min-content;
|
|
6234
|
+
min-width: -moz-min-content;
|
|
6235
|
+
min-width: min-content;
|
|
6236
|
+
}
|
|
6237
|
+
.ods-list-settings__skeleton {
|
|
6238
|
+
display: flex;
|
|
6239
|
+
flex-direction: column;
|
|
6240
|
+
gap: 8px;
|
|
6241
|
+
width: 100%;
|
|
6242
|
+
}
|
|
6243
|
+
.ods-list-settings__skeleton .ods-skeleton-bar {
|
|
6244
|
+
max-width: 100%;
|
|
6245
|
+
}
|
|
6246
|
+
.ods-list-settings--loading {
|
|
6247
|
+
cursor: default;
|
|
6248
|
+
pointer-events: none;
|
|
6249
|
+
}
|
|
6250
|
+
.ods-list-settings--disabled {
|
|
6251
|
+
cursor: not-allowed;
|
|
6252
|
+
opacity: 0.6;
|
|
6253
|
+
}
|
|
6254
|
+
|
|
6078
6255
|
.ods-list-expandable {
|
|
6079
6256
|
background-color: white;
|
|
6080
6257
|
display: flex;
|
|
@@ -6203,6 +6380,12 @@
|
|
|
6203
6380
|
padding-left: 16px;
|
|
6204
6381
|
width: 100%;
|
|
6205
6382
|
}
|
|
6383
|
+
@media (max-width: 767.98px) {
|
|
6384
|
+
.ods-list-selectable .ods-checkbox__label,
|
|
6385
|
+
.ods-list-selectable .ods-radio__label {
|
|
6386
|
+
padding-left: 0;
|
|
6387
|
+
}
|
|
6388
|
+
}
|
|
6206
6389
|
.ods-list-selectable--loading {
|
|
6207
6390
|
cursor: default;
|
|
6208
6391
|
display: flex;
|
|
@@ -6242,4 +6425,315 @@
|
|
|
6242
6425
|
height: 1px;
|
|
6243
6426
|
margin: 0 16px;
|
|
6244
6427
|
}
|
|
6428
|
+
|
|
6429
|
+
.ods-internal-contextual-hero {
|
|
6430
|
+
background-color: #f3f5fe;
|
|
6431
|
+
border-radius: 8px;
|
|
6432
|
+
display: grid;
|
|
6433
|
+
grid-template-columns: 1fr auto;
|
|
6434
|
+
grid-template-rows: auto auto;
|
|
6435
|
+
width: 100%;
|
|
6436
|
+
}
|
|
6437
|
+
@media (min-width: 768px) {
|
|
6438
|
+
.ods-internal-contextual-hero {
|
|
6439
|
+
display: flex;
|
|
6440
|
+
}
|
|
6441
|
+
}
|
|
6442
|
+
.ods-internal-contextual-hero__body {
|
|
6443
|
+
display: contents;
|
|
6444
|
+
}
|
|
6445
|
+
@media (min-width: 768px) {
|
|
6446
|
+
.ods-internal-contextual-hero__body {
|
|
6447
|
+
display: flex;
|
|
6448
|
+
flex: 1;
|
|
6449
|
+
flex-direction: column;
|
|
6450
|
+
}
|
|
6451
|
+
}
|
|
6452
|
+
.ods-internal-contextual-hero__content {
|
|
6453
|
+
display: flex;
|
|
6454
|
+
flex: 1;
|
|
6455
|
+
flex-direction: column;
|
|
6456
|
+
gap: 12px;
|
|
6457
|
+
grid-column: 1;
|
|
6458
|
+
grid-row: 1;
|
|
6459
|
+
padding: 16px;
|
|
6460
|
+
}
|
|
6461
|
+
@media (min-width: 768px) {
|
|
6462
|
+
.ods-internal-contextual-hero__content {
|
|
6463
|
+
padding: 24px 24px 12px 24px;
|
|
6464
|
+
}
|
|
6465
|
+
}
|
|
6466
|
+
.ods-internal-contextual-hero__header {
|
|
6467
|
+
display: flex;
|
|
6468
|
+
flex-direction: column;
|
|
6469
|
+
gap: 4px;
|
|
6470
|
+
}
|
|
6471
|
+
.ods-internal-contextual-hero__actions {
|
|
6472
|
+
display: flex;
|
|
6473
|
+
gap: 16px;
|
|
6474
|
+
}
|
|
6475
|
+
.ods-internal-contextual-hero__actions > button {
|
|
6476
|
+
min-width: auto;
|
|
6477
|
+
}
|
|
6478
|
+
.ods-internal-contextual-hero__image {
|
|
6479
|
+
border-radius: 0 8px 0 0;
|
|
6480
|
+
display: flex;
|
|
6481
|
+
grid-column: 2;
|
|
6482
|
+
grid-row: 1;
|
|
6483
|
+
justify-content: flex-end;
|
|
6484
|
+
width: 82px;
|
|
6485
|
+
}
|
|
6486
|
+
@media (min-width: 768px) {
|
|
6487
|
+
.ods-internal-contextual-hero__image {
|
|
6488
|
+
width: 220px;
|
|
6489
|
+
}
|
|
6490
|
+
}
|
|
6491
|
+
.ods-internal-contextual-hero__image > img {
|
|
6492
|
+
aspect-ratio: 1/1;
|
|
6493
|
+
border-radius: 0 8px 0 0;
|
|
6494
|
+
height: 100%;
|
|
6495
|
+
-o-object-fit: cover;
|
|
6496
|
+
object-fit: cover;
|
|
6497
|
+
width: 100%;
|
|
6498
|
+
}
|
|
6499
|
+
.ods-internal-contextual-hero__image > *:not(img) {
|
|
6500
|
+
border-radius: 0 8px 0 0;
|
|
6501
|
+
box-sizing: border-box;
|
|
6502
|
+
height: 100%;
|
|
6503
|
+
width: 100%;
|
|
6504
|
+
}
|
|
6505
|
+
@media (min-width: 768px) {
|
|
6506
|
+
.ods-internal-contextual-hero__image > img, .ods-internal-contextual-hero__image > *:not(img) {
|
|
6507
|
+
border-bottom-right-radius: 8px;
|
|
6508
|
+
border-top-right-radius: 8px;
|
|
6509
|
+
}
|
|
6510
|
+
}
|
|
6511
|
+
@media (min-width: 768px) {
|
|
6512
|
+
.ods-internal-contextual-hero__image > img {
|
|
6513
|
+
width: auto;
|
|
6514
|
+
}
|
|
6515
|
+
}
|
|
6516
|
+
.ods-internal-contextual-hero__list {
|
|
6517
|
+
display: flex;
|
|
6518
|
+
flex-direction: column;
|
|
6519
|
+
grid-column: 1/-1;
|
|
6520
|
+
grid-row: 2;
|
|
6521
|
+
}
|
|
6522
|
+
@media (min-width: 768px) {
|
|
6523
|
+
.ods-internal-contextual-hero__list {
|
|
6524
|
+
padding: 8px;
|
|
6525
|
+
}
|
|
6526
|
+
}
|
|
6527
|
+
.ods-internal-contextual-hero__list > div > button,
|
|
6528
|
+
.ods-internal-contextual-hero__list > div > div {
|
|
6529
|
+
background-color: transparent;
|
|
6530
|
+
}
|
|
6531
|
+
.ods-internal-contextual-hero__list-item {
|
|
6532
|
+
display: flex;
|
|
6533
|
+
gap: 8px;
|
|
6534
|
+
padding: 4px 16px;
|
|
6535
|
+
}
|
|
6536
|
+
|
|
6537
|
+
.ods-contextual-menu {
|
|
6538
|
+
align-items: flex-start;
|
|
6539
|
+
background-color: white;
|
|
6540
|
+
border: 1px solid #e0e2ee;
|
|
6541
|
+
border-radius: 8px;
|
|
6542
|
+
box-shadow: 0 4px 8px rgba(12, 13, 20, 0.08);
|
|
6543
|
+
display: flex;
|
|
6544
|
+
flex-direction: column;
|
|
6545
|
+
gap: 4px;
|
|
6546
|
+
left: 0;
|
|
6547
|
+
list-style: none;
|
|
6548
|
+
margin: 0;
|
|
6549
|
+
min-width: 264px;
|
|
6550
|
+
padding: 4px;
|
|
6551
|
+
position: absolute;
|
|
6552
|
+
scrollbar-width: none;
|
|
6553
|
+
top: auto;
|
|
6554
|
+
z-index: 1000;
|
|
6555
|
+
}
|
|
6556
|
+
@media (max-width: 767.98px) {
|
|
6557
|
+
.ods-contextual-menu {
|
|
6558
|
+
border-radius: 0;
|
|
6559
|
+
border-top-left-radius: 16px;
|
|
6560
|
+
border-top-right-radius: 16px;
|
|
6561
|
+
bottom: 0;
|
|
6562
|
+
left: 0;
|
|
6563
|
+
max-height: 0;
|
|
6564
|
+
overflow: hidden;
|
|
6565
|
+
padding: 0 4px 4px 4px;
|
|
6566
|
+
position: fixed;
|
|
6567
|
+
right: 0;
|
|
6568
|
+
transform: none;
|
|
6569
|
+
transition: max-height 150ms linear;
|
|
6570
|
+
z-index: 1000;
|
|
6571
|
+
}
|
|
6572
|
+
}
|
|
6573
|
+
.ods-contextual-menu--after-open {
|
|
6574
|
+
max-height: 300px;
|
|
6575
|
+
overflow: auto;
|
|
6576
|
+
scrollbar-width: none;
|
|
6577
|
+
}
|
|
6578
|
+
@media (max-width: 767.98px) {
|
|
6579
|
+
.ods-contextual-menu--after-open {
|
|
6580
|
+
max-height: 73.5%;
|
|
6581
|
+
transition: max-height 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
6582
|
+
}
|
|
6583
|
+
}
|
|
6584
|
+
@media (min-width: 992px) {
|
|
6585
|
+
.ods-contextual-menu--before-close {
|
|
6586
|
+
display: none;
|
|
6587
|
+
}
|
|
6588
|
+
}
|
|
6589
|
+
@media (max-width: 767.98px) {
|
|
6590
|
+
.ods-contextual-menu--before-close {
|
|
6591
|
+
max-height: 0;
|
|
6592
|
+
transition: max-height 250ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
6593
|
+
}
|
|
6594
|
+
}
|
|
6595
|
+
.ods-contextual-menu__item {
|
|
6596
|
+
width: 100%;
|
|
6597
|
+
}
|
|
6598
|
+
|
|
6599
|
+
.ods-contextual-menu__header {
|
|
6600
|
+
background-color: white;
|
|
6601
|
+
display: none;
|
|
6602
|
+
justify-content: flex-end;
|
|
6603
|
+
list-style: none;
|
|
6604
|
+
padding: 8px 4px 0 0;
|
|
6605
|
+
position: -webkit-sticky;
|
|
6606
|
+
position: sticky;
|
|
6607
|
+
top: 0;
|
|
6608
|
+
width: 100%;
|
|
6609
|
+
z-index: 1000;
|
|
6610
|
+
}
|
|
6611
|
+
@media (max-width: 767.98px) {
|
|
6612
|
+
.ods-contextual-menu__header {
|
|
6613
|
+
display: flex;
|
|
6614
|
+
}
|
|
6615
|
+
}
|
|
6616
|
+
@media (max-width: 767.98px) {
|
|
6617
|
+
.ods-contextual-menu__header .ods-icon-btn--sm {
|
|
6618
|
+
color: #aaadc0;
|
|
6619
|
+
height: 32px;
|
|
6620
|
+
min-width: 32px;
|
|
6621
|
+
width: 32px;
|
|
6622
|
+
}
|
|
6623
|
+
}
|
|
6624
|
+
.ods-contextual-menu__header .ods-icon-btn--sm:hover {
|
|
6625
|
+
background: transparent;
|
|
6626
|
+
}
|
|
6627
|
+
|
|
6628
|
+
.ods-contextual-menu__overlay {
|
|
6629
|
+
display: none;
|
|
6630
|
+
}
|
|
6631
|
+
@media (max-width: 767.98px) {
|
|
6632
|
+
.ods-contextual-menu__overlay {
|
|
6633
|
+
background: rgba(57, 59, 71, 0.4);
|
|
6634
|
+
bottom: 0;
|
|
6635
|
+
display: block;
|
|
6636
|
+
left: 0;
|
|
6637
|
+
opacity: 0;
|
|
6638
|
+
position: fixed;
|
|
6639
|
+
right: 0;
|
|
6640
|
+
top: 0;
|
|
6641
|
+
transition: opacity 150ms linear;
|
|
6642
|
+
z-index: 999;
|
|
6643
|
+
}
|
|
6644
|
+
.ods-contextual-menu__overlay--after-open {
|
|
6645
|
+
opacity: 1;
|
|
6646
|
+
}
|
|
6647
|
+
.ods-contextual-menu__overlay--before-close {
|
|
6648
|
+
display: none;
|
|
6649
|
+
opacity: 0;
|
|
6650
|
+
pointer-events: none;
|
|
6651
|
+
}
|
|
6652
|
+
}
|
|
6653
|
+
|
|
6654
|
+
.ods-contextual-menu__item__button {
|
|
6655
|
+
align-items: center;
|
|
6656
|
+
background: white;
|
|
6657
|
+
border: hidden;
|
|
6658
|
+
border-radius: 4px;
|
|
6659
|
+
display: flex;
|
|
6660
|
+
justify-content: space-between;
|
|
6661
|
+
padding: 8px 12px;
|
|
6662
|
+
width: 100%;
|
|
6663
|
+
}
|
|
6664
|
+
.ods-contextual-menu__item__button__content {
|
|
6665
|
+
align-items: center;
|
|
6666
|
+
display: flex;
|
|
6667
|
+
gap: 8px;
|
|
6668
|
+
justify-content: space-between;
|
|
6669
|
+
width: 100%;
|
|
6670
|
+
}
|
|
6671
|
+
.ods-contextual-menu__item__button__content > svg {
|
|
6672
|
+
color: #aaadc0;
|
|
6673
|
+
}
|
|
6674
|
+
.ods-contextual-menu__item__button:hover {
|
|
6675
|
+
background: #f3f5fe;
|
|
6676
|
+
cursor: pointer;
|
|
6677
|
+
}
|
|
6678
|
+
.ods-contextual-menu__item__button:active {
|
|
6679
|
+
background: #f3f5fe;
|
|
6680
|
+
}
|
|
6681
|
+
.ods-contextual-menu__item__button:focus {
|
|
6682
|
+
background: #f3f5fe;
|
|
6683
|
+
}
|
|
6684
|
+
.ods-contextual-menu__item__button--primary .ods-typography__description {
|
|
6685
|
+
color: #0025e0;
|
|
6686
|
+
}
|
|
6687
|
+
.ods-contextual-menu__item__button--neutral .ods-typography__description {
|
|
6688
|
+
color: #67697a;
|
|
6689
|
+
}
|
|
6690
|
+
.ods-contextual-menu__item__button--critical .ods-typography__description {
|
|
6691
|
+
color: #f5456e;
|
|
6692
|
+
}
|
|
6693
|
+
.ods-contextual-menu__item__button--primary-selected, .ods-contextual-menu__item__button--neutral-selected {
|
|
6694
|
+
background-color: #f3f5fe;
|
|
6695
|
+
}
|
|
6696
|
+
.ods-contextual-menu__item__button--primary-selected .ods-typography__description, .ods-contextual-menu__item__button--neutral-selected .ods-typography__description {
|
|
6697
|
+
color: #0025e0;
|
|
6698
|
+
font-weight: 600;
|
|
6699
|
+
}
|
|
6700
|
+
.ods-contextual-menu__item__button--critical-selected {
|
|
6701
|
+
background-color: #f3f5fe;
|
|
6702
|
+
}
|
|
6703
|
+
.ods-contextual-menu__item__button--critical-selected .ods-typography__description {
|
|
6704
|
+
font-weight: 600;
|
|
6705
|
+
}
|
|
6706
|
+
.ods-contextual-menu__item__button:disabled .ods-typography__description, .ods-contextual-menu__item__button--blocked .ods-typography__description {
|
|
6707
|
+
color: #aaadc0;
|
|
6708
|
+
}
|
|
6709
|
+
.ods-contextual-menu__item__button:disabled:hover, .ods-contextual-menu__item__button:disabled:active, .ods-contextual-menu__item__button:disabled:focus, .ods-contextual-menu__item__button--blocked:hover, .ods-contextual-menu__item__button--blocked:active, .ods-contextual-menu__item__button--blocked:focus {
|
|
6710
|
+
background: white;
|
|
6711
|
+
cursor: not-allowed;
|
|
6712
|
+
}
|
|
6713
|
+
.ods-contextual-menu__item__button--with-icon {
|
|
6714
|
+
gap: 8px;
|
|
6715
|
+
justify-content: flex-start;
|
|
6716
|
+
}
|
|
6717
|
+
|
|
6718
|
+
.ods-contextual-menu__item__button__icon {
|
|
6719
|
+
align-items: center;
|
|
6720
|
+
display: flex;
|
|
6721
|
+
justify-content: center;
|
|
6722
|
+
}
|
|
6723
|
+
.ods-contextual-menu__item__button__icon--primary svg {
|
|
6724
|
+
fill: #0025e0;
|
|
6725
|
+
}
|
|
6726
|
+
.ods-contextual-menu__item__button__icon--neutral svg {
|
|
6727
|
+
fill: #67697a;
|
|
6728
|
+
}
|
|
6729
|
+
.ods-contextual-menu__item__button__icon--critical svg {
|
|
6730
|
+
fill: #f5456e;
|
|
6731
|
+
}
|
|
6732
|
+
.ods-contextual-menu__item__button__icon--blocked svg, .ods-contextual-menu__item__button__icon--disabled svg {
|
|
6733
|
+
fill: #aaadc0;
|
|
6734
|
+
}
|
|
6735
|
+
.ods-contextual-menu__item__button__icon svg {
|
|
6736
|
+
height: 16px;
|
|
6737
|
+
width: 16px;
|
|
6738
|
+
}
|
|
6245
6739
|
/*# sourceMappingURL=ocean.css.map */
|