@steedos/service-plugin-amis 3.0.0-beta.120 → 3.0.0-beta.122
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": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.122",
|
|
4
4
|
"main": "package.service.js",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:tailwind-base && yarn build:tailwind",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"publishConfig": {
|
|
13
13
|
"access": "public"
|
|
14
14
|
},
|
|
15
|
-
"gitHead": "
|
|
15
|
+
"gitHead": "81de9b7d36bd701962cab6b3d11cfa0213cf7e59",
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"tailwindcss": "^3.4.17"
|
|
18
18
|
}
|
|
@@ -64,6 +64,10 @@
|
|
|
64
64
|
position: absolute
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
+
.relative {
|
|
68
|
+
position: relative
|
|
69
|
+
}
|
|
70
|
+
|
|
67
71
|
.sticky {
|
|
68
72
|
position: sticky
|
|
69
73
|
}
|
|
@@ -72,6 +76,14 @@
|
|
|
72
76
|
grid-column: span 2 / span 2
|
|
73
77
|
}
|
|
74
78
|
|
|
79
|
+
.float-start {
|
|
80
|
+
float: inline-start
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.float-end {
|
|
84
|
+
float: inline-end
|
|
85
|
+
}
|
|
86
|
+
|
|
75
87
|
.float-right {
|
|
76
88
|
float: right
|
|
77
89
|
}
|
|
@@ -92,6 +104,11 @@
|
|
|
92
104
|
margin: auto
|
|
93
105
|
}
|
|
94
106
|
|
|
107
|
+
.mx-2 {
|
|
108
|
+
margin-left: 0.5rem;
|
|
109
|
+
margin-right: 0.5rem
|
|
110
|
+
}
|
|
111
|
+
|
|
95
112
|
.mx-4 {
|
|
96
113
|
margin-left: 1rem;
|
|
97
114
|
margin-right: 1rem
|
|
@@ -135,6 +152,10 @@
|
|
|
135
152
|
margin-right: 0.25rem
|
|
136
153
|
}
|
|
137
154
|
|
|
155
|
+
.mr-2 {
|
|
156
|
+
margin-right: 0.5rem
|
|
157
|
+
}
|
|
158
|
+
|
|
138
159
|
.mr-4 {
|
|
139
160
|
margin-right: 1rem
|
|
140
161
|
}
|
|
@@ -163,6 +184,10 @@
|
|
|
163
184
|
display: flex
|
|
164
185
|
}
|
|
165
186
|
|
|
187
|
+
.inline-flex {
|
|
188
|
+
display: inline-flex
|
|
189
|
+
}
|
|
190
|
+
|
|
166
191
|
.table {
|
|
167
192
|
display: table
|
|
168
193
|
}
|
|
@@ -283,6 +308,10 @@
|
|
|
283
308
|
border-bottom-width: 1px
|
|
284
309
|
}
|
|
285
310
|
|
|
311
|
+
.border-t {
|
|
312
|
+
border-top-width: 1px
|
|
313
|
+
}
|
|
314
|
+
|
|
286
315
|
.border-none {
|
|
287
316
|
border-style: none
|
|
288
317
|
}
|
|
@@ -459,6 +488,11 @@
|
|
|
459
488
|
border-radius: 0.5rem
|
|
460
489
|
}
|
|
461
490
|
|
|
491
|
+
.sm\:rounded-b-lg {
|
|
492
|
+
border-bottom-right-radius: 0.5rem;
|
|
493
|
+
border-bottom-left-radius: 0.5rem
|
|
494
|
+
}
|
|
495
|
+
|
|
462
496
|
.sm\:border {
|
|
463
497
|
border-width: 1px
|
|
464
498
|
}
|