@inc2734/unitone-css 0.59.4 → 0.59.6

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.4",
3
+ "version": "0.59.6",
4
4
  "description": "",
5
5
  "engines": {
6
6
  "node": ">=20.10.0",
@@ -73,7 +73,7 @@
73
73
  margin-left: 0;
74
74
  }
75
75
 
76
- > * + :not([data-unitone-layout~="-linewrap"])::before {
76
+ > * + :not([data-unitone-layout~="-bol"])::before {
77
77
  content: '';
78
78
  position: absolute;
79
79
  top: 0;
@@ -87,11 +87,9 @@
87
87
 
88
88
  &[data-unitone-layout~="-divider\:bordered"] {
89
89
  gap: 0;
90
- grid-template-columns: repeat(var(--unitone--column-auto-repeat), minmax(min(var(--unitone--column-min-width) + var(--unitone--gap) / 2, 100%), 1fr));
91
90
 
92
91
  > * {
93
92
  position: relative;
94
- padding: var(--unitone--gap);
95
93
 
96
94
  &::before {
97
95
  content: '';
@@ -102,6 +100,10 @@
102
100
  border-style: var(--unitone--divider-style);
103
101
  border-color: var(--unitone--divider-color);
104
102
  }
103
+
104
+ > * {
105
+ padding: var(--unitone--gap);
106
+ }
105
107
  }
106
108
 
107
109
  > [data-unitone-layout~="-bol"] {