@dckj-npm/dc-material 0.1.342 → 0.1.344

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.
@@ -68,7 +68,7 @@ const snippets: IPublicTypeSnippet[] = [
68
68
  content:
69
69
  "It's a really cute skirt! I didn't expect to feel so good in a polyester material. The print is slightly less bright than what is shown in the product description.",
70
70
  likeCount: 22,
71
- dislikeCount: 2,
71
+ unlikeCount: 2,
72
72
  },
73
73
  ],
74
74
  },
@@ -130,6 +130,15 @@ const snippets: IPublicTypeSnippet[] = [
130
130
  },
131
131
  },
132
132
  },
133
+ {
134
+ componentName: 'Rating',
135
+ props: {
136
+ key: 'rating',
137
+ value: 4,
138
+ size: 'small',
139
+ disabled: true,
140
+ },
141
+ },
133
142
  ],
134
143
  },
135
144
  },
@@ -112,7 +112,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
112
112
  packageName = '@dckj-npm/dc-material';
113
113
  }
114
114
  if (version === void 0) {
115
- version = '0.1.342';
115
+ version = '0.1.344';
116
116
  }
117
117
  if (basicLibraryVersion === void 0) {
118
118
  basicLibraryVersion = {
@@ -71,7 +71,7 @@ var snippets = [{
71
71
  score: 4,
72
72
  content: "It's a really cute skirt! I didn't expect to feel so good in a polyester material. The print is slightly less bright than what is shown in the product description.",
73
73
  likeCount: 22,
74
- dislikeCount: 2
74
+ unlikeCount: 2
75
75
  }]
76
76
  },
77
77
  children: [{
@@ -126,6 +126,14 @@ var snippets = [{
126
126
  borderRadius: '50%'
127
127
  }
128
128
  }
129
+ }, {
130
+ componentName: 'Rating',
131
+ props: {
132
+ key: 'rating',
133
+ value: 4,
134
+ size: 'small',
135
+ disabled: true
136
+ }
129
137
  }]
130
138
  }
131
139
  }];
@@ -117,7 +117,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
117
117
  packageName = '@dckj-npm/dc-material';
118
118
  }
119
119
  if (version === void 0) {
120
- version = '0.1.342';
120
+ version = '0.1.344';
121
121
  }
122
122
  if (basicLibraryVersion === void 0) {
123
123
  basicLibraryVersion = {
@@ -76,7 +76,7 @@ var snippets = [{
76
76
  score: 4,
77
77
  content: "It's a really cute skirt! I didn't expect to feel so good in a polyester material. The print is slightly less bright than what is shown in the product description.",
78
78
  likeCount: 22,
79
- dislikeCount: 2
79
+ unlikeCount: 2
80
80
  }]
81
81
  },
82
82
  children: [{
@@ -131,6 +131,14 @@ var snippets = [{
131
131
  borderRadius: '50%'
132
132
  }
133
133
  }
134
+ }, {
135
+ componentName: 'Rating',
136
+ props: {
137
+ key: 'rating',
138
+ value: 4,
139
+ size: 'small',
140
+ disabled: true
141
+ }
134
142
  }]
135
143
  }
136
144
  }];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dckj-npm/dc-material",
3
- "version": "0.1.342",
3
+ "version": "0.1.344",
4
4
  "description": "dc低代码物料",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -106,7 +106,7 @@
106
106
  },
107
107
  "componentConfig": {
108
108
  "isComponentLibrary": true,
109
- "materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.342/build/lowcode/assets-prod.json"
109
+ "materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.344/build/lowcode/assets-prod.json"
110
110
  },
111
111
  "lcMeta": {
112
112
  "type": "component"