@urnetwork/elements 0.0.1-beta.5 → 0.0.1-beta.6

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.
@@ -3,6 +3,8 @@ import { LitElement } from 'lit';
3
3
  export declare class IconSpinner extends LitElement {
4
4
  static styles: import('lit').CSSResult[];
5
5
  iconTitle?: string;
6
+ size: number;
7
+ color: string;
6
8
  render(): import('lit-html').TemplateResult<1>;
7
9
  }
8
10
  declare global {
@@ -1,6 +1,5 @@
1
1
  export * from './button';
2
2
  export * from './input';
3
- export * from './spinner';
4
3
  export * from './text';
5
4
  export * from './back-button';
6
5
  export * from './location-list-item';
@@ -1,4 +1,4 @@
1
- import { B as s, a as t, b as o, c as e, I, d as c, e as T, f as i, g as r, h as u, i as S, j as B, L as N, M as m, k as b, l, S as p, m as A, T as L, n as M } from "./selected-location-Bz_81KoS.js";
1
+ import { B as s, a as t, b as o, c as e, I, d as c, e as T, f as i, g as r, h as u, i as B, j as S, L as N, M as m, k as b, l, S as A, T as L, m as M } from "./selected-location-BOQuY5tO.js";
2
2
  export {
3
3
  s as BUTTON_TYPES,
4
4
  t as BUTTON_VARIANTS,
@@ -10,14 +10,13 @@ export {
10
10
  i as IconNetworkInstability,
11
11
  r as IconPrivacy,
12
12
  u as IconSpinner,
13
- S as IconWarning,
14
- B as Input,
13
+ B as IconWarning,
14
+ S as Input,
15
15
  N as LocationListItem,
16
16
  m as Menu,
17
17
  b as MenuButton,
18
18
  l as MenuItem,
19
- p as SelectedLocation,
20
- A as Spinner,
19
+ A as SelectedLocation,
21
20
  L as TEXT_VARIANTS,
22
21
  M as Text
23
22
  };
@@ -3,6 +3,10 @@ import * as React from "react";
3
3
  export declare const IconSpinner: import('@lit/react').ReactWebComponent<UrIconSpinnerElement, {}>;
4
4
  export interface IconSpinnerProps {
5
5
  iconTitle?: string;
6
+ /** Size in rem units. Defaults to 1.6 */
7
+ size?: number;
8
+ /** Color override (e.g. "white", "#ff0000"). If undefined, inherits from parent or uses default gray. */
9
+ color?: string;
6
10
  className?: string;
7
11
  style?: React.CSSProperties;
8
12
  }
package/dist/react.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import * as e from "react";
3
3
  import { createComponent as a } from "@lit/react";
4
- import { c as u, j as m, n as l, b as i, h as I, e as U, f as p, M as N, k as d, l as f, S as k, L as B } from "./selected-location-Bz_81KoS.js";
5
- import { B as J, a as K, I as Q, T as W } from "./selected-location-Bz_81KoS.js";
4
+ import { c as u, j as m, m as l, b as i, h as I, e as U, f as p, M as N, k as d, l as f, S as k, L as B } from "./selected-location-BOQuY5tO.js";
5
+ import { B as J, a as K, I as Q, T as W } from "./selected-location-BOQuY5tO.js";
6
6
  const g = a({
7
7
  tagName: "ur-button",
8
8
  elementClass: u,