@apolitical/component-library 8.3.26-ck-1 → 8.3.26-ck-2

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,6 +1,7 @@
1
1
  export declare const SUPRSEND_THEME_CONSTANTS: {
2
2
  colors: {
3
3
  primary: string;
4
+ primaryHover: string;
4
5
  error: string;
5
6
  icon: string;
6
7
  text: {
@@ -12,7 +13,6 @@ export declare const SUPRSEND_THEME_CONSTANTS: {
12
13
  hover: string;
13
14
  };
14
15
  border: string;
15
- borderLight: string;
16
16
  };
17
17
  typography: {
18
18
  fontSizes: {
@@ -125,8 +125,10 @@ export declare const SUPRSEND_THEME: {
125
125
  padding: string;
126
126
  fontSize: string;
127
127
  fontWeight: string;
128
+ hoverBackgroundColor: string;
128
129
  borderColor?: undefined;
129
130
  };
131
+ text?: undefined;
130
132
  } | {
131
133
  container: {
132
134
  borderColor: string;
@@ -136,6 +138,10 @@ export declare const SUPRSEND_THEME: {
136
138
  padding: string;
137
139
  fontSize: string;
138
140
  fontWeight: string;
141
+ hoverBackgroundColor?: undefined;
142
+ };
143
+ text: {
144
+ color: string;
139
145
  };
140
146
  })[];
141
147
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apolitical/component-library",
3
- "version": "8.3.26-ck-1",
3
+ "version": "8.3.26-ck-2",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {