@fluid-topics/ftds-card 2.1.2 → 2.1.3

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.
@@ -820,6 +820,7 @@ Also for action icons.`,o.colorGray200),contentGlobalSubtle:e.extend("--ftds-con
820
820
  #header {
821
821
  display: flex;
822
822
  justify-content: space-between;
823
+ align-items: center;
823
824
 
824
825
  #header-title {
825
826
  min-width: 0;
@@ -900,6 +900,7 @@ If it declares any Font Awesome CSS pseudo-elements, they will not be rendered a
900
900
  #header {
901
901
  display: flex;
902
902
  justify-content: space-between;
903
+ align-items: center;
903
904
 
904
905
  #header-title {
905
906
  min-width: 0;
@@ -69,6 +69,7 @@ export const designSystemStyles = css `
69
69
  #header {
70
70
  display: flex;
71
71
  justify-content: space-between;
72
+ align-items: center;
72
73
 
73
74
  #header-title {
74
75
  min-width: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ftds-card",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "description": "The design system card component",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,14 +19,14 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-ripple": "2.1.2",
23
- "@fluid-topics/ft-wc-utils": "2.1.2",
24
- "@fluid-topics/ftds-icon": "2.1.2",
25
- "@fluid-topics/ftds-typography": "2.1.2",
22
+ "@fluid-topics/ft-ripple": "2.1.3",
23
+ "@fluid-topics/ft-wc-utils": "2.1.3",
24
+ "@fluid-topics/ftds-icon": "2.1.3",
25
+ "@fluid-topics/ftds-typography": "2.1.3",
26
26
  "lit": "3.1.0"
27
27
  },
28
28
  "devDependencies": {
29
- "@fluid-topics/ft-wc-test-utils": "2.1.2"
29
+ "@fluid-topics/ft-wc-test-utils": "2.1.3"
30
30
  },
31
- "gitHead": "b6e91c3f0ecf77e454885c936913c7bed396b536"
31
+ "gitHead": "1432414b3c12e054e03bab4d15c0959e25699faf"
32
32
  }