@tinacms/scripts 1.0.2 → 1.0.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/dist/index.js +12 -0
- package/package.json +5 -4
package/dist/index.js
CHANGED
|
@@ -288,10 +288,21 @@ var config = (cwd = "") => {
|
|
|
288
288
|
opacity: "1",
|
|
289
289
|
transform: "translateY(0)"
|
|
290
290
|
}
|
|
291
|
+
},
|
|
292
|
+
slideInLeft: {
|
|
293
|
+
"0%": {
|
|
294
|
+
opacity: "0",
|
|
295
|
+
transform: "translateX(2rem)"
|
|
296
|
+
},
|
|
297
|
+
"100%": {
|
|
298
|
+
opacity: "1",
|
|
299
|
+
transform: "translateX(0)"
|
|
300
|
+
}
|
|
291
301
|
}
|
|
292
302
|
},
|
|
293
303
|
animation: {
|
|
294
304
|
"slide-in": "slideIn 150ms ease-out 1 normal forwards",
|
|
305
|
+
"slide-in-left": "slideInLeft 150ms ease-out 1 normal forwards",
|
|
295
306
|
"spin-reverse": "spin 1s linear infinite reverse"
|
|
296
307
|
},
|
|
297
308
|
scale: {
|
|
@@ -367,6 +378,7 @@ var config = (cwd = "") => {
|
|
|
367
378
|
},
|
|
368
379
|
content: [_path2.default.join(cwd, "src/**/*.{vue,js,ts,jsx,tsx,svelte}")],
|
|
369
380
|
plugins: [
|
|
381
|
+
_chunkNYQD2IPWjs.__require.call(void 0, "@tailwindcss/container-queries"),
|
|
370
382
|
_chunkNYQD2IPWjs.__require.call(void 0, "@tailwindcss/typography")({
|
|
371
383
|
className: "tina-prose"
|
|
372
384
|
}),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tinacms/scripts",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -13,17 +13,18 @@
|
|
|
13
13
|
"tinacms-scripts": "./bin/tina-build"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@babel/core": "^7.
|
|
16
|
+
"@babel/core": "^7.21.0",
|
|
17
17
|
"@babel/plugin-transform-modules-commonjs": "^7.15.0",
|
|
18
18
|
"@sucrase/jest-plugin": "^2.1.1",
|
|
19
19
|
"@tailwindcss/aspect-ratio": "^0.4.0",
|
|
20
|
+
"@tailwindcss/container-queries": "^0.1.0",
|
|
20
21
|
"@tailwindcss/line-clamp": "^0.3.1",
|
|
21
22
|
"@tailwindcss/typography": "^0.5.0",
|
|
22
23
|
"@types/inquirer": "^6.5.0",
|
|
23
24
|
"chalk": "^4.1.1",
|
|
24
25
|
"chokidar": "^3.5.2",
|
|
25
26
|
"commander": "^7.2.0",
|
|
26
|
-
"esbuild": "^0.
|
|
27
|
+
"esbuild": "^0.15.5",
|
|
27
28
|
"esbuild-jest": "^0.5.0",
|
|
28
29
|
"execa": "^5.1.1",
|
|
29
30
|
"express": "^4.17.1",
|
|
@@ -34,7 +35,7 @@
|
|
|
34
35
|
"normalize-path": "^3.0.0",
|
|
35
36
|
"postcss": "^8.4.5",
|
|
36
37
|
"postcss-nested": "^5.0.6",
|
|
37
|
-
"tailwindcss": "^3.
|
|
38
|
+
"tailwindcss": "^3.2.7",
|
|
38
39
|
"tsup": "^4.12.5",
|
|
39
40
|
"typescript": "^4.2.2",
|
|
40
41
|
"vite": "^2.4.3",
|