@micro-lc/preview 0.7.3-rc0 → 0.7.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,12 +6,12 @@
6
6
  },
7
7
  "index.html": {
8
8
  "css": [
9
- "assets/index-NQ4PJ7wv.css"
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-Fs5pROqu.js",
14
+ "file": "assets/index-tHug5tbN.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
- align-self: center;
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
- 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%);
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;