@tinacms/app 0.0.15 → 0.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.
- package/dist/assets/out.es.js +3 -9
- package/package.json +2 -2
package/dist/assets/out.es.js
CHANGED
|
@@ -82213,7 +82213,7 @@ function FieldsBuilder({
|
|
|
82213
82213
|
useEventSubscription("plugin:add:field", () => updateFieldPlugins(), []);
|
|
82214
82214
|
return /* @__PURE__ */ jsx$1(FieldsGroup, {
|
|
82215
82215
|
padding,
|
|
82216
|
-
children:
|
|
82216
|
+
children: fields7.map((field) => /* @__PURE__ */ jsx$1(InnerField, {
|
|
82217
82217
|
field,
|
|
82218
82218
|
form,
|
|
82219
82219
|
fieldPlugins
|
|
@@ -82286,7 +82286,7 @@ const FieldsGroup = ({
|
|
|
82286
82286
|
children: children2
|
|
82287
82287
|
}) => {
|
|
82288
82288
|
return /* @__PURE__ */ jsx$1("div", {
|
|
82289
|
-
className: `relative w-full h-full whitespace-nowrap overflow-x-visible
|
|
82289
|
+
className: `relative block w-full h-full whitespace-nowrap overflow-x-visible ${padding ? `pb-5` : ``}`,
|
|
82290
82290
|
children: children2
|
|
82291
82291
|
});
|
|
82292
82292
|
};
|
|
@@ -84368,7 +84368,7 @@ const FieldWrapper = ({
|
|
|
84368
84368
|
...props
|
|
84369
84369
|
}) => {
|
|
84370
84370
|
return /* @__PURE__ */ jsx$1("div", {
|
|
84371
|
-
className: `relative ${margin ? `mb-5
|
|
84371
|
+
className: `relative ${margin ? `mb-5 last:mb-0` : ``}`,
|
|
84372
84372
|
...props,
|
|
84373
84373
|
children: children2
|
|
84374
84374
|
});
|
|
@@ -94557,9 +94557,6 @@ var styles$1 = `.tina-tailwind {
|
|
|
94557
94557
|
.tina-tailwind .flex-col {
|
|
94558
94558
|
flex-direction: column;
|
|
94559
94559
|
}
|
|
94560
|
-
.tina-tailwind .flex-col-reverse {
|
|
94561
|
-
flex-direction: column-reverse;
|
|
94562
|
-
}
|
|
94563
94560
|
.tina-tailwind .flex-wrap {
|
|
94564
94561
|
flex-wrap: wrap;
|
|
94565
94562
|
}
|
|
@@ -95373,9 +95370,6 @@ var styles$1 = `.tina-tailwind {
|
|
|
95373
95370
|
.with-toolbar [data-slate-editor='true'] {
|
|
95374
95371
|
min-height: 72px;
|
|
95375
95372
|
}
|
|
95376
|
-
.tina-tailwind .first\\:mb-0:first-child {
|
|
95377
|
-
margin-bottom: 0px;
|
|
95378
|
-
}
|
|
95379
95373
|
.tina-tailwind .first\\:mt-0:first-child {
|
|
95380
95374
|
margin-top: 0px;
|
|
95381
95375
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tinacms/app",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.16",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"react-router-dom": "6",
|
|
56
56
|
"styled-components": "5.3.5",
|
|
57
57
|
"tailwindcss": "^3.1.6",
|
|
58
|
-
"tinacms": "0.69.
|
|
58
|
+
"tinacms": "0.69.11",
|
|
59
59
|
"typescript": "^4.6.4",
|
|
60
60
|
"vite": "2.9.15",
|
|
61
61
|
"vite-node": "^0.23.4",
|