@libxai/board 1.9.6 → 1.9.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/dist/index.cjs +35 -35
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +33 -1
- package/dist/index.d.ts +33 -1
- package/dist/index.js +35 -35
- package/dist/index.js.map +1 -1
- package/dist/styles.css +30 -0
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -7945,6 +7945,11 @@ body {
|
|
|
7945
7945
|
}
|
|
7946
7946
|
|
|
7947
7947
|
|
|
7948
|
+
.\!container {
|
|
7949
|
+
width: 100% !important;
|
|
7950
|
+
}
|
|
7951
|
+
|
|
7952
|
+
|
|
7948
7953
|
.container {
|
|
7949
7954
|
width: 100%;
|
|
7950
7955
|
}
|
|
@@ -7953,6 +7958,11 @@ body {
|
|
|
7953
7958
|
@media (min-width: 640px) {
|
|
7954
7959
|
|
|
7955
7960
|
|
|
7961
|
+
.\!container {
|
|
7962
|
+
max-width: 640px !important;
|
|
7963
|
+
}
|
|
7964
|
+
|
|
7965
|
+
|
|
7956
7966
|
.container {
|
|
7957
7967
|
max-width: 640px;
|
|
7958
7968
|
}
|
|
@@ -7962,6 +7972,11 @@ body {
|
|
|
7962
7972
|
@media (min-width: 768px) {
|
|
7963
7973
|
|
|
7964
7974
|
|
|
7975
|
+
.\!container {
|
|
7976
|
+
max-width: 768px !important;
|
|
7977
|
+
}
|
|
7978
|
+
|
|
7979
|
+
|
|
7965
7980
|
.container {
|
|
7966
7981
|
max-width: 768px;
|
|
7967
7982
|
}
|
|
@@ -7971,6 +7986,11 @@ body {
|
|
|
7971
7986
|
@media (min-width: 1024px) {
|
|
7972
7987
|
|
|
7973
7988
|
|
|
7989
|
+
.\!container {
|
|
7990
|
+
max-width: 1024px !important;
|
|
7991
|
+
}
|
|
7992
|
+
|
|
7993
|
+
|
|
7974
7994
|
.container {
|
|
7975
7995
|
max-width: 1024px;
|
|
7976
7996
|
}
|
|
@@ -7980,6 +8000,11 @@ body {
|
|
|
7980
8000
|
@media (min-width: 1280px) {
|
|
7981
8001
|
|
|
7982
8002
|
|
|
8003
|
+
.\!container {
|
|
8004
|
+
max-width: 1280px !important;
|
|
8005
|
+
}
|
|
8006
|
+
|
|
8007
|
+
|
|
7983
8008
|
.container {
|
|
7984
8009
|
max-width: 1280px;
|
|
7985
8010
|
}
|
|
@@ -7989,6 +8014,11 @@ body {
|
|
|
7989
8014
|
@media (min-width: 1536px) {
|
|
7990
8015
|
|
|
7991
8016
|
|
|
8017
|
+
.\!container {
|
|
8018
|
+
max-width: 1536px !important;
|
|
8019
|
+
}
|
|
8020
|
+
|
|
8021
|
+
|
|
7992
8022
|
.container {
|
|
7993
8023
|
max-width: 1536px;
|
|
7994
8024
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libxai/board",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.8",
|
|
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>",
|