@pie-element/complex-rubric 1.7.0 → 1.7.1-next.4

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.
@@ -269,7 +269,7 @@
269
269
  "title": "maxNoOfScales"
270
270
  },
271
271
  "defaultTraitLabel": {
272
- "description": "The default trait label for new created scales",
272
+ "description": "The default trait label for new created scales.\nIf it's not defined, it will default to the label of the first trait.",
273
273
  "type": "string",
274
274
  "title": "defaultTraitLabel"
275
275
  }
@@ -563,7 +563,7 @@
563
563
  "title": "maxNoOfScales"
564
564
  },
565
565
  "defaultTraitLabel": {
566
- "description": "The default trait label for new created scales",
566
+ "description": "The default trait label for new created scales.\nIf it's not defined, it will default to the label of the first trait.",
567
567
  "type": "string",
568
568
  "title": "defaultTraitLabel"
569
569
  }
@@ -210,7 +210,8 @@ Maximum number of scales
210
210
 
211
211
  ## `defaultTraitLabel` (string)
212
212
 
213
- The default trait label for new created scales
213
+ The default trait label for new created scales.
214
+ If it's not defined, it will default to the label of the first trait.
214
215
 
215
216
  ---
216
217
 
@@ -436,7 +437,8 @@ Maximum number of scales
436
437
 
437
438
  ### `defaultTraitLabel` (string)
438
439
 
439
- The default trait label for new created scales
440
+ The default trait label for new created scales.
441
+ If it's not defined, it will default to the label of the first trait.
440
442
 
441
443
  ## `DialogContent` (object)
442
444
 
@@ -517,7 +517,7 @@
517
517
  "title": "maxNoOfScales"
518
518
  },
519
519
  "defaultTraitLabel": {
520
- "description": "The default trait label for new created scales",
520
+ "description": "The default trait label for new created scales.\nIf it's not defined, it will default to the label of the first trait.",
521
521
  "type": "string",
522
522
  "title": "defaultTraitLabel"
523
523
  }
@@ -375,7 +375,8 @@ Maximum number of scales
375
375
 
376
376
  ### `defaultTraitLabel` (string)
377
377
 
378
- The default trait label for new created scales
378
+ The default trait label for new created scales.
379
+ If it's not defined, it will default to the label of the first trait.
379
380
 
380
381
  ## `DialogContent` (object)
381
382
 
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@pie-element/complex-rubric",
3
3
  "repository": "pie-framework/pie-elements",
4
- "version": "1.7.0",
4
+ "version": "1.7.1-next.4+660136116",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
8
8
  "dependencies": {
9
9
  "@material-ui/core": "^3.9.2",
10
- "@pie-element/multi-trait-rubric": "^2.7.0",
11
- "@pie-element/rubric": "^2.6.0",
10
+ "@pie-element/multi-trait-rubric": "^2.7.1-next.4+660136116",
11
+ "@pie-element/rubric": "^2.6.1-next.4+660136116",
12
12
  "@pie-framework/pie-player-events": "^0.1.0",
13
13
  "@pie-lib/rubric": "^0.7.12",
14
14
  "classnames": "^2.2.5",
@@ -16,7 +16,7 @@
16
16
  "lodash": "^4.17.11",
17
17
  "prop-types": "^15.7.2"
18
18
  },
19
- "gitHead": "0b9d7319130f9923ce54f97d62386aa28dd89f9e",
19
+ "gitHead": "660136116e3b565c5fbd41c9d5f9d40294057733",
20
20
  "scripts": {
21
21
  "postpublish": "../../scripts/postpublish"
22
22
  },