xframelib 0.9.1 → 0.9.3

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
@@ -139,6 +139,21 @@
139
139
  z-index: var(--layout-centerfront-zindex);
140
140
  }
141
141
 
142
+ .adivider {
143
+ width: 100%;
144
+ margin: 10px 0;
145
+ display: flex;
146
+ align-items: center;
147
+ justify-items: center;
148
+ }
149
+ .adivider .line {
150
+ border: 1px v-bind(lineColor) solid;
151
+ }
152
+ .adivider .contentText {
153
+ background-color: inherit;
154
+ font-size: 18px;
155
+ }
156
+
142
157
  .iconify {
143
158
  color: #000;
144
159
  }
@@ -284,21 +299,6 @@
284
299
  cursor: s-resize;
285
300
  }
286
301
 
287
- .adivider {
288
- width: 100%;
289
- margin: 10px 0;
290
- display: flex;
291
- align-items: center;
292
- justify-items: center;
293
- }
294
- .adivider .line {
295
- border: 1px v-bind(lineColor) solid;
296
- }
297
- .adivider .contentText {
298
- background-color: inherit;
299
- font-size: 18px;
300
- }
301
-
302
302
  .splitpanes {
303
303
  display: flex;
304
304
  width: 100%;
package/dist/index.d.ts CHANGED
@@ -10,3 +10,4 @@ export * from './hprose';
10
10
  export * from './api';
11
11
  export * from './model';
12
12
  export * from './permission';
13
+ export * from './directives';