color) — sets the spinner icon color using a semantic text color token. Defaults to "base". Accepted values: "base", "bold", "subtle", "accent", "success", "caution", "critical", "information", "feature", "disabled".shouldShowLoadingText) only when the Spinner has no other surrounding context to describe the loading state.as, spacing, etc.) are available.shouldShowLoadingText to true and provide a label string. The label is hidden when shouldShowLoadingText is false (default) or label is empty.label defaults to "Loading…" when omitted.size prop. Override size via the spinnerSize CSS variable exported from spinner.style-exports.ts.<Spinner color="accent" shouldShowLoadingText label="Saving…" />.<PlumaSpinner @color="accent" @shouldShowLoadingText={{true}} @label="Saving…" />.