@iyulab/flex-table 0.21.0 → 0.21.1

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.
@@ -20,7 +20,10 @@ var s = t`
20
20
  --ft-bool-color: #2196f3;
21
21
  --ft-sort-indicator-color: #5f6368;
22
22
  --ft-editor-bg: #fff;
23
- --ft-empty-color: #999;
23
+ /* #999 was 2.85 against --ft-bg (#fff); AA needs 4.5. The dark value (#9aa0a6 on
24
+ #1e1e2e = 6.31) was already fine, so this was a light-only defect. #5f6368 is the
25
+ same grey the sort indicator uses, which keeps the palette to one family. */
26
+ --ft-empty-color: #5f6368;
24
27
  }
25
28
 
26
29
  /* --- Dark Theme (auto via prefers-color-scheme) --- */
@@ -1,2 +1,2 @@
1
- import { a as e, i as t, n, r, t as i } from "./flex-table-3VFQ-b5m.js";
1
+ import { a as e, i as t, n, r, t as i } from "./flex-table-DNUTTZ1m.js";
2
2
  export { i as FlexTable, t as RowSelectionState, r as UndoStack, n as exportData, e as renderCell };
package/dist/react.js CHANGED
@@ -1,4 +1,4 @@
1
- import { t as e } from "./flex-table-3VFQ-b5m.js";
1
+ import { t as e } from "./flex-table-DNUTTZ1m.js";
2
2
  import t from "react";
3
3
  import { createComponent as n } from "@lit/react";
4
4
  var r = n({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iyulab/flex-table",
3
- "version": "0.21.0",
3
+ "version": "0.21.1",
4
4
  "description": "A minimalist, input-centric data grid web component",
5
5
  "type": "module",
6
6
  "main": "./dist/flex-table.js",