platformscode-new-react 0.0.68 → 0.0.69
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/dist/index.cjs.js +12 -2
- package/dist/index.js +12 -2
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/dist/index.cjs.js
CHANGED
|
@@ -7904,7 +7904,7 @@ dialog .modal__actions > dialog .modal__actions-btn:nth-child(2) {
|
|
|
7904
7904
|
align-items: center;
|
|
7905
7905
|
}
|
|
7906
7906
|
.breadcrumb-item .disabled-link {
|
|
7907
|
-
cursor:
|
|
7907
|
+
cursor: text;
|
|
7908
7908
|
color: #9DA4AE;
|
|
7909
7909
|
}
|
|
7910
7910
|
.breadcrumb-item .disabled-link:hover {
|
|
@@ -7937,8 +7937,18 @@ dialog .modal__actions > dialog .modal__actions-btn:nth-child(2) {
|
|
|
7937
7937
|
.breadcrumb .link {
|
|
7938
7938
|
text-decoration: none;
|
|
7939
7939
|
}
|
|
7940
|
+
.breadcrumb .link:visited {
|
|
7941
|
+
color: var(--link-neutral) !important;
|
|
7942
|
+
}
|
|
7940
7943
|
.breadcrumb .link.link_empty {
|
|
7941
|
-
cursor:
|
|
7944
|
+
cursor: text;
|
|
7945
|
+
color: #9DA4AE !important;
|
|
7946
|
+
}
|
|
7947
|
+
.breadcrumb .link.link_empty .link__label:hover {
|
|
7948
|
+
text-decoration: none !important;
|
|
7949
|
+
}
|
|
7950
|
+
.breadcrumb .link.link_empty:hover {
|
|
7951
|
+
text-decoration: none !important;
|
|
7942
7952
|
}
|
|
7943
7953
|
.breadcrumb .link:focus {
|
|
7944
7954
|
border: none !important;
|
package/dist/index.js
CHANGED
|
@@ -8556,7 +8556,7 @@ dialog .modal__actions > dialog .modal__actions-btn:nth-child(2) {
|
|
|
8556
8556
|
align-items: center;
|
|
8557
8557
|
}
|
|
8558
8558
|
.breadcrumb-item .disabled-link {
|
|
8559
|
-
cursor:
|
|
8559
|
+
cursor: text;
|
|
8560
8560
|
color: #9DA4AE;
|
|
8561
8561
|
}
|
|
8562
8562
|
.breadcrumb-item .disabled-link:hover {
|
|
@@ -8589,8 +8589,18 @@ dialog .modal__actions > dialog .modal__actions-btn:nth-child(2) {
|
|
|
8589
8589
|
.breadcrumb .link {
|
|
8590
8590
|
text-decoration: none;
|
|
8591
8591
|
}
|
|
8592
|
+
.breadcrumb .link:visited {
|
|
8593
|
+
color: var(--link-neutral) !important;
|
|
8594
|
+
}
|
|
8592
8595
|
.breadcrumb .link.link_empty {
|
|
8593
|
-
cursor:
|
|
8596
|
+
cursor: text;
|
|
8597
|
+
color: #9DA4AE !important;
|
|
8598
|
+
}
|
|
8599
|
+
.breadcrumb .link.link_empty .link__label:hover {
|
|
8600
|
+
text-decoration: none !important;
|
|
8601
|
+
}
|
|
8602
|
+
.breadcrumb .link.link_empty:hover {
|
|
8603
|
+
text-decoration: none !important;
|
|
8594
8604
|
}
|
|
8595
8605
|
.breadcrumb .link:focus {
|
|
8596
8606
|
border: none !important;
|