Tokens Changed (18)
| Token Name | Original Value | New Value |
|---|---|---|
| blue-800 (sets.dark.value) | rgb(69, 110, 254) | rgb(64, 105, 253) |
| red-800 (sets.dark.value) | rgb(230, 54, 35) | rgb(223, 52, 34) |
| orange-800 (sets.dark.value) | rgb(205, 86, 0) | rgb(199, 82, 0) |
| [package] | |
| name = "octocrab-e0716-example" | |
| version = "0.1.0" | |
| edition = "2021" | |
| description = "Complete example demonstrating E0716 lifetime issue in octocrab with recommended solution" | |
| [[bin]] | |
| name = "main" | |
| path = "main.rs" |
| [package] | |
| name = "octocrab-e0716-reproduction" | |
| version = "0.1.0" | |
| edition = "2021" | |
| description = "Minimal reproduction of E0716 lifetime issue in octocrab builder pattern" | |
| [workspace] | |
| [[bin]] | |
| name = "main" |
Tokens Changed (18)
| Token Name | Original Value | New Value |
|---|---|---|
| blue-800 (sets.dark.value) | rgb(69, 110, 254) | rgb(64, 105, 253) |
| red-800 (sets.dark.value) | rgb(230, 54, 35) | rgb(223, 52, 34) |
| orange-800 (sets.dark.value) | rgb(205, 86, 0) | rgb(199, 82, 0) |
| openapi: 3.0.1 | |
| info: | |
| title: Audio Control API | |
| description: API For controlling audio on Blackmagic Design Cameras | |
| version: 0.1.0 | |
| servers: | |
| - url: /control/api/v1 | |
| paths: | |
| /audio/channel/{channelIndex}/input: | |
| get: |
| { | |
| "$schema": "https://json-schema.org/draft/2020-12/schema", | |
| "$id": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/color.json", | |
| "title": "Color", | |
| "description": "Color token schema.", | |
| "type": "object", | |
| "allOf": [ | |
| { | |
| "$ref": "https://opensource.adobe.com/spectrum-tokens/schemas/token-types/token.json" | |
| } |
| { | |
| "author": "garthdb", | |
| "gitHubUrl": "https://github.com/garthdb", | |
| "packages": [ | |
| { | |
| "id": "bc345262-141f-4145-bec1-a56c4788870c", | |
| "name": "Unifi Access", | |
| "category": "Control", | |
| "location": "https://raw.githubusercontent.com/GarthDB/hubitat-unifi-access/main/packageManifest.json", | |
| "description": "Control Unifi Access lock via local API", |
| { | |
| "corner-radius-75": { | |
| "sets": { | |
| "spectrum": { | |
| "sets": { | |
| "desktop": { | |
| "value": "2px" | |
| }, | |
| "mobile": { | |
| "value": "2px" |