@rubin-epo/epo-widget-lib 1.1.0 → 1.1.2

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 (44) hide show
  1. package/README.MD +1 -1
  2. package/dist/ViewIndicator.cjs +1 -1
  3. package/dist/ViewIndicator.js +50 -44
  4. package/dist/atomic/Blinker/Controls/styles.d.ts +1 -273
  5. package/dist/atomic/Blinker/styles.d.ts +2 -545
  6. package/dist/atomic/ElapsedTime/styles.d.ts +6 -1634
  7. package/dist/atomic/ImageStack/index.d.ts +2 -2
  8. package/dist/atomic/LiveRegion/styles.d.ts +1 -273
  9. package/dist/atomic/Loader/styles.d.ts +1 -273
  10. package/dist/atomic/PlaybackControl/styles.d.ts +2 -555
  11. package/dist/atomic/PlotWrapper/styles.d.ts +1 -273
  12. package/dist/charts/Base/styles.d.ts +10 -2931
  13. package/dist/charts/Readout/index.cjs +1 -1
  14. package/dist/charts/Readout/index.js +18 -25
  15. package/dist/charts/Readout/styles.d.ts +2 -548
  16. package/dist/charts/ScatterPlot/index.cjs +1 -1
  17. package/dist/charts/ScatterPlot/index.js +50 -53
  18. package/dist/charts/ScatterPlot/styles.d.ts +2 -14
  19. package/dist/charts/Tooltip/styles.d.ts +6 -548
  20. package/dist/charts/styles.d.ts +6 -2893
  21. package/dist/layout/AspectRatio/styles.d.ts +1 -273
  22. package/dist/layout/Controls/styles.d.ts +12 -1918
  23. package/dist/styles/svg.d.ts +1 -273
  24. package/dist/widgets/CameraFilter/styles.d.ts +18 -5224
  25. package/dist/widgets/ColorTool/FilterControls/styles.d.ts +7 -1257
  26. package/dist/widgets/FilterTool/styles.d.ts +11 -3444
  27. package/dist/widgets/LightCurvePlot/Plot/styles.d.ts +3 -817
  28. package/dist/widgets/LightCurvePlot/PlotWithCurve/A11Y/LightCurveLabel/styles.d.ts +1 -276
  29. package/dist/widgets/LightCurvePlot/PlotWithCurve/MagnitudeSlider/index.d.ts +2 -1
  30. package/dist/widgets/LightCurvePlot/PlotWithCurve/MagnitudeSlider/styles.d.ts +6 -0
  31. package/dist/widgets/LightCurvePlot/PlotWithCurve/index.d.ts +1 -1
  32. package/dist/widgets/LightCurvePlot/PlotWithCurve/styles.d.ts +6 -820
  33. package/dist/widgets/SourceSelector/Message/styles.d.ts +2 -2
  34. package/dist/widgets/SourceSelector/SelectionList/styles.d.ts +3 -817
  35. package/dist/widgets/SourceSelector/SourceMap/styles.d.ts +2 -965
  36. package/dist/widgets/SourceSelector/styles.d.ts +2 -17
  37. package/dist/widgets/SupernovaThreeVector/Histogram/styles.d.ts +1 -483
  38. package/dist/widgets/SupernovaThreeVector/Skymap/index.cjs +1 -1
  39. package/dist/widgets/SupernovaThreeVector/Skymap/index.js +39 -45
  40. package/dist/widgets/SupernovaThreeVector/Skymap/styles.d.ts +7 -3375
  41. package/dist/widgets/ViewIndicator/styles.cjs +9 -24
  42. package/dist/widgets/ViewIndicator/styles.d.ts +4 -4401
  43. package/dist/widgets/ViewIndicator/styles.js +10 -32
  44. package/package.json +22 -22
package/README.MD CHANGED
@@ -77,7 +77,7 @@ To add a unit test to it's Storybook page add the filename of the unit test to t
77
77
 
