@reopt-ai/opt-ui 1.14.0 → 1.15.0

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 (38) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/COMPONENT_CATALOG.md +222 -69
  3. package/README.md +26 -0
  4. package/dist/core/index.cjs +4 -4
  5. package/dist/core/index.d.cts +2 -2
  6. package/dist/core/index.d.ts +2 -2
  7. package/dist/core/index.js +2 -2
  8. package/dist/docs/02-components/01-core.md +37 -33
  9. package/dist/docs/02-components/02-visuals.md +1 -1
  10. package/dist/docs/02-components/03-shells.md +191 -36
  11. package/dist/docs/02-components/04-surfaces.md +1 -1
  12. package/dist/docs/02-components/index.md +4 -4
  13. package/dist/id-registry.cjs +24 -0
  14. package/dist/id-registry.js +24 -0
  15. package/dist/id-registry.json +51 -0
  16. package/dist/index.cjs +445 -381
  17. package/dist/index.d.cts +16 -13
  18. package/dist/index.d.ts +16 -13
  19. package/dist/index.js +303 -245
  20. package/dist/{key-pad-menu-CqFI6la9.js → key-pad-menu-BCOeYvsH.js} +50 -61
  21. package/dist/{key-pad-menu-D6pYzaj-.d.cts → key-pad-menu-CaIsTHB2.d.cts} +12 -8
  22. package/dist/{key-pad-menu-BgtSL3xe.cjs → key-pad-menu-Jaqxhx9P.cjs} +48 -71
  23. package/dist/{key-pad-menu-Yh7Fpb8m.d.ts → key-pad-menu-odAEycIX.d.ts} +12 -8
  24. package/dist/meta.cjs +447 -7
  25. package/dist/meta.js +447 -7
  26. package/dist/{field-sidebar-mSVCMAZp.js → replay-player-layout-BVUNsUS1.js} +891 -191
  27. package/dist/{field-sidebar-ePqFX6MN.cjs → replay-player-layout-Cmzptq89.cjs} +931 -189
  28. package/dist/{field-sidebar-CJ4HxP8D.d.cts → replay-player-layout-DpqdfdQ6.d.ts} +246 -3
  29. package/dist/{field-sidebar-DnhpcT2A.d.ts → replay-player-layout-DuZW-gFF.d.cts} +246 -3
  30. package/dist/shells/index.cjs +58 -52
  31. package/dist/shells/index.d.cts +2 -2
  32. package/dist/shells/index.d.ts +2 -2
  33. package/dist/shells/index.js +2 -2
  34. package/dist/{text-truncate-Bd-0WkSP.js → text-truncate-B-8nJgnu.js} +200 -101
  35. package/dist/{text-truncate-Bbul-jMD.d.cts → text-truncate-DOxUijpB.d.cts} +2 -0
  36. package/dist/{text-truncate-Bbul-jMD.d.ts → text-truncate-DOxUijpB.d.ts} +2 -0
  37. package/dist/{text-truncate-BeYW6XZu.cjs → text-truncate-gQhpMy-Z.cjs} +214 -97
  38. package/package.json +1 -1
@@ -1865,6 +1865,33 @@
1865
1865
  "metaName": "RadioGroup",
1866
1866
  "sourcePath": "src/core/radio-group.tsx"
1867
1867
  },
1868
+ "A3VYS": {
1869
+ "id": "A3VYS",
1870
+ "slug": "replay-player-layout",
1871
+ "fullSlug": "replay-player-layout.ReplayPlayerLayout",
1872
+ "exportName": "ReplayPlayerLayout",
1873
+ "layer": "shells",
1874
+ "metaName": "ReplayPlayerLayout",
1875
+ "sourcePath": "src/shells/replay-player-layout.tsx"
1876
+ },
1877
+ "B98JP": {
1878
+ "id": "B98JP",
1879
+ "slug": "replay-scrubber",
1880
+ "fullSlug": "replay-scrubber.ReplayScrubber",
1881
+ "exportName": "ReplayScrubber",
1882
+ "layer": "shells",
1883
+ "metaName": "ReplayScrubber",
1884
+ "sourcePath": "src/shells/replay-scrubber.tsx"
1885
+ },
1886
+ "RW9FW": {
1887
+ "id": "RW9FW",
1888
+ "slug": "replay-transport",
1889
+ "fullSlug": "replay-transport.ReplayTransport",
1890
+ "exportName": "ReplayTransport",
1891
+ "layer": "shells",
1892
+ "metaName": "ReplayTransport",
1893
+ "sourcePath": "src/shells/replay-transport.tsx"
1894
+ },
1868
1895
  "K9STD": {
1869
1896
  "id": "K9STD",
1870
1897
  "slug": "report-builder",
@@ -2695,6 +2722,9 @@
2695
2722
  "quick-actions.QuickActions": "CEM9F",
2696
2723
  "radio-group.Radio": "HY7YG",
2697
2724
  "radio-group.RadioGroup": "2F20H",
2725
+ "replay-player-layout.ReplayPlayerLayout": "A3VYS",
2726
+ "replay-scrubber.ReplayScrubber": "B98JP",
2727
+ "replay-transport.ReplayTransport": "RW9FW",
2698
2728
  "report-builder.ReportBuilder": "K9STD",
2699
2729
  "resizable.ResizableHandle": "6Z22W",
2700
2730
  "resizable.ResizablePanel": "88X4V",
@@ -4039,6 +4069,27 @@
4039
4069
  "slug": "radio-group.RadioGroup"
4040
4070
  }
4041
4071
  ],
4072
+ "src/shells/replay-player-layout.tsx": [
4073
+ {
4074
+ "exportName": "ReplayPlayerLayout",
4075
+ "id": "A3VYS",
4076
+ "slug": "replay-player-layout.ReplayPlayerLayout"
4077
+ }
4078
+ ],
4079
+ "src/shells/replay-scrubber.tsx": [
4080
+ {
4081
+ "exportName": "ReplayScrubber",
4082
+ "id": "B98JP",
4083
+ "slug": "replay-scrubber.ReplayScrubber"
4084
+ }
4085
+ ],
4086
+ "src/shells/replay-transport.tsx": [
4087
+ {
4088
+ "exportName": "ReplayTransport",
4089
+ "id": "RW9FW",
4090
+ "slug": "replay-transport.ReplayTransport"
4091
+ }
4092
+ ],
4042
4093
  "src/shells/report-builder.tsx": [
4043
4094
  {
4044
4095
  "exportName": "ReportBuilder",