@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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # Change Log
2
2
 
3
+ ## 0.50.8
4
+
5
+ ### Patch Changes
6
+
7
+ - 1f7d3ca3d: Use custom wrapper class for tailwind type plugin
8
+ - 6c17f0160: fix scale isssue, truncate form label to filename
9
+
3
10
  ## 0.50.7
4
11
 
5
12
  ### Patch Changes
@@ -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: "11px",
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
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/scripts",
3
- "version": "0.50.7",
3
+ "version": "0.50.8",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist",