{
  "$extensions": {
    "cloud.knapsack": {
      "global": {
        "collectionsParentKey": "collections"
      }
    }
  },
  "border": {
    "1": {
      "$value": {
        "color": "red",
        "style": "dotted",
        "width": "2px"
      },
      "$type": "border",
      "$description": "border"
    }
  },
  "breakpoint": {
    "small": {
      "$value": "330px",
      "$type": "dimension"
    },
    "medium": {
      "$value": "480px",
      "$type": "dimension"
    },
    "large": {
      "$value": "{radius.large}",
      "$type": "dimension",
      "$description": ""
    },
    "xlarge": {
      "$value": "992px",
      "$type": "dimension"
    },
    "xxlarge": {
      "$value": "1240px",
      "$type": "dimension"
    },
    "xxxlarge": {
      "$value": "1440px",
      "$type": "dimension"
    }
  },
  "media": {
    "query": {
      "small": {
        "$value": "screen and (min-width: {breakpoint.small})"
      },
      "medium": {
        "$value": "screen and (min-width: {breakpoint.medium})"
      },
      "large": {
        "$value": "screen and (min-width: {breakpoint.large})"
      }
    }
  },
  "misc": {
    "isAwesome": {
      "$value": true,
      "$type": "boolean",
      "$description": ""
    },
    "magic number": {
      "$value": 42,
      "$type": "number"
    },
    "some text": {
      "$value": "Hello world",
      "$type": "string"
    },
    "isAwesome2": {
      "$value": "{misc.isAwesome}"
    },
    "boolean": {
      "$type": "boolean",
      "$value": true,
      "$description": ""
    },
    "duration": {
      "$type": "duration",
      "$value": "100ms",
      "$description": ""
    },
    "shadow": {
      "$type": "shadow",
      "$description": "",
      "$value": {
        "color": "#000000",
        "blur": "1px",
        "offsetX": "1px",
        "offsetY": "1px",
        "spread": "1px"
      }
    },
    "fontWeight": {
      "$value": 400,
      "$type": "fontWeight"
    },
    "dimension": {
      "$value": "1px",
      "$type": "dimension"
    },
    "color": {
      "$value": "#000000",
      "$type": "color"
    }
  },
  "color": {
    "black": {
      "$value": "{color.neutral.800}",
      "$description": "",
      "$type": "color"
    },
    "white": {
      "$value": "#ffffff",
      "$type": "color",
      "$description": ""
    },
    "neutral": {
      "100": {
        "$value": "#FAFAFB",
        "$type": "color"
      },
      "200": {
        "$value": "#F6F6F7",
        "$type": "color"
      },
      "300": {
        "$value": "#EDECEF",
        "$type": "color"
      },
      "400": {
        "$value": "#dedce2",
        "$type": "color",
        "$description": ""
      },
      "500": {
        "$value": "#BFBDC6",
        "$type": "color"
      },
      "600": {
        "$value": "#ACAAB6",
        "$type": "color"
      },
      "700": {
        "$value": "#878496",
        "$type": "color"
      },
      "800": {
        "$value": "#191335",
        "$type": "color"
      },
      "$description": "Neutral colors are used for backgrounds, borders, and text."
    },
    "pink": {
      "100": {
        "$value": "#FFDDDB",
        "$type": "color"
      },
      "200": {
        "$value": "#FCB6B8",
        "$type": "color"
      },
      "300": {
        "$value": "#FA919F",
        "$type": "color"
      },
      "400": {
        "$value": "#F37491",
        "$type": "color"
      },
      "500": {
        "$value": "#EC487D",
        "$type": "color"
      },
      "600": {
        "$value": "#CA3473",
        "$type": "color"
      },
      "700": {
        "$value": "#AA2469",
        "$type": "color"
      },
      "800": {
        "$value": "#710D55",
        "$type": "color"
      }
    },
    "purple": {
      "100": {
        "$value": "#E5DBFE",
        "$type": "color"
      },
      "200": {
        "$value": "#C9B8FE",
        "$type": "color"
      },
      "300": {
        "$value": "#AA94F9",
        "$type": "color"
      },
      "400": {
        "$value": "#9076F3",
        "$type": "color"
      },
      "500": {
        "$value": "#6A4CEC",
        "$type": "color"
      },
      "600": {
        "$value": "#5036CB",
        "$type": "color"
      },
      "700": {
        "$value": "#3925AA",
        "$type": "color"
      },
      "800": {
        "$value": "#190F72",
        "$type": "color"
      }
    },
    "text": {
      "default": {
        "$value": "{color.neutral.800}"
      },
      "disabled": {
        "$value": "{color.neutral.400}"
      },
      "muted": {
        "$value": "{color.neutral.600}"
      },
      "white": {
        "$value": "{color.white}"
      }
    },
    "warning": {
      "$value": "#fab120",
      "$type": "color"
    },
    "error": {
      "$value": "#ff5c46",
      "$type": "color"
    },
    "success": {
      "$value": "#6bc313",
      "$type": "color"
    }
  },
  "cypress": {
    "large": {
      "$value": "1.5rem",
      "$type": "dimension"
    },
    "medium": {
      "$value": "1rem",
      "$type": "dimension"
    },
    "small": {
      "$value": "0.5rem",
      "$type": "dimension"
    }
  },
  "emptyGroup": {},
  "radius": {
    "small": {
      "$value": "4px",
      "$type": "dimension"
    },
    "medium": {
      "$value": "8px",
      "$type": "dimension"
    },
    "large": {
      "$value": "{cypress.large}",
      "$type": "dimension",
      "$description": ""
    },
    "round": {
      "$value": "160px",
      "$type": "dimension"
    }
  },
  "shadow": {
    "1": {
      "$description": "Cards",
      "$value": {
        "color": "rgba(0, 0, 0, 0.25)",
        "blur": "4px",
        "spread": "0px",
        "offsetX": "0px",
        "offsetY": "4px"
      },
      "$type": "shadow"
    },
    "2": {
      "$description": "floating action",
      "$value": {
        "color": "#000000",
        "blur": "20px",
        "spread": "0px",
        "offsetX": "0px",
        "offsetY": "10px"
      }
    },
    "3": {
      "$description": "Popovers, dropdowns, etc",
      "$value": {
        "color": "#000000",
        "blur": "25px",
        "spread": "0px",
        "offsetX": "0px",
        "offsetY": "15px"
      },
      "$type": "shadow"
    },
    "4": {
      "$value": {
        "color": "#000000",
        "blur": "40px",
        "spread": "0px",
        "offsetX": "0px",
        "offsetY": "20px"
      }
    },
    "color": {
      "$value": "#000000",
      "$type": "color"
    },
    "$type": "shadow"
  },
  "spacing scale": {
    "1": {
      "$value": "2px"
    },
    "2": {
      "$value": "4px"
    },
    "3": {
      "$value": "8px"
    },
    "4": {
      "$value": "12px"
    },
    "5": {
      "$value": "16px"
    },
    "6": {
      "$value": "24px"
    },
    "7": {
      "$value": "32px"
    },
    "8": {
      "$value": "40px"
    },
    "9": {
      "$value": "48px"
    },
    "10": {
      "$value": "64px"
    },
    "11": {
      "$value": "80px"
    },
    "12": {
      "$value": "96px"
    },
    "13": {
      "$value": "160px"
    },
    "$type": "dimension"
  },
  "ungrouped-token": {
    "$value": "Im Not Part of Any Group",
    "$type": "string"
  },
  "transition": {
    "a": {
      "$type": "transition",
      "$description": "",
      "$value": {
        "delay": "100ms",
        "duration": "250ms",
        "timingFunction": [0, 0, 1, 1]
      }
    },
    "b": {
      "$type": "transition",
      "$description": "",
      "$value": {
        "delay": "10ms",
        "duration": "500ms",
        "timingFunction": [0.1, 1, 0.3, 1]
      }
    }
  },
  "collections": {
    "density": {
      "$extensions": {
        "cloud.knapsack": {
          "group": {
            "collectionInfo": {
              "type": "collection",
              "modes": [
                {
                  "id": "cozy"
                },
                {
                  "id": "compact"
                }
              ]
            }
          }
        }
      },
      "spacing": {
        "large": {
          "$type": "dimension",
          "$extensions": {
            "cloud.knapsack": {
              "group": {
                "collectionInfo": {
                  "type": "var"
                }
              }
            }
          },
          "compact": {
            "$value": "{spacing scale.4}"
          },
          "cozy": {
            "$value": "{spacing scale.5}"
          }
        },
        "medium": {
          "$type": "dimension",
          "$extensions": {
            "cloud.knapsack": {
              "group": {
                "collectionInfo": {
                  "type": "var"
                }
              }
            }
          },
          "compact": {
            "$value": "{spacing scale.3}"
          },
          "cozy": {
            "$value": "{spacing scale.4}"
          }
        },
        "small": {
          "$type": "dimension",
          "$extensions": {
            "cloud.knapsack": {
              "group": {
                "collectionInfo": {
                  "type": "var"
                }
              }
            }
          },
          "compact": {
            "$value": "{spacing scale.2}"
          },
          "cozy": {
            "$value": "{spacing scale.3}"
          }
        },
        "xsmall": {
          "compact": {
            "$value": "{spacing scale.1}"
          },
          "$type": "dimension",
          "$extensions": {
            "cloud.knapsack": {
              "group": {
                "collectionInfo": {
                  "type": "var"
                }
              }
            }
          },
          "cozy": {
            "$value": "{spacing scale.2}"
          }
        },
        "xlarge": {
          "compact": {
            "$value": "{spacing scale.5}"
          },
          "$type": "dimension",
          "$extensions": {
            "cloud.knapsack": {
              "group": {
                "collectionInfo": {
                  "type": "var"
                }
              }
            }
          },
          "cozy": {
            "$value": "{spacing scale.6}"
          }
        },
        "xxlarge": {
          "compact": {
            "$value": "{spacing scale.7}"
          },
          "$type": "dimension",
          "$extensions": {
            "cloud.knapsack": {
              "group": {
                "collectionInfo": {
                  "type": "var"
                }
              }
            }
          },
          "cozy": {
            "$value": "{spacing scale.8}"
          }
        },
        "xxxlarge": {
          "compact": {
            "$value": "{spacing scale.8}"
          },
          "$type": "dimension",
          "$extensions": {
            "cloud.knapsack": {
              "group": {
                "collectionInfo": {
                  "type": "var"
                }
              }
            }
          },
          "cozy": {
            "$value": "{spacing scale.10}"
          }
        }
      }
    },
    "theme": {
      "$extensions": {
        "cloud.knapsack": {
          "group": {
            "collectionInfo": {
              "type": "collection",
              "modes": [
                {
                  "id": "arcadiaLight"
                },
                {
                  "id": "arcadiaDark"
                },
                {
                  "id": "basisLight"
                },
                {
                  "id": "basisDark"
                }
              ]
            }
          }
        }
      },
      "action": {
        "base": {
          "$type": "color",
          "$extensions": {
            "cloud.knapsack": {
              "group": {
                "collectionInfo": {
                  "type": "var"
                }
              }
            }
          },
          "arcadiaLight": {
            "$extensions": {
              "cloud.knapsack": {
                "group": {
                  "collectionInfo": {
                    "type": "var-ref",
                    "referencedId": "collections.theme.brand.color"
                  }
                }
              }
            }
          },
          "arcadiaDark": {
            "$extensions": {
              "cloud.knapsack": {
                "group": {
                  "collectionInfo": {
                    "type": "var-ref",
                    "referencedId": "collections.theme.brand.color"
                  }
                }
              }
            }
          },
          "basisLight": {
            "$extensions": {
              "cloud.knapsack": {
                "group": {
                  "collectionInfo": {
                    "type": "var-ref",
                    "referencedId": "collections.theme.brand.color"
                  }
                }
              }
            }
          },
          "basisDark": {
            "$extensions": {
              "cloud.knapsack": {
                "group": {
                  "collectionInfo": {
                    "type": "var-ref",
                    "referencedId": "collections.theme.brand.color"
                  }
                }
              }
            }
          }
        },
        "text": {
          "$type": "color",
          "$extensions": {
            "cloud.knapsack": {
              "group": {
                "collectionInfo": {
                  "type": "var"
                }
              }
            }
          },
          "arcadiaLight": {
            "$value": "{sandbox.color.white}"
          },
          "arcadiaDark": {
            "$value": "{sandbox.color.white}"
          },
          "basisLight": {
            "$value": "{sandbox.color.white}"
          },
          "basisDark": {
            "$value": "{sandbox.color.white}"
          }
        }
      },
      "background": {
        "content": {
          "$type": "color",
          "$extensions": {
            "cloud.knapsack": {
              "group": {
                "collectionInfo": {
                  "type": "var"
                }
              }
            }
          },
          "arcadiaLight": {
            "$value": "#FFFFFF"
          },
          "arcadiaDark": {
            "$value": "#3B3644"
          },
          "basisLight": {
            "$value": "#FFFFFF"
          },
          "basisDark": {
            "$value": "#3B3644"
          }
        },
        "page": {
          "$type": "color",
          "$extensions": {
            "cloud.knapsack": {
              "group": {
                "collectionInfo": {
                  "type": "var"
                }
              }
            }
          },
          "arcadiaLight": {
            "$value": "#FDFCFE"
          },
          "arcadiaDark": {
            "$value": "#1F1C25"
          },
          "basisLight": {
            "$value": "#FDFCFE"
          },
          "basisDark": {
            "$value": "#1F1C25"
          }
        }
      },
      "text": {
        "base": {
          "$type": "color",
          "$extensions": {
            "cloud.knapsack": {
              "group": {
                "collectionInfo": {
                  "type": "var"
                }
              }
            }
          },
          "arcadiaLight": {
            "$value": "#191F2C"
          },
          "arcadiaDark": {
            "$value": "#F6F8FF"
          },
          "basisLight": {
            "$value": "#191F2C"
          },
          "basisDark": {
            "$value": "#F6F8FF"
          }
        },
        "subtle": {
          "$type": "color",
          "$extensions": {
            "cloud.knapsack": {
              "group": {
                "collectionInfo": {
                  "type": "var"
                }
              }
            }
          },
          "arcadiaLight": {
            "$value": "#6E7A82"
          },
          "arcadiaDark": {
            "$value": "#BEC3D3"
          },
          "basisLight": {
            "$value": "#6E7A82"
          },
          "basisDark": {
            "$value": "#BEC3D3"
          }
        }
      },
      "brand": {
        "color": {
          "$type": "color",
          "$extensions": {
            "cloud.knapsack": {
              "group": {
                "collectionInfo": {
                  "type": "var"
                }
              }
            }
          },
          "arcadiaLight": {
            "$value": "#7A34ED"
          },
          "arcadiaDark": {
            "$value": "#7A34ED"
          },
          "basisLight": {
            "$value": "#ED7734"
          },
          "basisDark": {
            "$value": "#ED7734"
          }
        },
        "fontFamily": {
          "$type": "string",
          "$extensions": {
            "cloud.knapsack": {
              "group": {
                "collectionInfo": {
                  "type": "var"
                }
              }
            }
          },
          "arcadiaLight": {
            "$value": "Inter"
          },
          "arcadiaDark": {
            "$value": "Inter"
          },
          "basisLight": {
            "$value": "Merriweather"
          },
          "basisDark": {
            "$value": "Merriweather"
          }
        },
        "logo": {
          "$type": "string",
          "$extensions": {
            "cloud.knapsack": {
              "group": {
                "collectionInfo": {
                  "type": "var"
                }
              }
            }
          },
          "arcadiaLight": {
            "$value": "url('https://knapsack.imgix.net/site/ks-sandbox/logo-arcadia-4id5a3sy3ysvg')"
          },
          "arcadiaDark": {
            "$value": "url('https://knapsack.imgix.net/site/ks-sandbox/logo-arcadia-4id5a3sy3ysvg')"
          },
          "basisLight": {
            "$value": "url('https://knapsack.imgix.net/site/ks-sandbox/logo-basis-34vzcamdqxpng')"
          },
          "basisDark": {
            "$value": "url('https://knapsack.imgix.net/site/ks-sandbox/logo-basis-34vzcamdqxpng')"
          }
        }
      }
    },
    "Testing B": {
      "$extensions": {
        "cloud.knapsack": {
          "group": {
            "collectionInfo": {
              "type": "collection",
              "modes": [
                {
                  "id": "static"
                },
                {
                  "id": "varRef"
                },
                {
                  "id": "tokenRef"
                }
              ]
            }
          }
        }
      },
      "color": {
        "$type": "color",
        "$extensions": {
          "cloud.knapsack": {
            "group": {
              "collectionInfo": {
                "type": "var"
              }
            }
          }
        },
        "static": {
          "$extensions": {
            "cloud.knapsack": {
              "group": {
                "collectionInfo": {
                  "type": "var-ref",
                  "referencedId": "collections.Testing A.colorA"
                }
              }
            }
          },
          "$value": "#1df8ff"
        },
        "varRef": {
          "$extensions": {
            "cloud.knapsack": {
              "group": {
                "collectionInfo": {
                  "type": "var-ref",
                  "referencedId": "collections.Testing A.colorA"
                }
              }
            }
          }
        },
        "tokenRef": {
          "$value": "{misc.color}"
        }
      },
      "dimension": {
        "$type": "dimension",
        "$extensions": {
          "cloud.knapsack": {
            "group": {
              "collectionInfo": {
                "type": "var"
              }
            }
          }
        },
        "static": {
          "$value": "1rem"
        },
        "varRef": {
          "$extensions": {
            "cloud.knapsack": {
              "group": {
                "collectionInfo": {
                  "type": "var-ref",
                  "referencedId": "collections.Testing A.dimension"
                }
              }
            }
          }
        },
        "tokenRef": {
          "$value": "{misc.dimension}"
        }
      },
      "duration": {
        "$type": "duration",
        "$extensions": {
          "cloud.knapsack": {
            "group": {
              "collectionInfo": {
                "type": "var"
              }
            }
          }
        },
        "static": {
          "$value": "100ms"
        },
        "varRef": {
          "$extensions": {
            "cloud.knapsack": {
              "group": {
                "collectionInfo": {
                  "type": "var-ref",
                  "referencedId": "collections.Testing A.duration"
                }
              }
            }
          }
        },
        "tokenRef": {
          "$value": "{misc.duration}"
        }
      },
      "fontWeight": {
        "$type": "fontWeight",
        "$extensions": {
          "cloud.knapsack": {
            "group": {
              "collectionInfo": {
                "type": "var"
              }
            }
          }
        },
        "static": {
          "$value": 400
        },
        "varRef": {
          "$extensions": {
            "cloud.knapsack": {
              "group": {
                "collectionInfo": {
                  "type": "var-ref",
                  "referencedId": "collections.Testing A.fontWeight"
                }
              }
            }
          }
        },
        "tokenRef": {
          "$value": "{misc.fontWeight}"
        }
      },
      "string": {
        "$type": "string",
        "$extensions": {
          "cloud.knapsack": {
            "group": {
              "collectionInfo": {
                "type": "var"
              }
            }
          }
        },
        "static": {
          "$value": "static value"
        },
        "varRef": {
          "$extensions": {
            "cloud.knapsack": {
              "group": {
                "collectionInfo": {
                  "type": "var-ref",
                  "referencedId": "collections.Testing A.string"
                }
              }
            }
          }
        },
        "tokenRef": {
          "$value": "{misc.some text}"
        }
      },
      "number": {
        "$type": "number",
        "$extensions": {
          "cloud.knapsack": {
            "group": {
              "collectionInfo": {
                "type": "var"
              }
            }
          }
        },
        "static": {
          "$value": 1
        },
        "varRef": {
          "$extensions": {
            "cloud.knapsack": {
              "group": {
                "collectionInfo": {
                  "type": "var-ref",
                  "referencedId": "collections.Testing A.number"
                }
              }
            }
          }
        },
        "tokenRef": {
          "$value": "{misc.magic number}"
        }
      },
      "boolean": {
        "$type": "boolean",
        "$extensions": {
          "cloud.knapsack": {
            "group": {
              "collectionInfo": {
                "type": "var"
              }
            }
          }
        },
        "static": {
          "$value": true
        },
        "varRef": {
          "$extensions": {
            "cloud.knapsack": {
              "group": {
                "collectionInfo": {
                  "type": "var-ref",
                  "referencedId": "collections.Testing A.boolean"
                }
              }
            }
          }
        },
        "tokenRef": {
          "$value": "{misc.boolean}"
        }
      },
      "varRef-varRef": {
        "static": {
          "$extensions": {
            "cloud.knapsack": {
              "group": {
                "collectionInfo": {
                  "type": "var-ref",
                  "referencedId": "collections.Testing A.varRef"
                }
              }
            }
          },
          "$value": "#000000"
        },
        "tokenRef": {
          "$extensions": {
            "cloud.knapsack": {
              "group": {
                "collectionInfo": {
                  "type": "var-ref",
                  "referencedId": "collections.Testing A.varRef"
                }
              }
            }
          }
        },
        "varRef": {
          "$extensions": {
            "cloud.knapsack": {
              "group": {
                "collectionInfo": {
                  "type": "var-ref",
                  "referencedId": "collections.Testing A.varRef"
                }
              }
            }
          }
        },
        "$type": "color",
        "$extensions": {
          "cloud.knapsack": {
            "group": {
              "collectionInfo": {
                "type": "var"
              }
            }
          }
        }
      }
    },
    "Testing A": {
      "$extensions": {
        "cloud.knapsack": {
          "group": {
            "collectionInfo": {
              "type": "collection",
              "modes": [
                {
                  "id": "brandALight"
                },
                {
                  "id": "brandADark"
                },
                {
                  "id": "brandBLight"
                },
                {
                  "id": "brandBDark"
                }
              ]
            }
          }
        }
      },
      "dimension": {
        "$type": "dimension",
        "$extensions": {
          "cloud.knapsack": {
            "group": {
              "collectionInfo": {
                "type": "var"
              }
            }
          }
        },
        "brandALight": {
          "$value": "1px"
        },
        "brandADark": {
          "$value": "1rem"
        },
        "brandBLight": {
          "$value": "1em"
        },
        "brandBDark": {
          "$value": "100%"
        }
      },
      "duration": {
        "$type": "duration",
        "$extensions": {
          "cloud.knapsack": {
            "group": {
              "collectionInfo": {
                "type": "var"
              }
            }
          }
        },
        "brandALight": {
          "$value": "100ms"
        },
        "brandADark": {
          "$value": "200ms"
        },
        "brandBLight": {
          "$value": "300ms"
        },
        "brandBDark": {
          "$value": "400ms"
        }
      },
      "fontWeight": {
        "$type": "fontWeight",
        "$extensions": {
          "cloud.knapsack": {
            "group": {
              "collectionInfo": {
                "type": "var"
              }
            }
          }
        },
        "brandALight": {
          "$value": 400
        },
        "brandADark": {
          "$value": "500"
        },
        "brandBLight": {
          "$value": "600"
        },
        "brandBDark": {
          "$value": "700"
        }
      },
      "string": {
        "$type": "string",
        "$extensions": {
          "cloud.knapsack": {
            "group": {
              "collectionInfo": {
                "type": "var"
              }
            }
          }
        },
        "brandALight": {
          "$value": "brandALight value"
        },
        "brandADark": {
          "$value": "brandADark value"
        },
        "brandBLight": {
          "$value": "brandBLight value"
        },
        "brandBDark": {
          "$value": "brandBDark  value"
        }
      },
      "number": {
        "$type": "number",
        "$extensions": {
          "cloud.knapsack": {
            "group": {
              "collectionInfo": {
                "type": "var"
              }
            }
          }
        },
        "brandALight": {
          "$value": 1
        },
        "brandADark": {
          "$value": 2
        },
        "brandBLight": {
          "$value": 3
        },
        "brandBDark": {
          "$value": 4
        }
      },
      "boolean": {
        "$type": "boolean",
        "$extensions": {
          "cloud.knapsack": {
            "group": {
              "collectionInfo": {
                "type": "var"
              }
            }
          }
        },
        "brandALight": {
          "$value": true
        },
        "brandADark": {
          "$value": false
        },
        "brandBLight": {
          "$value": false
        },
        "brandBDark": {
          "$value": false
        }
      },
      "colorA": {
        "brandADark": {
          "$value": "#ff0000"
        },
        "brandALight": {
          "$value": "#0a73bf"
        },
        "brandBDark": {
          "$value": "#f4df85"
        },
        "brandBLight": {
          "$value": "#19d062"
        },
        "$type": "color",
        "$extensions": {
          "cloud.knapsack": {
            "group": {
              "collectionInfo": {
                "type": "var"
              }
            }
          }
        }
      },
      "colorB": {
        "brandADark": {
          "$value": "#2bd7ef"
        },
        "brandALight": {
          "$value": "#8ab335"
        },
        "brandBDark": {
          "$value": "#f4901b"
        },
        "brandBLight": {
          "$value": "#c533d7"
        },
        "$type": "color",
        "$extensions": {
          "cloud.knapsack": {
            "group": {
              "collectionInfo": {
                "type": "var"
              }
            }
          }
        }
      },
      "varRef": {
        "brandADark": {
          "$extensions": {
            "cloud.knapsack": {
              "group": {
                "collectionInfo": {
                  "type": "var-ref",
                  "referencedId": "collections.Testing A.colorB"
                }
              }
            }
          }
        },
        "brandALight": {
          "$extensions": {
            "cloud.knapsack": {
              "group": {
                "collectionInfo": {
                  "type": "var-ref",
                  "referencedId": "collections.Testing A.colorB"
                }
              }
            }
          }
        },
        "brandBDark": {
          "$extensions": {
            "cloud.knapsack": {
              "group": {
                "collectionInfo": {
                  "type": "var-ref",
                  "referencedId": "collections.Testing A.colorB"
                }
              }
            }
          }
        },
        "brandBLight": {
          "$extensions": {
            "cloud.knapsack": {
              "group": {
                "collectionInfo": {
                  "type": "var-ref",
                  "referencedId": "collections.Testing A.colorB"
                }
              }
            }
          }
        },
        "$type": "color",
        "$extensions": {
          "cloud.knapsack": {
            "group": {
              "collectionInfo": {
                "type": "var"
              }
            }
          }
        }
      }
    }
  },
  "sandbox": {
    "color": {
      "success": {
        "$value": "#6BC313",
        "$type": "color"
      },
      "warning": {
        "$value": "#FAB120",
        "$type": "color"
      },
      "error": {
        "$value": "#FF5C46",
        "$type": "color"
      },
      "white": {
        "$value": "#ffffff",
        "$type": "color"
      }
    },
    "radius": {
      "xsmall": {
        "$value": "2px",
        "$type": "dimension"
      },
      "$type": "dimension",
      "small": {
        "$value": "4px",
        "$type": "dimension"
      },
      "medium": {
        "$value": "8px",
        "$type": "dimension"
      },
      "large": {
        "$value": "16px",
        "$type": "dimension"
      },
      "xlarge": {
        "$value": "32px",
        "$type": "dimension"
      }
    },
    "width": {
      "$type": "dimension",
      "wide": {
        "$value": "1080px",
        "$type": "dimension"
      },
      "narrow": {
        "$value": "640px",
        "$type": "dimension"
      }
    }
  }
}
