@1771technologies/lytenyte-pro 0.0.76 → 0.0.77
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/lytenyte-pro.css +4 -1
- package/package.json +16 -16
package/dist/lytenyte-pro.css
CHANGED
|
@@ -1750,7 +1750,8 @@ body.lng1771-drag-on .lng1771-pill-manager__pill-outer[data-pill-active="false"]
|
|
|
1750
1750
|
--lng1771-pill-group-stroke: rgba(26, 255, 172, 0.35);
|
|
1751
1751
|
--lng1771-pill-icon-color: var(--lng1771-gray-50);
|
|
1752
1752
|
}
|
|
1753
|
-
:root
|
|
1753
|
+
:root,
|
|
1754
|
+
.light {
|
|
1754
1755
|
--lng1771-primary-05: rgba(18, 108, 255, 0.05);
|
|
1755
1756
|
--lng1771-primary-10: rgba(18, 108, 255, 0.1);
|
|
1756
1757
|
--lng1771-primary-30: rgba(18, 108, 255, 0.3);
|
|
@@ -1784,7 +1785,9 @@ body.lng1771-drag-on .lng1771-pill-manager__pill-outer[data-pill-active="false"]
|
|
|
1784
1785
|
--lng1771-pill-group-fill: #e6f8f2;
|
|
1785
1786
|
--lng1771-pill-group-stroke: #a8d4c4;
|
|
1786
1787
|
--lng1771-pill-icon-color: var(--lng1771-gray-50);
|
|
1788
|
+
}
|
|
1787
1789
|
|
|
1790
|
+
:root {
|
|
1788
1791
|
--lng1771-typeface: "Inter", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
|
|
1789
1792
|
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
1790
1793
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@1771technologies/lytenyte-pro",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.77",
|
|
4
4
|
"license": "COMMERCIAL",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -79,21 +79,21 @@
|
|
|
79
79
|
"react-dom": "^18.0.0 || ^19.0.0"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@1771technologies/grid-client-data-source-pro": "0.0.
|
|
83
|
-
"@1771technologies/grid-server-data-source": "0.0.
|
|
84
|
-
"@1771technologies/grid-core": "0.0.
|
|
85
|
-
"@1771technologies/grid-design": "0.0.
|
|
86
|
-
"@1771technologies/grid-provider": "0.0.
|
|
87
|
-
"@1771technologies/grid-store-pro": "0.0.
|
|
88
|
-
"@1771technologies/grid-tree-data-source": "0.0.
|
|
89
|
-
"@1771technologies/grid-types": "0.0.
|
|
90
|
-
"@1771technologies/js-utils": "0.0.
|
|
91
|
-
"@1771technologies/lytenyte-core": "0.0.
|
|
92
|
-
"@1771technologies/react-cascada": "0.0.
|
|
93
|
-
"@1771technologies/react-dragon": "0.0.
|
|
94
|
-
"@1771technologies/react-sizer": "0.0.
|
|
95
|
-
"@1771technologies/react-split-pane": "0.0.
|
|
96
|
-
"@1771technologies/react-utils": "0.0.
|
|
82
|
+
"@1771technologies/grid-client-data-source-pro": "0.0.77",
|
|
83
|
+
"@1771technologies/grid-server-data-source": "0.0.77",
|
|
84
|
+
"@1771technologies/grid-core": "0.0.77",
|
|
85
|
+
"@1771technologies/grid-design": "0.0.77",
|
|
86
|
+
"@1771technologies/grid-provider": "0.0.77",
|
|
87
|
+
"@1771technologies/grid-store-pro": "0.0.77",
|
|
88
|
+
"@1771technologies/grid-tree-data-source": "0.0.77",
|
|
89
|
+
"@1771technologies/grid-types": "0.0.77",
|
|
90
|
+
"@1771technologies/js-utils": "0.0.77",
|
|
91
|
+
"@1771technologies/lytenyte-core": "0.0.77",
|
|
92
|
+
"@1771technologies/react-cascada": "0.0.77",
|
|
93
|
+
"@1771technologies/react-dragon": "0.0.77",
|
|
94
|
+
"@1771technologies/react-sizer": "0.0.77",
|
|
95
|
+
"@1771technologies/react-split-pane": "0.0.77",
|
|
96
|
+
"@1771technologies/react-utils": "0.0.77",
|
|
97
97
|
"@base-ui-components/react": "1.0.0-alpha.7"
|
|
98
98
|
},
|
|
99
99
|
"devDependencies": {
|