@helpdice/theme 1.0.9 → 1.1.1

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.
@@ -601,8 +601,6 @@ function _typeof(o) {
601
601
  }
602
602
 
603
603
  var shadows = {
604
- button: "0 2px #0000000b",
605
- text: "0 -1px 0 rgb(0 0 0 / 12%)",
606
604
  drop: {
607
605
  z1: "0px 2px 8px rgba(0, 0, 0, 0.4)",
608
606
  z2: "rgba(149, 157, 165, 0.2) 0px 8px 24px",
package/dist/index.d.ts CHANGED
@@ -22,3 +22,4 @@ export { default as Dropdown } from './shared/dropdown';
22
22
  export { default as CssTransition } from './shared/css-transition';
23
23
  export { default as Backdrop } from './shared/backdrop';
24
24
  export { addColorAlpha, colorToRgbValues } from './utils/color';
25
+ export { withSubscription } from './subscription';