@micro-lc/preview 0.7.3-rc0 → 0.7.3
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +12 -0
- package/package.json +3 -4
- package/website/.vite/manifest.json +2 -2
- package/website/assets/{index-AYPpxqPP.css → index-_9UZNNtx.css} +1 -1
- package/website/assets/index-bbSGSfTl.js +98 -0
- package/website/development/.vite/manifest.json +2 -2
- package/website/development/assets/{index-ISo-oWvS.js → index-C5kjVVQ-.js} +1713 -1136
- package/website/development/assets/{index-NQ4PJ7wv.css → index-HuzVlez9.css} +14 -5
- package/website/development/index.html +2 -2
- package/website/index.html +2 -2
- package/website/assets/index-S8G5Ak69.js +0 -97
- package/website/assets/index-vqyfhyLF.js +0 -97
- package/website/development/assets/index-Fs5pROqu.js +0 -69690
@@ -61,26 +61,35 @@
|
|
61
61
|
padding: 24px;
|
62
62
|
overflow-y: auto;
|
63
63
|
}.components-explorer-container .components-explorer-comp-detail .components-explorer-comp-detail-img {
|
64
|
-
|
64
|
+
display: flex;
|
65
|
+
height: 300px;
|
66
|
+
box-shadow:
|
67
|
+
0 2px 4px 0 rgb(0 0 0 / 5%),
|
68
|
+
0 1px 6px -1px rgb(0 0 0 / 5%),
|
69
|
+
0 1px 2px 0 rgb(0 0 0 / 8%);
|
70
|
+
}.components-explorer-container .components-explorer-comp-detail .components-explorer-comp-detail-img > div {
|
71
|
+
margin: auto 16px;
|
65
72
|
}.components-explorer-container .components-explorer-comp-detail .components-explorer-comp-detail-img > img {
|
66
73
|
width: fit-content;
|
67
74
|
max-width: 100%;
|
68
75
|
height: fit-content;
|
69
76
|
max-height: 300px;
|
70
|
-
|
71
|
-
0 2px 4px 0 rgb(0 0 0 / 5%),
|
72
|
-
0 1px 6px -1px rgb(0 0 0 / 5%),
|
73
|
-
0 1px 2px 0 rgb(0 0 0 / 8%);
|
77
|
+
margin: auto;
|
74
78
|
}.components-explorer-container .components-explorer-comp-detail-section {
|
75
79
|
display: flex;
|
76
80
|
flex-direction: column;
|
77
81
|
gap: 8px;
|
78
82
|
}.components-explorer-container .components-explorer-comp-detail-section > span {
|
79
83
|
font-weight: 600;
|
84
|
+
}.components-explorer-container .components-explorer-comp-detail-section .components-explorer-collapsed-description {
|
85
|
+
max-height: 44px;
|
86
|
+
overflow: hidden;
|
80
87
|
}.components-explorer-container .components-explorer-comp-detail-section .components-explorer-markdown blockquote {
|
81
88
|
padding: 8px;
|
82
89
|
background-color: #eee;
|
83
90
|
border-radius: 4px;
|
91
|
+
}.components-explorer-container .components-explorer-comp-detail-section .components-explorer-markdown :last-child {
|
92
|
+
margin-bottom: 0;
|
84
93
|
}.components-explorer-container .components-explorer-comp-detail-section .components-explorer-expand-btn {
|
85
94
|
display: flex;
|
86
95
|
gap: 8px;
|
@@ -16,8 +16,8 @@
|
|
16
16
|
}
|
17
17
|
</style>
|
18
18
|
<script src="https://unpkg.com/zone.js"></script>
|
19
|
-
<script type="module" crossorigin src="./assets/index-
|
20
|
-
<link rel="stylesheet" crossorigin href="./assets/index-
|
19
|
+
<script type="module" crossorigin src="./assets/index-C5kjVVQ-.js"></script>
|
20
|
+
<link rel="stylesheet" crossorigin href="./assets/index-HuzVlez9.css">
|
21
21
|
</head>
|
22
22
|
<body></body>
|
23
23
|
</html>
|
package/website/index.html
CHANGED
@@ -16,8 +16,8 @@
|
|
16
16
|
}
|
17
17
|
</style>
|
18
18
|
<script src="https://unpkg.com/zone.js"></script>
|
19
|
-
<script type="module" crossorigin src="./assets/index-
|
20
|
-
<link rel="stylesheet" crossorigin href="./assets/index-
|
19
|
+
<script type="module" crossorigin src="./assets/index-bbSGSfTl.js"></script>
|
20
|
+
<link rel="stylesheet" crossorigin href="./assets/index-_9UZNNtx.css">
|
21
21
|
</head>
|
22
22
|
<body></body>
|
23
23
|
</html>
|