@viamrobotics/prime-core
Advanced tools
Comparing version 0.0.7 to 0.0.8
export { default as Badge } from './badge.svelte'; | ||
export { default as Breadcrumbs } from './breadcrumbs.svelte'; | ||
export { default as Button } from './button.svelte'; | ||
export { default as Button } from './button/button.svelte'; | ||
export { default as ButtonIcon } from './button/button-icon.svelte'; | ||
export { default as Icon } from './icon/icon.svelte'; | ||
@@ -5,0 +6,0 @@ export { default as Label } from './label.svelte'; |
export { default as Badge } from './badge.svelte'; | ||
export { default as Breadcrumbs } from './breadcrumbs.svelte'; | ||
export { default as Button } from './button.svelte'; | ||
export { default as Button } from './button/button.svelte'; | ||
export { default as ButtonIcon } from './button/button-icon.svelte'; | ||
export { default as Icon } from './icon/icon.svelte'; | ||
@@ -5,0 +6,0 @@ export { default as Label } from './label.svelte'; |
{ | ||
"name": "@viamrobotics/prime-core", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
@@ -19,5 +19,5 @@ export const theme = { | ||
backgroundColor: { | ||
extralight: '#FBFBFC', | ||
light: '#f7F7F8', | ||
medium: '#f1F1F4', | ||
extralight: '#fbfbfc', | ||
light: '#f7f7f8', | ||
medium: '#f1f1f4', | ||
}, | ||
@@ -52,3 +52,6 @@ colors: { | ||
}, | ||
transitionProperty: { | ||
'expand-vertical': 'max-height,visibility', | ||
}, | ||
}, | ||
}; |
53947
39
668
165
6
10
90