@micro-lc/preview 0.7.0 → 0.7.2
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +13 -0
- package/package.json +1 -1
- package/website/.vite/manifest.json +2 -2
- package/website/assets/index-41dJWVFW.js +96 -0
- package/website/assets/{index-AYPpxqPP.css → index-_9UZNNtx.css} +1 -1
- package/website/development/.vite/manifest.json +2 -2
- package/website/development/assets/{index-NQ4PJ7wv.css → index-HuzVlez9.css} +14 -5
- package/website/development/assets/{index--zmXJhVL.js → index-v3Efm_JH.js} +1682 -1078
- package/website/development/index.html +2 -2
- package/website/index.html +2 -2
- package/website/assets/index-R8L7d4ZR.js +0 -95
@@ -6,12 +6,12 @@
|
|
6
6
|
},
|
7
7
|
"index.html": {
|
8
8
|
"css": [
|
9
|
-
"assets/index-
|
9
|
+
"assets/index-HuzVlez9.css"
|
10
10
|
],
|
11
11
|
"dynamicImports": [
|
12
12
|
"../../node_modules/@micro-lc/composer/dist/lib/logger/errors.js"
|
13
13
|
],
|
14
|
-
"file": "assets/index
|
14
|
+
"file": "assets/index-v3Efm_JH.js",
|
15
15
|
"isEntry": true,
|
16
16
|
"src": "index.html"
|
17
17
|
}
|
@@ -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;
|