@libxai/board 1.5.11 → 1.5.13
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 +34 -34
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -1
- package/dist/index.d.ts +5 -1
- package/dist/index.js +34 -34
- package/dist/index.js.map +1 -1
- package/dist/styles.css +16 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -10001,6 +10001,12 @@ body {
|
|
|
10001
10001
|
}
|
|
10002
10002
|
|
|
10003
10003
|
|
|
10004
|
+
.border-\[\#2A2A3A\] {
|
|
10005
|
+
--tw-border-opacity: 1;
|
|
10006
|
+
border-color: rgb(42 42 58 / var(--tw-border-opacity, 1));
|
|
10007
|
+
}
|
|
10008
|
+
|
|
10009
|
+
|
|
10004
10010
|
.border-\[\#2E94FF\] {
|
|
10005
10011
|
--tw-border-opacity: 1;
|
|
10006
10012
|
border-color: rgb(46 148 255 / var(--tw-border-opacity, 1));
|
|
@@ -11177,6 +11183,11 @@ body {
|
|
|
11177
11183
|
}
|
|
11178
11184
|
|
|
11179
11185
|
|
|
11186
|
+
.text-\[12px\] {
|
|
11187
|
+
font-size: 12px;
|
|
11188
|
+
}
|
|
11189
|
+
|
|
11190
|
+
|
|
11180
11191
|
.text-\[13px\] {
|
|
11181
11192
|
font-size: 13px;
|
|
11182
11193
|
}
|
|
@@ -11222,6 +11233,11 @@ body {
|
|
|
11222
11233
|
}
|
|
11223
11234
|
|
|
11224
11235
|
|
|
11236
|
+
.font-black {
|
|
11237
|
+
font-weight: 900;
|
|
11238
|
+
}
|
|
11239
|
+
|
|
11240
|
+
|
|
11225
11241
|
.font-bold {
|
|
11226
11242
|
font-weight: 700;
|
|
11227
11243
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libxai/board",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.13",
|
|
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>",
|