dcp-design-react 1.8.13 → 1.8.15
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/lib/guide-tracker/src/guideTracker.d.ts +4 -0
- package/lib/guide-tracker/style/index.less +3 -0
- package/lib/index.esm.js +1 -1
- package/lib/index.full.js +1 -1
- package/lib/index.js +1 -1
- package/lib/style/index.css +6 -0
- package/lib/style/index.min.css +1 -1
- package/lib/tour/src/Tour.d.ts +4 -0
- package/lib/tour/src/TourStep/index.d.ts +5 -0
- package/lib/tour/style/index.less +3 -0
- package/package.json +1 -1
package/lib/style/index.css
CHANGED
|
@@ -30119,6 +30119,9 @@ table {
|
|
|
30119
30119
|
color: rgba(0, 0, 0, 0.88);
|
|
30120
30120
|
background-color: rgba(0, 0, 0, 0.06);
|
|
30121
30121
|
}
|
|
30122
|
+
.qm-tour .qm-tour-close.help-icon {
|
|
30123
|
+
right: 34px;
|
|
30124
|
+
}
|
|
30122
30125
|
.qm-tour .qm-tour-cover {
|
|
30123
30126
|
text-align: center;
|
|
30124
30127
|
padding: 45px 15px 0px;
|
|
@@ -30298,6 +30301,9 @@ table {
|
|
|
30298
30301
|
.qm-guide-tracker-primary .qm-guide-tracker-inner .menu-icon {
|
|
30299
30302
|
right: 35px;
|
|
30300
30303
|
}
|
|
30304
|
+
.qm-guide-tracker-primary .qm-guide-tracker-inner .help-icon {
|
|
30305
|
+
right: 62px;
|
|
30306
|
+
}
|
|
30301
30307
|
.qm-guide-tracker-primary .qm-guide-tracker-arrow::before {
|
|
30302
30308
|
background-color: rgba(24, 144, 255, 0.85);
|
|
30303
30309
|
}
|