@mparticle/aquarium 1.3.5 → 1.3.6
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.mjs +1 -1
- package/package.json +12 -12
package/dist/aquarium.mjs
CHANGED
|
@@ -41110,7 +41110,7 @@ function pae() {
|
|
|
41110
41110
|
componentSize: t
|
|
41111
41111
|
};
|
|
41112
41112
|
}
|
|
41113
|
-
const E1 = ["blue", "purple", "cyan", "green", "magenta", "pink", "red", "orange", "yellow", "volcano", "geekblue", "lime", "gold"], mae = "5.13.
|
|
41113
|
+
const E1 = ["blue", "purple", "cyan", "green", "magenta", "pink", "red", "orange", "yellow", "volcano", "geekblue", "lime", "gold"], mae = "5.13.2";
|
|
41114
41114
|
function bw(e) {
|
|
41115
41115
|
return e >= 0 && e <= 255;
|
|
41116
41116
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mparticle/aquarium",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.6",
|
|
4
4
|
"description": "mParticle Component Library",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"keywords": [
|
|
@@ -23,29 +23,29 @@
|
|
|
23
23
|
"@fortawesome/fontawesome-svg-core": "6.5.1",
|
|
24
24
|
"@fortawesome/free-solid-svg-icons": "6.5.1",
|
|
25
25
|
"@fortawesome/react-fontawesome": "0.2.0",
|
|
26
|
-
"antd": "5.13.
|
|
26
|
+
"antd": "5.13.2",
|
|
27
27
|
"react": "18.2.0",
|
|
28
28
|
"react-dom": "18.2.0",
|
|
29
29
|
"typescript": "5.3.3",
|
|
30
|
-
"storybook": "7.6.
|
|
30
|
+
"storybook": "7.6.10"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@storybook/addon-essentials": "7.6.
|
|
34
|
-
"@storybook/addon-interactions": "7.6.
|
|
35
|
-
"@storybook/addon-links": "7.6.
|
|
33
|
+
"@storybook/addon-essentials": "7.6.10",
|
|
34
|
+
"@storybook/addon-interactions": "7.6.10",
|
|
35
|
+
"@storybook/addon-links": "7.6.10",
|
|
36
36
|
"@storybook/addon-onboarding": "1.0.10",
|
|
37
|
-
"@storybook/blocks": "7.6.
|
|
38
|
-
"@storybook/builder-vite": "7.6.
|
|
37
|
+
"@storybook/blocks": "7.6.10",
|
|
38
|
+
"@storybook/builder-vite": "7.6.10",
|
|
39
39
|
"@storybook/jest": "0.2.3",
|
|
40
|
-
"@storybook/react": "7.6.
|
|
41
|
-
"@storybook/react-vite": "7.6.
|
|
42
|
-
"@storybook/test": "7.6.
|
|
40
|
+
"@storybook/react": "7.6.10",
|
|
41
|
+
"@storybook/react-vite": "7.6.10",
|
|
42
|
+
"@storybook/test": "7.6.10",
|
|
43
43
|
"@storybook/test-runner": "0.16.0",
|
|
44
44
|
"@storybook/testing-library": "0.2.2",
|
|
45
45
|
"@vitejs/plugin-react": "4.2.1",
|
|
46
46
|
"concurrently": "8.2.2",
|
|
47
47
|
"http-server": "14.1.1",
|
|
48
|
-
"vite": "5.0.
|
|
48
|
+
"vite": "5.0.12",
|
|
49
49
|
"vite-plugin-dts": "3.7.1",
|
|
50
50
|
"wait-on": "7.2.0"
|
|
51
51
|
},
|