These are the docs for the latest stable release of the Bolt Design System. Looking for the upcoming release, v2.8.0-beta.4?

Components

These values can be set in .boltrc.js files to configure the build tools:

components:
  type: object
  properties:
    global:
      type: array
      uniqueItems: true
      # array of objects
      items:
        -
          type: string
    individual:
      type: array
      uniqueItems: true
      # array of objects
      items:
        -
          type: string