@steedos-widgets/amis-object 3.6.2-beta.2 → 3.6.2-beta.21

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.
@@ -0,0 +1,2 @@
1
+ declare const _default: any;
2
+ export default _default;
@@ -1,3 +1,4 @@
1
+ import './PageObject.less';
1
2
  export declare const PageObject: (props: any) => Promise<{
2
3
  type: string;
3
4
  data: any;
@@ -1,5 +1,5 @@
1
1
  /*
2
- ! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
2
+ ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
3
3
  */
4
4
 
5
5
  /*
@@ -31,9 +31,12 @@
31
31
  3. Use a more readable tab size.
32
32
  4. Use the user's configured `sans` font-family by default.
33
33
  5. Use the user's configured `sans` font-feature-settings by default.
34
+ 6. Use the user's configured `sans` font-variation-settings by default.
35
+ 7. Disable tap highlights on iOS
34
36
  */
35
37
 
36
- html {
38
+ html,
39
+ :host {
37
40
  line-height: 1.5;
38
41
  /* 1 */
39
42
  -webkit-text-size-adjust: 100%;
@@ -43,10 +46,14 @@ html {
43
46
  -o-tab-size: 4;
44
47
  tab-size: 4;
45
48
  /* 3 */
46
- font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
49
+ font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
47
50
  /* 4 */
48
51
  font-feature-settings: normal;
49
52
  /* 5 */
53
+ font-variation-settings: normal;
54
+ /* 6 */
55
+ -webkit-tap-highlight-color: transparent;
56
+ /* 7 */
50
57
  }
51
58
 
52
59
  /*
@@ -118,8 +125,10 @@ strong {
118
125
  }
119
126
 
120
127
  /*
121
- 1. Use the user's configured `mono` font family by default.
122
- 2. Correct the odd `em` font sizing in all browsers.
128
+ 1. Use the user's configured `mono` font-family by default.
129
+ 2. Use the user's configured `mono` font-feature-settings by default.
130
+ 3. Use the user's configured `mono` font-variation-settings by default.
131
+ 4. Correct the odd `em` font sizing in all browsers.
123
132
  */
124
133
 
125
134
  code,
@@ -128,8 +137,12 @@ samp,
128
137
  pre {
129
138
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
130
139
  /* 1 */
131
- font-size: 1em;
140
+ font-feature-settings: normal;
132
141
  /* 2 */
142
+ font-variation-settings: normal;
143
+ /* 3 */
144
+ font-size: 1em;
145
+ /* 4 */
133
146
  }
134
147
 
135
148
  /*
@@ -188,6 +201,10 @@ select,
188
201
  textarea {
189
202
  font-family: inherit;
190
203
  /* 1 */
204
+ font-feature-settings: inherit;
205
+ /* 1 */
206
+ font-variation-settings: inherit;
207
+ /* 1 */
191
208
  font-size: 100%;
192
209
  /* 1 */
193
210
  font-weight: inherit;
@@ -338,6 +355,14 @@ menu {
338
355
  padding: 0;
339
356
  }
340
357
 
358
+ /*
359
+ Reset default styling for dialogs.
360
+ */
361
+
362
+ dialog {
363
+ padding: 0;
364
+ }
365
+
341
366
  /*
342
367
  Prevent resizing textareas horizontally by default.
343
368
  */
@@ -433,6 +458,9 @@ video {
433
458
  --tw-pan-y: ;
434
459
  --tw-pinch-zoom: ;
435
460
  --tw-scroll-snap-strictness: proximity;
461
+ --tw-gradient-from-position: ;
462
+ --tw-gradient-via-position: ;
463
+ --tw-gradient-to-position: ;
436
464
  --tw-ordinal: ;
437
465
  --tw-slashed-zero: ;
438
466
  --tw-numeric-figure: ;
@@ -480,6 +508,9 @@ video {
480
508
  --tw-pan-y: ;
481
509
  --tw-pinch-zoom: ;
482
510
  --tw-scroll-snap-strictness: proximity;
511
+ --tw-gradient-from-position: ;
512
+ --tw-gradient-via-position: ;
513
+ --tw-gradient-to-position: ;
483
514
  --tw-ordinal: ;
484
515
  --tw-slashed-zero: ;
485
516
  --tw-numeric-figure: ;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/amis-object",
3
3
  "private": false,
4
- "version": "3.6.2-beta.2",
4
+ "version": "3.6.2-beta.21",
5
5
  "main": "dist/amis-object.cjs.js",
6
6
  "module": "dist/amis-object.esm.js",
7
7
  "unpkg": "dist/amis-object.umd.js",
@@ -61,10 +61,10 @@
61
61
  "uglify-js": "^3.17.0"
62
62
  },
63
63
  "dependencies": {
64
- "@steedos-widgets/amis-lib": "3.6.2-beta.2",
64
+ "@steedos-widgets/amis-lib": "3.6.2-beta.21",
65
65
  "autoprefixer": "^10.4.13",
66
66
  "postcss": "^8.4.19",
67
67
  "tailwindcss": "^3.2.4"
68
68
  },
69
- "gitHead": "fb8c956f049ba98f7b6ae36f4a4e7760ca088eed"
69
+ "gitHead": "406966d6f2772ead3457922728b98e26e5cfeec5"
70
70
  }