xframelib 0.6.4 → 0.6.8

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/dist/index.css CHANGED
@@ -1,102 +1,3 @@
1
- .layoutContainer {
2
- width: 100%;
3
- height: 100%;
4
- padding: 0;
5
- margin: 0;
6
- --layout-top-height: 70px;
7
- --layout-left-width: 200px;
8
- --layout-right-width: 200px;
9
- --layout-bottom-height: 60px;
10
- --layout-centerback-backcolor: #020202;
11
- --layout-top-zindex: 10000;
12
- --layout-bottom-zindex: 10000;
13
- --layout-center-zindex: 9999;
14
- --layout-left-zindex: 10000;
15
- --layout-right-zindex: 10000;
16
- }
17
-
18
- .topContainer {
19
- position: absolute;
20
- top: 0px;
21
- left: 0px;
22
- width: 100%;
23
- height: var(--layout-top-height);
24
- z-index: var(--layout-top-zindex);
25
- pointer-events: none;
26
- }
27
-
28
- .bottomContainer {
29
- position: absolute;
30
- bottom: 0px;
31
- left: 0px;
32
- width: 100%;
33
- height: var(--layout-bottom-height);
34
- z-index: var(--layout-bottom-zindex);
35
- pointer-events: none;
36
- }
37
-
38
- .leftContainer {
39
- position: absolute;
40
- top: 0px;
41
- left: 0px;
42
- width: var(--layout-left-width);
43
- z-index: var(--layout-left-zindex);
44
- height: 100%;
45
- pointer-events: none;
46
- }
47
-
48
- .rightContainer {
49
- position: absolute;
50
- top: 0px;
51
- right: 0px;
52
- width: var(--layout-right-width);
53
- z-index: var(--layout-right-zindex);
54
- height: 100%;
55
- pointer-events: none;
56
- }
57
-
58
- .centerdiv {
59
- position: absolute;
60
- top: 0px;
61
- left: 0px;
62
- bottom: 0px;
63
- width: 100%;
64
- background-color: transparent;
65
- overflow: hidden;
66
- pointer-events: none;
67
- }
68
-
69
- .vcpg {
70
- border: 1px solid var(--border-color);
71
- border-radius: 4px;
72
- width: 100%;
73
- }
74
- .vcpg ::v-deep(.vcp) * {
75
- box-sizing: border-box;
76
- }
77
- .vcpg ::v-deep(.vcp) .vcp__header {
78
- background-color: var(--bg-color-header);
79
- height: 30px;
80
- border-bottom: 2px solid #c6bebd;
81
- transition: background-color 0.3s ease;
82
- }
83
- .vcpg ::v-deep(.vcp) .vcp__header .vcp__header:hover {
84
- background-color: var(--bg-color-header-hover);
85
- }
86
- .vcpg ::v-deep(.vcp) .vcp__header .vcp__header:active {
87
- background-color: var(--bg-color-header-active);
88
- }
89
- .vcpg ::v-deep(.vcp) .vcp:not(:first-of-type) .vcp__header {
90
- border-top: 2px solid var(--border-color);
91
- }
92
- .vcpg ::v-deep(.vcp) .vcp__header-title {
93
- font-weight: 500;
94
- }
95
- .vcpg ::v-deep(.vcp) .vcp__body {
96
- border-top: 1px solid var(--border-color);
97
- background-color: var(--bg-color-body);
98
- }
99
-
100
1
  .vcp__header {
101
2
  display: flex;
102
3
  padding: 12px;
@@ -252,6 +153,105 @@
252
153
  margin-top: 1px;
253
154
  }
254
155
 
156
+ .vcpg {
157
+ border: 1px solid var(--border-color);
158
+ border-radius: 4px;
159
+ width: 100%;
160
+ }
161
+ .vcpg ::v-deep(.vcp) * {
162
+ box-sizing: border-box;
163
+ }
164
+ .vcpg ::v-deep(.vcp) .vcp__header {
165
+ background-color: var(--bg-color-header);
166
+ height: 30px;
167
+ border-bottom: 2px solid #c6bebd;
168
+ transition: background-color 0.3s ease;
169
+ }
170
+ .vcpg ::v-deep(.vcp) .vcp__header .vcp__header:hover {
171
+ background-color: var(--bg-color-header-hover);
172
+ }
173
+ .vcpg ::v-deep(.vcp) .vcp__header .vcp__header:active {
174
+ background-color: var(--bg-color-header-active);
175
+ }
176
+ .vcpg ::v-deep(.vcp) .vcp:not(:first-of-type) .vcp__header {
177
+ border-top: 2px solid var(--border-color);
178
+ }
179
+ .vcpg ::v-deep(.vcp) .vcp__header-title {
180
+ font-weight: 500;
181
+ }
182
+ .vcpg ::v-deep(.vcp) .vcp__body {
183
+ border-top: 1px solid var(--border-color);
184
+ background-color: var(--bg-color-body);
185
+ }
186
+
187
+ .layoutContainer {
188
+ width: 100%;
189
+ height: 100%;
190
+ padding: 0;
191
+ margin: 0;
192
+ --layout-top-height: 70px;
193
+ --layout-left-width: 200px;
194
+ --layout-right-width: 200px;
195
+ --layout-bottom-height: 60px;
196
+ --layout-centerback-backcolor: #020202;
197
+ --layout-top-zindex: 100;
198
+ --layout-bottom-zindex: 100;
199
+ --layout-center-zindex: 90;
200
+ --layout-left-zindex: 100;
201
+ --layout-right-zindex: 100;
202
+ }
203
+
204
+ .topContainer {
205
+ position: absolute;
206
+ top: 0px;
207
+ left: 0px;
208
+ width: 100%;
209
+ height: var(--layout-top-height);
210
+ z-index: var(--layout-top-zindex);
211
+ pointer-events: none;
212
+ }
213
+
214
+ .bottomContainer {
215
+ position: absolute;
216
+ bottom: 0px;
217
+ left: 0px;
218
+ width: 100%;
219
+ height: var(--layout-bottom-height);
220
+ z-index: var(--layout-bottom-zindex);
221
+ pointer-events: none;
222
+ }
223
+
224
+ .leftContainer {
225
+ position: absolute;
226
+ top: 0px;
227
+ left: 0px;
228
+ width: var(--layout-left-width);
229
+ z-index: var(--layout-left-zindex);
230
+ height: 100%;
231
+ pointer-events: none;
232
+ }
233
+
234
+ .rightContainer {
235
+ position: absolute;
236
+ top: 0px;
237
+ right: 0px;
238
+ width: var(--layout-right-width);
239
+ z-index: var(--layout-right-zindex);
240
+ height: 100%;
241
+ pointer-events: none;
242
+ }
243
+
244
+ .centerdiv {
245
+ position: absolute;
246
+ top: 0px;
247
+ left: 0px;
248
+ bottom: 0px;
249
+ width: 100%;
250
+ background-color: transparent;
251
+ overflow: hidden;
252
+ pointer-events: none;
253
+ }
254
+
255
255
  .window {
256
256
  display: flex;
257
257
  flex-flow: column;