@lumx/react 3.0.7 → 3.0.8

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.
@@ -1,48 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`<Progress> Snapshots and structure should render story 'Circular' 1`] = `
4
- <div
5
- className="lumx-progress lumx-progress--theme-light lumx-progress--variant-circular"
6
- >
7
- <div
8
- className="lumx-progress-circular"
9
- >
10
- <div
11
- className="lumx-progress-circular__double-bounce1"
12
- />
13
- <div
14
- className="lumx-progress-circular__double-bounce2"
15
- />
16
- <svg
17
- className="lumx-progress-circular__svg"
18
- viewBox="25 25 50 50"
19
- >
20
- <circle
21
- className="lumx-progress-circular__path"
22
- cx="50"
23
- cy="50"
24
- fill="none"
25
- r="20"
26
- strokeWidth="5"
27
- />
28
- </svg>
29
- </div>
30
- </div>
31
- `;
32
-
33
- exports[`<Progress> Snapshots and structure should render story 'Linear' 1`] = `
34
- <div
35
- className="lumx-progress lumx-progress--theme-light lumx-progress--variant-linear"
36
- >
37
- <div
38
- className="lumx-progress-linear"
39
- >
40
- <div
41
- className="lumx-progress-linear__line1"
42
- />
43
- <div
44
- className="lumx-progress-linear__line2"
45
- />
46
- </div>
47
- </div>
48
- `;