@m3e/progress-indicator 1.1.2 → 1.1.4

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.
@@ -4,13 +4,8 @@
4
4
  "tags": [
5
5
  {
6
6
  "name": "m3e-circular-progress-indicator",
7
- "description": "A circular indicator of progress and activity.\n---\n\n\n### **Slots:**\n - _default_ - Renders the content inside the progress indicator.\n\n### **CSS Properties:**\n - **--m3e-progress-indicator-track-color** - Track color of the progress bar (background/buffer). _(default: undefined)_\n- **--m3e-progress-indicator-color** - Color of the progress indicator (foreground). _(default: undefined)_",
7
+ "description": "A circular indicator of progress and activity.\n---\n\n\n### **Slots:**\n - _default_ - Renders the content inside the progress indicator.\n\n### **CSS Properties:**\n - **--m3e-circular-flat-progress-indicator-diameter** - Diameter of the `flat` variant. _(default: undefined)_\n- **--m3e-circular-wavy-progress-indicator-diameter** - Diameter of the `wavy` variant. _(default: undefined)_\n- **--m3e-circular-wavy-progress-indicator-amplitude** - Amplitude of the `wavy` variant. _(default: undefined)_\n- **--m3e-circular-wavy-progress-indicator-wavelength** - Wavelength of the `wavy` variant. _(default: undefined)_\n- **--m3e-circular-progress-indicator-thickness** - Thickness of the progress indicator. _(default: undefined)_\n- **--m3e-progress-indicator-track-color** - Track color of the progress indicator (background). _(default: undefined)_\n- **--m3e-progress-indicator-color** - Color of the progress indicator (foreground). _(default: undefined)_",
8
8
  "attributes": [
9
- {
10
- "name": "diameter",
11
- "description": "The diameter, in pixels, of the progress spinner.",
12
- "values": []
13
- },
14
9
  {
15
10
  "name": "indeterminate",
16
11
  "description": "Whether to show something is happening without conveying progress.",
@@ -21,22 +16,22 @@
21
16
  "description": "The maximum progress value.",
22
17
  "values": []
23
18
  },
24
- {
25
- "name": "stroke-width",
26
- "description": "The stroke width, in pixels, of the progress spinner.",
27
- "values": []
28
- },
29
19
  {
30
20
  "name": "value",
31
21
  "description": "A fractional value, between 0 and `max`, indicating progress.",
32
22
  "values": []
23
+ },
24
+ {
25
+ "name": "variant",
26
+ "description": "The appearance of the indicator.",
27
+ "values": [{ "name": "ProgressIndicatorVariant" }]
33
28
  }
34
29
  ],
35
30
  "references": []
36
31
  },
37
32
  {
38
33
  "name": "m3e-linear-progress-indicator",
39
- "description": "A horizontal bar for indicating progress and activity.\n---\n\n\n### **CSS Properties:**\n - **--m3e-linear-progress-indicator-thickness** - Thickness (height) of the progress bar. _(default: undefined)_\n- **--m3e-linear-progress-indicator-shape** - Border radius of the progress bar. _(default: undefined)_\n- **--m3e-progress-indicator-track-color** - Track color of the progress bar (background/buffer). _(default: undefined)_\n- **--m3e-progress-indicator-color** - Color of the progress indicator (foreground). _(default: undefined)_",
34
+ "description": "A horizontal bar for indicating progress and activity.\n---\n\n\n### **CSS Properties:**\n - **--m3e-linear-progress-indicator-thickness** - Thickness (height) of the progress bar. _(default: undefined)_\n- **--m3e-linear-progress-indicator-shape** - Border radius of the progress bar. _(default: undefined)_\n- **--m3e-progress-indicator-track-color** - Track color of the progress bar (background/buffer). _(default: undefined)_\n- **--m3e-progress-indicator-color** - Color of the progress indicator (foreground). _(default: undefined)_\n- **--m3e-linear-wavy-progress-indicator-amplitude** - Amplitude of the `wavy` variant. _(default: undefined)_\n- **--m3e-linear-wavy-progress-indicator-wavelength** - Wavelength of the `wavy` variant. _(default: undefined)_\n- **--m3e-linear-wavy-indeterminate-progress-indicator-wavelength** - Wavelength of the indeterminate/query `wavy` variant. _(default: undefined)_",
40
35
  "attributes": [
41
36
  {
42
37
  "name": "buffer-value",
@@ -57,6 +52,11 @@
57
52
  "name": "value",
58
53
  "description": "A fractional value, between 0 and `max`, indicating progress.",
59
54
  "values": []
55
+ },
56
+ {
57
+ "name": "variant",
58
+ "description": "The appearance of the indicator.",
59
+ "values": [{ "name": "ProgressIndicatorVariant" }]
60
60
  }
61
61
  ],
62
62
  "references": []