@steedos-widgets/amis-object 1.0.14 → 1.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.
@@ -0,0 +1,2 @@
1
+ declare const _default: any;
2
+ export default _default;
@@ -1,5 +1,5 @@
1
1
  /*
2
- ! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
2
+ ! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
3
3
  */
4
4
 
5
5
  /*
@@ -30,7 +30,6 @@
30
30
  2. Prevent adjustments of font size after orientation changes in iOS.
31
31
  3. Use a more readable tab size.
32
32
  4. Use the user's configured `sans` font-family by default.
33
- 5. Use the user's configured `sans` font-feature-settings by default.
34
33
  */
35
34
 
36
35
  html {
@@ -45,8 +44,6 @@ html {
45
44
  /* 3 */
46
45
  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";
47
46
  /* 4 */
48
- font-feature-settings: normal;
49
- /* 5 */
50
47
  }
51
48
 
52
49
  /*
@@ -413,12 +410,6 @@ video {
413
410
  height: auto;
414
411
  }
415
412
 
416
- /* Make elements with the HTML hidden attribute stay hidden by default */
417
-
418
- [hidden] {
419
- display: none;
420
- }
421
-
422
413
  *, ::before, ::after {
423
414
  --tw-border-spacing-x: 0;
424
415
  --tw-border-spacing-y: 0;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/amis-object",
3
3
  "private": false,
4
- "version": "1.0.14",
4
+ "version": "1.0.16",
5
5
  "main": "dist/amis-object.cjs.js",
6
6
  "module": "dist/amis-object.esm.js",
7
7
  "unpkg": "dist/amis-object.umd.js",
@@ -60,10 +60,10 @@
60
60
  "uglify-js": "^3.17.0"
61
61
  },
62
62
  "dependencies": {
63
- "@steedos-widgets/amis-lib": "1.0.14",
63
+ "@steedos-widgets/amis-lib": "1.0.16",
64
64
  "autoprefixer": "^10.4.13",
65
65
  "postcss": "^8.4.19",
66
66
  "tailwindcss": "^3.2.4"
67
67
  },
68
- "gitHead": "ad673af04db47a605a672cfd5601fd96d74c6142"
68
+ "gitHead": "69129913978002362d3fa95c21dc5a4b7a610fab"
69
69
  }