@mparticle/aquarium 1.8.3 → 1.9.0
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.
- package/dist/aquarium.js +491 -368
- package/dist/aquarium.umd.cjs +2 -2
- package/dist/index.d.ts +257 -37
- package/dist/style.css +1 -1
- package/dist/style.ts +1 -6
- package/package.json +1 -1
package/dist/style.ts
CHANGED
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Do not edit directly
|
|
3
|
-
* Generated on Wed, 20 Mar 2024 20:24:38 GMT
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
1
|
export const Blue = "#1677ff";
|
|
7
2
|
export const Purple = "#722ED1";
|
|
8
3
|
export const Cyan = "#13C2C2";
|
|
@@ -50,7 +45,7 @@ export const OpacityImage = 1;
|
|
|
50
45
|
export const Wireframe = false;
|
|
51
46
|
export const Motion = true;
|
|
52
47
|
export const ColorLinkHover = "#ab8eff";
|
|
53
|
-
export const ControlOutline = "rgba(0.21176470816135406, 0, 0.8196078538894653, 0.
|
|
48
|
+
export const ControlOutline = "rgba(0.21176470816135406, 0, 0.8196078538894653, 0.1)";
|
|
54
49
|
export const ColorWarningOutline = "#fffbe6";
|
|
55
50
|
export const ColorErrorOutline = "#fff1f0";
|
|
56
51
|
export const ControlItemBgHover = "#f8f6fb";
|