@libxai/board 0.17.159 → 0.17.161
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/dist/index.cjs +17 -17
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.js +17 -17
- package/dist/index.js.map +1 -1
- package/dist/styles.css +8 -5
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -2140,6 +2140,14 @@
|
|
|
2140
2140
|
}
|
|
2141
2141
|
|
|
2142
2142
|
|
|
2143
|
+
/* v0.17.159: Support TagPicker dropdown z-index */
|
|
2144
|
+
|
|
2145
|
+
|
|
2146
|
+
.modal-v2-field-wrapper:has([class*="absolute"]) {
|
|
2147
|
+
z-index: 100;
|
|
2148
|
+
}
|
|
2149
|
+
|
|
2150
|
+
|
|
2143
2151
|
.modal-v2-field {
|
|
2144
2152
|
display: flex;
|
|
2145
2153
|
flex-direction: column;
|
|
@@ -8373,11 +8381,6 @@ body {
|
|
|
8373
8381
|
}
|
|
8374
8382
|
|
|
8375
8383
|
|
|
8376
|
-
.mt-1\.5 {
|
|
8377
|
-
margin-top: 0.375rem;
|
|
8378
|
-
}
|
|
8379
|
-
|
|
8380
|
-
|
|
8381
8384
|
.mt-2 {
|
|
8382
8385
|
margin-top: 0.5rem;
|
|
8383
8386
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libxai/board",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.161",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Professional Gantt Chart + Kanban Board + ListView + CalendarBoard for React - Part of LibXAI Suite - TypeScript - Production-Ready - Zero Config",
|
|
6
6
|
"author": "LibXAI <hello@libxai.com>",
|