78
78
  ```
79
79
 
80
- export const Primary: ComponentStoryObj<typeof DemoButton> = {
80
+ export const Primary: StoryObj<typeof DemoButton> = {
81
81
  args: {
82
82
  disabled: false,
83
83
  children: "Hello",
@@ -1 +1 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("react/jsx-runtime"),V=require("react"),j=require("d3-geo"),s=require("./widgets/ViewIndicator/styles.cjs"),W=require("./lib/utils.cjs"),h=10,$=10,k=[h,$],m=100,v=100,g=j.geoGraticule();g.step([180,180]);const b=t=>{const{backFaces:n=!1,applyRotation:i=!0}=t||{},e=j.geoOrthographic();e.fitExtent([[0,0],[m,v]],g.outline()),i&&e.rotate(k),n&&e.clipAngle(null);const r=j.geoPath(e);return{projection:e,pathGenerator:a=>r(a)||void 0}},A=()=>{const{pathGenerator:t}=b({applyRotation:!1});return o.jsx(s.Outline,{d:t(g.outline())})},R=({backFaces:t})=>{const{pathGenerator:n}=b({backFaces:t});return o.jsx(s.Meridian,{d:n(g()),opacity:t?.8:void 0})},C=(t,n)=>{const i=t>90-h&&t<270-h,e=n>0+$,r=t>180-h,c=["top","bottom"],a=["left","right"];e&&c.reverse(),r&&a.reverse();const d=["plane",c[0],...a,c[1]];return i&&d.reverse(),d},N=({ra:t,dec:n,fov:i})=>{const{pathGenerator:e}=b({backFaces:!0}),[r,c]=i,a=Math.max(r,.1)/2,d=Math.max(c,.1)/2,S=n+d,M=n-d,w=t+a,G=t-a,p=[w,S],f=[G,S],x=[w,M],y=[G,M],E=m/2,F=v/2,u=l=>`${l}L${E},${F}`,L={plane:o.jsx(s.Plane,{d:e({type:"Polygon",coordinates:[[p,f,y,x,p]]})}),top:o.jsx(s.TopEdges,{d:u(e({type:"LineString",coordinates:[p,f]}))}),bottom:o.jsx(s.TopEdges,{d:u(e({type:"LineString",coordinates:[y,x]}))}),left:o.jsx(s.SideEdges,{d:u(e({type:"LineString",coordinates:[x,p]}))}),right:o.jsx(s.SideEdges,{d:u(e({type:"LineString",coordinates:[f,y]}))})},O=C(t,n),P=W.getLinearScale([0,180],[0,100],{clamp:!0,fractionDigits:0})(Math.abs(180-t));return o.jsx(s.ViewCone,{style:{"--percent-mix-primary":`${P}%`,"--percent-mix-secondary":`${100-P}%`},children:O.map(l=>{if(L[l])return o.jsx(V.Fragment,{children:L[l]},l)})})},q=({size:t="var(--size-spacing-m)",className:n,ra:i,dec:e,fov:r})=>{const c=typeof i<"u"&&typeof e<"u"&&typeof r<"u";return o.jsxs(s.Container,{style:{"--size-container":t},className:n,children:[o.jsx(s.NorthDirection,{children:"N"}),o.jsxs(s.SVG,{preserveAspectRatio:"xMidYMid meet",viewBox:`0 0 ${m} ${v}`,children:[o.jsx(R,{backFaces:!0}),c&&o.jsx(N,{ra:i,dec:e,fov:r}),o.jsx(R,{}),o.jsx(A,{})]})]})};q.displayName="Widget.ViewIndicator";exports.default=q;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const o=require("react/jsx-runtime"),k=require("react"),j=require("d3-geo"),u=require("./widgets/ViewIndicator/styles.cjs"),O=require("./lib/utils.cjs"),g=10,q=10,A=[g,q],m=100,v=100,d=j.geoGraticule();d.step([180,180]);d.precision(90);const b=t=>{const{backFaces:n=!1,applyRotation:i=!0}=t||{},e=j.geoOrthographic();e.fitExtent([[0,0],[m,v]],d.outline()),i&&e.rotate(A),n&&e.clipAngle(null);const s=j.geoPath(e).digits(1);return{projection:e,pathGenerator:c=>s(c)||void 0}},C=()=>{const{pathGenerator:t}=b({applyRotation:!1});return o.jsx("path",{strokeWidth:3,d:t(d.outline())})},$=({backFaces:t})=>{const{pathGenerator:n}=b({backFaces:t});return o.jsx("path",{d:n(d()),opacity:t?.8:void 0})},N=(t,n)=>{const i=t>90-g&&t<270-g,e=n>0+q,s=t>180-g,r=["top","bottom"],c=["left","right"];e&&r.reverse(),s&&c.reverse();const a=["plane",r[0],...c,r[1]];return i&&a.reverse(),a},z=({ra:t,dec:n,fov:i})=>{const{pathGenerator:e}=b({backFaces:!0}),[s,r]=i,c=Math.max(s,.1)/2,a=Math.max(r,.1)/2,S=n+a,M=n-a,w=t+c,G=t-c,l=[w,S],f=[G,S],y=[w,M],x=[G,M],P=m/2,V=v/2,h=p=>`${p}L${P},${V}`,L={plane:o.jsx("path",{opacity:.8,d:e({type:"Polygon",coordinates:[[l,f,x,y,l]]})}),top:o.jsx("path",{opacity:.5,d:h(e({type:"LineString",coordinates:[l,f]}))}),bottom:o.jsx("path",{opacity:.5,d:h(e({type:"LineString",coordinates:[x,y]}))}),left:o.jsx("path",{opacity:.3,d:h(e({type:"LineString",coordinates:[y,l]}))}),right:o.jsx("path",{opacity:.3,d:h(e({type:"LineString",coordinates:[f,x]}))})},W=N(t,n),R=O.getLinearScale([0,180],[0,100],{clamp:!0,fractionDigits:0})(Math.abs(180-t));return o.jsx(u.ViewCone,{style:{"--percent-mix-primary":`${R}%`,"--percent-mix-secondary":`${100-R}%`},children:W.map(p=>{if(L[p])return o.jsx(k.Fragment,{children:L[p]},p)})})},F=({size:t="var(--size-spacing-m)",className:n,ra:i,dec:e,fov:s})=>{const r=typeof i<"u"&&typeof e<"u"&&typeof s<"u";return o.jsxs(u.Container,{style:{"--size-container":t},className:n,children:[o.jsx(u.NorthDirection,{children:"N"}),o.jsxs(u.SVG,{preserveAspectRatio:"xMidYMid meet",viewBox:`0 0 ${m} ${v}`,children:[o.jsx($,{backFaces:!0}),r&&o.jsx(z,{ra:i,dec:e,fov:s}),o.jsx($,{}),o.jsx(C,{})]})]})};F.displayName="Widget.ViewIndicator";exports.default=F;
@@ -1,10 +1,11 @@
1
- import { jsxs as G, jsx as o } from "react/jsx-runtime";
2
- import { Fragment as W } from "react";
1
+ import { jsxs as $, jsx as o } from "react/jsx-runtime";
2
+ import { Fragment as j } from "react";
3
3
  import { geoGraticule as k, geoOrthographic as A, geoPath as C } from "d3-geo";
4
- import { Container as N, NorthDirection as z, SVG as B, Outline as D, Meridian as H, Plane as I, TopEdges as F, SideEdges as P, ViewCone as Y } from "./widgets/ViewIndicator/styles.js";
5
- import { getLinearScale as q } from "./lib/utils.js";
6
- const h = 10, O = 10, T = [h, O], y = 100, v = 100, f = k();
7
- f.step([180, 180]);
4
+ import { Container as N, NorthDirection as O, SVG as z, ViewCone as B } from "./widgets/ViewIndicator/styles.js";
5
+ import { getLinearScale as D } from "./lib/utils.js";
6
+ const f = 10, R = 10, E = [f, R], y = 100, v = 100, d = k();
7
+ d.step([180, 180]);
8
+ d.precision(90);
8
9
  const x = (t) => {
9
10
  const { backFaces: n = !1, applyRotation: i = !0 } = t || {}, e = A();
10
11
  e.fitExtent(
@@ -12,52 +13,55 @@ const x = (t) => {
12
13
  [0, 0],
13
14
  [y, v]
14
15
  ],
15
- f.outline()
16
- ), i && e.rotate(T), n && e.clipAngle(null);
17
- const r = C(e);
16
+ d.outline()
17
+ ), i && e.rotate(E), n && e.clipAngle(null);
18
+ const r = C(e).digits(1);
18
19
  return { projection: e, pathGenerator: (s) => r(s) || void 0 };
19
- }, X = () => {
20
+ }, H = () => {
20
21
  const { pathGenerator: t } = x({ applyRotation: !1 });
21
- return /* @__PURE__ */ o(D, { d: t(f.outline()) });
22
- }, R = ({ backFaces: t }) => {
22
+ return /* @__PURE__ */ o("path", { strokeWidth: 3, d: t(d.outline()) });
23
+ }, F = ({ backFaces: t }) => {
23
24
  const { pathGenerator: n } = x({ backFaces: t });
24
25
  return /* @__PURE__ */ o(
25
- H,
26
+ "path",
26
27
  {
27
- d: n(f()),
28
+ d: n(d()),
28
29
  opacity: t ? 0.8 : void 0
29
30
  }
30
31
  );
31
- }, J = (t, n) => {
32
- const i = t > 90 - h && t < 270 - h, e = n > 0 + O, r = t > 180 - h, c = ["top", "bottom"], s = ["left", "right"];
32
+ }, I = (t, n) => {
33
+ const i = t > 90 - f && t < 270 - f, e = n > 0 + R, r = t > 180 - f, c = ["top", "bottom"], s = ["left", "right"];
33
34
  e && c.reverse(), r && s.reverse();
34
35
  const a = ["plane", c[0], ...s, c[1]];
35
36
  return i && a.reverse(), a;
36
- }, K = ({ ra: t, dec: n, fov: i }) => {
37
- const { pathGenerator: e } = x({ backFaces: !0 }), [r, c] = i, s = Math.max(r, 0.1) / 2, a = Math.max(c, 0.1) / 2, b = n + a, M = n - a, S = t + s, $ = t - s, p = [S, b], g = [$, b], m = [S, M], u = [$, M], V = y / 2, j = v / 2, l = (d) => `${d}L${V},${j}`, w = {
37
+ }, Y = ({ ra: t, dec: n, fov: i }) => {
38
+ const { pathGenerator: e } = x({ backFaces: !0 }), [r, c] = i, s = Math.max(r, 0.1) / 2, a = Math.max(c, 0.1) / 2, b = n + a, w = n - a, L = t + s, S = t - s, h = [L, b], g = [S, b], m = [L, w], u = [S, w], P = y / 2, V = v / 2, l = (p) => `${p}L${P},${V}`, G = {
38
39
  plane: /* @__PURE__ */ o(
39
- I,
40
+ "path",
40
41
  {
42
+ opacity: 0.8,
41
43
  d: e({
42
44
  type: "Polygon",
43
- coordinates: [[p, g, u, m, p]]
45
+ coordinates: [[h, g, u, m, h]]
44
46
  })
45
47
  }
46
48
  ),
47
49
  top: /* @__PURE__ */ o(
48
- F,
50
+ "path",
49
51
  {
52
+ opacity: 0.5,
50
53
  d: l(
51
54
  e({
52
55
  type: "LineString",
53
- coordinates: [p, g]
56
+ coordinates: [h, g]
54
57
  })
55
58
  )
56
59
  }
57
60
  ),
58
61
  bottom: /* @__PURE__ */ o(
59
- F,
62
+ "path",
60
63
  {
64
+ opacity: 0.5,
61
65
  d: l(
62
66
  e({
63
67
  type: "LineString",
@@ -67,19 +71,21 @@ const x = (t) => {
67
71
  }
68
72
  ),
69
73
  left: /* @__PURE__ */ o(
70
- P,
74
+ "path",
71
75
  {
76
+ opacity: 0.3,
72
77
  d: l(
73
78
  e({
74
79
  type: "LineString",
75
- coordinates: [m, p]
80
+ coordinates: [m, h]
76
81
  })
77
82
  )
78
83
  }
79
84
  ),
80
85
  right: /* @__PURE__ */ o(
81
- P,
86
+ "path",
82
87
  {
88
+ opacity: 0.3,
83
89
  d: l(
84
90
  e({
85
91
  type: "LineString",
@@ -88,24 +94,24 @@ const x = (t) => {
88
94
  )
89
95
  }
90
96
  )
91
- }, E = J(t, n), L = q([0, 180], [0, 100], {
97
+ }, W = I(t, n), M = D([0, 180], [0, 100], {
92
98
  clamp: !0,
93
99
  fractionDigits: 0
94
100
  })(Math.abs(180 - t));
95
101
  return /* @__PURE__ */ o(
96
- Y,
102
+ B,
97
103
  {
98
104
  style: {
99
- "--percent-mix-primary": `${L}%`,
100
- "--percent-mix-secondary": `${100 - L}%`
105
+ "--percent-mix-primary": `${M}%`,
106
+ "--percent-mix-secondary": `${100 - M}%`
101
107
  },
102
- children: E.map((d) => {
103
- if (w[d])
104
- return /* @__PURE__ */ o(W, { children: w[d] }, d);
108
+ children: W.map((p) => {
109
+ if (G[p])
110
+ return /* @__PURE__ */ o(j, { children: G[p] }, p);
105
111
  })
106
112
  }
107
113
  );
108
- }, Q = ({
114
+ }, q = ({
109
115
  size: t = "var(--size-spacing-m)",
110
116
  className: n,
111
117
  ra: i,
@@ -113,23 +119,23 @@ const x = (t) => {
113
119
  fov: r
114
120
  }) => {
115
121
  const c = typeof i < "u" && typeof e < "u" && typeof r < "u";
116
- return /* @__PURE__ */ G(
122
+ return /* @__PURE__ */ $(
117
123
  N,
118
124
  {
119
125
  style: { "--size-container": t },
120
126
  className: n,
121
127
  children: [
122
- /* @__PURE__ */ o(z, { children: "N" }),
123
- /* @__PURE__ */ G(
124
- B,
128
+ /* @__PURE__ */ o(O, { children: "N" }),
129
+ /* @__PURE__ */ $(
130
+ z,
125
131
  {
126
132
  preserveAspectRatio: "xMidYMid meet",
127
133
  viewBox: `0 0 ${y} ${v}`,
128
134
  children: [
129
- /* @__PURE__ */ o(R, { backFaces: !0 }),
130
- c && /* @__PURE__ */ o(K, { ra: i, dec: e, fov: r }),
131
- /* @__PURE__ */ o(R, {}),
132
- /* @__PURE__ */ o(X, {})
135
+ /* @__PURE__ */ o(F, { backFaces: !0 }),
136
+ c && /* @__PURE__ */ o(Y, { ra: i, dec: e, fov: r }),
137
+ /* @__PURE__ */ o(F, {}),
138
+ /* @__PURE__ */ o(H, {})
133
139
  ]
134
140
  }
135
141
  )
@@ -137,7 +143,7 @@ const x = (t) => {
137
143
  }
138
144
  );
139
145
  };
140
- Q.displayName = "Widget.ViewIndicator";
146
+ q.displayName = "Widget.ViewIndicator";
141
147
  export {
142
- Q as default
148
+ q as default
143
149
  };
@@ -1,274 +1,2 @@
1
1
  /// <reference types="react" />
2
- /// <reference types="react" />
3
- export declare const ControlsContainer: import('styled-components').IStyledComponent<"web", {
4
- ref?: import('react').LegacyRef<HTMLDivElement> | undefined;
5
- key?: import('react').Key | null | undefined;
6
- defaultChecked?: boolean | undefined;
7
- defaultValue?: string | number | readonly string[] | undefined;
8
- suppressContentEditableWarning?: boolean | undefined;
9
- suppressHydrationWarning?: boolean | undefined;
10
- accessKey?: string | undefined;
11
- autoFocus?: boolean | undefined;
12
- className?: string | undefined;
13
- contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
14
- contextMenu?: string | undefined;
15
- dir?: string | undefined;
16
- draggable?: (boolean | "true" | "false") | undefined;
17
- hidden?: boolean | undefined;
18
- id?: string | undefined;
19
- lang?: string | undefined;
20
- nonce?: string | undefined;
21
- placeholder?: string | undefined;
22
- slot?: string | undefined;
23
- spellCheck?: (boolean | "true" | "false") | undefined;
24
- style?: import('react').CSSProperties | undefined;
25
- tabIndex?: number | undefined;
26
- title?: string | undefined;
27
- translate?: "yes" | "no" | undefined;
28
- radioGroup?: string | undefined;
29
- role?: import('react').AriaRole | undefined;
30
- about?: string | undefined;
31
- content?: string | undefined;
32
- datatype?: string | undefined;
33
- inlist?: any;
34
- prefix?: string | undefined;
35
- property?: string | undefined;
36
- rel?: string | undefined;
37
- resource?: string | undefined;
38
- rev?: string | undefined;
39
- typeof?: string | undefined;
40
- vocab?: string | undefined;
41
- autoCapitalize?: string | undefined;
42
- autoCorrect?: string | undefined;
43
- autoSave?: string | undefined;
44
- color?: string | undefined;
45
- itemProp?: string | undefined;
46
- itemScope?: boolean | undefined;
47
- itemType?: string | undefined;
48
- itemID?: string | undefined;
49
- itemRef?: string | undefined;
50
- results?: number | undefined;
51
- security?: string | undefined;
52
- unselectable?: "on" | "off" | undefined;
53
- inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
54
- is?: string | undefined;
55
- children?: import('react').ReactNode | Iterable<import('react').ReactNode>;
56
- 'aria-activedescendant'?: string | undefined;
57
- 'aria-atomic'?: (boolean | "true" | "false") | undefined;
58
- 'aria-autocomplete'?: "list" | "none" | "inline" | "both" | undefined;
59
- 'aria-braillelabel'?: string | undefined;
60
- 'aria-brailleroledescription'?: string | undefined;
61
- 'aria-busy'?: (boolean | "true" | "false") | undefined;
62
- 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined;
63
- 'aria-colcount'?: number | undefined;
64
- 'aria-colindex'?: number | undefined;
65
- 'aria-colindextext'?: string | undefined;
66
- 'aria-colspan'?: number | undefined;
67
- 'aria-controls'?: string | undefined;
68
- 'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined;
69
- 'aria-describedby'?: string | undefined;
70
- 'aria-description'?: string | undefined;
71
- 'aria-details'?: string | undefined;
72
- 'aria-disabled'?: (boolean | "true" | "false") | undefined;
73
- 'aria-dropeffect'?: "link" | "none" | "copy" | "execute" | "move" | "popup" | undefined;
74
- 'aria-errormessage'?: string | undefined;
75
- 'aria-expanded'?: (boolean | "true" | "false") | undefined;
76
- 'aria-flowto'?: string | undefined;
77
- 'aria-grabbed'?: (boolean | "true" | "false") | undefined;
78
- 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined;
79
- 'aria-hidden'?: (boolean | "true" | "false") | undefined;
80
- 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
81
- 'aria-keyshortcuts'?: string | undefined;
82
- 'aria-label'?: string | undefined;
83
- 'aria-labelledby'?: string | undefined;
84
- 'aria-level'?: number | undefined;
85
- 'aria-live'?: "off" | "assertive" | "polite" | undefined;
86
- 'aria-modal'?: (boolean | "true" | "false") | undefined;
87
- 'aria-multiline'?: (boolean | "true" | "false") | undefined;
88
- 'aria-multiselectable'?: (boolean | "true" | "false") | undefined;
89
- 'aria-orientation'?: "horizontal" | "vertical" | undefined;
90
- 'aria-owns'?: string | undefined;
91
- 'aria-placeholder'?: string | undefined;
92
- 'aria-posinset'?: number | undefined;
93
- 'aria-pressed'?: boolean | "true" | "false" | "mixed" | undefined;
94
- 'aria-readonly'?: (boolean | "true" | "false") | undefined;
95
- 'aria-relevant'?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
96
- 'aria-required'?: (boolean | "true" | "false") | undefined;
97
- 'aria-roledescription'?: string | undefined;
98
- 'aria-rowcount'?: number | undefined;
99
- 'aria-rowindex'?: number | undefined;
100
- 'aria-rowindextext'?: string | undefined;
101
- 'aria-rowspan'?: number | undefined;
102
- 'aria-selected'?: (boolean | "true" | "false") | undefined;
103
- 'aria-setsize'?: number | undefined;
104
- 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined;
105
- 'aria-valuemax'?: number | undefined;
106
- 'aria-valuemin'?: number | undefined;
107
- 'aria-valuenow'?: number | undefined;
108
- 'aria-valuetext'?: string | undefined;
109
- dangerouslySetInnerHTML?: {
110
- __html: string | TrustedHTML;
111
- } | undefined;
112
- onCopy?: import('react').ClipboardEventHandler<HTMLDivElement> | undefined;
113
- onCopyCapture?: import('react').ClipboardEventHandler<HTMLDivElement> | undefined;
114
- onCut?: import('react').ClipboardEventHandler<HTMLDivElement> | undefined;
115
- onCutCapture?: import('react').ClipboardEventHandler<HTMLDivElement> | undefined;
116
- onPaste?: import('react').ClipboardEventHandler<HTMLDivElement> | undefined;
117
- onPasteCapture?: import('react').ClipboardEventHandler<HTMLDivElement> | undefined;
118
- onCompositionEnd?: import('react').CompositionEventHandler<HTMLDivElement> | undefined;
119
- onCompositionEndCapture?: import('react').CompositionEventHandler<HTMLDivElement> | undefined;
120
- onCompositionStart?: import('react').CompositionEventHandler<HTMLDivElement> | undefined;
121
- onCompositionStartCapture?: import('react').CompositionEventHandler<HTMLDivElement> | undefined;
122
- onCompositionUpdate?: import('react').CompositionEventHandler<HTMLDivElement> | undefined;
123
- onCompositionUpdateCapture?: import('react').CompositionEventHandler<HTMLDivElement> | undefined;
124
- onFocus?: import('react').FocusEventHandler<HTMLDivElement> | undefined;
125
- onFocusCapture?: import('react').FocusEventHandler<HTMLDivElement> | undefined;
126
- onBlur?: import('react').FocusEventHandler<HTMLDivElement> | undefined;
127
- onBlurCapture?: import('react').FocusEventHandler<HTMLDivElement> | undefined;
128
- onChange?: import('react').FormEventHandler<HTMLDivElement> | undefined;
129
- onChangeCapture?: import('react').FormEventHandler<HTMLDivElement> | undefined;
130
- onBeforeInput?: import('react').FormEventHandler<HTMLDivElement> | undefined;
131
- onBeforeInputCapture?: import('react').FormEventHandler<HTMLDivElement> | undefined;
132
- onInput?: import('react').FormEventHandler<HTMLDivElement> | undefined;
133
- onInputCapture?: import('react').FormEventHandler<HTMLDivElement> | undefined;
134
- onReset?: import('react').FormEventHandler<HTMLDivElement> | undefined;
135
- onResetCapture?: import('react').FormEventHandler<HTMLDivElement> | undefined;
136
- onSubmit?: import('react').FormEventHandler<HTMLDivElement> | undefined;
137
- onSubmitCapture?: import('react').FormEventHandler<HTMLDivElement> | undefined;
138
- onInvalid?: import('react').FormEventHandler<HTMLDivElement> | undefined;
139
- onInvalidCapture?: import('react').FormEventHandler<HTMLDivElement> | undefined;
140
- onLoad?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
141
- onLoadCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
142
- onError?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
143
- onErrorCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
144
- onKeyDown?: import('react').KeyboardEventHandler<HTMLDivElement> | undefined;
145
- onKeyDownCapture?: import('react').KeyboardEventHandler<HTMLDivElement> | undefined;
146
- onKeyPress?: import('react').KeyboardEventHandler<HTMLDivElement> | undefined;
147
- onKeyPressCapture?: import('react').KeyboardEventHandler<HTMLDivElement> | undefined;
148
- onKeyUp?: import('react').KeyboardEventHandler<HTMLDivElement> | undefined;
149
- onKeyUpCapture?: import('react').KeyboardEventHandler<HTMLDivElement> | undefined;
150
- onAbort?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
151
- onAbortCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
152
- onCanPlay?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
153
- onCanPlayCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
154
- onCanPlayThrough?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
155
- onCanPlayThroughCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
156
- onDurationChange?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
157
- onDurationChangeCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
158
- onEmptied?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
159
- onEmptiedCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
160
- onEncrypted?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
161
- onEncryptedCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
162
- onEnded?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
163
- onEndedCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
164
- onLoadedData?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
165
- onLoadedDataCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
166
- onLoadedMetadata?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
167
- onLoadedMetadataCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
168
- onLoadStart?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
169
- onLoadStartCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
170
- onPause?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
171
- onPauseCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
172
- onPlay?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
173
- onPlayCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
174
- onPlaying?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
175
- onPlayingCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
176
- onProgress?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
177
- onProgressCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
178
- onRateChange?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
179
- onRateChangeCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
180
- onResize?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
181
- onResizeCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
182
- onSeeked?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
183
- onSeekedCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
184
- onSeeking?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
185
- onSeekingCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
186
- onStalled?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
187
- onStalledCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
188
- onSuspend?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
189
- onSuspendCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
190
- onTimeUpdate?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
191
- onTimeUpdateCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
192
- onVolumeChange?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
193
- onVolumeChangeCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
194
- onWaiting?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
195
- onWaitingCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
196
- onAuxClick?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
197
- onAuxClickCapture?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
198
- onClick?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
199
- onClickCapture?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
200
- onContextMenu?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
201
- onContextMenuCapture?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
202
- onDoubleClick?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
203
- onDoubleClickCapture?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
204
- onDrag?: import('react').DragEventHandler<HTMLDivElement> | undefined;
205
- onDragCapture?: import('react').DragEventHandler<HTMLDivElement> | undefined;
206
- onDragEnd?: import('react').DragEventHandler<HTMLDivElement> | undefined;
207
- onDragEndCapture?: import('react').DragEventHandler<HTMLDivElement> | undefined;
208
- onDragEnter?: import('react').DragEventHandler<HTMLDivElement> | undefined;
209
- onDragEnterCapture?: import('react').DragEventHandler<HTMLDivElement> | undefined;
210
- onDragExit?: import('react').DragEventHandler<HTMLDivElement> | undefined;
211
- onDragExitCapture?: import('react').DragEventHandler<HTMLDivElement> | undefined;
212
- onDragLeave?: import('react').DragEventHandler<HTMLDivElement> | undefined;
213
- onDragLeaveCapture?: import('react').DragEventHandler<HTMLDivElement> | undefined;
214
- onDragOver?: import('react').DragEventHandler<HTMLDivElement> | undefined;
215
- onDragOverCapture?: import('react').DragEventHandler<HTMLDivElement> | undefined;
216
- onDragStart?: import('react').DragEventHandler<HTMLDivElement> | undefined;
217
- onDragStartCapture?: import('react').DragEventHandler<HTMLDivElement> | undefined;
218
- onDrop?: import('react').DragEventHandler<HTMLDivElement> | undefined;
219
- onDropCapture?: import('react').DragEventHandler<HTMLDivElement> | undefined;
220
- onMouseDown?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
221
- onMouseDownCapture?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
222
- onMouseEnter?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
223
- onMouseLeave?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
224
- onMouseMove?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
225
- onMouseMoveCapture?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
226
- onMouseOut?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
227
- onMouseOutCapture?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
228
- onMouseOver?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
229
- onMouseOverCapture?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
230
- onMouseUp?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
231
- onMouseUpCapture?: import('react').MouseEventHandler<HTMLDivElement> | undefined;
232
- onSelect?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
233
- onSelectCapture?: import('react').ReactEventHandler<HTMLDivElement> | undefined;
234
- onTouchCancel?: import('react').TouchEventHandler<HTMLDivElement> | undefined;
235
- onTouchCancelCapture?: import('react').TouchEventHandler<HTMLDivElement> | undefined;
236
- onTouchEnd?: import('react').TouchEventHandler<HTMLDivElement> | undefined;
237
- onTouchEndCapture?: import('react').TouchEventHandler<HTMLDivElement> | undefined;
238
- onTouchMove?: import('react').TouchEventHandler<HTMLDivElement> | undefined;
239
- onTouchMoveCapture?: import('react').TouchEventHandler<HTMLDivElement> | undefined;
240
- onTouchStart?: import('react').TouchEventHandler<HTMLDivElement> | undefined;
241
- onTouchStartCapture?: import('react').TouchEventHandler<HTMLDivElement> | undefined;
242
- onPointerDown?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
243
- onPointerDownCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
244
- onPointerMove?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
245
- onPointerMoveCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
246
- onPointerUp?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
247
- onPointerUpCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
248
- onPointerCancel?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
249
- onPointerCancelCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
250
- onPointerEnter?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
251
- onPointerEnterCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
252
- onPointerLeave?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
253
- onPointerLeaveCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
254
- onPointerOver?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
255
- onPointerOverCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
256
- onPointerOut?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
257
- onPointerOutCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
258
- onGotPointerCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
259
- onGotPointerCaptureCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
260
- onLostPointerCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
261
- onLostPointerCaptureCapture?: import('react').PointerEventHandler<HTMLDivElement> | undefined;
262
- onScroll?: import('react').UIEventHandler<HTMLDivElement> | undefined;
263
- onScrollCapture?: import('react').UIEventHandler<HTMLDivElement> | undefined;
264
- onWheel?: import('react').WheelEventHandler<HTMLDivElement> | undefined;
265
- onWheelCapture?: import('react').WheelEventHandler<HTMLDivElement> | undefined;
266
- onAnimationStart?: import('react').AnimationEventHandler<HTMLDivElement> | undefined;
267
- onAnimationStartCapture?: import('react').AnimationEventHandler<HTMLDivElement> | undefined;
268
- onAnimationEnd?: import('react').AnimationEventHandler<HTMLDivElement> | undefined;
269
- onAnimationEndCapture?: import('react').AnimationEventHandler<HTMLDivElement> | undefined;
270
- onAnimationIteration?: import('react').AnimationEventHandler<HTMLDivElement> | undefined;
271
- onAnimationIterationCapture?: import('react').AnimationEventHandler<HTMLDivElement> | undefined;
272
- onTransitionEnd?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
273
- onTransitionEndCapture?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
274
- }>;
2
+ export declare const ControlsContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;