@kepler.gl/styles 3.1.0-alpha.2 → 3.1.0-alpha.4
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/base.d.ts +100 -100
- package/dist/base.js +16 -16
- package/dist/media-breakpoints.d.ts +3 -3
- package/package.json +4 -4
- package/umd/keplergl.min.js +2 -2
@@ -11,7 +11,7 @@ export declare const breakPointValues: {
|
|
11
11
|
* @property {string} media.desk - rule for desktops
|
12
12
|
*/
|
13
13
|
export declare const media: {
|
14
|
-
palm: (first: any, ...args: any[]) => import("styled-components").
|
15
|
-
portable: (first: any, ...args: any[]) => import("styled-components").
|
16
|
-
desk: (first: any, ...args: any[]) => import("styled-components").
|
14
|
+
palm: (first: any, ...args: any[]) => import("styled-components").RuleSet<object>;
|
15
|
+
portable: (first: any, ...args: any[]) => import("styled-components").RuleSet<object>;
|
16
|
+
desk: (first: any, ...args: any[]) => import("styled-components").RuleSet<object>;
|
17
17
|
};
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@kepler.gl/styles",
|
3
3
|
"author": "Shan He <shan@uber.com>",
|
4
|
-
"version": "3.1.0-alpha.
|
4
|
+
"version": "3.1.0-alpha.4",
|
5
5
|
"description": "kepler.gl constants used by kepler.gl components, actions and reducers",
|
6
6
|
"license": "MIT",
|
7
7
|
"main": "dist/index.js",
|
@@ -30,9 +30,9 @@
|
|
30
30
|
"umd"
|
31
31
|
],
|
32
32
|
"dependencies": {
|
33
|
-
"@kepler.gl/constants": "3.1.0-alpha.
|
34
|
-
"@types/styled-components": "^5.1.
|
35
|
-
"styled-components": "
|
33
|
+
"@kepler.gl/constants": "3.1.0-alpha.4",
|
34
|
+
"@types/styled-components": "^5.1.32",
|
35
|
+
"styled-components": "6.1.8"
|
36
36
|
},
|
37
37
|
"nyc": {
|
38
38
|
"sourceMap": false,
|