@lucca-front/scss 18.2.0-rc.1 → 18.2.0-rc.2

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": "@lucca-front/scss",
3
- "version": "18.2.0-rc.1",
3
+ "version": "18.2.0-rc.2",
4
4
  "description": "A Sass framework for Lucca products.",
5
5
  "main": "src/main.scss",
6
6
  "scripts": {},
@@ -23,6 +23,6 @@
23
23
  "normalize.css": "^8.0.0"
24
24
  },
25
25
  "peerDependencies": {
26
- "@lucca-front/icons": "v18.2.0-rc.1"
26
+ "@lucca-front/icons": "v18.2.0-rc.2"
27
27
  }
28
28
  }
@@ -70,9 +70,11 @@
70
70
 
71
71
  .checkboxField-input {
72
72
  z-index: 1;
73
- opacity: 0;
73
+ opacity: 0.0001;
74
74
  cursor: pointer;
75
75
  grid-area: checkbox;
76
+ width: 100%;
77
+ height: 100%;
76
78
  }
77
79
  }
78
80
  }
@@ -77,7 +77,7 @@
77
77
  top: 0;
78
78
  width: 100%;
79
79
  height: 100%;
80
- opacity: 0.001;
80
+ opacity: 0.0001;
81
81
  z-index: 1;
82
82
  font-size: 0;
83
83
  cursor: pointer;
@@ -86,9 +86,19 @@
86
86
  &:last-child {
87
87
  --components-indexTable-cell-padding-right: var(--components-indexTable-cell-padding);
88
88
  }
89
+ }
89
90
 
90
- &:not(:has(button, a, input, textarea, select, details, [tabindex='0']), .mod-allowTextSelection) {
91
- pointer-events: none;
91
+ .indexTable-body-row {
92
+ &:has(.indexTable-body-row-cell-link) {
93
+ .indexTable-body-row-cell {
94
+ &:not(:has(button, a, input, textarea, select, details, [tabindex='0']), .mod-allowTextSelection) {
95
+ pointer-events: none;
96
+ }
97
+ }
98
+ }
99
+ // .indexTable-body-row-cell-link is deprecated
100
+ &:not(:has(.indexTable-body-row-cell-link)) {
101
+ cursor: pointer;
92
102
  }
93
103
  }
94
104
 
@@ -181,8 +191,8 @@
181
191
 
182
192
  .indexTable-body-row-cell-checkbox,
183
193
  .indexTable-head-row-cell-checkbox {
184
- display: block;
185
- margin: 2px 0 0 var(--pr-t-spacings-50);
194
+ margin: var(--pr-t-spacings-50);
195
+ margin-right: var(--pr-t-spacings-150);
186
196
  }
187
197
 
188
198
  // .indexTable-body-row-cell-action is deprecated