@inc2734/unitone-css 0.59.7 → 0.59.8

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": "@inc2734/unitone-css",
3
- "version": "0.59.7",
3
+ "version": "0.59.8",
4
4
  "description": "",
5
5
  "engines": {
6
6
  "node": ">=20.10.0",
@@ -41,6 +41,7 @@
41
41
  position: absolute;
42
42
  inset: 0;
43
43
  user-select: none;
44
+ pointer-events: none;
44
45
  border-right: var(--unitone--divider-width) var(--unitone--divider-style) var(--unitone--divider-color);
45
46
  }
46
47
  }
@@ -101,6 +102,7 @@
101
102
  position: absolute;
102
103
  inset: 0;
103
104
  user-select: none;
105
+ pointer-events: none;
104
106
  border-width: 0 var(--unitone--divider-width) var(--unitone--divider-width) 0;
105
107
  border-style: var(--unitone--divider-style);
106
108
  border-color: var(--unitone--divider-color);
@@ -96,6 +96,7 @@
96
96
  position: absolute;
97
97
  inset: 0;
98
98
  user-select: none;
99
+ pointer-events: none;
99
100
  border-width: 0 var(--unitone--divider-width) var(--unitone--divider-width) 0;
100
101
  border-style: var(--unitone--divider-style);
101
102
  border-color: var(--unitone--divider-color);
@@ -38,6 +38,7 @@
38
38
  position: absolute;
39
39
  inset: 0;
40
40
  user-select: none;
41
+ pointer-events: none;
41
42
  border-bottom: var(--unitone--divider-width) var(--unitone--divider-style) var(--unitone--divider-color);
42
43
  }
43
44
  }
@@ -62,6 +63,7 @@
62
63
  position: absolute;
63
64
  inset: 0;
64
65
  user-select: none;
66
+ pointer-events: none;
65
67
  border-bottom: var(--unitone--divider-width) var(--unitone--divider-style) var(--unitone--divider-color);
66
68
  }
67
69
  }
@@ -83,6 +85,7 @@
83
85
  position: absolute;
84
86
  inset: 0;
85
87
  user-select: none;
88
+ pointer-events: none;
86
89
  border-width: 0 var(--unitone--divider-width) var(--unitone--divider-width) var(--unitone--divider-width);
87
90
  border-style: var(--unitone--divider-style);
88
91
  border-color: var(--unitone--divider-color);
@@ -72,7 +72,7 @@
72
72
  }
73
73
 
74
74
  > :where(h2, h3, h4, h5, h6) {
75
- --unitone--text-gap-scale: 2;
75
+ --unitone--text-gap-scale: 1.5;
76
76
 
77
77
  & + :where(h2, h3, h4, h5, h6) {
78
78
  --unitone--text-gap-scale: 1;