@steedos/webapp 3.0.5-beta.1 → 3.0.5-beta.4

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.
@@ -1,4 +1,4 @@
1
- import { c as commonjsGlobal, g as getDefaultExportFromCjs } from "./index-DXe8lj55.js";
1
+ import { c as commonjsGlobal, g as getDefaultExportFromCjs } from "./index-b8GAcwz-.js";
2
2
  function _mergeNamespaces(n, m) {
3
3
  for (var i = 0; i < m.length; i++) {
4
4
  const e = m[i];
@@ -1058,9 +1058,6 @@ video {
1058
1058
  margin-top: 1rem;
1059
1059
  margin-bottom: 1rem;
1060
1060
  }
1061
- .\!mb-6 {
1062
- margin-bottom: 1.5rem !important;
1063
- }
1064
1061
  .-mb-px {
1065
1062
  margin-bottom: -1px;
1066
1063
  }
@@ -1226,18 +1223,9 @@ video {
1226
1223
  .h-screen {
1227
1224
  height: 100vh;
1228
1225
  }
1229
- .\!max-h-\[80vh\] {
1230
- max-height: 80vh !important;
1231
- }
1232
- .max-h-12 {
1233
- max-height: 3rem;
1234
- }
1235
1226
  .max-h-96 {
1236
1227
  max-height: 24rem;
1237
1228
  }
1238
- .max-h-\[80vh\] {
1239
- max-height: 80vh;
1240
- }
1241
1229
  .min-h-8 {
1242
1230
  min-height: 2rem;
1243
1231
  }
@@ -1292,6 +1280,9 @@ video {
1292
1280
  .w-\[240px\] {
1293
1281
  width: 240px;
1294
1282
  }
1283
+ .w-\[24rem\] {
1284
+ width: 24rem;
1285
+ }
1295
1286
  .w-auto {
1296
1287
  width: auto;
1297
1288
  }
@@ -1310,9 +1301,6 @@ video {
1310
1301
  .min-w-56 {
1311
1302
  min-width: 14rem;
1312
1303
  }
1313
- .min-w-\[24rem\] {
1314
- min-width: 24rem;
1315
- }
1316
1304
  .min-w-\[260px\] {
1317
1305
  min-width: 260px;
1318
1306
  }
@@ -1388,6 +1376,9 @@ video {
1388
1376
  .grid-cols-1 {
1389
1377
  grid-template-columns: repeat(1, minmax(0, 1fr));
1390
1378
  }
1379
+ .grid-cols-12 {
1380
+ grid-template-columns: repeat(12, minmax(0, 1fr));
1381
+ }
1391
1382
  .grid-cols-5 {
1392
1383
  grid-template-columns: repeat(5, minmax(0, 1fr));
1393
1384
  }
@@ -1642,9 +1633,6 @@ video {
1642
1633
  --tw-bg-opacity: 1;
1643
1634
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
1644
1635
  }
1645
- .bg-transparent {
1646
- background-color: transparent;
1647
- }
1648
1636
  .bg-white {
1649
1637
  --tw-bg-opacity: 1;
1650
1638
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
@@ -1865,6 +1853,10 @@ video {
1865
1853
  .leading-tight {
1866
1854
  line-height: 1.25;
1867
1855
  }
1856
+ .\!text-gray-500 {
1857
+ --tw-text-opacity: 1 !important;
1858
+ color: rgb(107 114 128 / var(--tw-text-opacity, 1)) !important;
1859
+ }
1868
1860
  .\!text-gray-600 {
1869
1861
  --tw-text-opacity: 1 !important;
1870
1862
  color: rgb(75 85 99 / var(--tw-text-opacity, 1)) !important;
@@ -1973,9 +1965,6 @@ video {
1973
1965
  --tw-blur: blur(8px);
1974
1966
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1975
1967
  }
1976
- .\!filter {
1977
- filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
1978
- }
1979
1968
  .filter {
1980
1969
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1981
1970
  }
@@ -2375,10 +2364,6 @@ video {
2375
2364
  margin: 0.5rem;
2376
2365
  }
2377
2366
 
2378
- .sm\:m-3 {
2379
- margin: 0.75rem;
2380
- }
2381
-
2382
2367
  .sm\:m-4 {
2383
2368
  margin: 1rem;
2384
2369
  }
@@ -2395,6 +2380,22 @@ video {
2395
2380
  display: grid;
2396
2381
  }
2397
2382
 
2383
+ .sm\:grid-cols-1 {
2384
+ grid-template-columns: repeat(1, minmax(0, 1fr));
2385
+ }
2386
+
2387
+ .sm\:grid-cols-10 {
2388
+ grid-template-columns: repeat(10, minmax(0, 1fr));
2389
+ }
2390
+
2391
+ .sm\:grid-cols-11 {
2392
+ grid-template-columns: repeat(11, minmax(0, 1fr));
2393
+ }
2394
+
2395
+ .sm\:grid-cols-12 {
2396
+ grid-template-columns: repeat(12, minmax(0, 1fr));
2397
+ }
2398
+
2398
2399
  .sm\:grid-cols-2 {
2399
2400
  grid-template-columns: repeat(2, minmax(0, 1fr));
2400
2401
  }
@@ -2403,6 +2404,30 @@ video {
2403
2404
  grid-template-columns: repeat(3, minmax(0, 1fr));
2404
2405
  }
2405
2406
 
2407
+ .sm\:grid-cols-4 {
2408
+ grid-template-columns: repeat(4, minmax(0, 1fr));
2409
+ }
2410
+
2411
+ .sm\:grid-cols-5 {
2412
+ grid-template-columns: repeat(5, minmax(0, 1fr));
2413
+ }
2414
+
2415
+ .sm\:grid-cols-6 {
2416
+ grid-template-columns: repeat(6, minmax(0, 1fr));
2417
+ }
2418
+
2419
+ .sm\:grid-cols-7 {
2420
+ grid-template-columns: repeat(7, minmax(0, 1fr));
2421
+ }
2422
+
2423
+ .sm\:grid-cols-8 {
2424
+ grid-template-columns: repeat(8, minmax(0, 1fr));
2425
+ }
2426
+
2427
+ .sm\:grid-cols-9 {
2428
+ grid-template-columns: repeat(9, minmax(0, 1fr));
2429
+ }
2430
+
2406
2431
  .sm\:items-center {
2407
2432
  align-items: center;
2408
2433
  }
@@ -2494,14 +2519,6 @@ video {
2494
2519
  display: block;
2495
2520
  }
2496
2521
 
2497
- .md\:grid-cols-3 {
2498
- grid-template-columns: repeat(3, minmax(0, 1fr));
2499
- }
2500
-
2501
- .md\:border-b {
2502
- border-bottom-width: 1px;
2503
- }
2504
-
2505
2522
  .md\:p-10 {
2506
2523
  padding: 2.5rem;
2507
2524
  }
@@ -2528,26 +2545,6 @@ video {
2528
2545
  display: flex;
2529
2546
  }
2530
2547
 
2531
- .lg\:grid-cols-1 {
2532
- grid-template-columns: repeat(1, minmax(0, 1fr));
2533
- }
2534
-
2535
- .lg\:grid-cols-10 {
2536
- grid-template-columns: repeat(10, minmax(0, 1fr));
2537
- }
2538
-
2539
- .lg\:grid-cols-11 {
2540
- grid-template-columns: repeat(11, minmax(0, 1fr));
2541
- }
2542
-
2543
- .lg\:grid-cols-12 {
2544
- grid-template-columns: repeat(12, minmax(0, 1fr));
2545
- }
2546
-
2547
- .lg\:grid-cols-2 {
2548
- grid-template-columns: repeat(2, minmax(0, 1fr));
2549
- }
2550
-
2551
2548
  .lg\:grid-cols-3 {
2552
2549
  grid-template-columns: repeat(3, minmax(0, 1fr));
2553
2550
  }
@@ -2556,26 +2553,6 @@ video {
2556
2553
  grid-template-columns: repeat(4, minmax(0, 1fr));
2557
2554
  }
2558
2555
 
2559
- .lg\:grid-cols-5 {
2560
- grid-template-columns: repeat(5, minmax(0, 1fr));
2561
- }
2562
-
2563
- .lg\:grid-cols-6 {
2564
- grid-template-columns: repeat(6, minmax(0, 1fr));
2565
- }
2566
-
2567
- .lg\:grid-cols-7 {
2568
- grid-template-columns: repeat(7, minmax(0, 1fr));
2569
- }
2570
-
2571
- .lg\:grid-cols-8 {
2572
- grid-template-columns: repeat(8, minmax(0, 1fr));
2573
- }
2574
-
2575
- .lg\:grid-cols-9 {
2576
- grid-template-columns: repeat(9, minmax(0, 1fr));
2577
- }
2578
-
2579
2556
  .lg\:flex-col {
2580
2557
  flex-direction: column;
2581
2558
  }
@@ -2595,8 +2572,8 @@ video {
2595
2572
  }
2596
2573
  @media (min-width: 1280px) {
2597
2574
 
2598
- .xl\:min-w-\[28rem\] {
2599
- min-width: 28rem;
2575
+ .xl\:w-\[28rem\] {
2576
+ width: 28rem;
2600
2577
  }
2601
2578
 
2602
2579
  .xl\:grid-cols-4 {
@@ -2609,12 +2586,8 @@ video {
2609
2586
  }
2610
2587
  @media (min-width: 1536px) {
2611
2588
 
2612
- .\32xl\:min-w-\[32rem\] {
2613
- min-width: 32rem;
2614
- }
2615
-
2616
- .\32xl\:grid-cols-5 {
2617
- grid-template-columns: repeat(5, minmax(0, 1fr));
2589
+ .\32xl\:w-\[32rem\] {
2590
+ width: 32rem;
2618
2591
  }
2619
2592
  }
2620
2593
  .steedos {
@@ -81109,7 +81109,7 @@ if (typeof ActiveXObject === "function") {
81109
81109
  if (typeof fetchApi !== "function") fetchApi = void 0;
81110
81110
  if (!fetchApi && !XmlHttpRequestApi && !ActiveXObjectApi) {
81111
81111
  try {
81112
- __vitePreload(() => import("./browser-ponyfill-CG922cba.js").then((n) => n.b), true ? [] : void 0).then(function(mod) {
81112
+ __vitePreload(() => import("./browser-ponyfill-BUFgNQoc.js").then((n) => n.b), true ? [] : void 0).then(function(mod) {
81113
81113
  fetchApi = mod.default;
81114
81114
  }).catch(function() {
81115
81115
  });
package/dist/index.html CHANGED
@@ -66,8 +66,8 @@
66
66
  <link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/lib/themes/antd.css">
67
67
  <link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/lib/helper.css">
68
68
  <link rel="stylesheet" href="https://unpkg.com/@steedos-widgets/amis@6.3.0-patch.8/sdk/iconfont.css">
69
- <script type="module" crossorigin src="/assets/index-DXe8lj55.js"></script>
70
- <link rel="stylesheet" crossorigin href="/assets/index-BWGFzjMX.css">
69
+ <script type="module" crossorigin src="/assets/index-b8GAcwz-.js"></script>
70
+ <link rel="stylesheet" crossorigin href="/assets/index-Ceu_zRIu.css">
71
71
  </head>
72
72
  <body class="skin-blue-light fixed steedos sidebar-mini three-columns" >
73
73
  <div id="root" class="steedos skin-blue-light creator h-full flex flex-col relative overflow-hidden bg-slate-50"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/webapp",
3
- "version": "3.0.5-beta.1",
3
+ "version": "3.0.5-beta.4",
4
4
  "files": [
5
5
  "dist"
6
6
  ],
@@ -74,8 +74,9 @@
74
74
  "access": "public"
75
75
  },
76
76
  "repository": "https://github.com/steedos/app-builder/tree/master/apps/accounts",
77
- "gitHead": "8dcb55a0156c12b0fcf70ed3ce46d1c2f1fac990",
77
+ "gitHead": "74a6a7c63b7b107be5a7a2f6338e98d8607b5a07",
78
78
  "dependencies": {
79
- "@steedos-widgets/amis-object": "^6.10.33"
79
+ "@steedos-widgets/amis-object": "^6.10.38",
80
+ "autoprefixer": "^10.4.23"
80
81
  }
81
82
  }