@tinacms/scripts 0.50.7 → 0.50.8
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/CHANGELOG.md +7 -0
- package/__mocks__/styleMock.js +13 -0
- package/dist/index.js +4 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/__mocks__/styleMock.js
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
Copyright 2021 Forestry.io Holdings, Inc.
|
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
you may not use this file except in compliance with the License.
|
|
5
|
+
You may obtain a copy of the License at
|
|
6
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
7
|
+
Unless required by applicable law or agreed to in writing, software
|
|
8
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
9
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
10
|
+
See the License for the specific language governing permissions and
|
|
11
|
+
limitations under the License.
|
|
12
|
+
*/
|
|
13
|
+
|
|
1
14
|
// __mocks__/styleMock.js
|
|
2
15
|
|
|
3
16
|
module.exports = ''
|
package/dist/index.js
CHANGED
|
@@ -180,7 +180,7 @@ var config = (cwd = "") => {
|
|
|
180
180
|
18: "72px",
|
|
181
181
|
20: "80px",
|
|
182
182
|
24: "96px",
|
|
183
|
-
28: "
|
|
183
|
+
28: "114px",
|
|
184
184
|
32: "128px",
|
|
185
185
|
36: "144px",
|
|
186
186
|
40: "160px",
|
|
@@ -335,7 +335,9 @@ var config = (cwd = "") => {
|
|
|
335
335
|
},
|
|
336
336
|
content: [_path2.default.join(cwd, "src/**/*.{vue,js,ts,jsx,tsx,svelte}")],
|
|
337
337
|
plugins: [
|
|
338
|
-
_chunk2QE2RGUDjs.__require.call(void 0, "@tailwindcss/typography")
|
|
338
|
+
_chunk2QE2RGUDjs.__require.call(void 0, "@tailwindcss/typography")({
|
|
339
|
+
className: "tina-prose"
|
|
340
|
+
}),
|
|
339
341
|
_chunk2QE2RGUDjs.__require.call(void 0, "@tailwindcss/line-clamp"),
|
|
340
342
|
_chunk2QE2RGUDjs.__require.call(void 0, "@tailwindcss/aspect-ratio")
|
|
341
343
|
],
|