comand-component-library 4.0.93 → 4.0.95

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.
@@ -87,6 +87,16 @@
87
87
  "Toggle visibility of icon for status (i.e. error, warning)"
88
88
  ]
89
89
  },
90
+ "toggleSwitches": {
91
+ "comments": [
92
+ "activate if input-elements should be displayed as toggle-switches"
93
+ ],
94
+ "annotations": {
95
+ "affectsStyling": [
96
+ "true"
97
+ ]
98
+ }
99
+ },
90
100
  "labelText": {
91
101
  "comments": [
92
102
  "label-text for input-group"
@@ -9,6 +9,11 @@
9
9
  "Toggle visibility of list-style-items for list-entries"
10
10
  ]
11
11
  },
12
+ "largeIcons": {
13
+ "comments": [
14
+ "activate if large icons for links should be used"
15
+ ]
16
+ },
12
17
  "activeSection": {
13
18
  "comments": [
14
19
  "given active section from outside to set class for styling",
@@ -13,8 +13,7 @@
13
13
  "comments": [
14
14
  "activate if the inner content should be wrapped in inner component tag (recommended)",
15
15
  "",
16
- "(if deactivated, content will be directly placed inside cmd-width-limitation-wrapper)",
17
- ""
16
+ "(if deactivated, content will be directly placed inside cmd-width-limitation-wrapper)"
18
17
  ]
19
18
  },
20
19
  "sticky": {
@@ -58,11 +57,19 @@
58
57
  "set id for (invisible) anchor to enable shortcuts"
59
58
  ]
60
59
  },
60
+ "useFullDeviceWidth": {
61
+ "comments": [
62
+ "toggle if wrapper should be stretched to full devices width"
63
+ ]
64
+ },
65
+ "useInnerSection": {
66
+ "comments": [
67
+ "toggle if a section-tag should be used as inner wrapper (else a div-tag is used)"
68
+ ]
69
+ },
61
70
  "cmdHeadline": {
62
71
  "comments": [
63
- "properties for CmdHeadline-component",
64
- "",
65
- "@requiredForAccessibilty"
72
+ "properties for CmdHeadline-component"
66
73
  ]
67
74
  }
68
75
  }