@vector-crystal-web/atoms 1.26.0 → 1.26.2

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.
@@ -15,11 +15,11 @@
15
15
  .cw-toast {
16
16
  width: 340px;
17
17
  min-height: 75px;
18
- padding: tokens.$spacing-spacing-4;
18
+ padding: tokens.$padding-padding-6;
19
19
  border-radius: tokens.$radius-radius-3;
20
+ box-shadow: var(--primitive-shadow-x-large);
20
21
  display: flex;
21
22
  align-items: flex-start;
22
- gap: tokens.$spacing-spacing-4;
23
23
  pointer-events: auto;
24
24
 
25
25
  &--success {
@@ -70,9 +70,10 @@
70
70
  align-items: center;
71
71
  justify-content: center;
72
72
  flex-shrink: 0;
73
-
73
+ margin-right: tokens.$spacing-spacing-5;
74
74
  i {
75
- font-size: 20px;
75
+ font-size: var(--primitive-dimension-6);
76
+
76
77
  color: tokens.$color-icon-primary-inverse;
77
78
  }
78
79
  }
@@ -83,21 +84,22 @@
83
84
  gap: 4px;
84
85
  flex: 1;
85
86
  min-width: 0;
87
+ margin-right: tokens.$spacing-spacing-4;
86
88
  }
87
89
 
88
90
  &__title {
89
91
  font-family: var(--primitive-font-family-body);
90
92
  font-weight: 600;
91
- font-size: var(--primitive-font-size-3);
92
- line-height: calc(var(--primitive-font-size-3) * 1.5);
93
+ font-size: var(--primitive-font-size-body-3);
94
+ line-height: var(--primitive-line-height-title-1);
93
95
  margin: 0;
94
96
  }
95
97
 
96
98
  &__message {
97
99
  font-family: var(--primitive-font-family-caption);
98
100
  font-weight: 400;
99
- font-size: var(--primitive-font-size-2);
100
- line-height: calc(var(--primitive-font-size-2) * 1.5);
101
+ font-size: var(--primitive-font-size-body-2);
102
+ line-height: var(--primitive-line-height-body-2);
101
103
  margin: 0;
102
104
  }
103
105
 
@@ -122,7 +124,7 @@
122
124
  }
123
125
 
124
126
  i {
125
- font-size: 20px;
127
+ font-size: var(--primitive-dimension-6);
126
128
  }
127
129
  }
128
130
  }