@steedos/service-plugin-amis 2.5.18-beta.1 → 2.5.18-beta.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-plugin-amis",
3
- "version": "2.5.18-beta.1",
3
+ "version": "2.5.18-beta.3",
4
4
  "main": "package.service.js",
5
5
  "scripts": {
6
6
  "build": "yarn build:tailwind-base && yarn build:tailwind",
@@ -13,7 +13,7 @@
13
13
  "publishConfig": {
14
14
  "access": "public"
15
15
  },
16
- "gitHead": "c4ba4e73e2182af6a1b825988b5d325c4af918ff",
16
+ "gitHead": "ad7085eedba341a58446a969102da5cdc3d691b2",
17
17
  "devDependencies": {
18
18
  "tailwindcss": "3.2.4"
19
19
  }
@@ -108,11 +108,6 @@
108
108
  margin-right: -2.75rem
109
109
  }
110
110
 
111
- .mx-3 {
112
- margin-left: 0.75rem;
113
- margin-right: 0.75rem
114
- }
115
-
116
111
  .mb-4 {
117
112
  margin-bottom: 1rem
118
113
  }
@@ -133,6 +128,10 @@
133
128
  margin-top: 0.75rem
134
129
  }
135
130
 
131
+ .mr-7 {
132
+ margin-right: 1.75rem
133
+ }
134
+
136
135
  .mb-0 {
137
136
  margin-bottom: 0px
138
137
  }
@@ -185,6 +184,15 @@
185
184
  height: 0px
186
185
  }
187
186
 
187
+ .h-fit {
188
+ height: -moz-fit-content;
189
+ height: fit-content
190
+ }
191
+
192
+ .h-7 {
193
+ height: 1.75rem
194
+ }
195
+
188
196
  .w-9 {
189
197
  width: 2.25rem
190
198
  }
@@ -201,6 +209,15 @@
201
209
  width: 100%
202
210
  }
203
211
 
212
+ .w-4\/5 {
213
+ width: 80%
214
+ }
215
+
216
+ .w-fit {
217
+ width: -moz-fit-content;
218
+ width: fit-content
219
+ }
220
+
204
221
  .w-96 {
205
222
  width: 24rem
206
223
  }
@@ -222,8 +239,8 @@
222
239
  min-width: 200px
223
240
  }
224
241
 
225
- .max-w-xl {
226
- max-width: 36rem
242
+ .max-w-4xl {
243
+ max-width: 56rem
227
244
  }
228
245
 
229
246
  .flex-1 {
@@ -263,6 +280,10 @@
263
280
  justify-content: center
264
281
  }
265
282
 
283
+ .justify-between {
284
+ justify-content: space-between
285
+ }
286
+
266
287
  .overflow-auto {
267
288
  overflow: auto
268
289
  }
@@ -322,11 +343,6 @@
322
343
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
323
344
  }
324
345
 
325
- .bg-green-300 {
326
- --tw-bg-opacity: 1;
327
- background-color: rgb(134 239 172 / var(--tw-bg-opacity))
328
- }
329
-
330
346
  .bg-gray-50 {
331
347
  --tw-bg-opacity: 1;
332
348
  background-color: rgb(249 250 251 / var(--tw-bg-opacity))
@@ -401,6 +417,10 @@
401
417
  padding-bottom: 0.75rem
402
418
  }
403
419
 
420
+ .pl-10 {
421
+ padding-left: 2.5rem
422
+ }
423
+
404
424
  .text-left {
405
425
  text-align: left
406
426
  }
@@ -448,6 +468,10 @@
448
468
  text-decoration-line: underline
449
469
  }
450
470
 
471
+ .opacity-0 {
472
+ opacity: 0
473
+ }
474
+
451
475
  .shadow-none {
452
476
  --tw-shadow: 0 0 #0000;
453
477
  --tw-shadow-colored: 0 0 #0000;