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