|
@@ -175,18 +175,18 @@ export default {
|
|
|
keyframes: {
|
|
keyframes: {
|
|
|
'accordion-down': {
|
|
'accordion-down': {
|
|
|
from: { height: '0' },
|
|
from: { height: '0' },
|
|
|
- to: { height: 'var(--radix-accordion-content-height)' },
|
|
|
|
|
|
|
+ to: { height: 'var(--reka-accordion-content-height)' },
|
|
|
},
|
|
},
|
|
|
'accordion-up': {
|
|
'accordion-up': {
|
|
|
- from: { height: 'var(--radix-accordion-content-height)' },
|
|
|
|
|
|
|
+ from: { height: 'var(--reka-accordion-content-height)' },
|
|
|
to: { height: '0' },
|
|
to: { height: '0' },
|
|
|
},
|
|
},
|
|
|
'collapsible-down': {
|
|
'collapsible-down': {
|
|
|
from: { height: '0' },
|
|
from: { height: '0' },
|
|
|
- to: { height: 'var(--radix-collapsible-content-height)' },
|
|
|
|
|
|
|
+ to: { height: 'var(--reka-collapsible-content-height)' },
|
|
|
},
|
|
},
|
|
|
'collapsible-up': {
|
|
'collapsible-up': {
|
|
|
- from: { height: 'var(--radix-collapsible-content-height)' },
|
|
|
|
|
|
|
+ from: { height: 'var(--reka-collapsible-content-height)' },
|
|
|
to: { height: '0' },
|
|
to: { height: '0' },
|
|
|
},
|
|
},
|
|
|
float: {
|
|
float: {
|