@thalassic/themes 0.15.1 → 0.15.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thalassic/themes",
3
- "version": "0.15.1",
3
+ "version": "0.15.3",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^21.0.0",
@@ -2,7 +2,7 @@
2
2
  --tls-stepper-label-color: var(--color-outline);
3
3
  --tls-stepper-background-color: var(--color-surface);
4
4
 
5
- --tls-stepper-content-padding: var(--spacing-4);
5
+ --tls-stepper-content-gap: var(--spacing-4);
6
6
 
7
7
  // Index
8
8
  --tls-stepper-index-size: calc(32px - var(--tls-stepper-index-border-width) * 2);
@@ -21,6 +21,7 @@
21
21
 
22
22
  display: flex;
23
23
  flex-direction: column;
24
+ gap: var(--tls-stepper-content-gap);
24
25
 
25
26
  transition: border-color var(--motion-theme),
26
27
  background-color var(--motion-theme);
@@ -127,8 +128,6 @@
127
128
 
128
129
  // Content
129
130
  .tls-stepper-content {
130
- padding: var(--tls-stepper-content-padding);
131
-
132
131
  flex-grow: 1;
133
132
 
134
133
  // Step