@tarojs/parse-css-to-stylesheet 1.1.19 → 1.1.22

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -0
  2. package/package.json +12 -12
package/index.d.ts CHANGED
@@ -11,6 +11,7 @@ export interface ParseOptions {
11
11
  designWidth?: number
12
12
  output?: OutputOptions
13
13
  allowInherit?: boolean
14
+ designMode?: string
14
15
  }
15
16
  export interface ParseResult {
16
17
  code?: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/parse-css-to-stylesheet",
3
- "version": "1.1.19",
3
+ "version": "1.1.22",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "napi": {
@@ -56,16 +56,16 @@
56
56
  "packageManager": "pnpm@9.11.0",
57
57
  "repository": "https://github.com/NervJS/parse-css-to-stylesheet",
58
58
  "optionalDependencies": {
59
- "@tarojs/parse-css-to-stylesheet-win32-x64-msvc": "1.1.19",
60
- "@tarojs/parse-css-to-stylesheet-darwin-x64": "1.1.19",
61
- "@tarojs/parse-css-to-stylesheet-linux-x64-gnu": "1.1.19",
62
- "@tarojs/parse-css-to-stylesheet-darwin-arm64": "1.1.19",
63
- "@tarojs/parse-css-to-stylesheet-android-arm64": "1.1.19",
64
- "@tarojs/parse-css-to-stylesheet-linux-arm64-gnu": "1.1.19",
65
- "@tarojs/parse-css-to-stylesheet-linux-arm64-musl": "1.1.19",
66
- "@tarojs/parse-css-to-stylesheet-linux-arm-gnueabihf": "1.1.19",
67
- "@tarojs/parse-css-to-stylesheet-linux-x64-musl": "1.1.19",
68
- "@tarojs/parse-css-to-stylesheet-android-arm-eabi": "1.1.19",
69
- "@tarojs/parse-css-to-stylesheet-darwin-universal": "1.1.19"
59
+ "@tarojs/parse-css-to-stylesheet-win32-x64-msvc": "1.1.22",
60
+ "@tarojs/parse-css-to-stylesheet-darwin-x64": "1.1.22",
61
+ "@tarojs/parse-css-to-stylesheet-linux-x64-gnu": "1.1.22",
62
+ "@tarojs/parse-css-to-stylesheet-darwin-arm64": "1.1.22",
63
+ "@tarojs/parse-css-to-stylesheet-android-arm64": "1.1.22",
64
+ "@tarojs/parse-css-to-stylesheet-linux-arm64-gnu": "1.1.22",
65
+ "@tarojs/parse-css-to-stylesheet-linux-arm64-musl": "1.1.22",
66
+ "@tarojs/parse-css-to-stylesheet-linux-arm-gnueabihf": "1.1.22",
67
+ "@tarojs/parse-css-to-stylesheet-linux-x64-musl": "1.1.22",
68
+ "@tarojs/parse-css-to-stylesheet-android-arm-eabi": "1.1.22",
69
+ "@tarojs/parse-css-to-stylesheet-darwin-universal": "1.1.22"
70
70
  }
71
71
  }