@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.
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const withSubscription: (Component: React.FC) => (props: any) => React.JSX.Element;
@@ -56,8 +56,6 @@ function _typeof(o) {
56
56
  }
57
57
 
58
58
  var shadows = {
59
- button: "0 2px #0000000b",
60
- text: "0 -1px 0 rgb(0 0 0 / 12%)",
61
59
  drop: {
62
60
  z1: "0px 2px 8px rgba(0, 0, 0, 0.4)",
63
61
  z2: "rgba(149, 157, 165, 0.2) 0px 8px 24px",
@@ -81,8 +81,6 @@ export interface HUIThemesBreakpoints {
81
81
  xl: BreakpointsItem;
82
82
  }
83
83
  export interface HUIThemesShadow {
84
- button: string;
85
- text: string;
86
84
  drop: Record<string, string>;
87
85
  level: Record<string, string>;
88
86
  border: Record<string, string>;
@@ -1,6 +1,4 @@
1
1
  export declare const shadows: {
2
- button: string;
3
- text: string;
4
2
  drop: {
5
3
  z1: string;
6
4
  z2: string;