Skip to content

Commit

Permalink
fix: style control
Browse files Browse the repository at this point in the history
  • Loading branch information
korywka committed Apr 19, 2024
1 parent cdf6c96 commit 869366b
Show file tree
Hide file tree
Showing 15 changed files with 515 additions and 511 deletions.
57 changes: 27 additions & 30 deletions packages/compass/package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,28 @@
{
"name": "@mapbox-controls/compass",
"version": "1.1.0",
"description": "Indicate map direction",
"type": "module",
"main": "./src/index.js",
"scripts": {
"build": "tsc"
},
"dependencies": {
"@mapbox-controls/helpers": "1.1.0"
},
"devDependencies": {
"@types/mapbox-gl": "2.7.19",
"mapbox-gl": "3.0.1"
},
"peerDependencies": {
"mapbox-gl": ">=1.0.0 <4.0.0"
},
"types": "./types/index.d.ts",
"files": [
"src",
"types"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": "korywka/mapbox-controls",
"license": "MIT"
}
"name": "@mapbox-controls/compass",
"version": "1.1.0",
"description": "Indicate map direction",
"type": "module",
"main": "./src/index.js",
"scripts": {
"build": "tsc"
},
"dependencies": {
"@mapbox-controls/helpers": "1.1.0"
},
"devDependencies": {
"@types/mapbox-gl": "3.1.0",
"mapbox-gl": "3.3.0"
},
"peerDependencies": {
"mapbox-gl": ">=1.0.0 <4.0.0"
},
"types": "./types/index.d.ts",
"files": ["src", "types"],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": "korywka/mapbox-controls",
"license": "MIT"
}
53 changes: 25 additions & 28 deletions packages/helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,26 @@
{
"name": "@mapbox-controls/helpers",
"version": "1.1.0",
"description": "Helpers for mapbox controls",
"type": "module",
"main": "./src/index.js",
"scripts": {
"build": "tsc"
},
"devDependencies": {
"@types/geojson": "7946.0.13",
"@types/mapbox-gl": "2.7.19",
"mapbox-gl": "3.0.1"
},
"peerDependencies": {
"mapbox-gl": ">=1.0.0 <4.0.0"
},
"types": "./types/index.d.ts",
"files": [
"src",
"types"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": "korywka/mapbox-gl-controls",
"license": "MIT"
}
"name": "@mapbox-controls/helpers",
"version": "1.1.0",
"description": "Helpers for mapbox controls",
"type": "module",
"main": "./src/index.js",
"scripts": {
"build": "tsc"
},
"devDependencies": {
"@types/geojson": "7946.0.13",
"@types/mapbox-gl": "3.1.0",
"mapbox-gl": "3.3.0"
},
"peerDependencies": {
"mapbox-gl": ">=1.0.0 <4.0.0"
},
"types": "./types/index.d.ts",
"files": ["src", "types"],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": "korywka/mapbox-gl-controls",
"license": "MIT"
}
75 changes: 36 additions & 39 deletions packages/image/package.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,37 @@
{
"name": "@mapbox-controls/image",
"version": "1.1.0",
"description": "Move, scale and rotate image on a map",
"type": "module",
"main": "./src/index.js",
"scripts": {
"build": "tsc"
},
"dependencies": {
"@mapbox-controls/helpers": "1.1.0",
"@turf/bearing": "7.0.0-alpha.2",
"@turf/centroid": "7.0.0-alpha.2",
"@turf/helpers": "7.0.0-alpha.2",
"@turf/rhumb-bearing": "7.0.0-alpha.2",
"@turf/rhumb-distance": "7.0.0-alpha.2",
"@turf/transform-rotate": "7.0.0-alpha.2",
"@turf/transform-scale": "7.0.0-alpha.2",
"@turf/transform-translate": "7.0.0-alpha.2"
},
"devDependencies": {
"@types/geojson": "7946.0.13",
"@types/mapbox-gl": "2.7.19",
"mapbox-gl": "3.0.1"
},
"peerDependencies": {
"mapbox-gl": ">=1.0.0 <4.0.0"
},
"types": "./types/index.d.ts",
"files": [
"src",
"types"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": "korywka/mapbox-controls",
"license": "MIT"
}
"name": "@mapbox-controls/image",
"version": "1.1.0",
"description": "Move, scale and rotate image on a map",
"type": "module",
"main": "./src/index.js",
"scripts": {
"build": "tsc"
},
"dependencies": {
"@mapbox-controls/helpers": "1.1.0",
"@turf/bearing": "7.0.0-alpha.2",
"@turf/centroid": "7.0.0-alpha.2",
"@turf/helpers": "7.0.0-alpha.2",
"@turf/rhumb-bearing": "7.0.0-alpha.2",
"@turf/rhumb-distance": "7.0.0-alpha.2",
"@turf/transform-rotate": "7.0.0-alpha.2",
"@turf/transform-scale": "7.0.0-alpha.2",
"@turf/transform-translate": "7.0.0-alpha.2"
},
"devDependencies": {
"@types/geojson": "7946.0.13",
"@types/mapbox-gl": "3.1.0",
"mapbox-gl": "3.3.0"
},
"peerDependencies": {
"mapbox-gl": ">=1.0.0 <4.0.0"
},
"types": "./types/index.d.ts",
"files": ["src", "types"],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": "korywka/mapbox-controls",
"license": "MIT"
}
57 changes: 27 additions & 30 deletions packages/inspect/package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,28 @@
{
"name": "@mapbox-controls/inspect",
"version": "1.1.0",
"description": "Debug map style layers and sources",
"type": "module",
"main": "./src/index.js",
"scripts": {
"build": "tsc"
},
"dependencies": {
"@mapbox-controls/helpers": "1.1.0"
},
"devDependencies": {
"@types/mapbox-gl": "2.7.19",
"mapbox-gl": "3.0.1"
},
"peerDependencies": {
"mapbox-gl": ">=1.0.0 <4.0.0"
},
"types": "./types/index.d.ts",
"files": [
"src",
"types"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": "korywka/mapbox-gl-controls",
"license": "MIT"
}
"name": "@mapbox-controls/inspect",
"version": "1.1.0",
"description": "Debug map style layers and sources",
"type": "module",
"main": "./src/index.js",
"scripts": {
"build": "tsc"
},
"dependencies": {
"@mapbox-controls/helpers": "1.1.0"
},
"devDependencies": {
"@types/mapbox-gl": "3.1.0",
"mapbox-gl": "3.3.0"
},
"peerDependencies": {
"mapbox-gl": ">=1.0.0 <4.0.0"
},
"types": "./types/index.d.ts",
"files": ["src", "types"],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": "korywka/mapbox-gl-controls",
"license": "MIT"
}
51 changes: 24 additions & 27 deletions packages/language/package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,25 @@
{
"name": "@mapbox-controls/language",
"version": "1.1.0",
"description": "Change map language",
"type": "module",
"main": "./src/index.js",
"scripts": {
"build": "tsc"
},
"devDependencies": {
"@types/mapbox-gl": "2.7.19",
"mapbox-gl": "3.0.1"
},
"peerDependencies": {
"mapbox-gl": ">=1.0.0 <4.0.0"
},
"types": "./types/index.d.ts",
"files": [
"src",
"types"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": "korywka/mapbox-controls",
"license": "MIT"
}
"name": "@mapbox-controls/language",
"version": "1.1.0",
"description": "Change map language",
"type": "module",
"main": "./src/index.js",
"scripts": {
"build": "tsc"
},
"devDependencies": {
"@types/mapbox-gl": "3.1.0",
"mapbox-gl": "3.3.0"
},
"peerDependencies": {
"mapbox-gl": ">=1.0.0 <4.0.0"
},
"types": "./types/index.d.ts",
"files": ["src", "types"],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": "korywka/mapbox-controls",
"license": "MIT"
}
66 changes: 33 additions & 33 deletions packages/ruler/package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"name": "@mapbox-controls/ruler",
"version": "1.1.0",
"description": "Measure distance between points on a map",
"type": "module",
"main": "./src/index.js",
"scripts": {
"build": "tsc"
},
"dependencies": {
"@mapbox-controls/helpers": "1.1.0",
"@turf/distance": "7.0.0-alpha.2",
"@turf/helpers": "7.0.0-alpha.2"
},
"devDependencies": {
"@types/geojson": "7946.0.13",
"@types/mapbox-gl": "2.7.19",
"mapbox-gl": "3.0.1"
},
"peerDependencies": {
"mapbox-gl": ">=1.0.0 <4.0.0"
},
"types": "./types/index.d.ts",
"files": [
"src",
"types"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": "korywka/mapbox-gl-controls",
"license": "MIT"
}
"name": "@mapbox-controls/ruler",
"version": "1.1.0",
"description": "Measure distance between points on a map",
"type": "module",
"main": "./src/index.js",
"scripts": {
"build": "tsc"
},
"dependencies": {
"@mapbox-controls/helpers": "1.1.0",
"@turf/distance": "7.0.0-alpha.2",
"@turf/helpers": "7.0.0-alpha.2"
},
"devDependencies": {
"@types/geojson": "7946.0.13",
"@types/mapbox-gl": "3.1.0",
"mapbox-gl": "3.3.0"
},
"peerDependencies": {
"mapbox-gl": ">=1.0.0 <4.0.0"
},
"types": "./types/index.d.ts",
"files": [
"src",
"types"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": "korywka/mapbox-gl-controls",
"license": "MIT"
}
Loading

0 comments on commit 869366b

Please sign in to comment.