@dckj-npm/dc-material 0.1.167 → 0.1.169

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.
@@ -391,9 +391,13 @@ const snippets: IPublicTypeSnippet[] = [
391
391
  {
392
392
  componentName: 'NextText',
393
393
  props: {
394
- type: 'h2',
394
+ type: 'h5',
395
395
  children: '列表标题',
396
396
  key: 'box-title',
397
+ style: {
398
+ fontSize: '16px',
399
+ fontWeight: 'bold',
400
+ },
397
401
  },
398
402
  },
399
403
  {
@@ -99,7 +99,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
99
99
  packageName = '@dckj-npm/dc-material';
100
100
  }
101
101
  if (version === void 0) {
102
- version = '0.1.167';
102
+ version = '0.1.169';
103
103
  }
104
104
  if (basicLibraryVersion === void 0) {
105
105
  basicLibraryVersion = {
@@ -343,9 +343,13 @@ var snippets = [{
343
343
  children: [{
344
344
  componentName: 'NextText',
345
345
  props: {
346
- type: 'h2',
346
+ type: 'h5',
347
347
  children: '列表标题',
348
- key: 'box-title'
348
+ key: 'box-title',
349
+ style: {
350
+ fontSize: '16px',
351
+ fontWeight: 'bold'
352
+ }
349
353
  }
350
354
  }, {
351
355
  componentName: 'Image',
@@ -104,7 +104,7 @@ function fillRealVersion(meta, packageName, version, basicLibraryVersion) {
104
104
  packageName = '@dckj-npm/dc-material';
105
105
  }
106
106
  if (version === void 0) {
107
- version = '0.1.167';
107
+ version = '0.1.169';
108
108
  }
109
109
  if (basicLibraryVersion === void 0) {
110
110
  basicLibraryVersion = {
@@ -348,9 +348,13 @@ var snippets = [{
348
348
  children: [{
349
349
  componentName: 'NextText',
350
350
  props: {
351
- type: 'h2',
351
+ type: 'h5',
352
352
  children: '列表标题',
353
- key: 'box-title'
353
+ key: 'box-title',
354
+ style: {
355
+ fontSize: '16px',
356
+ fontWeight: 'bold'
357
+ }
354
358
  }
355
359
  }, {
356
360
  componentName: 'Image',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dckj-npm/dc-material",
3
- "version": "0.1.167",
3
+ "version": "0.1.169",
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.167/build/lowcode/assets-prod.json"
109
+ "materialSchema": "https://unpkg.com/@dckj-npm/dc-material@0.1.169/build/lowcode/assets-prod.json"
110
110
  },
111
111
  "lcMeta": {
112
112
  "type": "component"