@getmicdrop/svelte-components 1.0.8 → 1.0.10

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.
@@ -122,7 +122,7 @@
122
122
  $: justifyClass = justify === "between" ? "!justify-between" : "";
123
123
 
124
124
  $: buttonClasses = classNames(
125
- "cursor-pointer px-2.5 sm:px-3 py-1 min-h-[40px]",
125
+ "cursor-pointer px-2.5 sm:px-3 py-3 min-h-[40px]",
126
126
  "inline-flex items-center justify-center",
127
127
  "rounded-lg",
128
128
  "focus:outline-none focus:ring-0",
@@ -1,6 +1,6 @@
1
1
  <script>import { onMount } from "svelte";
2
2
  import * as GMaps from "@googlemaps/js-api-loader";
3
- import { PUBLIC_GOOGLE_MAPS_API_KEY } from "../../lib/config.js";
3
+ import { PUBLIC_GOOGLE_MAPS_API_KEY } from "../../config.js";
4
4
  const { Loader } = GMaps;
5
5
  export let fetchFields = ["formattedAddress", "addressComponents"];
6
6
  export let placeholder = "Search for location...";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getmicdrop/svelte-components",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "description": "Shared component library for Micdrop applications",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -157,4 +157,4 @@
157
157
  "url": "https://github.com/get-micdrop/svelte-components/issues"
158
158
  },
159
159
  "homepage": "https://github.com/get-micdrop/svelte-components#readme"
160
- }
160
+ }