comand-component-library 4.0.90 → 4.0.91

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "comand-component-library",
3
- "version": "4.0.90",
3
+ "version": "4.0.91",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "GPL-3.0-only",
@@ -4,6 +4,16 @@
4
4
  "show a label-icon (if exists)"
5
5
  ]
6
6
  },
7
+ "showCityBeforeZip": {
8
+ "comments": [
9
+ "display city before zip (otherwise it the other way round)"
10
+ ]
11
+ },
12
+ "showIconsOnly": {
13
+ "comments": [
14
+ "show icons for entries only (no text-labels will be displayed)"
15
+ ]
16
+ },
7
17
  "showLabelTexts": {
8
18
  "comments": [
9
19
  "show a label-text for each entry"
@@ -1,12 +1,17 @@
1
1
  {
2
- "iconBackToTop": {
2
+ "cmdIcon": {
3
3
  "comments": [
4
- "icon-class (and shown tooltip on hover) for back to top button"
4
+ "properties for CmdIcon-component"
5
5
  ],
6
6
  "annotations": {
7
7
  "requiredForAccessibility": [
8
8
  "partial"
9
9
  ]
10
10
  }
11
+ },
12
+ "scrollContainer": {
13
+ "comments": [
14
+ "define the main scroll-container (by a CSS-selector) the is button applied to"
15
+ ]
11
16
  }
12
17
  }
@@ -11,6 +11,21 @@
11
11
  "enable if data can be copied by click on icon"
12
12
  ]
13
13
  },
14
+ "cmdIcon": {
15
+ "comments": [
16
+ "properties for CmdIcon-component"
17
+ ],
18
+ "annotations": {
19
+ "requiredForAccessibility": [
20
+ "partial"
21
+ ]
22
+ }
23
+ },
24
+ "useSlot": {
25
+ "comments": [
26
+ "enable if you want to use the slot for the provided content"
27
+ ]
28
+ },
14
29
  "additionalInformation": {
15
30
  "comments": [
16
31
  "additional information shown in a paragraph below account data"
@@ -14,19 +14,9 @@
14
14
  "small pre-headline-text above main-headline"
15
15
  ]
16
16
  },
17
- "cmdIcon": {
17
+ "iconClass": {
18
18
  "comments": [
19
19
  "icon-class for icon shown left/before headline"
20
20
  ]
21
- },
22
- "textAlign": {
23
- "comments": [
24
- "text-alignment"
25
- ],
26
- "annotations": {
27
- "allowedValues": [
28
- "\"left\", \"center\", \"right\""
29
- ]
30
- }
31
21
  }
32
22
  }
@@ -1,22 +0,0 @@
1
- {
2
- "headlineText": {
3
- "comments": [
4
- "text for headline"
5
- ]
6
- },
7
- "headlineLevel": {
8
- "comments": [
9
- "level for headline"
10
- ]
11
- },
12
- "preHeadlineText": {
13
- "comments": [
14
- "small pre-headline-text above main-headline"
15
- ]
16
- },
17
- "iconClass": {
18
- "comments": [
19
- "icon-class for icon shown left/before headline"
20
- ]
21
- }
22
- }