// Auto-generated types for groww-primary semantic tokens (background)
export const growwprimaryBackgroundSemanticTokens = [
  "background-accent",
  "background-accent-secondary",
  "background-accent-secondary-subtle",
  "background-accent-subtle",
  "background-accent-subtle-on-surface-z1",
  "background-accent-subtle-on-surface-z2",
  "background-always-dark",
  "background-always-light",
  "background-disabled",
  "background-disabled-on-surface-z1",
  "background-disabled-on-surface-z2",
  "background-inverse-primary",
  "background-negative",
  "background-negative-subtle",
  "background-negative-subtle-on-surface-z1",
  "background-negative-subtle-on-surface-z2",
  "background-on-warning-subtle",
  "background-overlay-primary",
  "background-overlay-secondary",
  "background-positive",
  "background-positive-subtle",
  "background-positive-subtle-on-surface-z1",
  "background-positive-subtle-on-surface-z2",
  "background-primary",
  "background-secondary",
  "background-secondary-on-surface-z1",
  "background-secondary-on-surface-z2",
  "background-secondary-subtle-on-surface-z1",
  "background-secondary-subtle-on-surface-z2",
  "background-surface-docked",
  "background-surface-primary",
  "background-surface-secondary",
  "background-surface-z1",
  "background-surface-z2",
  "background-tertiary",
  "background-tertiary-on-surface-z1",
  "background-tertiary-on-surface-z2",
  "background-transparent",
  "background-warning",
  "background-warning-subtle",
  "background-warning-subtle-on-surface-z1",
  "background-warning-subtle-on-surface-z2"
] as const;
export type growwprimaryBackgroundSemanticToken = typeof growwprimaryBackgroundSemanticTokens[number];
