@thalassic/themes 0.15.0 → 0.15.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thalassic/themes",
3
- "version": "0.15.0",
3
+ "version": "0.15.1",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^21.0.0",
@@ -19,11 +19,11 @@
19
19
 
20
20
  background: var(--tls-stepper-background-color);
21
21
 
22
- display: block;
22
+ display: flex;
23
+ flex-direction: column;
23
24
 
24
- transition:
25
- border-color var(--motion-theme),
26
- background-color var(--motion-theme);
25
+ transition: border-color var(--motion-theme),
26
+ background-color var(--motion-theme);
27
27
 
28
28
  &.tls-stepper--completed {
29
29
  .tls-stepper-content {
@@ -74,9 +74,8 @@
74
74
 
75
75
  color: var(--tls-stepper-label-color);
76
76
 
77
- transition:
78
- color var(--motion-fast),
79
- background-color var(--motion-fast);
77
+ transition: color var(--motion-fast),
78
+ background-color var(--motion-fast);
80
79
 
81
80
  &__index {
82
81
  width: var(--tls-stepper-index-size);
@@ -130,6 +129,8 @@
130
129
  .tls-stepper-content {
131
130
  padding: var(--tls-stepper-content-padding);
132
131
 
132
+ flex-grow: 1;
133
+
133
134
  // Step
134
135
  .tls-step {
135
136
  height: 100%;