@adamjanicki/ui 1.4.0 → 1.4.1

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/style.css +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adamjanicki/ui",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Basic UI components and hooks for React in TypeScript",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",
package/style.css CHANGED
@@ -331,6 +331,7 @@ a {
331
331
  top: 50%;
332
332
  transform: translateY(-50%);
333
333
  right: calc(var(--size) - 0.25rem);
334
+ pointer-events: none;
334
335
  }
335
336
 
336
337
  /* Layer */