@chloe0592/pebble 0.1.4 → 0.1.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.
- package/dist/index.d.ts +1 -0
- package/dist/pebble.es.js +379 -360
- package/dist/pebble.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -133,6 +133,7 @@ declare type SpinnerColor = 'indigo' | 'white';
|
|
|
133
133
|
|
|
134
134
|
export declare interface SpinnerProps {
|
|
135
135
|
size?: SpinnerSize;
|
|
136
|
+
/** Visible text rendered beside the spinner. Also used as aria-label. */
|
|
136
137
|
label?: string;
|
|
137
138
|
className?: string;
|
|
138
139
|
color?: SpinnerColor;
|