croswil_comp_adm 2.0.15 → 2.0.16

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/bundle.css CHANGED
@@ -3,57 +3,58 @@
3
3
  .json_string::before,
4
4
  .json_string::after {
5
5
  content: '"';
6
- color: gray;
6
+ color: var(--color-200);
7
7
  }
8
8
  .json_string {
9
- color: blue;
9
+ color: var(--color-base);
10
10
  }
11
11
 
12
12
  .json_key {
13
- color: darkslategrey;
13
+ color: var(--color-500);
14
14
  }
15
15
  .json_number {
16
- color: maroon;
16
+ color: var(--color-danger);
17
17
  }
18
18
  .json_boolean {
19
- color: green;
19
+ color: var(--color-warning);
20
20
  }
21
21
  .json_undefined,
22
22
  .json_null {
23
- color: lightgray;
23
+ color: var(--color-c-150);
24
24
  }
25
25
 
26
26
  .json_dot::before {
27
- content: ":";
27
+ content: ':';
28
28
  padding-left: 0.2em;
29
29
  padding-right: 0.2em;
30
- color: gray;
30
+ color: var(--color-c-200);
31
31
  }
32
32
  .json_object > summary::after {
33
- content: "{}";
33
+ content: '{}';
34
34
  padding-left: 0.5em;
35
- color: red;
35
+ color: var(--color-warning);
36
36
  }
37
37
  .json_object[open] > summary::after {
38
- content: "{";
38
+ content: '{';
39
39
  }
40
40
  .json_object[open]::after {
41
- content: "}";
42
- color: red;
41
+ content: '}';
42
+ color: var(--color-warning);
43
43
  }
44
44
  .json_array > summary::after {
45
- content: "[]";
45
+ content: '[]';
46
46
  padding-left: 0.5em;
47
- color: red;
47
+ color: var(--color-warning);
48
48
  }
49
49
  .json_array[open] > summary::after {
50
- content: "[";
50
+ content: '[';
51
51
  }
52
52
  .json_array[open]::after {
53
- content: "]";
54
- color: red;
53
+ content: ']';
54
+ color: var(--color-warning);
55
55
  }
56
56
 
57
+ textarea.svelte-162ybky{overflow:hidden;resize:none;min-height:1em;box-sizing:border-box}
57
58
  .container.svelte-11f68ic{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;user-select:none;touch-action:none;cursor:move}.image.svelte-11f68ic{max-width:100%;max-height:100%;margin:auto;position:absolute;top:0;bottom:0;left:0;right:0;will-change:transform}.cropperArea.svelte-11f68ic{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);box-shadow:0 0 0 9999em;box-sizing:border-box;color:rgba(0, 0, 0, 0.5);border:1px solid rgba(255, 255, 255, 0.5);overflow:hidden}
58
59
  .contenitore.svelte-l4jjoj{@apply fixed inset-0 z-[20000] flex flex-col items-center justify-center;}.msg.svelte-l4jjoj{@apply relative w-full max-h-full bg-c-100 border border-c-border shadow-md;}.bg.svelte-l4jjoj{@apply inset-0 fixed bg-c-800 opacity-10;}
59
60
  .json-table-container.svelte-1i5mpub.svelte-1i5mpub{margin:0.5rem 0}.json-table-title.svelte-1i5mpub.svelte-1i5mpub{font-weight:bold;margin-bottom:0.25rem}.json-table.svelte-1i5mpub.svelte-1i5mpub{border-collapse:collapse;width:100%;border:1px solid #ddd}.json-table.svelte-1i5mpub th.svelte-1i5mpub,.json-table.svelte-1i5mpub td.svelte-1i5mpub{border:1px solid #ddd;padding:0.5rem;text-align:left}.json-table.svelte-1i5mpub th.svelte-1i5mpub{background-color:#f2f2f2;font-weight:bold}.json-table-key.svelte-1i5mpub.svelte-1i5mpub{font-weight:bold;color:#0077aa}