comand-component-library 3.3.22 → 3.3.24

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.
@@ -25,14 +25,8 @@
25
25
  </template>
26
26
 
27
27
  <script>
28
- // import components
29
- import CmdHeadline from "./CmdHeadline.vue"
30
-
31
28
  export default {
32
29
  name: "CmdWidthLimitationWrapper",
33
- components: {
34
- CmdHeadline
35
- },
36
30
  props: {
37
31
  /**
38
32
  * set a html-tag as inner tag
@@ -126,6 +120,7 @@ export default {
126
120
  max-width: var(--max-width);
127
121
  margin: 0 auto;
128
122
  padding: var(--default-padding);
123
+ container-type: inline-size;
129
124
  }
130
125
 
131
126
  &.sticky {
@@ -5,7 +5,8 @@ export default {
5
5
  "cmdfakeselect.headline.requirements_for_input": "Requirements for input",
6
6
  "cmdfakeselect.linktext.deselect_all_options": "Deselect all options",
7
7
  "cmdfakeselect.linktext.select_all_options": "Select all options",
8
- "cmdfakeselect.headline.": "An option is selected",
8
+ "cmdfakeselect.headline.an_option_is_selected": "An option is selected",
9
+ "cmdfakeselect.option.options_selected": "{0} options selected"
9
10
 
10
11
  }
11
12
  }