@moq/ui-core 0.1.0 → 0.1.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.
package/README.md CHANGED
@@ -13,12 +13,15 @@ Shared UI components for [Media over QUIC](https://moq.dev/) (MoQ) packages.
13
13
  ## Components
14
14
 
15
15
  ### Button
16
+
16
17
  A styled, accessible button component with hover/active states and disabled support.
17
18
 
18
19
  ### Icon
20
+
19
21
  SVG icon library including media controls (play, pause, volume, fullscreen, etc.), device indicators (camera, microphone, screen), and stats icons (network, video, audio, buffer).
20
22
 
21
23
  ### Stats
24
+
22
25
  Real-time statistics panel for monitoring media streaming performance. Displays network, video, audio, and buffer metrics via a provider pattern.
23
26
 
24
27
  ## CSS
@@ -34,5 +37,5 @@ Shared stylesheets are available as CSS imports:
34
37
 
35
38
  Licensed under either:
36
39
 
37
- - Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
38
- - MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
40
+ - Apache License, Version 2.0 ([LICENSE-APACHE](../../LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
41
+ - MIT license ([LICENSE-MIT](../../LICENSE-MIT) or http://opensource.org/licenses/MIT)