@1771technologies/lytenyte-pro 0.0.50 → 0.0.51
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 +3 -0
- package/package.json +15 -15
package/dist/lytenyte-pro.css
CHANGED
|
@@ -811,6 +811,8 @@ body.lng1771-drag-on .lng1771-pill-manager__pill-outer[data-pill-active="false"]
|
|
|
811
811
|
}
|
|
812
812
|
|
|
813
813
|
.lng1771-pill-manager__row-label {
|
|
814
|
+
color: var(--lng1771-gray-80);
|
|
815
|
+
font-family: var(--lng1771-typeface);
|
|
814
816
|
padding-inline-start: 16px;
|
|
815
817
|
}
|
|
816
818
|
|
|
@@ -834,6 +836,7 @@ body.lng1771-drag-on .lng1771-pill-manager__pill-outer[data-pill-active="false"]
|
|
|
834
836
|
border-inline-start: 1px solid var(--lng1771-gray-40);
|
|
835
837
|
cursor: pointer;
|
|
836
838
|
transition: background-color 100ms ease-in;
|
|
839
|
+
color: var(--lng1771-gray-70);
|
|
837
840
|
|
|
838
841
|
&:hover {
|
|
839
842
|
background-color: var(--lng1771-gray-20);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@1771technologies/lytenyte-pro",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.51",
|
|
4
4
|
"license": "COMMERCIAL",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -70,20 +70,20 @@
|
|
|
70
70
|
"react-dom": "^18.0.0 || ^19.0.0"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@1771technologies/grid-client-data-source-pro": "0.0.
|
|
74
|
-
"@1771technologies/grid-core": "0.0.
|
|
75
|
-
"@1771technologies/grid-design": "0.0.
|
|
76
|
-
"@1771technologies/grid-provider": "0.0.
|
|
77
|
-
"@1771technologies/grid-store-pro": "0.0.
|
|
78
|
-
"@1771technologies/grid-tree-data-source": "0.0.
|
|
79
|
-
"@1771technologies/grid-types": "0.0.
|
|
80
|
-
"@1771technologies/js-utils": "0.0.
|
|
81
|
-
"@1771technologies/lytenyte-core": "0.0.
|
|
82
|
-
"@1771technologies/react-cascada": "0.0.
|
|
83
|
-
"@1771technologies/react-dragon": "0.0.
|
|
84
|
-
"@1771technologies/react-sizer": "0.0.
|
|
85
|
-
"@1771technologies/react-split-pane": "0.0.
|
|
86
|
-
"@1771technologies/react-utils": "0.0.
|
|
73
|
+
"@1771technologies/grid-client-data-source-pro": "0.0.51",
|
|
74
|
+
"@1771technologies/grid-core": "0.0.51",
|
|
75
|
+
"@1771technologies/grid-design": "0.0.51",
|
|
76
|
+
"@1771technologies/grid-provider": "0.0.51",
|
|
77
|
+
"@1771technologies/grid-store-pro": "0.0.51",
|
|
78
|
+
"@1771technologies/grid-tree-data-source": "0.0.51",
|
|
79
|
+
"@1771technologies/grid-types": "0.0.51",
|
|
80
|
+
"@1771technologies/js-utils": "0.0.51",
|
|
81
|
+
"@1771technologies/lytenyte-core": "0.0.51",
|
|
82
|
+
"@1771technologies/react-cascada": "0.0.51",
|
|
83
|
+
"@1771technologies/react-dragon": "0.0.51",
|
|
84
|
+
"@1771technologies/react-sizer": "0.0.51",
|
|
85
|
+
"@1771technologies/react-split-pane": "0.0.51",
|
|
86
|
+
"@1771technologies/react-utils": "0.0.51",
|
|
87
87
|
"@base-ui-components/react": "1.0.0-alpha.7"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|