matcha-theme 20.49.0 → 20.51.0

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.
@@ -124,7 +124,6 @@
124
124
  background-color: var(--color-accent);
125
125
  border-radius: 50%;
126
126
  cursor: grab;
127
- transition: all 0.2s ease;
128
127
  border: 4px solid var(--color-bg);
129
128
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
130
129
 
@@ -234,11 +233,6 @@
234
233
  }
235
234
  }
236
235
 
237
- // Animation
238
- .pointer,
239
- .selection-bar {
240
- transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
241
- }
242
236
 
243
237
  // Focus styles for accessibility
244
238
  .pointer:focus-visible {
@@ -12,6 +12,7 @@
12
12
  gap:8px;
13
13
  align-items: center;
14
14
  justify-content: center;
15
+ text-align: center;
15
16
 
16
17
  &:not(.matcha-tooltip-content_below):not(.matcha-tooltip-content_left):not(.matcha-tooltip-content_right)::after {
17
18
  content: "";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matcha-theme",
3
- "version": "20.49.0",
3
+ "version": "20.51.0",
4
4
  "description": "Themes for matcha-design-system",
5
5
  "main": "main.scss",
6
6
  "scripts": {