carbon-addons-iot-react 2.149.0-next.13 → 2.149.0-next.16
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/css/carbon-addons-iot-react.css +96 -12
- package/css/carbon-addons-iot-react.css.map +1 -1
- package/es/components/Header/HeaderAction/HeaderAction.js +4 -1
- package/es/components/SuiteHeader/SuiteHeader.js +20 -11
- package/es/components/SuiteHeader/SuiteHeaderAppSwitcher/SuiteHeaderAppSwitcher.js +42 -28
- package/es/components/SuiteHeader/SuiteHeaderProfile/SuiteHeaderProfile.js +20 -4
- package/es/components/Table/Table.js +1 -0
- package/es/components/Table/TableSkeletonWithHeaders/TableSkeletonWithHeaders.js +16 -2
- package/es/components/TableCard/TableCard.js +41 -70
- package/es/components/WizardInline/WizardFooter/WizardFooter.js +5 -7
- package/lib/components/Header/HeaderAction/HeaderAction.js +4 -1
- package/lib/components/SuiteHeader/SuiteHeader.js +20 -11
- package/lib/components/SuiteHeader/SuiteHeaderAppSwitcher/SuiteHeaderAppSwitcher.js +42 -28
- package/lib/components/SuiteHeader/SuiteHeaderProfile/SuiteHeaderProfile.js +20 -4
- package/lib/components/Table/Table.js +1 -0
- package/lib/components/Table/TableSkeletonWithHeaders/TableSkeletonWithHeaders.js +16 -2
- package/lib/components/TableCard/TableCard.js +42 -72
- package/lib/components/WizardInline/WizardFooter/WizardFooter.js +6 -8
- package/lib/css/carbon-addons-iot-react.css +96 -12
- package/lib/css/carbon-addons-iot-react.css.map +1 -1
- package/lib/scss/components/SuiteHeader/_suite-header.scss +4 -13
- package/lib/scss/components/TableCard/_table-card.scss +102 -0
- package/lib/scss/components/WizardInline/_wizard-inline.scss +5 -0
- package/package.json +2 -2
- package/scss/components/SuiteHeader/_suite-header.scss +4 -13
- package/scss/components/TableCard/_table-card.scss +102 -0
- package/scss/components/WizardInline/_wizard-inline.scss +5 -0
- package/umd/carbon-addons-iot-react.js +520 -493
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
|
+
# [2.149.0-next.16](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.149.0-next.15...v2.149.0-next.16) (2022-02-28)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package carbon-addons-iot-react
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [2.149.0-next.15](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.149.0-next.14...v2.149.0-next.15) (2022-02-28)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package carbon-addons-iot-react
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [2.149.0-next.14](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.149.0-next.13...v2.149.0-next.14) (2022-02-28)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* **SuiteHeader:** Making all actions in SuiteHeader (but the Logout action) become html `<a>` elements so that basic browser workflow works as expected ("open in a new tab" context menu option, ctrl+click to force open in new tab). ([0f4b085](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/0f4b0852c71e6cc7656034bd670829b94e829ab6))
|
|
28
|
+
* **SuiteHeaderAppSwitcher:** Fixing the styling so that it looks the way it was before the changes to convert buttons to anchor links in the SuiteHeader. ([322422d](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/322422d89e156e8cb16ab41da416ac6b5b3e0f8c))
|
|
29
|
+
* **table:** show correct number of columns in tableskeleton ([74e8a8a](https://github.com/carbon-design-system/carbon-addons-iot-react/commit/74e8a8a2f8bde3a3d725e8115b821bb4098e3db6)), closes [#3323](https://github.com/carbon-design-system/carbon-addons-iot-react/issues/3323)
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
6
35
|
# [2.149.0-next.13](https://github.com/carbon-design-system/carbon-addons-iot-react/compare/v2.149.0-next.12...v2.149.0-next.13) (2022-02-28)
|
|
7
36
|
|
|
8
37
|
|
|
@@ -35748,7 +35748,8 @@ html[dir=rtl] .iot--side-nav__item--depth-3 .bx--side-nav__link-text {
|
|
|
35748
35748
|
.iot--suite-header-app-switcher li {
|
|
35749
35749
|
width: 100%;
|
|
35750
35750
|
}
|
|
35751
|
-
.iot--suite-header-app-switcher li button
|
|
35751
|
+
.iot--suite-header-app-switcher li button,
|
|
35752
|
+
.iot--suite-header-app-switcher li a {
|
|
35752
35753
|
margin: 1rem;
|
|
35753
35754
|
width: calc(100% - 32px);
|
|
35754
35755
|
min-height: 40px;
|
|
@@ -35765,19 +35766,10 @@ html[dir=rtl] .iot--side-nav__item--depth-3 .bx--side-nav__link-text {
|
|
|
35765
35766
|
color: #161616;
|
|
35766
35767
|
}
|
|
35767
35768
|
.iot--suite-header-app-switcher a {
|
|
35768
|
-
display: flex;
|
|
35769
35769
|
align-items: center;
|
|
35770
|
-
padding: 1rem;
|
|
35771
35770
|
}
|
|
35772
35771
|
.iot--suite-header-app-switcher--nav-link a {
|
|
35773
35772
|
text-decoration: none;
|
|
35774
|
-
color: #525252;
|
|
35775
|
-
}
|
|
35776
|
-
.iot--suite-header-app-switcher--nav-link a:hover {
|
|
35777
|
-
background-color: #e5e5e5;
|
|
35778
|
-
}
|
|
35779
|
-
.iot--suite-header-app-switcher--nav-link a svg {
|
|
35780
|
-
margin-right: 0.5rem;
|
|
35781
35773
|
}
|
|
35782
35774
|
.iot--suite-header-app-switcher--nav-link--loading {
|
|
35783
35775
|
display: flex;
|
|
@@ -35800,7 +35792,8 @@ html[dir=rtl] .iot--side-nav__item--depth-3 .bx--side-nav__link-text {
|
|
|
35800
35792
|
border-bottom: 1px solid #e0e0e0;
|
|
35801
35793
|
margin: 0 1rem 0 1rem;
|
|
35802
35794
|
}
|
|
35803
|
-
.iot--suite-header-app-switcher--app-link button
|
|
35795
|
+
.iot--suite-header-app-switcher--app-link button,
|
|
35796
|
+
.iot--suite-header-app-switcher--app-link a {
|
|
35804
35797
|
font-size: 0.875rem;
|
|
35805
35798
|
font-weight: 600;
|
|
35806
35799
|
line-height: 1.28572;
|
|
@@ -35808,7 +35801,8 @@ html[dir=rtl] .iot--side-nav__item--depth-3 .bx--side-nav__link-text {
|
|
|
35808
35801
|
text-decoration: none;
|
|
35809
35802
|
color: #525252;
|
|
35810
35803
|
}
|
|
35811
|
-
.iot--suite-header-app-switcher--app-link button:hover
|
|
35804
|
+
.iot--suite-header-app-switcher--app-link button:hover,
|
|
35805
|
+
.iot--suite-header-app-switcher--app-link a:hover {
|
|
35812
35806
|
background-color: #e5e5e5;
|
|
35813
35807
|
}
|
|
35814
35808
|
.iot--suite-header-app-switcher--no-app {
|
|
@@ -37482,6 +37476,91 @@ html[dir=rtl] .iot--manage-views-modal__public-checkbox {
|
|
|
37482
37476
|
margin-bottom: 1rem;
|
|
37483
37477
|
}
|
|
37484
37478
|
|
|
37479
|
+
.iot--table-card__table {
|
|
37480
|
+
flex: inherit;
|
|
37481
|
+
height: 100%;
|
|
37482
|
+
position: relative;
|
|
37483
|
+
overflow-y: hidden;
|
|
37484
|
+
}
|
|
37485
|
+
.iot--table-card__table .bx--pagination {
|
|
37486
|
+
position: absolute;
|
|
37487
|
+
bottom: 0;
|
|
37488
|
+
}
|
|
37489
|
+
.iot--table-card__table .bx--data-table-content {
|
|
37490
|
+
height: 90%;
|
|
37491
|
+
}
|
|
37492
|
+
.iot--table-card__table .bx--list-box__menu-item {
|
|
37493
|
+
height: 2rem;
|
|
37494
|
+
font-weight: normal;
|
|
37495
|
+
}
|
|
37496
|
+
.iot--table-card__table .bx--table-toolbar {
|
|
37497
|
+
padding-bottom: 0.125rem;
|
|
37498
|
+
padding-top: 0px;
|
|
37499
|
+
}
|
|
37500
|
+
.iot--table-card__table .bx--data-table th:first-of-type,
|
|
37501
|
+
.iot--table-card__table .bx--data-table td:first-of-type {
|
|
37502
|
+
padding-left: 1rem;
|
|
37503
|
+
padding-right: 1rem;
|
|
37504
|
+
}
|
|
37505
|
+
.iot--table-card__table .bx--data-table thead tr {
|
|
37506
|
+
height: 2rem;
|
|
37507
|
+
}
|
|
37508
|
+
.iot--table-card__table .bx--data-table tbody tr {
|
|
37509
|
+
height: 2.5rem;
|
|
37510
|
+
}
|
|
37511
|
+
.iot--table-card__table .bx--data-table-content + .bx--pagination {
|
|
37512
|
+
border: 1px solid #e0e0e0;
|
|
37513
|
+
}
|
|
37514
|
+
.iot--table-card__table .bx--toolbar-search-container {
|
|
37515
|
+
margin-left: 1rem;
|
|
37516
|
+
}
|
|
37517
|
+
.iot--table-card__table .bx--data-table {
|
|
37518
|
+
height: 100%;
|
|
37519
|
+
}
|
|
37520
|
+
.iot--table-card__table .bx--data-table td {
|
|
37521
|
+
white-space: nowrap;
|
|
37522
|
+
}
|
|
37523
|
+
.iot--table-card__table .bx--data-table thead tr:nth-child(2) {
|
|
37524
|
+
height: 4rem;
|
|
37525
|
+
}
|
|
37526
|
+
.iot--table-card__table .bx--data-table thead tr:nth-child(2) th {
|
|
37527
|
+
padding-top: 0.3125rem;
|
|
37528
|
+
padding-bottom: 0.625rem;
|
|
37529
|
+
}
|
|
37530
|
+
.iot--table-card__table .bx--data-table thead tr:nth-child(2) th input {
|
|
37531
|
+
height: 2rem;
|
|
37532
|
+
}
|
|
37533
|
+
.iot--table-card__table .bx--data-table thead tr:nth-child(2) th div.bx--form-item {
|
|
37534
|
+
display: block;
|
|
37535
|
+
}
|
|
37536
|
+
.iot--table-card__table .bx--data-table thead tr:nth-child(2) th div.bx--form-item .bx--list-box {
|
|
37537
|
+
height: auto;
|
|
37538
|
+
}
|
|
37539
|
+
.iot--table-card__table .bx--data-table thead tr:nth-child(2) th div.bx--list-box {
|
|
37540
|
+
height: 2rem;
|
|
37541
|
+
}
|
|
37542
|
+
|
|
37543
|
+
.iot--table-card__table--expanded {
|
|
37544
|
+
overflow-y: auto;
|
|
37545
|
+
padding-bottom: 4rem;
|
|
37546
|
+
}
|
|
37547
|
+
.iot--table-card__table--expanded .bx--pagination {
|
|
37548
|
+
position: fixed;
|
|
37549
|
+
bottom: 1.5625rem;
|
|
37550
|
+
width: calc(100% - 2.1875rem);
|
|
37551
|
+
}
|
|
37552
|
+
|
|
37553
|
+
.iot--table-card__table--hide-header .bx--data-table thead {
|
|
37554
|
+
display: none;
|
|
37555
|
+
}
|
|
37556
|
+
|
|
37557
|
+
.iot--table-card__table--with-data .bx--data-table {
|
|
37558
|
+
height: initial;
|
|
37559
|
+
}
|
|
37560
|
+
.iot--table-card__table--with-data:not(.iot--table-card__table--expanded) .bx--data-table-content {
|
|
37561
|
+
max-height: 32.6875rem;
|
|
37562
|
+
}
|
|
37563
|
+
|
|
37485
37564
|
.iot--tile-catalog--persistent-search {
|
|
37486
37565
|
margin-bottom: 1rem;
|
|
37487
37566
|
}
|
|
@@ -38210,6 +38289,11 @@ html[dir=rtl] .iot--value-card__value-renderer--value.iot--btn {
|
|
|
38210
38289
|
padding-left: 1rem;
|
|
38211
38290
|
}
|
|
38212
38291
|
|
|
38292
|
+
.iot--wizard-footer__buttons {
|
|
38293
|
+
display: flex;
|
|
38294
|
+
margin: auto 0 auto auto;
|
|
38295
|
+
}
|
|
38296
|
+
|
|
38213
38297
|
.iot--wizard-modal .bx--modal-container {
|
|
38214
38298
|
min-width: 410px;
|
|
38215
38299
|
}
|