comand-component-library 4.0.20 → 4.0.23

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.
@@ -4,20 +4,20 @@
4
4
  "headlineText": "Tab 1 Headline",
5
5
  "headlineLevel": 4,
6
6
  "iconClass": "icomoon-free:airplane",
7
- "htmlContent": "<p>Inhalt 1</p>"
7
+ "htmlContent": "<p>Content for Tab 1</p>"
8
8
  },
9
9
  {
10
10
  "name": "Tab 2",
11
11
  "headlineText": "Tab 2 Headline",
12
12
  "headlineLevel": 4,
13
13
  "iconClass": "icomoon-free:blocked",
14
- "htmlContent": "<p>Inhalt 2</p>"
14
+ "htmlContent": "<p>Content for Tab 2</p>"
15
15
  },
16
16
  {
17
17
  "name": "Tab 3",
18
18
  "headlineText": "Tab 3 Headline",
19
19
  "headlineLevel": 4,
20
20
  "iconClass": "cmd:linkedin",
21
- "htmlContent": "<p>Inhalt 3</p>"
21
+ "htmlContent": "<p>Content for Tab 3</p>"
22
22
  }
23
23
  ]
@@ -827,6 +827,21 @@ export default {
827
827
  li {
828
828
  flex: 1;
829
829
  border-radius: var(--box-border-radius);
830
+ border-top-left-radius: 0;
831
+ border-top-right-radius: 0;
832
+
833
+ &:not(:only-child) {
834
+ border-bottom-left-radius: 0;
835
+ border-bottom-right-radius: 0;
836
+
837
+ &:first-child {
838
+ border-bottom-left-radius: var(--box-border-radius);
839
+ }
840
+
841
+ &:last-child {
842
+ border-bottom-right-radius: var(--box-border-radius);
843
+ }
844
+ }
830
845
 
831
846
  a {
832
847
  flex: 1;
@@ -834,7 +849,8 @@ export default {
834
849
  text-align: center;
835
850
  background: var(--color-scheme-background);
836
851
  border-left: var(--box-border);
837
- border-radius: var(--box-border-radius);
852
+ border-radius: inherit;
853
+ line-height: 100%;
838
854
  }
839
855
 
840
856
  &:hover, &:active, &:focus {
@@ -878,6 +894,11 @@ export default {
878
894
  .cmd-list-of-links {
879
895
  background: none;
880
896
 
897
+ ul li {
898
+ aspect-ratio: 1/1;
899
+ border-radius: var(--box-border-radius) !important; /* overwrite settings from default-/column-view */
900
+ }
901
+
881
902
  ul, ul * {
882
903
  border: 0;
883
904
  background: inherit;
@@ -512,6 +512,12 @@ export default FancyBox
512
512
  filter: grayscale(1);
513
513
  }
514
514
 
515
+ .cmd-slide-button {
516
+ top: 50% !important;
517
+ height: auto;
518
+ transform: translateY(-50%);
519
+ }
520
+
515
521
  &.image {
516
522
  .outer-content-wrapper {
517
523
  max-height: none;
@@ -214,7 +214,7 @@ export default {
214
214
 
215
215
  li {
216
216
  list-style: none;
217
- margin-left: 0;
217
+ margin-left: 0 !important; /* overwrite default-settings from frontend-framework */
218
218
  }
219
219
 
220
220
  &.align-center {
@@ -180,6 +180,10 @@ export default {
180
180
  float: none;
181
181
  margin: 0;
182
182
 
183
+ &:has(span:only-child) {
184
+ aspect-ratio: 1/1;
185
+ }
186
+
183
187
  span {
184
188
  align-self: center;
185
189
  }
@@ -65,6 +65,7 @@ export default {
65
65
  left: 50%;
66
66
  transform: translateX(-50%);
67
67
  z-index: 1;
68
+ line-height: 1;
68
69
  }
69
70
  }
70
71
  }
@@ -292,7 +292,7 @@ export default {
292
292
  &.has-navigation {
293
293
  grid-template-rows: 1fr;
294
294
  grid-template-areas: "company-logo main-navigation";
295
- padding-bottom: calc(var(--default-padding) * 2);
295
+ padding-bottom: var(--default-padding);
296
296
  }
297
297
 
298
298
  .cmd-company-logo {
@@ -110,8 +110,6 @@ export default {
110
110
  top: auto;
111
111
  }
112
112
  }
113
-
114
-
115
113
  }
116
114
  </style>
117
115
 
@@ -306,7 +306,10 @@ export default {
306
306
  }
307
307
 
308
308
  .cmd-slide-button {
309
+ top: 50% !important;
309
310
  display: none;
311
+ height: auto;
312
+ transform: translateY(-50%);
310
313
  }
311
314
 
312
315
  .inner-wrapper {
@@ -2,7 +2,7 @@
2
2
  <div class="cmd-tabs">
3
3
  <ul :class="{'stretch-tabs' : stretchTabs}" role="tablist">
4
4
  <li v-for="(tab, index) in tabs" :class="{active : showTab === index}" :key="index" role="tab">
5
- <a href="#" @click.prevent="setActiveTab(index)" :title="!tab.name ? tab.tooltip : undefined">
5
+ <a href="#" @click.prevent="setActiveTab(index)" :title="!tab.name ? tab.tooltip : undefined">
6
6
  <!-- begin CmdIcon -->
7
7
  <CmdIcon v-if="tab.iconClass" :iconClass="tab.iconClass" :type="tab.iconType" />
8
8
  <!-- end CmdIcon -->
@@ -387,6 +387,12 @@ export default {
387
387
  }
388
388
  }
389
389
 
390
+ .cmd-slide-button {
391
+ top: 50% !important;
392
+ height: auto;
393
+ transform: translateY(-50%);
394
+ }
395
+
390
396
  > .inner-thumbnail-wrapper {
391
397
  border-radius: var(--default-border-radius);
392
398
  padding: calc(var(--default-padding) * 2);
@@ -1095,6 +1095,7 @@ export default {
1095
1095
  box-shadow: none;
1096
1096
  background: var(--color-scheme-background);
1097
1097
  border: var(--default-border);
1098
+ align-items: center;
1098
1099
 
1099
1100
  dl {
1100
1101
  justify-content: center;
@@ -1,11 +1,11 @@
1
1
  <template>
2
2
  <!-- begin basicForm -->
3
- <BasicForm v-if="contactFormOnly" v-bind="basicForm" />
3
+ <CmdBasicForm v-if="contactFormOnly" v-bind="basicForm" />
4
4
  <!-- end basicForm -->
5
5
 
6
6
  <div v-else class="flex-container">
7
7
  <!-- begin basicForm -->
8
- <BasicForm v-bind="basicForm" />
8
+ <CmdBasicForm v-bind="basicForm" />
9
9
  <!-- end basicForm -->
10
10
 
11
11
  <!-- begin additional-columns -->
@@ -31,9 +31,9 @@ export default {
31
31
  name: "ContactInformation",
32
32
  props: {
33
33
  /**
34
- * properties for basicForm-component
34
+ * properties for CmdBasicForm-component
35
35
  */
36
- basicForm: {
36
+ cmdBasicForm: {
37
37
  type: Object,
38
38
  default: null
39
39
  },
@@ -6,7 +6,7 @@
6
6
  <span>Contact Information</span>
7
7
  </h2>
8
8
  <ContactInformation
9
- :basicForm="basicForm"
9
+ :cmdBasicForm="basicForm"
10
10
  :cmdAddressData="{}"
11
11
  :cmdGoogleMaps="{}">
12
12
  <template v-slot:additional-info>
@@ -21,10 +21,10 @@
21
21
  <h2 class="headline-demopage" id="section-multiple-lists-of-links-downloads">
22
22
  <span>Multiple Lists of links</span>
23
23
  </h2>
24
- <h3>Downloads</h3>
24
+ <h3 id="section-multiple-lists-of-links-downloads">Downloads</h3>
25
25
  <MultipleListsOfLinks :segments="listOfDownloadsData" />
26
26
  <hr />
27
- <h3>SiteMap</h3>
27
+ <h3 id="section-multiple-lists-of-links-sitemap">SiteMap</h3>
28
28
  <MultipleListsOfLinks :segments="listOfSiteLinksData" />
29
29
  </CmdWidthLimitationWrapper>
30
30
  <!-- end multiple-lists-of-links ------------------------------------------------------------------------------------------------------------------------------------------------------->
@@ -34,10 +34,10 @@
34
34
  <h2 class="headline-demopage" id="section-multiple-box-wrapper">
35
35
  <span>Multiple Box Wrapper</span>
36
36
  </h2>
37
- <h3>FAQs</h3>
37
+ <h3 id="section-multiple-box-wrapper-faqs">FAQs</h3>
38
38
  <MultipleBoxWrapper :segments="faqsData" />
39
39
  <hr />
40
- <h3>Team Overview</h3>
40
+ <h3 id="section-multiple-box-wrapper-team-overview">Team Overview</h3>
41
41
  <MultipleBoxWrapper :segments="boxesTeamOverviewData" />
42
42
  </CmdWidthLimitationWrapper>
43
43
  <!-- end multiple-box-wrapper ------------------------------------------------------------------------------------------------------------------------------------------------------->