@stonecrop/beam 0.2.62 → 0.2.63

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stonecrop/beam",
3
- "version": "0.2.62",
3
+ "version": "0.2.63",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "author": {
@@ -22,6 +22,7 @@
22
22
  </div>
23
23
  </slot>
24
24
  </div>
25
+ <hr />
25
26
  </div>
26
27
  </template>
27
28
 
@@ -41,7 +42,6 @@ defineProps<{
41
42
  .beam_metadata {
42
43
  /* margin:3.125rem; */
43
44
  box-sizing: border-box;
44
- border: 1px solid black;
45
45
  display: flex;
46
46
  flex-direction: column;
47
47
  max-height: 100vh;
@@ -99,6 +99,14 @@ defineProps<{
99
99
  .beam_metadata_components {
100
100
  overflow: scroll;
101
101
  }
102
+ hr {
103
+ display: block;
104
+ height: 1px;
105
+ border: 0;
106
+ border-top: 1px solid var(--sc-row-border-color);
107
+ margin: 1em 0;
108
+ padding: 0;
109
+ }
102
110
  </style>
103
111
  <style>
104
112
  .beam_metadata_heading {