@placesapp/appy-ui 0.0.336 → 0.0.337

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@placesapp/appy-ui",
3
- "version": "0.0.336",
3
+ "version": "0.0.337",
4
4
  "type": "module",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -47,7 +47,8 @@
47
47
  "scripts": {
48
48
  "build": "tsup",
49
49
  "dev": "tsup --watch",
50
- "prepublishOnly": "npm run build"
50
+ "prepublishOnly": "npm run build",
51
+ "publish": "npm publish --access public"
51
52
  },
52
53
  "repository": {
53
54
  "type": "git",
@@ -237,6 +237,7 @@
237
237
  }
238
238
  html {
239
239
  @apply scroll-smooth font-sans select-none;
240
+ -webkit-touch-callout: none;
240
241
  padding: env(safe-area-inset-top) env(safe-area-inset-right)
241
242
  env(safe-area-inset-bottom) env(safe-area-inset-left);
242
243
  background-color: var(--background);