@rango-dev/widget-embedded 0.1.16-next.13 → 0.1.16-next.15

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.
@@ -1 +1 @@
1
- {"version":3,"file":"useTheme.d.ts","sourceRoot":"","sources":["../src/hooks/useTheme.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAGvC,wBAAgB,QAAQ,CAAC,EACvB,MAAM,EAAE,WAAW,EACnB,UAAoB,EACpB,YAAgB,EAChB,IAAa,GACd,EAAE,WAAW;;EA6Gb"}
1
+ {"version":3,"file":"useTheme.d.ts","sourceRoot":"","sources":["../src/hooks/useTheme.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAGvC,wBAAgB,QAAQ,CAAC,EACvB,MAAM,EAAE,WAAW,EACnB,UAAqB,EACrB,YAAgB,EAChB,IAAa,GACd,EAAE,WAAW;;EA6Gb"}
@@ -3055,7 +3055,7 @@ function usePrevious(value) {
3055
3055
  function useTheme(_ref) {
3056
3056
  let {
3057
3057
  colors: themeColors,
3058
- fontFamily = 'Robot',
3058
+ fontFamily = 'Roboto',
3059
3059
  borderRadius = 8,
3060
3060
  mode = 'auto'
3061
3061
  } = _ref;