@tarojs/parse-css-to-stylesheet 0.0.1 → 0.0.3

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/README.md +2 -0
  2. package/package.json +15 -15
package/README.md CHANGED
@@ -15,11 +15,13 @@
15
15
  ## 功能特性
16
16
 
17
17
  ### JSX DOM 树构造
18
+
18
19
  - [x] 支持函数组件
19
20
  - [x] 支持类组件
20
21
  - [x] 支持 JSX 分离的写法
21
22
  - [ ] 支持遍历子组件
22
23
 
23
24
  ### 样式计算
25
+
24
26
  - [x] 样式层叠
25
27
  - [x] 样式继承
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/parse-css-to-stylesheet",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "napi": {
@@ -55,19 +55,19 @@
55
55
  "packageManager": "yarn@3.6.4",
56
56
  "repository": "https://github.com/NervJS/parse-css-to-stylesheet",
57
57
  "optionalDependencies": {
58
- "@tarojs/parse-css-to-stylesheet-win32-x64-msvc": "0.0.1",
59
- "@tarojs/parse-css-to-stylesheet-darwin-x64": "0.0.1",
60
- "@tarojs/parse-css-to-stylesheet-linux-x64-gnu": "0.0.1",
61
- "@tarojs/parse-css-to-stylesheet-darwin-arm64": "0.0.1",
62
- "@tarojs/parse-css-to-stylesheet-android-arm64": "0.0.1",
63
- "@tarojs/parse-css-to-stylesheet-linux-arm64-gnu": "0.0.1",
64
- "@tarojs/parse-css-to-stylesheet-linux-arm64-musl": "0.0.1",
65
- "@tarojs/parse-css-to-stylesheet-win32-arm64-msvc": "0.0.1",
66
- "@tarojs/parse-css-to-stylesheet-linux-arm-gnueabihf": "0.0.1",
67
- "@tarojs/parse-css-to-stylesheet-linux-x64-musl": "0.0.1",
68
- "@tarojs/parse-css-to-stylesheet-freebsd-x64": "0.0.1",
69
- "@tarojs/parse-css-to-stylesheet-win32-ia32-msvc": "0.0.1",
70
- "@tarojs/parse-css-to-stylesheet-android-arm-eabi": "0.0.1",
71
- "@tarojs/parse-css-to-stylesheet-darwin-universal": "0.0.1"
58
+ "@tarojs/parse-css-to-stylesheet-win32-x64-msvc": "0.0.3",
59
+ "@tarojs/parse-css-to-stylesheet-darwin-x64": "0.0.3",
60
+ "@tarojs/parse-css-to-stylesheet-linux-x64-gnu": "0.0.3",
61
+ "@tarojs/parse-css-to-stylesheet-darwin-arm64": "0.0.3",
62
+ "@tarojs/parse-css-to-stylesheet-android-arm64": "0.0.3",
63
+ "@tarojs/parse-css-to-stylesheet-linux-arm64-gnu": "0.0.3",
64
+ "@tarojs/parse-css-to-stylesheet-linux-arm64-musl": "0.0.3",
65
+ "@tarojs/parse-css-to-stylesheet-win32-arm64-msvc": "0.0.3",
66
+ "@tarojs/parse-css-to-stylesheet-linux-arm-gnueabihf": "0.0.3",
67
+ "@tarojs/parse-css-to-stylesheet-linux-x64-musl": "0.0.3",
68
+ "@tarojs/parse-css-to-stylesheet-freebsd-x64": "0.0.3",
69
+ "@tarojs/parse-css-to-stylesheet-win32-ia32-msvc": "0.0.3",
70
+ "@tarojs/parse-css-to-stylesheet-android-arm-eabi": "0.0.3",
71
+ "@tarojs/parse-css-to-stylesheet-darwin-universal": "0.0.3"
72
72
  }
73
73
  }