@steedos/service-plugin-amis 2.5.16-beta.2 → 2.5.16-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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/service-plugin-amis",
3
- "version": "2.5.16-beta.2",
3
+ "version": "2.5.16-beta.4",
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": "f8b3f647c00f580f9a10547a4a8afec0398bcbe2",
16
+ "gitHead": "ccb7b9147e269e1dd678765163340db756655199",
17
17
  "devDependencies": {
18
18
  "tailwindcss": "3.2.4"
19
19
  }
@@ -73,6 +73,10 @@
73
73
  grid-column: span 2 / span 2
74
74
  }
75
75
 
76
+ .float-right {
77
+ float: right
78
+ }
79
+
76
80
  .m-1 {
77
81
  margin: 0.25rem
78
82
  }
@@ -156,6 +160,10 @@
156
160
  display: none
157
161
  }
158
162
 
163
+ .h-9 {
164
+ height: 2.25rem
165
+ }
166
+
159
167
  .h-full {
160
168
  height: 100%
161
169
  }
@@ -164,6 +172,10 @@
164
172
  height: 0px
165
173
  }
166
174
 
175
+ .w-9 {
176
+ width: 2.25rem
177
+ }
178
+
167
179
  .w-10 {
168
180
  width: 2.5rem
169
181
  }
@@ -246,18 +258,14 @@
246
258
  white-space: nowrap
247
259
  }
248
260
 
249
- .break-all {
250
- word-break: break-all
261
+ .rounded {
262
+ border-radius: 0.25rem
251
263
  }
252
264
 
253
265
  .rounded-full {
254
266
  border-radius: 9999px
255
267
  }
256
268
 
257
- .rounded {
258
- border-radius: 0.25rem
259
- }
260
-
261
269
  .border {
262
270
  border-width: 1px
263
271
  }
@@ -284,6 +292,11 @@
284
292
  border-color: rgb(229 231 235 / var(--tw-border-opacity))
285
293
  }
286
294
 
295
+ .bg-blue-600 {
296
+ --tw-bg-opacity: 1;
297
+ background-color: rgb(37 99 235 / var(--tw-bg-opacity))
298
+ }
299
+
287
300
  .bg-white {
288
301
  --tw-bg-opacity: 1;
289
302
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
@@ -306,6 +319,16 @@
306
319
  padding: 0.5rem
307
320
  }
308
321
 
322
+ .px-0 {
323
+ padding-left: 0px;
324
+ padding-right: 0px
325
+ }
326
+
327
+ .py-4 {
328
+ padding-top: 1rem;
329
+ padding-bottom: 1rem
330
+ }
331
+
309
332
  .px-2 {
310
333
  padding-left: 0.5rem;
311
334
  padding-right: 0.5rem
@@ -336,11 +359,6 @@
336
359
  padding-bottom: 0.5rem
337
360
  }
338
361
 
339
- .px-0 {
340
- padding-left: 0px;
341
- padding-right: 0px
342
- }
343
-
344
362
  .py-1 {
345
363
  padding-top: 0.25rem;
346
364
  padding-bottom: 0.25rem
@@ -378,6 +396,16 @@
378
396
  line-height: 1
379
397
  }
380
398
 
399
+ .text-white {
400
+ --tw-text-opacity: 1;
401
+ color: rgb(255 255 255 / var(--tw-text-opacity))
402
+ }
403
+
404
+ .text-gray-600 {
405
+ --tw-text-opacity: 1;
406
+ color: rgb(75 85 99 / var(--tw-text-opacity))
407
+ }
408
+
381
409
  .text-black {
382
410
  --tw-text-opacity: 1;
383
411
  color: rgb(0 0 0 / var(--tw-text-opacity))