@useblu/ocean-core 1.89.0 → 1.92.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 +12 -0
- package/ocean.css +96 -0
- 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,18 @@
|
|
|
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.92.0](https://github.com/ocean-ds/ocean-web/compare/v1.91.0...v1.92.0) (2025-07-28)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- setting list ([#1169](https://github.com/ocean-ds/ocean-web/issues/1169)) ([57c1796](https://github.com/ocean-ds/ocean-web/commit/57c1796b0ae2b26ee5a64e473054a571e88d4bfd))
|
|
11
|
+
|
|
12
|
+
## [1.89.1](https://github.com/ocean-ds/ocean-web/compare/v1.89.0...v1.89.1) (2025-07-22)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
- adjust line-height in Shortcut component styles for improved layout ([#1159](https://github.com/ocean-ds/ocean-web/issues/1159)) ([b1cb5e8](https://github.com/ocean-ds/ocean-web/commit/b1cb5e8feded1b182a85150350ca083bd0783d28))
|
|
17
|
+
|
|
6
18
|
# [1.89.0](https://github.com/ocean-ds/ocean-web/compare/v1.88.0...v1.89.0) (2025-07-22)
|
|
7
19
|
|
|
8
20
|
### Features
|
package/ocean.css
CHANGED
|
@@ -4730,6 +4730,7 @@
|
|
|
4730
4730
|
align-items: center;
|
|
4731
4731
|
display: flex;
|
|
4732
4732
|
height: 24px;
|
|
4733
|
+
line-height: normal;
|
|
4733
4734
|
margin: 0;
|
|
4734
4735
|
}
|
|
4735
4736
|
.ods-shortcut__description {
|
|
@@ -5449,4 +5450,99 @@
|
|
|
5449
5450
|
background-color: #0025e0;
|
|
5450
5451
|
width: 12px;
|
|
5451
5452
|
}
|
|
5453
|
+
|
|
5454
|
+
.ods-settings-list-item {
|
|
5455
|
+
align-items: center;
|
|
5456
|
+
display: flex;
|
|
5457
|
+
gap: 16px;
|
|
5458
|
+
justify-content: space-between;
|
|
5459
|
+
padding: 16px;
|
|
5460
|
+
}
|
|
5461
|
+
.ods-settings-list-item__actions {
|
|
5462
|
+
align-items: center;
|
|
5463
|
+
display: flex;
|
|
5464
|
+
height: 100%;
|
|
5465
|
+
}
|
|
5466
|
+
.ods-settings-list-item__actions svg {
|
|
5467
|
+
color: #aaadc0;
|
|
5468
|
+
}
|
|
5469
|
+
.ods-settings-list-item--disabled {
|
|
5470
|
+
cursor: not-allowed;
|
|
5471
|
+
}
|
|
5472
|
+
.ods-settings-list-item--divider {
|
|
5473
|
+
border-bottom: 1px solid #e0e2ee;
|
|
5474
|
+
}
|
|
5475
|
+
|
|
5476
|
+
.ods-skeleton-bar {
|
|
5477
|
+
background-color: #f3f5fe;
|
|
5478
|
+
border-radius: 4px;
|
|
5479
|
+
box-sizing: border-box;
|
|
5480
|
+
color: #f3f5fe;
|
|
5481
|
+
display: block;
|
|
5482
|
+
}
|
|
5483
|
+
|
|
5484
|
+
.ods-content-list {
|
|
5485
|
+
align-items: center;
|
|
5486
|
+
display: flex;
|
|
5487
|
+
gap: 16px;
|
|
5488
|
+
justify-content: space-between;
|
|
5489
|
+
padding: 16px;
|
|
5490
|
+
}
|
|
5491
|
+
.ods-content-list__content {
|
|
5492
|
+
display: flex;
|
|
5493
|
+
flex-direction: column;
|
|
5494
|
+
}
|
|
5495
|
+
.ods-content-list__content .ods-typography__tag {
|
|
5496
|
+
align-items: center;
|
|
5497
|
+
display: flex;
|
|
5498
|
+
gap: 4px;
|
|
5499
|
+
}
|
|
5500
|
+
.ods-content-list__content .ods-typography__paragraph {
|
|
5501
|
+
color: #0c0d14;
|
|
5502
|
+
}
|
|
5503
|
+
.ods-content-list__content .ods-typography__captionbold {
|
|
5504
|
+
margin-top: 8px;
|
|
5505
|
+
}
|
|
5506
|
+
.ods-content-list__content .ods-typography__caption {
|
|
5507
|
+
color: #f5456e;
|
|
5508
|
+
margin-top: 8px;
|
|
5509
|
+
}
|
|
5510
|
+
.ods-content-list__content .ods-typography__paragraph--inactive {
|
|
5511
|
+
color: #aaadc0;
|
|
5512
|
+
}
|
|
5513
|
+
.ods-content-list__content .ods-typography__paragraph--positive {
|
|
5514
|
+
color: #2da94f;
|
|
5515
|
+
}
|
|
5516
|
+
.ods-content-list__content .ods-typography__paragraph--warning {
|
|
5517
|
+
color: #ff8a14;
|
|
5518
|
+
}
|
|
5519
|
+
.ods-content-list__content .ods-typography__paragraph--highlight {
|
|
5520
|
+
color: #393b47;
|
|
5521
|
+
font-weight: 700;
|
|
5522
|
+
}
|
|
5523
|
+
.ods-content-list__content .ods-typography__paragraph--highlight-lead {
|
|
5524
|
+
color: #393b47;
|
|
5525
|
+
font-size: 20px;
|
|
5526
|
+
font-weight: 700;
|
|
5527
|
+
}
|
|
5528
|
+
.ods-content-list__content .ods-typography__paragraph--strikethrough {
|
|
5529
|
+
color: #2da94f;
|
|
5530
|
+
}
|
|
5531
|
+
.ods-content-list__content .ods-typography__paragraph--strikethrough-text {
|
|
5532
|
+
color: #aaadc0;
|
|
5533
|
+
margin-right: 4px;
|
|
5534
|
+
text-decoration: line-through;
|
|
5535
|
+
}
|
|
5536
|
+
.ods-content-list--disabled {
|
|
5537
|
+
cursor: not-allowed;
|
|
5538
|
+
}
|
|
5539
|
+
.ods-content-list--disabled .ods-typography {
|
|
5540
|
+
color: #aaadc0;
|
|
5541
|
+
}
|
|
5542
|
+
.ods-content-list__skeleton {
|
|
5543
|
+
display: flex;
|
|
5544
|
+
flex-direction: column;
|
|
5545
|
+
gap: 8px;
|
|
5546
|
+
width: 100%;
|
|
5547
|
+
}
|
|
5452
5548
|
/*# sourceMappingURL=ocean.css.map */
|