@nxgt/material-vue 0.4.0 → 0.5.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.
package/README.md CHANGED
@@ -461,7 +461,7 @@ Every field takes `label`, `helperText`, `error`, `required`, `disabled` and
461
461
  | `EntityHeader` | Title with a row of metadata. | `EntityHeader` |
462
462
  | `StatCard` | KPI tile: label, value, hint and a coloured delta. | `StatCard` |
463
463
  | `TrendCard`, `GoalCard`, `BreakdownCard`, `RankCard` | Dashboard tiles: trend + sparkline, goal vs target, share breakdown, ranked list. Container queries. | `TrendCard`, `GoalCard`, `BreakdownCard`, `RankCard` |
464
- | `FeatureCard`, `MediaCard`, `PricingCard`, `ProfileCard`, `QuoteCard`, `OverlayCard`, `SpotlightCard`, `CrewCard` | Card presets: product, media, pricing, profile, quote, cinematic overlay, bento spotlight, crew with avatars. Container queries. | `FeatureCard`, `MediaCard`, `PricingCard`, `ProfileCard`, `QuoteCard`, `OverlayCard`, `SpotlightCard`, `CrewCard` |
464
+ | `FeatureCard`, `MediaCard`, `PricingCard`, `ProfileCard`, `QuoteCard`, `OverlayCard`, `SpotlightCard`, `CrewCard`, `SplitCard`, `TicketCard`, `NoticeCard` | Card presets: product, media, pricing, profile, quote, overlay, spotlight, crew, split panel, ticket stub, notice rail. Container queries. | `FeatureCard`, `MediaCard`, `PricingCard`, `ProfileCard`, `QuoteCard`, `OverlayCard`, `SpotlightCard`, `CrewCard`, `SplitCard`, `TicketCard`, `NoticeCard` |
465
465
  | `ExtendedLabel` | Section heading with an accent bar and a `trailing` slot. | `ExtendedLabel` |
466
466
  | `Timeline`, `TimelineItem` | Vertical event list with tones and timestamps. | `Timeline`, `TimelineItem` |
467
467
  | `QRCode` | QR code for `value` (`size`, colours, error `level`). | `QRCode` |
@@ -1,4 +1,4 @@
1
- import { iu as e, ou as t, ru as n } from "./components-CIfTQ-I3.js";
1
+ import { lu as e, ou as t, su as n } from "./components-7Ajwd8cr.js";
2
2
  import { t as r } from "./utils-Cy-ByIEo.js";
3
3
  import { r as i, t as a } from "./icon-button-Ghucx7Ah.js";
4
4
  import { n as o } from "./i18n-GAjGs1da.js";
@@ -16,7 +16,7 @@ var w = { class: "grid gap-2" }, T = { class: "flex justify-end" }, E = ["src",
16
16
  Array
17
17
  ] } },
18
18
  setup(e) {
19
- let t = e, { t: p } = o(), { videoRef: g, state: _, actions: v } = n();
19
+ let n = e, { t: p } = o(), { videoRef: g, state: _, actions: v } = t();
20
20
  function D(e) {
21
21
  g.value = e instanceof HTMLVideoElement ? e : null;
22
22
  }
@@ -24,9 +24,9 @@ var w = { class: "grid gap-2" }, T = { class: "flex justify-end" }, E = ["src",
24
24
  _.isStreaming ? v.stopStream() : v.startStream();
25
25
  }
26
26
  let k = p("material.camera.capture", "Take Capture"), A = p("material.camera.captured", "Captured");
27
- return (e, n) => (h(), l("div", {
27
+ return (e, t) => (h(), l("div", {
28
28
  "data-slot": "camera",
29
- class: m(b(r)("flex relative w-full h-full gap-2", t.class))
29
+ class: m(b(r)("flex relative w-full h-full gap-2", n.class))
30
30
  }, [u("div", w, [u("video", {
31
31
  ref: D,
32
32
  class: "w-full max-w-lg right-1 ring-primary",
@@ -56,9 +56,9 @@ var w = { class: "grid gap-2" }, T = { class: "flex justify-end" }, E = ["src",
56
56
  }
57
57
  }), O = /* @__PURE__ */ p({
58
58
  __name: "camera-provider",
59
- setup(n) {
60
- let r = g(null), i = g(null), a = v(null), o = t();
61
- return e({
59
+ setup(t) {
60
+ let r = g(null), i = g(null), a = v(null), o = e();
61
+ return n({
62
62
  videoRef: r,
63
63
  canvasRef: i,
64
64
  streamRef: a,