@1771technologies/lytenyte-pro 1.0.0-beta.37 → 1.0.0-beta.38

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.
Files changed (2) hide show
  1. package/main.css +4 -4
  2. package/package.json +7 -7
package/main.css CHANGED
@@ -182,7 +182,7 @@
182
182
  inset-inline-end: 0px;
183
183
  width: 1px;
184
184
  height: 100%;
185
- background-color: var(--lng1771-gray-50);
185
+ background-color: var(--lng1771-gray-20);
186
186
  }
187
187
  }
188
188
  &[data-ln-first-end-pin="true"] {
@@ -194,7 +194,7 @@
194
194
  inset-inline-start: 0px;
195
195
  width: 1px;
196
196
  height: 100%;
197
- background-color: var(--lng1771-gray-50);
197
+ background-color: var(--lng1771-gray-20);
198
198
  }
199
199
  }
200
200
  }
@@ -279,10 +279,10 @@
279
279
 
280
280
  &[data-ln-last-start-pin]::after {
281
281
  inset-inline-end: 1px;
282
- background-color: var(--lng1771-gray-50);
282
+ background-color: var(--lng1771-gray-20);
283
283
  }
284
284
  &[data-ln-first-end-pin]::after {
285
- background-color: var(--lng1771-gray-50);
285
+ background-color: var(--lng1771-gray-20);
286
286
  }
287
287
  }
288
288
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@1771technologies/lytenyte-pro",
3
3
  "description": "Blazingly fast headless React data grid with 100s of features.",
4
- "version": "1.0.0-beta.37",
4
+ "version": "1.0.0-beta.38",
5
5
  "type": "module",
6
6
  "license": "COMMERCIAL",
7
7
  "files": [
@@ -49,12 +49,12 @@
49
49
  },
50
50
  "dependencies": {
51
51
  "@1771technologies/atom": "^1.0.2",
52
- "@1771technologies/lytenyte-core": "1.0.0-beta.37",
53
- "@1771technologies/lytenyte-dragon": "1.0.0-beta.37",
54
- "@1771technologies/lytenyte-shared": "1.0.0-beta.37",
55
- "@1771technologies/lytenyte-js-utils": "1.0.0-beta.37",
56
- "@1771technologies/lytenyte-dom-utils": "1.0.0-beta.37",
57
- "@1771technologies/lytenyte-react-hooks": "1.0.0-beta.37"
52
+ "@1771technologies/lytenyte-core": "1.0.0-beta.38",
53
+ "@1771technologies/lytenyte-dragon": "1.0.0-beta.38",
54
+ "@1771technologies/lytenyte-shared": "1.0.0-beta.38",
55
+ "@1771technologies/lytenyte-js-utils": "1.0.0-beta.38",
56
+ "@1771technologies/lytenyte-dom-utils": "1.0.0-beta.38",
57
+ "@1771technologies/lytenyte-react-hooks": "1.0.0-beta.38"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "react": "^18.0.0 || ^19.0.0",