diff --git a/.github/workflows/automation.yaml b/.github/workflows/automation.yaml new file mode 100644 index 00000000..d97284f1 --- /dev/null +++ b/.github/workflows/automation.yaml @@ -0,0 +1,61 @@ +name: Automation +on: + pull_request: {} + push: + branches: [main] +jobs: + types: + name: Check types + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - name: Set up cache + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 + with: + cache: yarn + - name: Install dependencies + run: yarn install --frozen-lockfile + - name: Check types + run: yarn types + + lint: + name: Lint + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - name: Set up cache + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 + with: + cache: yarn + - name: Install dependencies + run: yarn install --frozen-lockfile + - name: Lint + run: yarn exec biome -- ci + + build: + name: Check that generated files are up to date + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - name: Set up cache + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 + with: + cache: yarn + - name: Install dependencies + run: yarn install --frozen-lockfile + - name: Build generated files + run: yarn build + - name: Check for changes + run: > + if [ -z "$(git status --porcelain)" ]; + then + echo "Generated files are up to date." + exit 0 + else + echo "The files below have not been regenerated. Please run 'yarn build' to fix this." + echo "$(git status)" + exit 1 + fi diff --git a/assets/ios/swift/CompoundCoreColorTokens.swift b/assets/ios/swift/CompoundCoreColorTokens.swift index 30446254..658d5129 100644 --- a/assets/ios/swift/CompoundCoreColorTokens.swift +++ b/assets/ios/swift/CompoundCoreColorTokens.swift @@ -6,315 +6,315 @@ import SwiftUI public class CompoundCoreColorTokens { - public static let alphaPink1400 = Color("alphaPink1400", bundle: Bundle.module) - public static let alphaPink1300 = Color("alphaPink1300", bundle: Bundle.module) - public static let alphaPink1200 = Color("alphaPink1200", bundle: Bundle.module) - public static let alphaPink1100 = Color("alphaPink1100", bundle: Bundle.module) - public static let alphaPink1000 = Color("alphaPink1000", bundle: Bundle.module) - public static let alphaPink900 = Color("alphaPink900", bundle: Bundle.module) - public static let alphaPink800 = Color("alphaPink800", bundle: Bundle.module) - public static let alphaPink700 = Color("alphaPink700", bundle: Bundle.module) - public static let alphaPink600 = Color("alphaPink600", bundle: Bundle.module) - public static let alphaPink500 = Color("alphaPink500", bundle: Bundle.module) - public static let alphaPink400 = Color("alphaPink400", bundle: Bundle.module) - public static let alphaPink300 = Color("alphaPink300", bundle: Bundle.module) - public static let alphaPink200 = Color("alphaPink200", bundle: Bundle.module) - public static let alphaPink100 = Color("alphaPink100", bundle: Bundle.module) - public static let alphaFuchsia1400 = Color("alphaFuchsia1400", bundle: Bundle.module) - public static let alphaFuchsia1300 = Color("alphaFuchsia1300", bundle: Bundle.module) - public static let alphaFuchsia1200 = Color("alphaFuchsia1200", bundle: Bundle.module) - public static let alphaFuchsia1100 = Color("alphaFuchsia1100", bundle: Bundle.module) - public static let alphaFuchsia1000 = Color("alphaFuchsia1000", bundle: Bundle.module) - public static let alphaFuchsia900 = Color("alphaFuchsia900", bundle: Bundle.module) - public static let alphaFuchsia800 = Color("alphaFuchsia800", bundle: Bundle.module) - public static let alphaFuchsia700 = Color("alphaFuchsia700", bundle: Bundle.module) - public static let alphaFuchsia600 = Color("alphaFuchsia600", bundle: Bundle.module) - public static let alphaFuchsia500 = Color("alphaFuchsia500", bundle: Bundle.module) - public static let alphaFuchsia400 = Color("alphaFuchsia400", bundle: Bundle.module) - public static let alphaFuchsia300 = Color("alphaFuchsia300", bundle: Bundle.module) - public static let alphaFuchsia200 = Color("alphaFuchsia200", bundle: Bundle.module) - public static let alphaFuchsia100 = Color("alphaFuchsia100", bundle: Bundle.module) - public static let alphaPurple1400 = Color("alphaPurple1400", bundle: Bundle.module) - public static let alphaPurple1300 = Color("alphaPurple1300", bundle: Bundle.module) - public static let alphaPurple1200 = Color("alphaPurple1200", bundle: Bundle.module) - public static let alphaPurple1100 = Color("alphaPurple1100", bundle: Bundle.module) - public static let alphaPurple1000 = Color("alphaPurple1000", bundle: Bundle.module) - public static let alphaPurple900 = Color("alphaPurple900", bundle: Bundle.module) - public static let alphaPurple800 = Color("alphaPurple800", bundle: Bundle.module) - public static let alphaPurple700 = Color("alphaPurple700", bundle: Bundle.module) - public static let alphaPurple600 = Color("alphaPurple600", bundle: Bundle.module) - public static let alphaPurple500 = Color("alphaPurple500", bundle: Bundle.module) - public static let alphaPurple400 = Color("alphaPurple400", bundle: Bundle.module) - public static let alphaPurple300 = Color("alphaPurple300", bundle: Bundle.module) - public static let alphaPurple200 = Color("alphaPurple200", bundle: Bundle.module) - public static let alphaPurple100 = Color("alphaPurple100", bundle: Bundle.module) - public static let alphaBlue1400 = Color("alphaBlue1400", bundle: Bundle.module) - public static let alphaBlue1300 = Color("alphaBlue1300", bundle: Bundle.module) - public static let alphaBlue1200 = Color("alphaBlue1200", bundle: Bundle.module) - public static let alphaBlue1100 = Color("alphaBlue1100", bundle: Bundle.module) - public static let alphaBlue1000 = Color("alphaBlue1000", bundle: Bundle.module) - public static let alphaBlue900 = Color("alphaBlue900", bundle: Bundle.module) - public static let alphaBlue800 = Color("alphaBlue800", bundle: Bundle.module) - public static let alphaBlue700 = Color("alphaBlue700", bundle: Bundle.module) - public static let alphaBlue600 = Color("alphaBlue600", bundle: Bundle.module) - public static let alphaBlue500 = Color("alphaBlue500", bundle: Bundle.module) - public static let alphaBlue400 = Color("alphaBlue400", bundle: Bundle.module) - public static let alphaBlue300 = Color("alphaBlue300", bundle: Bundle.module) - public static let alphaBlue200 = Color("alphaBlue200", bundle: Bundle.module) - public static let alphaBlue100 = Color("alphaBlue100", bundle: Bundle.module) - public static let alphaCyan1400 = Color("alphaCyan1400", bundle: Bundle.module) - public static let alphaCyan1300 = Color("alphaCyan1300", bundle: Bundle.module) - public static let alphaCyan1200 = Color("alphaCyan1200", bundle: Bundle.module) - public static let alphaCyan1100 = Color("alphaCyan1100", bundle: Bundle.module) - public static let alphaCyan1000 = Color("alphaCyan1000", bundle: Bundle.module) - public static let alphaCyan900 = Color("alphaCyan900", bundle: Bundle.module) - public static let alphaCyan800 = Color("alphaCyan800", bundle: Bundle.module) - public static let alphaCyan700 = Color("alphaCyan700", bundle: Bundle.module) - public static let alphaCyan600 = Color("alphaCyan600", bundle: Bundle.module) - public static let alphaCyan500 = Color("alphaCyan500", bundle: Bundle.module) - public static let alphaCyan400 = Color("alphaCyan400", bundle: Bundle.module) - public static let alphaCyan300 = Color("alphaCyan300", bundle: Bundle.module) - public static let alphaCyan200 = Color("alphaCyan200", bundle: Bundle.module) - public static let alphaCyan100 = Color("alphaCyan100", bundle: Bundle.module) - public static let alphaGreen1400 = Color("alphaGreen1400", bundle: Bundle.module) - public static let alphaGreen1300 = Color("alphaGreen1300", bundle: Bundle.module) - public static let alphaGreen1200 = Color("alphaGreen1200", bundle: Bundle.module) - public static let alphaGreen1100 = Color("alphaGreen1100", bundle: Bundle.module) - public static let alphaGreen1000 = Color("alphaGreen1000", bundle: Bundle.module) - public static let alphaGreen900 = Color("alphaGreen900", bundle: Bundle.module) - public static let alphaGreen800 = Color("alphaGreen800", bundle: Bundle.module) - public static let alphaGreen700 = Color("alphaGreen700", bundle: Bundle.module) - public static let alphaGreen600 = Color("alphaGreen600", bundle: Bundle.module) - public static let alphaGreen500 = Color("alphaGreen500", bundle: Bundle.module) - public static let alphaGreen400 = Color("alphaGreen400", bundle: Bundle.module) - public static let alphaGreen300 = Color("alphaGreen300", bundle: Bundle.module) - public static let alphaGreen200 = Color("alphaGreen200", bundle: Bundle.module) - public static let alphaGreen100 = Color("alphaGreen100", bundle: Bundle.module) - public static let alphaLime1400 = Color("alphaLime1400", bundle: Bundle.module) - public static let alphaLime1300 = Color("alphaLime1300", bundle: Bundle.module) - public static let alphaLime1200 = Color("alphaLime1200", bundle: Bundle.module) - public static let alphaLime1100 = Color("alphaLime1100", bundle: Bundle.module) - public static let alphaLime1000 = Color("alphaLime1000", bundle: Bundle.module) - public static let alphaLime900 = Color("alphaLime900", bundle: Bundle.module) - public static let alphaLime800 = Color("alphaLime800", bundle: Bundle.module) - public static let alphaLime700 = Color("alphaLime700", bundle: Bundle.module) - public static let alphaLime600 = Color("alphaLime600", bundle: Bundle.module) - public static let alphaLime500 = Color("alphaLime500", bundle: Bundle.module) - public static let alphaLime400 = Color("alphaLime400", bundle: Bundle.module) - public static let alphaLime300 = Color("alphaLime300", bundle: Bundle.module) - public static let alphaLime200 = Color("alphaLime200", bundle: Bundle.module) - public static let alphaLime100 = Color("alphaLime100", bundle: Bundle.module) - public static let alphaYellow1400 = Color("alphaYellow1400", bundle: Bundle.module) - public static let alphaYellow1300 = Color("alphaYellow1300", bundle: Bundle.module) - public static let alphaYellow1200 = Color("alphaYellow1200", bundle: Bundle.module) - public static let alphaYellow1100 = Color("alphaYellow1100", bundle: Bundle.module) - public static let alphaYellow1000 = Color("alphaYellow1000", bundle: Bundle.module) - public static let alphaYellow900 = Color("alphaYellow900", bundle: Bundle.module) - public static let alphaYellow800 = Color("alphaYellow800", bundle: Bundle.module) - public static let alphaYellow700 = Color("alphaYellow700", bundle: Bundle.module) - public static let alphaYellow600 = Color("alphaYellow600", bundle: Bundle.module) - public static let alphaYellow500 = Color("alphaYellow500", bundle: Bundle.module) - public static let alphaYellow400 = Color("alphaYellow400", bundle: Bundle.module) - public static let alphaYellow300 = Color("alphaYellow300", bundle: Bundle.module) - public static let alphaYellow200 = Color("alphaYellow200", bundle: Bundle.module) - public static let alphaYellow100 = Color("alphaYellow100", bundle: Bundle.module) - public static let alphaOrange1400 = Color("alphaOrange1400", bundle: Bundle.module) - public static let alphaOrange1300 = Color("alphaOrange1300", bundle: Bundle.module) - public static let alphaOrange1200 = Color("alphaOrange1200", bundle: Bundle.module) - public static let alphaOrange1100 = Color("alphaOrange1100", bundle: Bundle.module) - public static let alphaOrange1000 = Color("alphaOrange1000", bundle: Bundle.module) - public static let alphaOrange900 = Color("alphaOrange900", bundle: Bundle.module) - public static let alphaOrange800 = Color("alphaOrange800", bundle: Bundle.module) - public static let alphaOrange700 = Color("alphaOrange700", bundle: Bundle.module) - public static let alphaOrange600 = Color("alphaOrange600", bundle: Bundle.module) - public static let alphaOrange500 = Color("alphaOrange500", bundle: Bundle.module) - public static let alphaOrange400 = Color("alphaOrange400", bundle: Bundle.module) - public static let alphaOrange300 = Color("alphaOrange300", bundle: Bundle.module) - public static let alphaOrange200 = Color("alphaOrange200", bundle: Bundle.module) - public static let alphaOrange100 = Color("alphaOrange100", bundle: Bundle.module) - public static let alphaRed1400 = Color("alphaRed1400", bundle: Bundle.module) - public static let alphaRed1300 = Color("alphaRed1300", bundle: Bundle.module) - public static let alphaRed1200 = Color("alphaRed1200", bundle: Bundle.module) - public static let alphaRed1100 = Color("alphaRed1100", bundle: Bundle.module) - public static let alphaRed1000 = Color("alphaRed1000", bundle: Bundle.module) - public static let alphaRed900 = Color("alphaRed900", bundle: Bundle.module) - public static let alphaRed800 = Color("alphaRed800", bundle: Bundle.module) - public static let alphaRed700 = Color("alphaRed700", bundle: Bundle.module) - public static let alphaRed600 = Color("alphaRed600", bundle: Bundle.module) - public static let alphaRed500 = Color("alphaRed500", bundle: Bundle.module) - public static let alphaRed400 = Color("alphaRed400", bundle: Bundle.module) - public static let alphaRed300 = Color("alphaRed300", bundle: Bundle.module) - public static let alphaRed200 = Color("alphaRed200", bundle: Bundle.module) - public static let alphaRed100 = Color("alphaRed100", bundle: Bundle.module) - public static let alphaGray1400 = Color("alphaGray1400", bundle: Bundle.module) - public static let alphaGray1300 = Color("alphaGray1300", bundle: Bundle.module) - public static let alphaGray1200 = Color("alphaGray1200", bundle: Bundle.module) - public static let alphaGray1100 = Color("alphaGray1100", bundle: Bundle.module) - public static let alphaGray1000 = Color("alphaGray1000", bundle: Bundle.module) - public static let alphaGray900 = Color("alphaGray900", bundle: Bundle.module) - public static let alphaGray800 = Color("alphaGray800", bundle: Bundle.module) - public static let alphaGray700 = Color("alphaGray700", bundle: Bundle.module) - public static let alphaGray600 = Color("alphaGray600", bundle: Bundle.module) - public static let alphaGray500 = Color("alphaGray500", bundle: Bundle.module) - public static let alphaGray400 = Color("alphaGray400", bundle: Bundle.module) - public static let alphaGray300 = Color("alphaGray300", bundle: Bundle.module) - public static let alphaGray200 = Color("alphaGray200", bundle: Bundle.module) - public static let alphaGray100 = Color("alphaGray100", bundle: Bundle.module) - public static let pink1400 = Color("pink1400", bundle: Bundle.module) - public static let pink1300 = Color("pink1300", bundle: Bundle.module) - public static let pink1200 = Color("pink1200", bundle: Bundle.module) - public static let pink1100 = Color("pink1100", bundle: Bundle.module) - public static let pink1000 = Color("pink1000", bundle: Bundle.module) - public static let pink900 = Color("pink900", bundle: Bundle.module) - public static let pink800 = Color("pink800", bundle: Bundle.module) - public static let pink700 = Color("pink700", bundle: Bundle.module) - public static let pink600 = Color("pink600", bundle: Bundle.module) - public static let pink500 = Color("pink500", bundle: Bundle.module) - public static let pink400 = Color("pink400", bundle: Bundle.module) - public static let pink300 = Color("pink300", bundle: Bundle.module) - public static let pink200 = Color("pink200", bundle: Bundle.module) - public static let pink100 = Color("pink100", bundle: Bundle.module) - public static let fuchsia1400 = Color("fuchsia1400", bundle: Bundle.module) - public static let fuchsia1300 = Color("fuchsia1300", bundle: Bundle.module) - public static let fuchsia1200 = Color("fuchsia1200", bundle: Bundle.module) - public static let fuchsia1100 = Color("fuchsia1100", bundle: Bundle.module) - public static let fuchsia1000 = Color("fuchsia1000", bundle: Bundle.module) - public static let fuchsia900 = Color("fuchsia900", bundle: Bundle.module) - public static let fuchsia800 = Color("fuchsia800", bundle: Bundle.module) - public static let fuchsia700 = Color("fuchsia700", bundle: Bundle.module) - public static let fuchsia600 = Color("fuchsia600", bundle: Bundle.module) - public static let fuchsia500 = Color("fuchsia500", bundle: Bundle.module) - public static let fuchsia400 = Color("fuchsia400", bundle: Bundle.module) - public static let fuchsia300 = Color("fuchsia300", bundle: Bundle.module) - public static let fuchsia200 = Color("fuchsia200", bundle: Bundle.module) - public static let fuchsia100 = Color("fuchsia100", bundle: Bundle.module) - public static let purple1400 = Color("purple1400", bundle: Bundle.module) - public static let purple1300 = Color("purple1300", bundle: Bundle.module) - public static let purple1200 = Color("purple1200", bundle: Bundle.module) - public static let purple1100 = Color("purple1100", bundle: Bundle.module) - public static let purple1000 = Color("purple1000", bundle: Bundle.module) - public static let purple900 = Color("purple900", bundle: Bundle.module) - public static let purple800 = Color("purple800", bundle: Bundle.module) - public static let purple700 = Color("purple700", bundle: Bundle.module) - public static let purple600 = Color("purple600", bundle: Bundle.module) - public static let purple500 = Color("purple500", bundle: Bundle.module) - public static let purple400 = Color("purple400", bundle: Bundle.module) - public static let purple300 = Color("purple300", bundle: Bundle.module) - public static let purple200 = Color("purple200", bundle: Bundle.module) - public static let purple100 = Color("purple100", bundle: Bundle.module) - public static let blue1400 = Color("blue1400", bundle: Bundle.module) - public static let blue1300 = Color("blue1300", bundle: Bundle.module) - public static let blue1200 = Color("blue1200", bundle: Bundle.module) - public static let blue1100 = Color("blue1100", bundle: Bundle.module) - public static let blue1000 = Color("blue1000", bundle: Bundle.module) - public static let blue900 = Color("blue900", bundle: Bundle.module) - public static let blue800 = Color("blue800", bundle: Bundle.module) - public static let blue700 = Color("blue700", bundle: Bundle.module) - public static let blue600 = Color("blue600", bundle: Bundle.module) - public static let blue500 = Color("blue500", bundle: Bundle.module) - public static let blue400 = Color("blue400", bundle: Bundle.module) - public static let blue300 = Color("blue300", bundle: Bundle.module) - public static let blue200 = Color("blue200", bundle: Bundle.module) - public static let blue100 = Color("blue100", bundle: Bundle.module) - public static let cyan1400 = Color("cyan1400", bundle: Bundle.module) - public static let cyan1300 = Color("cyan1300", bundle: Bundle.module) - public static let cyan1200 = Color("cyan1200", bundle: Bundle.module) - public static let cyan1100 = Color("cyan1100", bundle: Bundle.module) - public static let cyan1000 = Color("cyan1000", bundle: Bundle.module) - public static let cyan900 = Color("cyan900", bundle: Bundle.module) - public static let cyan800 = Color("cyan800", bundle: Bundle.module) - public static let cyan700 = Color("cyan700", bundle: Bundle.module) - public static let cyan600 = Color("cyan600", bundle: Bundle.module) - public static let cyan500 = Color("cyan500", bundle: Bundle.module) - public static let cyan400 = Color("cyan400", bundle: Bundle.module) - public static let cyan300 = Color("cyan300", bundle: Bundle.module) - public static let cyan200 = Color("cyan200", bundle: Bundle.module) - public static let cyan100 = Color("cyan100", bundle: Bundle.module) - public static let green1400 = Color("green1400", bundle: Bundle.module) - public static let green1300 = Color("green1300", bundle: Bundle.module) - public static let green1200 = Color("green1200", bundle: Bundle.module) - public static let green1100 = Color("green1100", bundle: Bundle.module) - public static let green1000 = Color("green1000", bundle: Bundle.module) - public static let green900 = Color("green900", bundle: Bundle.module) - public static let green800 = Color("green800", bundle: Bundle.module) - public static let green700 = Color("green700", bundle: Bundle.module) - public static let green600 = Color("green600", bundle: Bundle.module) - public static let green500 = Color("green500", bundle: Bundle.module) - public static let green400 = Color("green400", bundle: Bundle.module) - public static let green300 = Color("green300", bundle: Bundle.module) - public static let green200 = Color("green200", bundle: Bundle.module) - public static let green100 = Color("green100", bundle: Bundle.module) - public static let lime1400 = Color("lime1400", bundle: Bundle.module) - public static let lime1300 = Color("lime1300", bundle: Bundle.module) - public static let lime1200 = Color("lime1200", bundle: Bundle.module) - public static let lime1100 = Color("lime1100", bundle: Bundle.module) - public static let lime1000 = Color("lime1000", bundle: Bundle.module) - public static let lime900 = Color("lime900", bundle: Bundle.module) - public static let lime800 = Color("lime800", bundle: Bundle.module) - public static let lime700 = Color("lime700", bundle: Bundle.module) - public static let lime600 = Color("lime600", bundle: Bundle.module) - public static let lime500 = Color("lime500", bundle: Bundle.module) - public static let lime400 = Color("lime400", bundle: Bundle.module) - public static let lime300 = Color("lime300", bundle: Bundle.module) - public static let lime200 = Color("lime200", bundle: Bundle.module) - public static let lime100 = Color("lime100", bundle: Bundle.module) - public static let yellow1400 = Color("yellow1400", bundle: Bundle.module) - public static let yellow1300 = Color("yellow1300", bundle: Bundle.module) - public static let yellow1200 = Color("yellow1200", bundle: Bundle.module) - public static let yellow1100 = Color("yellow1100", bundle: Bundle.module) - public static let yellow1000 = Color("yellow1000", bundle: Bundle.module) - public static let yellow900 = Color("yellow900", bundle: Bundle.module) - public static let yellow800 = Color("yellow800", bundle: Bundle.module) - public static let yellow700 = Color("yellow700", bundle: Bundle.module) - public static let yellow600 = Color("yellow600", bundle: Bundle.module) - public static let yellow500 = Color("yellow500", bundle: Bundle.module) - public static let yellow400 = Color("yellow400", bundle: Bundle.module) - public static let yellow300 = Color("yellow300", bundle: Bundle.module) - public static let yellow200 = Color("yellow200", bundle: Bundle.module) - public static let yellow100 = Color("yellow100", bundle: Bundle.module) - public static let orange1400 = Color("orange1400", bundle: Bundle.module) - public static let orange1300 = Color("orange1300", bundle: Bundle.module) - public static let orange1200 = Color("orange1200", bundle: Bundle.module) - public static let orange1100 = Color("orange1100", bundle: Bundle.module) - public static let orange1000 = Color("orange1000", bundle: Bundle.module) - public static let orange900 = Color("orange900", bundle: Bundle.module) - public static let orange800 = Color("orange800", bundle: Bundle.module) - public static let orange700 = Color("orange700", bundle: Bundle.module) - public static let orange600 = Color("orange600", bundle: Bundle.module) - public static let orange500 = Color("orange500", bundle: Bundle.module) - public static let orange400 = Color("orange400", bundle: Bundle.module) - public static let orange300 = Color("orange300", bundle: Bundle.module) - public static let orange200 = Color("orange200", bundle: Bundle.module) - public static let orange100 = Color("orange100", bundle: Bundle.module) - public static let red1400 = Color("red1400", bundle: Bundle.module) - public static let red1300 = Color("red1300", bundle: Bundle.module) - public static let red1200 = Color("red1200", bundle: Bundle.module) - public static let red1100 = Color("red1100", bundle: Bundle.module) - public static let red1000 = Color("red1000", bundle: Bundle.module) - public static let red900 = Color("red900", bundle: Bundle.module) - public static let red800 = Color("red800", bundle: Bundle.module) - public static let red700 = Color("red700", bundle: Bundle.module) - public static let red600 = Color("red600", bundle: Bundle.module) - public static let red500 = Color("red500", bundle: Bundle.module) - public static let red400 = Color("red400", bundle: Bundle.module) - public static let red300 = Color("red300", bundle: Bundle.module) - public static let red200 = Color("red200", bundle: Bundle.module) - public static let red100 = Color("red100", bundle: Bundle.module) - public static let gray1400 = Color("gray1400", bundle: Bundle.module) - public static let gray1300 = Color("gray1300", bundle: Bundle.module) - public static let gray1200 = Color("gray1200", bundle: Bundle.module) - public static let gray1100 = Color("gray1100", bundle: Bundle.module) - public static let gray1000 = Color("gray1000", bundle: Bundle.module) - public static let gray900 = Color("gray900", bundle: Bundle.module) - public static let gray800 = Color("gray800", bundle: Bundle.module) - public static let gray700 = Color("gray700", bundle: Bundle.module) - public static let gray600 = Color("gray600", bundle: Bundle.module) - public static let gray500 = Color("gray500", bundle: Bundle.module) - public static let gray400 = Color("gray400", bundle: Bundle.module) - public static let gray300 = Color("gray300", bundle: Bundle.module) - public static let gray200 = Color("gray200", bundle: Bundle.module) - public static let gray100 = Color("gray100", bundle: Bundle.module) - public static let themeBg = Color("themeBg", bundle: Bundle.module) + public static let alphaPink1400 = Color("alphaPink1400", bundle: Bundle.module) + public static let alphaPink1300 = Color("alphaPink1300", bundle: Bundle.module) + public static let alphaPink1200 = Color("alphaPink1200", bundle: Bundle.module) + public static let alphaPink1100 = Color("alphaPink1100", bundle: Bundle.module) + public static let alphaPink1000 = Color("alphaPink1000", bundle: Bundle.module) + public static let alphaPink900 = Color("alphaPink900", bundle: Bundle.module) + public static let alphaPink800 = Color("alphaPink800", bundle: Bundle.module) + public static let alphaPink700 = Color("alphaPink700", bundle: Bundle.module) + public static let alphaPink600 = Color("alphaPink600", bundle: Bundle.module) + public static let alphaPink500 = Color("alphaPink500", bundle: Bundle.module) + public static let alphaPink400 = Color("alphaPink400", bundle: Bundle.module) + public static let alphaPink300 = Color("alphaPink300", bundle: Bundle.module) + public static let alphaPink200 = Color("alphaPink200", bundle: Bundle.module) + public static let alphaPink100 = Color("alphaPink100", bundle: Bundle.module) + public static let alphaFuchsia1400 = Color("alphaFuchsia1400", bundle: Bundle.module) + public static let alphaFuchsia1300 = Color("alphaFuchsia1300", bundle: Bundle.module) + public static let alphaFuchsia1200 = Color("alphaFuchsia1200", bundle: Bundle.module) + public static let alphaFuchsia1100 = Color("alphaFuchsia1100", bundle: Bundle.module) + public static let alphaFuchsia1000 = Color("alphaFuchsia1000", bundle: Bundle.module) + public static let alphaFuchsia900 = Color("alphaFuchsia900", bundle: Bundle.module) + public static let alphaFuchsia800 = Color("alphaFuchsia800", bundle: Bundle.module) + public static let alphaFuchsia700 = Color("alphaFuchsia700", bundle: Bundle.module) + public static let alphaFuchsia600 = Color("alphaFuchsia600", bundle: Bundle.module) + public static let alphaFuchsia500 = Color("alphaFuchsia500", bundle: Bundle.module) + public static let alphaFuchsia400 = Color("alphaFuchsia400", bundle: Bundle.module) + public static let alphaFuchsia300 = Color("alphaFuchsia300", bundle: Bundle.module) + public static let alphaFuchsia200 = Color("alphaFuchsia200", bundle: Bundle.module) + public static let alphaFuchsia100 = Color("alphaFuchsia100", bundle: Bundle.module) + public static let alphaPurple1400 = Color("alphaPurple1400", bundle: Bundle.module) + public static let alphaPurple1300 = Color("alphaPurple1300", bundle: Bundle.module) + public static let alphaPurple1200 = Color("alphaPurple1200", bundle: Bundle.module) + public static let alphaPurple1100 = Color("alphaPurple1100", bundle: Bundle.module) + public static let alphaPurple1000 = Color("alphaPurple1000", bundle: Bundle.module) + public static let alphaPurple900 = Color("alphaPurple900", bundle: Bundle.module) + public static let alphaPurple800 = Color("alphaPurple800", bundle: Bundle.module) + public static let alphaPurple700 = Color("alphaPurple700", bundle: Bundle.module) + public static let alphaPurple600 = Color("alphaPurple600", bundle: Bundle.module) + public static let alphaPurple500 = Color("alphaPurple500", bundle: Bundle.module) + public static let alphaPurple400 = Color("alphaPurple400", bundle: Bundle.module) + public static let alphaPurple300 = Color("alphaPurple300", bundle: Bundle.module) + public static let alphaPurple200 = Color("alphaPurple200", bundle: Bundle.module) + public static let alphaPurple100 = Color("alphaPurple100", bundle: Bundle.module) + public static let alphaBlue1400 = Color("alphaBlue1400", bundle: Bundle.module) + public static let alphaBlue1300 = Color("alphaBlue1300", bundle: Bundle.module) + public static let alphaBlue1200 = Color("alphaBlue1200", bundle: Bundle.module) + public static let alphaBlue1100 = Color("alphaBlue1100", bundle: Bundle.module) + public static let alphaBlue1000 = Color("alphaBlue1000", bundle: Bundle.module) + public static let alphaBlue900 = Color("alphaBlue900", bundle: Bundle.module) + public static let alphaBlue800 = Color("alphaBlue800", bundle: Bundle.module) + public static let alphaBlue700 = Color("alphaBlue700", bundle: Bundle.module) + public static let alphaBlue600 = Color("alphaBlue600", bundle: Bundle.module) + public static let alphaBlue500 = Color("alphaBlue500", bundle: Bundle.module) + public static let alphaBlue400 = Color("alphaBlue400", bundle: Bundle.module) + public static let alphaBlue300 = Color("alphaBlue300", bundle: Bundle.module) + public static let alphaBlue200 = Color("alphaBlue200", bundle: Bundle.module) + public static let alphaBlue100 = Color("alphaBlue100", bundle: Bundle.module) + public static let alphaCyan1400 = Color("alphaCyan1400", bundle: Bundle.module) + public static let alphaCyan1300 = Color("alphaCyan1300", bundle: Bundle.module) + public static let alphaCyan1200 = Color("alphaCyan1200", bundle: Bundle.module) + public static let alphaCyan1100 = Color("alphaCyan1100", bundle: Bundle.module) + public static let alphaCyan1000 = Color("alphaCyan1000", bundle: Bundle.module) + public static let alphaCyan900 = Color("alphaCyan900", bundle: Bundle.module) + public static let alphaCyan800 = Color("alphaCyan800", bundle: Bundle.module) + public static let alphaCyan700 = Color("alphaCyan700", bundle: Bundle.module) + public static let alphaCyan600 = Color("alphaCyan600", bundle: Bundle.module) + public static let alphaCyan500 = Color("alphaCyan500", bundle: Bundle.module) + public static let alphaCyan400 = Color("alphaCyan400", bundle: Bundle.module) + public static let alphaCyan300 = Color("alphaCyan300", bundle: Bundle.module) + public static let alphaCyan200 = Color("alphaCyan200", bundle: Bundle.module) + public static let alphaCyan100 = Color("alphaCyan100", bundle: Bundle.module) + public static let alphaGreen1400 = Color("alphaGreen1400", bundle: Bundle.module) + public static let alphaGreen1300 = Color("alphaGreen1300", bundle: Bundle.module) + public static let alphaGreen1200 = Color("alphaGreen1200", bundle: Bundle.module) + public static let alphaGreen1100 = Color("alphaGreen1100", bundle: Bundle.module) + public static let alphaGreen1000 = Color("alphaGreen1000", bundle: Bundle.module) + public static let alphaGreen900 = Color("alphaGreen900", bundle: Bundle.module) + public static let alphaGreen800 = Color("alphaGreen800", bundle: Bundle.module) + public static let alphaGreen700 = Color("alphaGreen700", bundle: Bundle.module) + public static let alphaGreen600 = Color("alphaGreen600", bundle: Bundle.module) + public static let alphaGreen500 = Color("alphaGreen500", bundle: Bundle.module) + public static let alphaGreen400 = Color("alphaGreen400", bundle: Bundle.module) + public static let alphaGreen300 = Color("alphaGreen300", bundle: Bundle.module) + public static let alphaGreen200 = Color("alphaGreen200", bundle: Bundle.module) + public static let alphaGreen100 = Color("alphaGreen100", bundle: Bundle.module) + public static let alphaLime1400 = Color("alphaLime1400", bundle: Bundle.module) + public static let alphaLime1300 = Color("alphaLime1300", bundle: Bundle.module) + public static let alphaLime1200 = Color("alphaLime1200", bundle: Bundle.module) + public static let alphaLime1100 = Color("alphaLime1100", bundle: Bundle.module) + public static let alphaLime1000 = Color("alphaLime1000", bundle: Bundle.module) + public static let alphaLime900 = Color("alphaLime900", bundle: Bundle.module) + public static let alphaLime800 = Color("alphaLime800", bundle: Bundle.module) + public static let alphaLime700 = Color("alphaLime700", bundle: Bundle.module) + public static let alphaLime600 = Color("alphaLime600", bundle: Bundle.module) + public static let alphaLime500 = Color("alphaLime500", bundle: Bundle.module) + public static let alphaLime400 = Color("alphaLime400", bundle: Bundle.module) + public static let alphaLime300 = Color("alphaLime300", bundle: Bundle.module) + public static let alphaLime200 = Color("alphaLime200", bundle: Bundle.module) + public static let alphaLime100 = Color("alphaLime100", bundle: Bundle.module) + public static let alphaYellow1400 = Color("alphaYellow1400", bundle: Bundle.module) + public static let alphaYellow1300 = Color("alphaYellow1300", bundle: Bundle.module) + public static let alphaYellow1200 = Color("alphaYellow1200", bundle: Bundle.module) + public static let alphaYellow1100 = Color("alphaYellow1100", bundle: Bundle.module) + public static let alphaYellow1000 = Color("alphaYellow1000", bundle: Bundle.module) + public static let alphaYellow900 = Color("alphaYellow900", bundle: Bundle.module) + public static let alphaYellow800 = Color("alphaYellow800", bundle: Bundle.module) + public static let alphaYellow700 = Color("alphaYellow700", bundle: Bundle.module) + public static let alphaYellow600 = Color("alphaYellow600", bundle: Bundle.module) + public static let alphaYellow500 = Color("alphaYellow500", bundle: Bundle.module) + public static let alphaYellow400 = Color("alphaYellow400", bundle: Bundle.module) + public static let alphaYellow300 = Color("alphaYellow300", bundle: Bundle.module) + public static let alphaYellow200 = Color("alphaYellow200", bundle: Bundle.module) + public static let alphaYellow100 = Color("alphaYellow100", bundle: Bundle.module) + public static let alphaOrange1400 = Color("alphaOrange1400", bundle: Bundle.module) + public static let alphaOrange1300 = Color("alphaOrange1300", bundle: Bundle.module) + public static let alphaOrange1200 = Color("alphaOrange1200", bundle: Bundle.module) + public static let alphaOrange1100 = Color("alphaOrange1100", bundle: Bundle.module) + public static let alphaOrange1000 = Color("alphaOrange1000", bundle: Bundle.module) + public static let alphaOrange900 = Color("alphaOrange900", bundle: Bundle.module) + public static let alphaOrange800 = Color("alphaOrange800", bundle: Bundle.module) + public static let alphaOrange700 = Color("alphaOrange700", bundle: Bundle.module) + public static let alphaOrange600 = Color("alphaOrange600", bundle: Bundle.module) + public static let alphaOrange500 = Color("alphaOrange500", bundle: Bundle.module) + public static let alphaOrange400 = Color("alphaOrange400", bundle: Bundle.module) + public static let alphaOrange300 = Color("alphaOrange300", bundle: Bundle.module) + public static let alphaOrange200 = Color("alphaOrange200", bundle: Bundle.module) + public static let alphaOrange100 = Color("alphaOrange100", bundle: Bundle.module) + public static let alphaRed1400 = Color("alphaRed1400", bundle: Bundle.module) + public static let alphaRed1300 = Color("alphaRed1300", bundle: Bundle.module) + public static let alphaRed1200 = Color("alphaRed1200", bundle: Bundle.module) + public static let alphaRed1100 = Color("alphaRed1100", bundle: Bundle.module) + public static let alphaRed1000 = Color("alphaRed1000", bundle: Bundle.module) + public static let alphaRed900 = Color("alphaRed900", bundle: Bundle.module) + public static let alphaRed800 = Color("alphaRed800", bundle: Bundle.module) + public static let alphaRed700 = Color("alphaRed700", bundle: Bundle.module) + public static let alphaRed600 = Color("alphaRed600", bundle: Bundle.module) + public static let alphaRed500 = Color("alphaRed500", bundle: Bundle.module) + public static let alphaRed400 = Color("alphaRed400", bundle: Bundle.module) + public static let alphaRed300 = Color("alphaRed300", bundle: Bundle.module) + public static let alphaRed200 = Color("alphaRed200", bundle: Bundle.module) + public static let alphaRed100 = Color("alphaRed100", bundle: Bundle.module) + public static let alphaGray1400 = Color("alphaGray1400", bundle: Bundle.module) + public static let alphaGray1300 = Color("alphaGray1300", bundle: Bundle.module) + public static let alphaGray1200 = Color("alphaGray1200", bundle: Bundle.module) + public static let alphaGray1100 = Color("alphaGray1100", bundle: Bundle.module) + public static let alphaGray1000 = Color("alphaGray1000", bundle: Bundle.module) + public static let alphaGray900 = Color("alphaGray900", bundle: Bundle.module) + public static let alphaGray800 = Color("alphaGray800", bundle: Bundle.module) + public static let alphaGray700 = Color("alphaGray700", bundle: Bundle.module) + public static let alphaGray600 = Color("alphaGray600", bundle: Bundle.module) + public static let alphaGray500 = Color("alphaGray500", bundle: Bundle.module) + public static let alphaGray400 = Color("alphaGray400", bundle: Bundle.module) + public static let alphaGray300 = Color("alphaGray300", bundle: Bundle.module) + public static let alphaGray200 = Color("alphaGray200", bundle: Bundle.module) + public static let alphaGray100 = Color("alphaGray100", bundle: Bundle.module) + public static let pink1400 = Color("pink1400", bundle: Bundle.module) + public static let pink1300 = Color("pink1300", bundle: Bundle.module) + public static let pink1200 = Color("pink1200", bundle: Bundle.module) + public static let pink1100 = Color("pink1100", bundle: Bundle.module) + public static let pink1000 = Color("pink1000", bundle: Bundle.module) + public static let pink900 = Color("pink900", bundle: Bundle.module) + public static let pink800 = Color("pink800", bundle: Bundle.module) + public static let pink700 = Color("pink700", bundle: Bundle.module) + public static let pink600 = Color("pink600", bundle: Bundle.module) + public static let pink500 = Color("pink500", bundle: Bundle.module) + public static let pink400 = Color("pink400", bundle: Bundle.module) + public static let pink300 = Color("pink300", bundle: Bundle.module) + public static let pink200 = Color("pink200", bundle: Bundle.module) + public static let pink100 = Color("pink100", bundle: Bundle.module) + public static let fuchsia1400 = Color("fuchsia1400", bundle: Bundle.module) + public static let fuchsia1300 = Color("fuchsia1300", bundle: Bundle.module) + public static let fuchsia1200 = Color("fuchsia1200", bundle: Bundle.module) + public static let fuchsia1100 = Color("fuchsia1100", bundle: Bundle.module) + public static let fuchsia1000 = Color("fuchsia1000", bundle: Bundle.module) + public static let fuchsia900 = Color("fuchsia900", bundle: Bundle.module) + public static let fuchsia800 = Color("fuchsia800", bundle: Bundle.module) + public static let fuchsia700 = Color("fuchsia700", bundle: Bundle.module) + public static let fuchsia600 = Color("fuchsia600", bundle: Bundle.module) + public static let fuchsia500 = Color("fuchsia500", bundle: Bundle.module) + public static let fuchsia400 = Color("fuchsia400", bundle: Bundle.module) + public static let fuchsia300 = Color("fuchsia300", bundle: Bundle.module) + public static let fuchsia200 = Color("fuchsia200", bundle: Bundle.module) + public static let fuchsia100 = Color("fuchsia100", bundle: Bundle.module) + public static let purple1400 = Color("purple1400", bundle: Bundle.module) + public static let purple1300 = Color("purple1300", bundle: Bundle.module) + public static let purple1200 = Color("purple1200", bundle: Bundle.module) + public static let purple1100 = Color("purple1100", bundle: Bundle.module) + public static let purple1000 = Color("purple1000", bundle: Bundle.module) + public static let purple900 = Color("purple900", bundle: Bundle.module) + public static let purple800 = Color("purple800", bundle: Bundle.module) + public static let purple700 = Color("purple700", bundle: Bundle.module) + public static let purple600 = Color("purple600", bundle: Bundle.module) + public static let purple500 = Color("purple500", bundle: Bundle.module) + public static let purple400 = Color("purple400", bundle: Bundle.module) + public static let purple300 = Color("purple300", bundle: Bundle.module) + public static let purple200 = Color("purple200", bundle: Bundle.module) + public static let purple100 = Color("purple100", bundle: Bundle.module) + public static let blue1400 = Color("blue1400", bundle: Bundle.module) + public static let blue1300 = Color("blue1300", bundle: Bundle.module) + public static let blue1200 = Color("blue1200", bundle: Bundle.module) + public static let blue1100 = Color("blue1100", bundle: Bundle.module) + public static let blue1000 = Color("blue1000", bundle: Bundle.module) + public static let blue900 = Color("blue900", bundle: Bundle.module) + public static let blue800 = Color("blue800", bundle: Bundle.module) + public static let blue700 = Color("blue700", bundle: Bundle.module) + public static let blue600 = Color("blue600", bundle: Bundle.module) + public static let blue500 = Color("blue500", bundle: Bundle.module) + public static let blue400 = Color("blue400", bundle: Bundle.module) + public static let blue300 = Color("blue300", bundle: Bundle.module) + public static let blue200 = Color("blue200", bundle: Bundle.module) + public static let blue100 = Color("blue100", bundle: Bundle.module) + public static let cyan1400 = Color("cyan1400", bundle: Bundle.module) + public static let cyan1300 = Color("cyan1300", bundle: Bundle.module) + public static let cyan1200 = Color("cyan1200", bundle: Bundle.module) + public static let cyan1100 = Color("cyan1100", bundle: Bundle.module) + public static let cyan1000 = Color("cyan1000", bundle: Bundle.module) + public static let cyan900 = Color("cyan900", bundle: Bundle.module) + public static let cyan800 = Color("cyan800", bundle: Bundle.module) + public static let cyan700 = Color("cyan700", bundle: Bundle.module) + public static let cyan600 = Color("cyan600", bundle: Bundle.module) + public static let cyan500 = Color("cyan500", bundle: Bundle.module) + public static let cyan400 = Color("cyan400", bundle: Bundle.module) + public static let cyan300 = Color("cyan300", bundle: Bundle.module) + public static let cyan200 = Color("cyan200", bundle: Bundle.module) + public static let cyan100 = Color("cyan100", bundle: Bundle.module) + public static let green1400 = Color("green1400", bundle: Bundle.module) + public static let green1300 = Color("green1300", bundle: Bundle.module) + public static let green1200 = Color("green1200", bundle: Bundle.module) + public static let green1100 = Color("green1100", bundle: Bundle.module) + public static let green1000 = Color("green1000", bundle: Bundle.module) + public static let green900 = Color("green900", bundle: Bundle.module) + public static let green800 = Color("green800", bundle: Bundle.module) + public static let green700 = Color("green700", bundle: Bundle.module) + public static let green600 = Color("green600", bundle: Bundle.module) + public static let green500 = Color("green500", bundle: Bundle.module) + public static let green400 = Color("green400", bundle: Bundle.module) + public static let green300 = Color("green300", bundle: Bundle.module) + public static let green200 = Color("green200", bundle: Bundle.module) + public static let green100 = Color("green100", bundle: Bundle.module) + public static let lime1400 = Color("lime1400", bundle: Bundle.module) + public static let lime1300 = Color("lime1300", bundle: Bundle.module) + public static let lime1200 = Color("lime1200", bundle: Bundle.module) + public static let lime1100 = Color("lime1100", bundle: Bundle.module) + public static let lime1000 = Color("lime1000", bundle: Bundle.module) + public static let lime900 = Color("lime900", bundle: Bundle.module) + public static let lime800 = Color("lime800", bundle: Bundle.module) + public static let lime700 = Color("lime700", bundle: Bundle.module) + public static let lime600 = Color("lime600", bundle: Bundle.module) + public static let lime500 = Color("lime500", bundle: Bundle.module) + public static let lime400 = Color("lime400", bundle: Bundle.module) + public static let lime300 = Color("lime300", bundle: Bundle.module) + public static let lime200 = Color("lime200", bundle: Bundle.module) + public static let lime100 = Color("lime100", bundle: Bundle.module) + public static let yellow1400 = Color("yellow1400", bundle: Bundle.module) + public static let yellow1300 = Color("yellow1300", bundle: Bundle.module) + public static let yellow1200 = Color("yellow1200", bundle: Bundle.module) + public static let yellow1100 = Color("yellow1100", bundle: Bundle.module) + public static let yellow1000 = Color("yellow1000", bundle: Bundle.module) + public static let yellow900 = Color("yellow900", bundle: Bundle.module) + public static let yellow800 = Color("yellow800", bundle: Bundle.module) + public static let yellow700 = Color("yellow700", bundle: Bundle.module) + public static let yellow600 = Color("yellow600", bundle: Bundle.module) + public static let yellow500 = Color("yellow500", bundle: Bundle.module) + public static let yellow400 = Color("yellow400", bundle: Bundle.module) + public static let yellow300 = Color("yellow300", bundle: Bundle.module) + public static let yellow200 = Color("yellow200", bundle: Bundle.module) + public static let yellow100 = Color("yellow100", bundle: Bundle.module) + public static let orange1400 = Color("orange1400", bundle: Bundle.module) + public static let orange1300 = Color("orange1300", bundle: Bundle.module) + public static let orange1200 = Color("orange1200", bundle: Bundle.module) + public static let orange1100 = Color("orange1100", bundle: Bundle.module) + public static let orange1000 = Color("orange1000", bundle: Bundle.module) + public static let orange900 = Color("orange900", bundle: Bundle.module) + public static let orange800 = Color("orange800", bundle: Bundle.module) + public static let orange700 = Color("orange700", bundle: Bundle.module) + public static let orange600 = Color("orange600", bundle: Bundle.module) + public static let orange500 = Color("orange500", bundle: Bundle.module) + public static let orange400 = Color("orange400", bundle: Bundle.module) + public static let orange300 = Color("orange300", bundle: Bundle.module) + public static let orange200 = Color("orange200", bundle: Bundle.module) + public static let orange100 = Color("orange100", bundle: Bundle.module) + public static let red1400 = Color("red1400", bundle: Bundle.module) + public static let red1300 = Color("red1300", bundle: Bundle.module) + public static let red1200 = Color("red1200", bundle: Bundle.module) + public static let red1100 = Color("red1100", bundle: Bundle.module) + public static let red1000 = Color("red1000", bundle: Bundle.module) + public static let red900 = Color("red900", bundle: Bundle.module) + public static let red800 = Color("red800", bundle: Bundle.module) + public static let red700 = Color("red700", bundle: Bundle.module) + public static let red600 = Color("red600", bundle: Bundle.module) + public static let red500 = Color("red500", bundle: Bundle.module) + public static let red400 = Color("red400", bundle: Bundle.module) + public static let red300 = Color("red300", bundle: Bundle.module) + public static let red200 = Color("red200", bundle: Bundle.module) + public static let red100 = Color("red100", bundle: Bundle.module) + public static let gray1400 = Color("gray1400", bundle: Bundle.module) + public static let gray1300 = Color("gray1300", bundle: Bundle.module) + public static let gray1200 = Color("gray1200", bundle: Bundle.module) + public static let gray1100 = Color("gray1100", bundle: Bundle.module) + public static let gray1000 = Color("gray1000", bundle: Bundle.module) + public static let gray900 = Color("gray900", bundle: Bundle.module) + public static let gray800 = Color("gray800", bundle: Bundle.module) + public static let gray700 = Color("gray700", bundle: Bundle.module) + public static let gray600 = Color("gray600", bundle: Bundle.module) + public static let gray500 = Color("gray500", bundle: Bundle.module) + public static let gray400 = Color("gray400", bundle: Bundle.module) + public static let gray300 = Color("gray300", bundle: Bundle.module) + public static let gray200 = Color("gray200", bundle: Bundle.module) + public static let gray100 = Color("gray100", bundle: Bundle.module) + public static let themeBg = Color("themeBg", bundle: Bundle.module) public static let bgSubtleSecondaryLevel0 = themeBg public static let bgCanvasDefaultLevel1 = gray300 } diff --git a/assets/ios/swift/CompoundIcons.swift b/assets/ios/swift/CompoundIcons.swift index 0017a346..8adad5d0 100644 --- a/assets/ios/swift/CompoundIcons.swift +++ b/assets/ios/swift/CompoundIcons.swift @@ -6,175 +6,175 @@ import SwiftUI public class CompoundIcons { - public let webBrowser = Image("webBrowser", bundle: Bundle.module) - public let warning = Image("warning", bundle: Bundle.module) - public let volumeOn = Image("volumeOn", bundle: Bundle.module) - public let volumeOnSolid = Image("volumeOnSolid", bundle: Bundle.module) - public let volumeOff = Image("volumeOff", bundle: Bundle.module) - public let volumeOffSolid = Image("volumeOffSolid", bundle: Bundle.module) - public let voiceCall = Image("voiceCall", bundle: Bundle.module) - public let visibilityOn = Image("visibilityOn", bundle: Bundle.module) - public let visibilityOff = Image("visibilityOff", bundle: Bundle.module) - public let videoCall = Image("videoCall", bundle: Bundle.module) - public let videoCallSolid = Image("videoCallSolid", bundle: Bundle.module) - public let videoCallOff = Image("videoCallOff", bundle: Bundle.module) - public let videoCallOffSolid = Image("videoCallOffSolid", bundle: Bundle.module) - public let videoCallMissedSolid = Image("videoCallMissedSolid", bundle: Bundle.module) - public let videoCallDeclinedSolid = Image("videoCallDeclinedSolid", bundle: Bundle.module) - public let verified = Image("verified", bundle: Bundle.module) - public let user = Image("user", bundle: Bundle.module) - public let userSolid = Image("userSolid", bundle: Bundle.module) - public let userProfile = Image("userProfile", bundle: Bundle.module) - public let userProfileSolid = Image("userProfileSolid", bundle: Bundle.module) - public let userAdd = Image("userAdd", bundle: Bundle.module) - public let userAddSolid = Image("userAddSolid", bundle: Bundle.module) - public let unknown = Image("unknown", bundle: Bundle.module) - public let unknownSolid = Image("unknownSolid", bundle: Bundle.module) - public let underline = Image("underline", bundle: Bundle.module) - public let time = Image("time", bundle: Bundle.module) - public let threads = Image("threads", bundle: Bundle.module) - public let threadsSolid = Image("threadsSolid", bundle: Bundle.module) - public let textFormatting = Image("textFormatting", bundle: Bundle.module) - public let takePhoto = Image("takePhoto", bundle: Bundle.module) - public let takePhotoSolid = Image("takePhotoSolid", bundle: Bundle.module) - public let switchCameraSolid = Image("switchCameraSolid", bundle: Bundle.module) - public let strikethrough = Image("strikethrough", bundle: Bundle.module) - public let spotlight = Image("spotlight", bundle: Bundle.module) - public let spinner = Image("spinner", bundle: Bundle.module) - public let signOut = Image("signOut", bundle: Bundle.module) - public let sidebar = Image("sidebar", bundle: Bundle.module) - public let share = Image("share", bundle: Bundle.module) - public let shareScreen = Image("shareScreen", bundle: Bundle.module) - public let shareScreenSolid = Image("shareScreenSolid", bundle: Bundle.module) - public let shareIos = Image("shareIos", bundle: Bundle.module) - public let shareAndroid = Image("shareAndroid", bundle: Bundle.module) - public let settings = Image("settings", bundle: Bundle.module) - public let settingsSolid = Image("settingsSolid", bundle: Bundle.module) - public let send = Image("send", bundle: Bundle.module) - public let sendSolid = Image("sendSolid", bundle: Bundle.module) - public let search = Image("search", bundle: Bundle.module) - public let restart = Image("restart", bundle: Bundle.module) - public let reply = Image("reply", bundle: Bundle.module) - public let reaction = Image("reaction", bundle: Bundle.module) - public let reactionAdd = Image("reactionAdd", bundle: Bundle.module) - public let quote = Image("quote", bundle: Bundle.module) - public let qrCode = Image("qrCode", bundle: Bundle.module) - public let `public` = Image("public", bundle: Bundle.module) - public let preferences = Image("preferences", bundle: Bundle.module) - public let popOut = Image("popOut", bundle: Bundle.module) - public let polls = Image("polls", bundle: Bundle.module) - public let pollsEnd = Image("pollsEnd", bundle: Bundle.module) - public let plus = Image("plus", bundle: Bundle.module) - public let play = Image("play", bundle: Bundle.module) - public let playSolid = Image("playSolid", bundle: Bundle.module) - public let pin = Image("pin", bundle: Bundle.module) - public let pinSolid = Image("pinSolid", bundle: Bundle.module) - public let pause = Image("pause", bundle: Bundle.module) - public let pauseSolid = Image("pauseSolid", bundle: Bundle.module) - public let overflowVertical = Image("overflowVertical", bundle: Bundle.module) - public let overflowHorizontal = Image("overflowHorizontal", bundle: Bundle.module) - public let offline = Image("offline", bundle: Bundle.module) - public let notifications = Image("notifications", bundle: Bundle.module) - public let notificationsSolid = Image("notificationsSolid", bundle: Bundle.module) - public let notificationsOff = Image("notificationsOff", bundle: Bundle.module) - public let notificationsOffSolid = Image("notificationsOffSolid", bundle: Bundle.module) - public let mobile = Image("mobile", bundle: Bundle.module) - public let minus = Image("minus", bundle: Bundle.module) - public let micOn = Image("micOn", bundle: Bundle.module) - public let micOnSolid = Image("micOnSolid", bundle: Bundle.module) - public let micOff = Image("micOff", bundle: Bundle.module) - public let micOffSolid = Image("micOffSolid", bundle: Bundle.module) - public let menu = Image("menu", bundle: Bundle.module) - public let mention = Image("mention", bundle: Bundle.module) - public let markerReadReceipts = Image("markerReadReceipts", bundle: Bundle.module) - public let markAsUnread = Image("markAsUnread", bundle: Bundle.module) - public let markAsRead = Image("markAsRead", bundle: Bundle.module) - public let lock = Image("lock", bundle: Bundle.module) - public let lockSolid = Image("lockSolid", bundle: Bundle.module) - public let lockOff = Image("lockOff", bundle: Bundle.module) - public let locationPin = Image("locationPin", bundle: Bundle.module) - public let locationPinSolid = Image("locationPinSolid", bundle: Bundle.module) - public let locationNavigator = Image("locationNavigator", bundle: Bundle.module) - public let locationNavigatorCentred = Image("locationNavigatorCentred", bundle: Bundle.module) - public let listNumbered = Image("listNumbered", bundle: Bundle.module) - public let listBulleted = Image("listBulleted", bundle: Bundle.module) - public let link = Image("link", bundle: Bundle.module) - public let leave = Image("leave", bundle: Bundle.module) - public let labs = Image("labs", bundle: Bundle.module) - public let keyboard = Image("keyboard", bundle: Bundle.module) - public let key = Image("key", bundle: Bundle.module) - public let keySolid = Image("keySolid", bundle: Bundle.module) - public let keyOff = Image("keyOff", bundle: Bundle.module) - public let keyOffSolid = Image("keyOffSolid", bundle: Bundle.module) - public let italic = Image("italic", bundle: Bundle.module) - public let inlineCode = Image("inlineCode", bundle: Bundle.module) - public let info = Image("info", bundle: Bundle.module) - public let infoSolid = Image("infoSolid", bundle: Bundle.module) - public let indentIncrease = Image("indentIncrease", bundle: Bundle.module) - public let indentDecrease = Image("indentDecrease", bundle: Bundle.module) - public let image = Image("image", bundle: Bundle.module) - public let imageError = Image("imageError", bundle: Bundle.module) - public let host = Image("host", bundle: Bundle.module) - public let home = Image("home", bundle: Bundle.module) - public let homeSolid = Image("homeSolid", bundle: Bundle.module) - public let history = Image("history", bundle: Bundle.module) - public let help = Image("help", bundle: Bundle.module) - public let helpSolid = Image("helpSolid", bundle: Bundle.module) - public let grid = Image("grid", bundle: Bundle.module) - public let forward = Image("forward", bundle: Bundle.module) - public let filter = Image("filter", bundle: Bundle.module) - public let files = Image("files", bundle: Bundle.module) - public let fileError = Image("fileError", bundle: Bundle.module) - public let favourite = Image("favourite", bundle: Bundle.module) - public let favouriteSolid = Image("favouriteSolid", bundle: Bundle.module) - public let extensions = Image("extensions", bundle: Bundle.module) - public let extensionsSolid = Image("extensionsSolid", bundle: Bundle.module) - public let exportArchive = Image("exportArchive", bundle: Bundle.module) - public let expand = Image("expand", bundle: Bundle.module) - public let error = Image("error", bundle: Bundle.module) - public let endCall = Image("endCall", bundle: Bundle.module) - public let email = Image("email", bundle: Bundle.module) - public let emailSolid = Image("emailSolid", bundle: Bundle.module) - public let edit = Image("edit", bundle: Bundle.module) - public let editSolid = Image("editSolid", bundle: Bundle.module) - public let dragList = Image("dragList", bundle: Bundle.module) - public let dragGrid = Image("dragGrid", bundle: Bundle.module) - public let download = Image("download", bundle: Bundle.module) - public let document = Image("document", bundle: Bundle.module) - public let devices = Image("devices", bundle: Bundle.module) - public let delete = Image("delete", bundle: Bundle.module) - public let darkMode = Image("darkMode", bundle: Bundle.module) - public let copy = Image("copy", bundle: Bundle.module) - public let computer = Image("computer", bundle: Bundle.module) - public let compose = Image("compose", bundle: Bundle.module) - public let company = Image("company", bundle: Bundle.module) - public let collapse = Image("collapse", bundle: Bundle.module) - public let code = Image("code", bundle: Bundle.module) - public let cloud = Image("cloud", bundle: Bundle.module) - public let cloudSolid = Image("cloudSolid", bundle: Bundle.module) - public let close = Image("close", bundle: Bundle.module) - public let circle = Image("circle", bundle: Bundle.module) - public let chevronUp = Image("chevronUp", bundle: Bundle.module) - public let chevronUpDown = Image("chevronUpDown", bundle: Bundle.module) - public let chevronRight = Image("chevronRight", bundle: Bundle.module) - public let chevronLeft = Image("chevronLeft", bundle: Bundle.module) - public let chevronDown = Image("chevronDown", bundle: Bundle.module) - public let check = Image("check", bundle: Bundle.module) - public let checkCircle = Image("checkCircle", bundle: Bundle.module) - public let checkCircleSolid = Image("checkCircleSolid", bundle: Bundle.module) - public let chat = Image("chat", bundle: Bundle.module) - public let chatSolid = Image("chatSolid", bundle: Bundle.module) - public let chatProblem = Image("chatProblem", bundle: Bundle.module) - public let chatNew = Image("chatNew", bundle: Bundle.module) - public let chart = Image("chart", bundle: Bundle.module) - public let bold = Image("bold", bundle: Bundle.module) - public let block = Image("block", bundle: Bundle.module) - public let attachment = Image("attachment", bundle: Bundle.module) - public let arrowUp = Image("arrowUp", bundle: Bundle.module) - public let arrowUpRight = Image("arrowUpRight", bundle: Bundle.module) - public let arrowRight = Image("arrowRight", bundle: Bundle.module) - public let arrowLeft = Image("arrowLeft", bundle: Bundle.module) - public let arrowDown = Image("arrowDown", bundle: Bundle.module) - public let admin = Image("admin", bundle: Bundle.module) + public let webBrowser = Image("webBrowser", bundle: Bundle.module) + public let warning = Image("warning", bundle: Bundle.module) + public let volumeOn = Image("volumeOn", bundle: Bundle.module) + public let volumeOnSolid = Image("volumeOnSolid", bundle: Bundle.module) + public let volumeOff = Image("volumeOff", bundle: Bundle.module) + public let volumeOffSolid = Image("volumeOffSolid", bundle: Bundle.module) + public let voiceCall = Image("voiceCall", bundle: Bundle.module) + public let visibilityOn = Image("visibilityOn", bundle: Bundle.module) + public let visibilityOff = Image("visibilityOff", bundle: Bundle.module) + public let videoCall = Image("videoCall", bundle: Bundle.module) + public let videoCallSolid = Image("videoCallSolid", bundle: Bundle.module) + public let videoCallOff = Image("videoCallOff", bundle: Bundle.module) + public let videoCallOffSolid = Image("videoCallOffSolid", bundle: Bundle.module) + public let videoCallMissedSolid = Image("videoCallMissedSolid", bundle: Bundle.module) + public let videoCallDeclinedSolid = Image("videoCallDeclinedSolid", bundle: Bundle.module) + public let verified = Image("verified", bundle: Bundle.module) + public let user = Image("user", bundle: Bundle.module) + public let userSolid = Image("userSolid", bundle: Bundle.module) + public let userProfile = Image("userProfile", bundle: Bundle.module) + public let userProfileSolid = Image("userProfileSolid", bundle: Bundle.module) + public let userAdd = Image("userAdd", bundle: Bundle.module) + public let userAddSolid = Image("userAddSolid", bundle: Bundle.module) + public let unknown = Image("unknown", bundle: Bundle.module) + public let unknownSolid = Image("unknownSolid", bundle: Bundle.module) + public let underline = Image("underline", bundle: Bundle.module) + public let time = Image("time", bundle: Bundle.module) + public let threads = Image("threads", bundle: Bundle.module) + public let threadsSolid = Image("threadsSolid", bundle: Bundle.module) + public let textFormatting = Image("textFormatting", bundle: Bundle.module) + public let takePhoto = Image("takePhoto", bundle: Bundle.module) + public let takePhotoSolid = Image("takePhotoSolid", bundle: Bundle.module) + public let switchCameraSolid = Image("switchCameraSolid", bundle: Bundle.module) + public let strikethrough = Image("strikethrough", bundle: Bundle.module) + public let spotlight = Image("spotlight", bundle: Bundle.module) + public let spinner = Image("spinner", bundle: Bundle.module) + public let signOut = Image("signOut", bundle: Bundle.module) + public let sidebar = Image("sidebar", bundle: Bundle.module) + public let share = Image("share", bundle: Bundle.module) + public let shareScreen = Image("shareScreen", bundle: Bundle.module) + public let shareScreenSolid = Image("shareScreenSolid", bundle: Bundle.module) + public let shareIos = Image("shareIos", bundle: Bundle.module) + public let shareAndroid = Image("shareAndroid", bundle: Bundle.module) + public let settings = Image("settings", bundle: Bundle.module) + public let settingsSolid = Image("settingsSolid", bundle: Bundle.module) + public let send = Image("send", bundle: Bundle.module) + public let sendSolid = Image("sendSolid", bundle: Bundle.module) + public let search = Image("search", bundle: Bundle.module) + public let restart = Image("restart", bundle: Bundle.module) + public let reply = Image("reply", bundle: Bundle.module) + public let reaction = Image("reaction", bundle: Bundle.module) + public let reactionAdd = Image("reactionAdd", bundle: Bundle.module) + public let quote = Image("quote", bundle: Bundle.module) + public let qrCode = Image("qrCode", bundle: Bundle.module) + public let `public` = Image("public", bundle: Bundle.module) + public let preferences = Image("preferences", bundle: Bundle.module) + public let popOut = Image("popOut", bundle: Bundle.module) + public let polls = Image("polls", bundle: Bundle.module) + public let pollsEnd = Image("pollsEnd", bundle: Bundle.module) + public let plus = Image("plus", bundle: Bundle.module) + public let play = Image("play", bundle: Bundle.module) + public let playSolid = Image("playSolid", bundle: Bundle.module) + public let pin = Image("pin", bundle: Bundle.module) + public let pinSolid = Image("pinSolid", bundle: Bundle.module) + public let pause = Image("pause", bundle: Bundle.module) + public let pauseSolid = Image("pauseSolid", bundle: Bundle.module) + public let overflowVertical = Image("overflowVertical", bundle: Bundle.module) + public let overflowHorizontal = Image("overflowHorizontal", bundle: Bundle.module) + public let offline = Image("offline", bundle: Bundle.module) + public let notifications = Image("notifications", bundle: Bundle.module) + public let notificationsSolid = Image("notificationsSolid", bundle: Bundle.module) + public let notificationsOff = Image("notificationsOff", bundle: Bundle.module) + public let notificationsOffSolid = Image("notificationsOffSolid", bundle: Bundle.module) + public let mobile = Image("mobile", bundle: Bundle.module) + public let minus = Image("minus", bundle: Bundle.module) + public let micOn = Image("micOn", bundle: Bundle.module) + public let micOnSolid = Image("micOnSolid", bundle: Bundle.module) + public let micOff = Image("micOff", bundle: Bundle.module) + public let micOffSolid = Image("micOffSolid", bundle: Bundle.module) + public let menu = Image("menu", bundle: Bundle.module) + public let mention = Image("mention", bundle: Bundle.module) + public let markerReadReceipts = Image("markerReadReceipts", bundle: Bundle.module) + public let markAsUnread = Image("markAsUnread", bundle: Bundle.module) + public let markAsRead = Image("markAsRead", bundle: Bundle.module) + public let lock = Image("lock", bundle: Bundle.module) + public let lockSolid = Image("lockSolid", bundle: Bundle.module) + public let lockOff = Image("lockOff", bundle: Bundle.module) + public let locationPin = Image("locationPin", bundle: Bundle.module) + public let locationPinSolid = Image("locationPinSolid", bundle: Bundle.module) + public let locationNavigator = Image("locationNavigator", bundle: Bundle.module) + public let locationNavigatorCentred = Image("locationNavigatorCentred", bundle: Bundle.module) + public let listNumbered = Image("listNumbered", bundle: Bundle.module) + public let listBulleted = Image("listBulleted", bundle: Bundle.module) + public let link = Image("link", bundle: Bundle.module) + public let leave = Image("leave", bundle: Bundle.module) + public let labs = Image("labs", bundle: Bundle.module) + public let keyboard = Image("keyboard", bundle: Bundle.module) + public let key = Image("key", bundle: Bundle.module) + public let keySolid = Image("keySolid", bundle: Bundle.module) + public let keyOff = Image("keyOff", bundle: Bundle.module) + public let keyOffSolid = Image("keyOffSolid", bundle: Bundle.module) + public let italic = Image("italic", bundle: Bundle.module) + public let inlineCode = Image("inlineCode", bundle: Bundle.module) + public let info = Image("info", bundle: Bundle.module) + public let infoSolid = Image("infoSolid", bundle: Bundle.module) + public let indentIncrease = Image("indentIncrease", bundle: Bundle.module) + public let indentDecrease = Image("indentDecrease", bundle: Bundle.module) + public let image = Image("image", bundle: Bundle.module) + public let imageError = Image("imageError", bundle: Bundle.module) + public let host = Image("host", bundle: Bundle.module) + public let home = Image("home", bundle: Bundle.module) + public let homeSolid = Image("homeSolid", bundle: Bundle.module) + public let history = Image("history", bundle: Bundle.module) + public let help = Image("help", bundle: Bundle.module) + public let helpSolid = Image("helpSolid", bundle: Bundle.module) + public let grid = Image("grid", bundle: Bundle.module) + public let forward = Image("forward", bundle: Bundle.module) + public let filter = Image("filter", bundle: Bundle.module) + public let files = Image("files", bundle: Bundle.module) + public let fileError = Image("fileError", bundle: Bundle.module) + public let favourite = Image("favourite", bundle: Bundle.module) + public let favouriteSolid = Image("favouriteSolid", bundle: Bundle.module) + public let extensions = Image("extensions", bundle: Bundle.module) + public let extensionsSolid = Image("extensionsSolid", bundle: Bundle.module) + public let exportArchive = Image("exportArchive", bundle: Bundle.module) + public let expand = Image("expand", bundle: Bundle.module) + public let error = Image("error", bundle: Bundle.module) + public let endCall = Image("endCall", bundle: Bundle.module) + public let email = Image("email", bundle: Bundle.module) + public let emailSolid = Image("emailSolid", bundle: Bundle.module) + public let edit = Image("edit", bundle: Bundle.module) + public let editSolid = Image("editSolid", bundle: Bundle.module) + public let dragList = Image("dragList", bundle: Bundle.module) + public let dragGrid = Image("dragGrid", bundle: Bundle.module) + public let download = Image("download", bundle: Bundle.module) + public let document = Image("document", bundle: Bundle.module) + public let devices = Image("devices", bundle: Bundle.module) + public let delete = Image("delete", bundle: Bundle.module) + public let darkMode = Image("darkMode", bundle: Bundle.module) + public let copy = Image("copy", bundle: Bundle.module) + public let computer = Image("computer", bundle: Bundle.module) + public let compose = Image("compose", bundle: Bundle.module) + public let company = Image("company", bundle: Bundle.module) + public let collapse = Image("collapse", bundle: Bundle.module) + public let code = Image("code", bundle: Bundle.module) + public let cloud = Image("cloud", bundle: Bundle.module) + public let cloudSolid = Image("cloudSolid", bundle: Bundle.module) + public let close = Image("close", bundle: Bundle.module) + public let circle = Image("circle", bundle: Bundle.module) + public let chevronUp = Image("chevronUp", bundle: Bundle.module) + public let chevronUpDown = Image("chevronUpDown", bundle: Bundle.module) + public let chevronRight = Image("chevronRight", bundle: Bundle.module) + public let chevronLeft = Image("chevronLeft", bundle: Bundle.module) + public let chevronDown = Image("chevronDown", bundle: Bundle.module) + public let check = Image("check", bundle: Bundle.module) + public let checkCircle = Image("checkCircle", bundle: Bundle.module) + public let checkCircleSolid = Image("checkCircleSolid", bundle: Bundle.module) + public let chat = Image("chat", bundle: Bundle.module) + public let chatSolid = Image("chatSolid", bundle: Bundle.module) + public let chatProblem = Image("chatProblem", bundle: Bundle.module) + public let chatNew = Image("chatNew", bundle: Bundle.module) + public let chart = Image("chart", bundle: Bundle.module) + public let bold = Image("bold", bundle: Bundle.module) + public let block = Image("block", bundle: Bundle.module) + public let attachment = Image("attachment", bundle: Bundle.module) + public let arrowUp = Image("arrowUp", bundle: Bundle.module) + public let arrowUpRight = Image("arrowUpRight", bundle: Bundle.module) + public let arrowRight = Image("arrowRight", bundle: Bundle.module) + public let arrowLeft = Image("arrowLeft", bundle: Bundle.module) + public let arrowDown = Image("arrowDown", bundle: Bundle.module) + public let admin = Image("admin", bundle: Bundle.module) public init() { } } diff --git a/assets/web/css/cpd-common-base.css b/assets/web/css/cpd-common-base.css index ad38c85e..84ff4083 100644 --- a/assets/web/css/cpd-common-base.css +++ b/assets/web/css/cpd-common-base.css @@ -35,7 +35,7 @@ --cpd-space-11x: 44px; --cpd-space-10x: 40px; --cpd-space-6x: 24px; - --cpd-space-0x: 0px; + --cpd-space-0x: 0; --cpd-space-scale: 4px; --cpd-font-heading-xl-semibold: var(--cpd-font-weight-semibold) var(--cpd-font-size-heading-xl)/var(--cpd-font-line-height-tight) var(--cpd-font-family-sans); --cpd-font-heading-xl-regular: var(--cpd-font-weight-regular) var(--cpd-font-size-heading-xl)/var(--cpd-font-line-height-tight) var(--cpd-font-family-sans); @@ -46,36 +46,36 @@ --cpd-font-heading-sm-semibold: var(--cpd-font-weight-semibold) var(--cpd-font-line-height-tight)rem/1.25 var(--cpd-font-family-sans); --cpd-font-heading-sm-medium: var(--cpd-font-weight-medium) var(--cpd-font-line-height-tight)rem/1.25 var(--cpd-font-family-sans); --cpd-font-heading-sm-regular: var(--cpd-font-weight-regular) var(--cpd-font-line-height-tight)rem/1.25 var(--cpd-font-family-sans); - --cpd-font-body-lg-semibold: var(--cpd-font-weight-semibold) var(--cpd-font-size-body-lg)/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans); - --cpd-font-body-lg-medium: var(--cpd-font-weight-medium) var(--cpd-font-size-body-lg)/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans); - --cpd-font-body-lg-regular: var(--cpd-font-weight-regular) var(--cpd-font-size-body-lg)/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans); - --cpd-font-body-md-semibold: var(--cpd-font-weight-semibold) var(--cpd-font-size-body-md)/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans); - --cpd-font-body-md-medium: var(--cpd-font-weight-medium) var(--cpd-font-size-body-md)/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans); - --cpd-font-body-md-regular: var(--cpd-font-weight-regular) var(--cpd-font-size-body-md)/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans); - --cpd-font-body-sm-semibold: var(--cpd-font-weight-semibold) var(--cpd-font-size-body-sm)/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans); - --cpd-font-body-sm-medium: var(--cpd-font-weight-medium) var(--cpd-font-size-body-sm)/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans); - --cpd-font-body-sm-regular: var(--cpd-font-weight-regular) var(--cpd-font-size-body-sm)/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans); - --cpd-font-body-xs-semibold: var(--cpd-font-weight-semibold) var(--cpd-font-size-body-xs)/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans); - --cpd-font-body-xs-medium: var(--cpd-font-weight-medium) var(--cpd-font-size-body-xs)/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans); - --cpd-font-body-xs-regular: var(--cpd-font-weight-regular) var(--cpd-font-size-body-xs)/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans); - --cpd-space-64x: 256px; - --cpd-space-48x: 192px; - --cpd-space-40x: 160px; - --cpd-space-32x: 128px; - --cpd-space-28x: 112px; - --cpd-space-24x: 96px; - --cpd-space-20x: 80px; - --cpd-space-15x: 60px; - --cpd-space-14x: 56px; - --cpd-space-13x: 52px; - --cpd-space-9x: 36px; - --cpd-space-8x: 32px; - --cpd-space-7x: 28px; - --cpd-space-5x: 20px; - --cpd-space-4x: 16px; - --cpd-space-3x: 12px; - --cpd-space-2x: 8px; - --cpd-space-1-5x: 6px; + --cpd-font-body-lg-semibold: var(--cpd-font-weight-semibold) 1.063rem/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans); + --cpd-font-body-lg-medium: var(--cpd-font-weight-medium) 1.063rem/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans); + --cpd-font-body-lg-regular: var(--cpd-font-weight-regular) 1.063rem/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans); + --cpd-font-body-md-semibold: var(--cpd-font-weight-semibold) 0.938rem/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans); + --cpd-font-body-md-medium: var(--cpd-font-weight-medium) 0.938rem/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans); + --cpd-font-body-md-regular: var(--cpd-font-weight-regular) 0.938rem/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans); + --cpd-font-body-sm-semibold: var(--cpd-font-weight-semibold) 0.813rem/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans); + --cpd-font-body-sm-medium: var(--cpd-font-weight-medium) 0.813rem/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans); + --cpd-font-body-sm-regular: var(--cpd-font-weight-regular) 0.813rem/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans); + --cpd-font-body-xs-semibold: var(--cpd-font-weight-semibold) 0.688rem/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans); + --cpd-font-body-xs-medium: var(--cpd-font-weight-medium) 0.688rem/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans); + --cpd-font-body-xs-regular: var(--cpd-font-weight-regular) 0.688rem/var(--cpd-font-line-height-regular) var(--cpd-font-family-sans); + --cpd-space-64x: var(--cpd-space-scale) * 64; + --cpd-space-48x: var(--cpd-space-scale) * 48; + --cpd-space-40x: var(--cpd-space-scale) * 40; + --cpd-space-32x: var(--cpd-space-scale) * 32; + --cpd-space-28x: var(--cpd-space-scale) * 28; + --cpd-space-24x: var(--cpd-space-scale) * 24; + --cpd-space-20x: var(--cpd-space-scale) * 20; + --cpd-space-15x: var(--cpd-space-scale) * 15; + --cpd-space-14x: var(--cpd-space-scale) * 14; + --cpd-space-13x: var(--cpd-space-scale) * 13; + --cpd-space-9x: var(--cpd-space-scale) * 9; + --cpd-space-8x: var(--cpd-space-scale) * 8; + --cpd-space-7x: var(--cpd-space-scale) * 7; + --cpd-space-5x: var(--cpd-space-scale) * 5; + --cpd-space-4x: var(--cpd-space-scale) * 4; + --cpd-space-3x: var(--cpd-space-scale) * 3; + --cpd-space-2x: var(--cpd-space-scale) * 2; + --cpd-space-1-5x: var(--cpd-space-scale) * 1.5; --cpd-space-1x: var(--cpd-space-scale); - --cpd-space-0-5x: 2px; + --cpd-space-0-5x: var(--cpd-space-scale) * 0.5; } diff --git a/assets/web/js/cpdDark.d.ts b/assets/web/js/cpdDark.d.ts index bd449a6e..a3237a54 100644 --- a/assets/web/js/cpdDark.d.ts +++ b/assets/web/js/cpdDark.d.ts @@ -625,4 +625,4 @@ export const cpdColorIconAccentPrimary : string; export const cpdColorIconCriticalPrimary : string; export const cpdColorIconSuccessPrimary : string; export const cpdColorIconInfoPrimary : string; -export const cpdColorIconOnSolidPrimary : string; \ No newline at end of file +export const cpdColorIconOnSolidPrimary : string; diff --git a/assets/web/js/cpdDark.js b/assets/web/js/cpdDark.js index 7181c0c5..dbfad9d1 100644 --- a/assets/web/js/cpdDark.js +++ b/assets/web/js/cpdDark.js @@ -1,5 +1,5 @@ export const cpdSpaceScale = "4px"; -export const cpdSpace0X = "0px"; +export const cpdSpace0X = "0"; export const cpdSpace0_5X = "2px"; export const cpdSpace1X = "4px"; export const cpdSpace1_5X = "6px"; @@ -56,18 +56,18 @@ export const cpdFontLetterSpacingHeadingSm = "-0.0166em"; export const cpdFontLetterSpacingHeadingMd = "-0.0195em"; export const cpdFontLetterSpacingHeadingLg = "-0.0209em"; export const cpdFontLetterSpacingHeadingXl = "-0.0216em"; -export const cpdFontBodyXsRegular = "400 0.6875rem/1.5 Inter"; -export const cpdFontBodyXsMedium = "500 0.6875rem/1.5 Inter"; -export const cpdFontBodyXsSemibold = "600 0.6875rem/1.5 Inter"; -export const cpdFontBodySmRegular = "400 0.8125rem/1.5 Inter"; -export const cpdFontBodySmMedium = "500 0.8125rem/1.5 Inter"; -export const cpdFontBodySmSemibold = "600 0.8125rem/1.5 Inter"; -export const cpdFontBodyMdRegular = "400 0.9375rem/1.5 Inter"; -export const cpdFontBodyMdMedium = "500 0.9375rem/1.5 Inter"; -export const cpdFontBodyMdSemibold = "600 0.9375rem/1.5 Inter"; -export const cpdFontBodyLgRegular = "400 1.0625rem/1.5 Inter"; -export const cpdFontBodyLgMedium = "500 1.0625rem/1.5 Inter"; -export const cpdFontBodyLgSemibold = "600 1.0625rem/1.5 Inter"; +export const cpdFontBodyXsRegular = "400 0.688rem/1.5 Inter"; +export const cpdFontBodyXsMedium = "500 0.688rem/1.5 Inter"; +export const cpdFontBodyXsSemibold = "600 0.688rem/1.5 Inter"; +export const cpdFontBodySmRegular = "400 0.813rem/1.5 Inter"; +export const cpdFontBodySmMedium = "500 0.813rem/1.5 Inter"; +export const cpdFontBodySmSemibold = "600 0.813rem/1.5 Inter"; +export const cpdFontBodyMdRegular = "400 0.938rem/1.5 Inter"; +export const cpdFontBodyMdMedium = "500 0.938rem/1.5 Inter"; +export const cpdFontBodyMdSemibold = "600 0.938rem/1.5 Inter"; +export const cpdFontBodyLgRegular = "400 1.063rem/1.5 Inter"; +export const cpdFontBodyLgMedium = "500 1.063rem/1.5 Inter"; +export const cpdFontBodyLgSemibold = "600 1.063rem/1.5 Inter"; export const cpdFontHeadingSmRegular = "400 1.25rem/1.25 Inter"; export const cpdFontHeadingSmMedium = "500 1.25rem/1.25 Inter"; export const cpdFontHeadingSmSemibold = "600 1.25rem/1.25 Inter"; @@ -625,4 +625,4 @@ export const cpdColorIconAccentPrimary = "#129a78"; export const cpdColorIconCriticalPrimary = "#fd3e3c"; export const cpdColorIconSuccessPrimary = "#129a78"; export const cpdColorIconInfoPrimary = "#4187eb"; -export const cpdColorIconOnSolidPrimary = "#101317"; \ No newline at end of file +export const cpdColorIconOnSolidPrimary = "#101317"; diff --git a/assets/web/js/cpdDarkHc.d.ts b/assets/web/js/cpdDarkHc.d.ts index bd449a6e..a3237a54 100644 --- a/assets/web/js/cpdDarkHc.d.ts +++ b/assets/web/js/cpdDarkHc.d.ts @@ -625,4 +625,4 @@ export const cpdColorIconAccentPrimary : string; export const cpdColorIconCriticalPrimary : string; export const cpdColorIconSuccessPrimary : string; export const cpdColorIconInfoPrimary : string; -export const cpdColorIconOnSolidPrimary : string; \ No newline at end of file +export const cpdColorIconOnSolidPrimary : string; diff --git a/assets/web/js/cpdDarkHc.js b/assets/web/js/cpdDarkHc.js index 7f098242..76bea5c3 100644 --- a/assets/web/js/cpdDarkHc.js +++ b/assets/web/js/cpdDarkHc.js @@ -1,5 +1,5 @@ export const cpdSpaceScale = "4px"; -export const cpdSpace0X = "0px"; +export const cpdSpace0X = "0"; export const cpdSpace0_5X = "2px"; export const cpdSpace1X = "4px"; export const cpdSpace1_5X = "6px"; @@ -56,18 +56,18 @@ export const cpdFontLetterSpacingHeadingSm = "-0.0166em"; export const cpdFontLetterSpacingHeadingMd = "-0.0195em"; export const cpdFontLetterSpacingHeadingLg = "-0.0209em"; export const cpdFontLetterSpacingHeadingXl = "-0.0216em"; -export const cpdFontBodyXsRegular = "400 0.6875rem/1.5 Inter"; -export const cpdFontBodyXsMedium = "500 0.6875rem/1.5 Inter"; -export const cpdFontBodyXsSemibold = "600 0.6875rem/1.5 Inter"; -export const cpdFontBodySmRegular = "400 0.8125rem/1.5 Inter"; -export const cpdFontBodySmMedium = "500 0.8125rem/1.5 Inter"; -export const cpdFontBodySmSemibold = "600 0.8125rem/1.5 Inter"; -export const cpdFontBodyMdRegular = "400 0.9375rem/1.5 Inter"; -export const cpdFontBodyMdMedium = "500 0.9375rem/1.5 Inter"; -export const cpdFontBodyMdSemibold = "600 0.9375rem/1.5 Inter"; -export const cpdFontBodyLgRegular = "400 1.0625rem/1.5 Inter"; -export const cpdFontBodyLgMedium = "500 1.0625rem/1.5 Inter"; -export const cpdFontBodyLgSemibold = "600 1.0625rem/1.5 Inter"; +export const cpdFontBodyXsRegular = "400 0.688rem/1.5 Inter"; +export const cpdFontBodyXsMedium = "500 0.688rem/1.5 Inter"; +export const cpdFontBodyXsSemibold = "600 0.688rem/1.5 Inter"; +export const cpdFontBodySmRegular = "400 0.813rem/1.5 Inter"; +export const cpdFontBodySmMedium = "500 0.813rem/1.5 Inter"; +export const cpdFontBodySmSemibold = "600 0.813rem/1.5 Inter"; +export const cpdFontBodyMdRegular = "400 0.938rem/1.5 Inter"; +export const cpdFontBodyMdMedium = "500 0.938rem/1.5 Inter"; +export const cpdFontBodyMdSemibold = "600 0.938rem/1.5 Inter"; +export const cpdFontBodyLgRegular = "400 1.063rem/1.5 Inter"; +export const cpdFontBodyLgMedium = "500 1.063rem/1.5 Inter"; +export const cpdFontBodyLgSemibold = "600 1.063rem/1.5 Inter"; export const cpdFontHeadingSmRegular = "400 1.25rem/1.25 Inter"; export const cpdFontHeadingSmMedium = "500 1.25rem/1.25 Inter"; export const cpdFontHeadingSmSemibold = "600 1.25rem/1.25 Inter"; @@ -625,4 +625,4 @@ export const cpdColorIconAccentPrimary = "#37c998"; export const cpdColorIconCriticalPrimary = "#ff968c"; export const cpdColorIconSuccessPrimary = "#37c998"; export const cpdColorIconInfoPrimary = "#89b5f6"; -export const cpdColorIconOnSolidPrimary = "#101317"; \ No newline at end of file +export const cpdColorIconOnSolidPrimary = "#101317"; diff --git a/assets/web/js/cpdLight.d.ts b/assets/web/js/cpdLight.d.ts index bd449a6e..a3237a54 100644 --- a/assets/web/js/cpdLight.d.ts +++ b/assets/web/js/cpdLight.d.ts @@ -625,4 +625,4 @@ export const cpdColorIconAccentPrimary : string; export const cpdColorIconCriticalPrimary : string; export const cpdColorIconSuccessPrimary : string; export const cpdColorIconInfoPrimary : string; -export const cpdColorIconOnSolidPrimary : string; \ No newline at end of file +export const cpdColorIconOnSolidPrimary : string; diff --git a/assets/web/js/cpdLight.js b/assets/web/js/cpdLight.js index 370be2b4..b59c14e1 100644 --- a/assets/web/js/cpdLight.js +++ b/assets/web/js/cpdLight.js @@ -1,5 +1,5 @@ export const cpdSpaceScale = "4px"; -export const cpdSpace0X = "0px"; +export const cpdSpace0X = "0"; export const cpdSpace0_5X = "2px"; export const cpdSpace1X = "4px"; export const cpdSpace1_5X = "6px"; @@ -56,18 +56,18 @@ export const cpdFontLetterSpacingHeadingSm = "-0.0166em"; export const cpdFontLetterSpacingHeadingMd = "-0.0195em"; export const cpdFontLetterSpacingHeadingLg = "-0.0209em"; export const cpdFontLetterSpacingHeadingXl = "-0.0216em"; -export const cpdFontBodyXsRegular = "400 0.6875rem/1.5 Inter"; -export const cpdFontBodyXsMedium = "500 0.6875rem/1.5 Inter"; -export const cpdFontBodyXsSemibold = "600 0.6875rem/1.5 Inter"; -export const cpdFontBodySmRegular = "400 0.8125rem/1.5 Inter"; -export const cpdFontBodySmMedium = "500 0.8125rem/1.5 Inter"; -export const cpdFontBodySmSemibold = "600 0.8125rem/1.5 Inter"; -export const cpdFontBodyMdRegular = "400 0.9375rem/1.5 Inter"; -export const cpdFontBodyMdMedium = "500 0.9375rem/1.5 Inter"; -export const cpdFontBodyMdSemibold = "600 0.9375rem/1.5 Inter"; -export const cpdFontBodyLgRegular = "400 1.0625rem/1.5 Inter"; -export const cpdFontBodyLgMedium = "500 1.0625rem/1.5 Inter"; -export const cpdFontBodyLgSemibold = "600 1.0625rem/1.5 Inter"; +export const cpdFontBodyXsRegular = "400 0.688rem/1.5 Inter"; +export const cpdFontBodyXsMedium = "500 0.688rem/1.5 Inter"; +export const cpdFontBodyXsSemibold = "600 0.688rem/1.5 Inter"; +export const cpdFontBodySmRegular = "400 0.813rem/1.5 Inter"; +export const cpdFontBodySmMedium = "500 0.813rem/1.5 Inter"; +export const cpdFontBodySmSemibold = "600 0.813rem/1.5 Inter"; +export const cpdFontBodyMdRegular = "400 0.938rem/1.5 Inter"; +export const cpdFontBodyMdMedium = "500 0.938rem/1.5 Inter"; +export const cpdFontBodyMdSemibold = "600 0.938rem/1.5 Inter"; +export const cpdFontBodyLgRegular = "400 1.063rem/1.5 Inter"; +export const cpdFontBodyLgMedium = "500 1.063rem/1.5 Inter"; +export const cpdFontBodyLgSemibold = "600 1.063rem/1.5 Inter"; export const cpdFontHeadingSmRegular = "400 1.25rem/1.25 Inter"; export const cpdFontHeadingSmMedium = "500 1.25rem/1.25 Inter"; export const cpdFontHeadingSmSemibold = "600 1.25rem/1.25 Inter"; @@ -625,4 +625,4 @@ export const cpdColorIconAccentPrimary = "#007a61"; export const cpdColorIconCriticalPrimary = "#d51928"; export const cpdColorIconSuccessPrimary = "#007a61"; export const cpdColorIconInfoPrimary = "#0467dd"; -export const cpdColorIconOnSolidPrimary = "#ffffff"; \ No newline at end of file +export const cpdColorIconOnSolidPrimary = "#ffffff"; diff --git a/assets/web/js/cpdLightHc.d.ts b/assets/web/js/cpdLightHc.d.ts index bd449a6e..a3237a54 100644 --- a/assets/web/js/cpdLightHc.d.ts +++ b/assets/web/js/cpdLightHc.d.ts @@ -625,4 +625,4 @@ export const cpdColorIconAccentPrimary : string; export const cpdColorIconCriticalPrimary : string; export const cpdColorIconSuccessPrimary : string; export const cpdColorIconInfoPrimary : string; -export const cpdColorIconOnSolidPrimary : string; \ No newline at end of file +export const cpdColorIconOnSolidPrimary : string; diff --git a/assets/web/js/cpdLightHc.js b/assets/web/js/cpdLightHc.js index bc84ddcb..60220ae5 100644 --- a/assets/web/js/cpdLightHc.js +++ b/assets/web/js/cpdLightHc.js @@ -1,5 +1,5 @@ export const cpdSpaceScale = "4px"; -export const cpdSpace0X = "0px"; +export const cpdSpace0X = "0"; export const cpdSpace0_5X = "2px"; export const cpdSpace1X = "4px"; export const cpdSpace1_5X = "6px"; @@ -56,18 +56,18 @@ export const cpdFontLetterSpacingHeadingSm = "-0.0166em"; export const cpdFontLetterSpacingHeadingMd = "-0.0195em"; export const cpdFontLetterSpacingHeadingLg = "-0.0209em"; export const cpdFontLetterSpacingHeadingXl = "-0.0216em"; -export const cpdFontBodyXsRegular = "400 0.6875rem/1.5 Inter"; -export const cpdFontBodyXsMedium = "500 0.6875rem/1.5 Inter"; -export const cpdFontBodyXsSemibold = "600 0.6875rem/1.5 Inter"; -export const cpdFontBodySmRegular = "400 0.8125rem/1.5 Inter"; -export const cpdFontBodySmMedium = "500 0.8125rem/1.5 Inter"; -export const cpdFontBodySmSemibold = "600 0.8125rem/1.5 Inter"; -export const cpdFontBodyMdRegular = "400 0.9375rem/1.5 Inter"; -export const cpdFontBodyMdMedium = "500 0.9375rem/1.5 Inter"; -export const cpdFontBodyMdSemibold = "600 0.9375rem/1.5 Inter"; -export const cpdFontBodyLgRegular = "400 1.0625rem/1.5 Inter"; -export const cpdFontBodyLgMedium = "500 1.0625rem/1.5 Inter"; -export const cpdFontBodyLgSemibold = "600 1.0625rem/1.5 Inter"; +export const cpdFontBodyXsRegular = "400 0.688rem/1.5 Inter"; +export const cpdFontBodyXsMedium = "500 0.688rem/1.5 Inter"; +export const cpdFontBodyXsSemibold = "600 0.688rem/1.5 Inter"; +export const cpdFontBodySmRegular = "400 0.813rem/1.5 Inter"; +export const cpdFontBodySmMedium = "500 0.813rem/1.5 Inter"; +export const cpdFontBodySmSemibold = "600 0.813rem/1.5 Inter"; +export const cpdFontBodyMdRegular = "400 0.938rem/1.5 Inter"; +export const cpdFontBodyMdMedium = "500 0.938rem/1.5 Inter"; +export const cpdFontBodyMdSemibold = "600 0.938rem/1.5 Inter"; +export const cpdFontBodyLgRegular = "400 1.063rem/1.5 Inter"; +export const cpdFontBodyLgMedium = "500 1.063rem/1.5 Inter"; +export const cpdFontBodyLgSemibold = "600 1.063rem/1.5 Inter"; export const cpdFontHeadingSmRegular = "400 1.25rem/1.25 Inter"; export const cpdFontHeadingSmMedium = "500 1.25rem/1.25 Inter"; export const cpdFontHeadingSmSemibold = "600 1.25rem/1.25 Inter"; @@ -625,4 +625,4 @@ export const cpdColorIconAccentPrimary = "#00553d"; export const cpdColorIconCriticalPrimary = "#99001a"; export const cpdColorIconSuccessPrimary = "#00553d"; export const cpdColorIconInfoPrimary = "#0543a7"; -export const cpdColorIconOnSolidPrimary = "#ffffff"; \ No newline at end of file +export const cpdColorIconOnSolidPrimary = "#ffffff"; diff --git a/package.json b/package.json index 533c1654..2a6c98e2 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,8 @@ "dev": "http-server .", "format": "yarn exec biome -- format", "lint": "yarn exec biome -- lint", - "check": "yarn exec biome -- check" + "check": "yarn exec biome -- check", + "types": "yarn exec tsc -- --noEmit" }, "keywords": ["compound", "design tokens", "style dictionary", "css"], "files": ["./assets/web/**/*", "./icons/**/*"], @@ -24,13 +25,13 @@ }, "devDependencies": { "@biomejs/biome": "^1.8.3", - "@tokens-studio/sd-transforms": "^0.4.3", + "@tokens-studio/sd-transforms": "^0.12.2", "@types/fs-extra": "^11.0.1", "@types/lodash": "^4.14.191", "@types/node": "^18.13.0", "fast-glob": "^3.2.12", "http-server": "^14.1.1", - "style-dictionary": "https://github.com/amzn/style-dictionary", + "style-dictionary": "^3.8.0", "ts-node": "^10.9.1", "typescript": "^4.9.5" }, diff --git a/src/configs/getWebConfig.ts b/src/configs/getWebConfig.ts index ef21f950..ee8ee936 100644 --- a/src/configs/getWebConfig.ts +++ b/src/configs/getWebConfig.ts @@ -33,10 +33,10 @@ export default function (target: "js" | "css" | "ts", theme: Theme): Platform { const transforms = [ "ts/resolveMath", "ts/size/px", - "ts/size/letterspacing", - "ts/color/hexrgba", + "ts/size/css/letterspacing", + "ts/color/css/hexrgba", "ts/typography/css/shorthand", - "ts/shadow/shorthand", + "ts/shadow/css/shorthand", "attribute/cti", "css/pxToRem", "css/percentageToUnitless", diff --git a/yarn.lock b/yarn.lock index 5c30f9c9..62280141 100644 --- a/yarn.lock +++ b/yarn.lock @@ -63,6 +63,18 @@ dependencies: "@jridgewell/trace-mapping" "0.3.9" +"@isaacs/cliui@^8.0.2": + version "8.0.2" + resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550" + integrity sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA== + dependencies: + string-width "^5.1.2" + string-width-cjs "npm:string-width@^4.2.0" + strip-ansi "^7.0.1" + strip-ansi-cjs "npm:strip-ansi@^6.0.1" + wrap-ansi "^8.1.0" + wrap-ansi-cjs "npm:wrap-ansi@^7.0.0" + "@jridgewell/resolve-uri@^3.0.3": version "3.1.0" resolved "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz" @@ -102,15 +114,29 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@tokens-studio/sd-transforms@^0.4.3": - version "0.4.4" - resolved "https://registry.yarnpkg.com/@tokens-studio/sd-transforms/-/sd-transforms-0.4.4.tgz#54ac3dfcd62c6e0b6a73e7cd8635b3548b4c7cdf" - integrity sha512-AHKl1cvQzpXPcNF6+q83w/tFMftD3WHit6GSSvAQzxfvtoDAAfBmMO5AqEUZp6Dds7WPMPwvp/vw3CoEGP6xyg== +"@pkgjs/parseargs@^0.11.0": + version "0.11.0" + resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33" + integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg== + +"@tokens-studio/sd-transforms@^0.12.2": + version "0.12.2" + resolved "https://registry.yarnpkg.com/@tokens-studio/sd-transforms/-/sd-transforms-0.12.2.tgz#b0512e163d2a0d46f75426b6c4f431cda6c4f9e2" + integrity sha512-ugiAOuem35yQ9BZ87bSkG4zz0xUzrdZLOenSn6/gRrGwDW8x1sWJ8AZ1OZXqIxZIOEGyjmUofSBkhulgKE70JA== dependencies: + "@tokens-studio/types" "^0.2.4" color2k "^2.0.1" colorjs.io "^0.4.3" + deepmerge "^4.3.1" + expr-eval "^2.0.2" + is-mergeable-object "^1.1.1" postcss-calc-ast-parser "^0.1.4" - style-dictionary "^3.7.2" + style-dictionary "^3.8.0" + +"@tokens-studio/types@^0.2.4": + version "0.2.5" + resolved "https://registry.yarnpkg.com/@tokens-studio/types/-/types-0.2.5.tgz#fbddad1d0040f1316ee74dbd42a389f2f3d2fcbc" + integrity sha512-pJ0zWxGnEjca4dznFIHC9/oXuovu3DKHUhLDNJVzTRZEVXhWkIRIUbjDwIRihxBr39c776W+3thYvWMgChT0Rw== "@trysound/sax@0.2.0": version "0.2.0" @@ -182,6 +208,16 @@ acorn@^8.4.1: resolved "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz" integrity sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw== +ansi-regex@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" + integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== + +ansi-regex@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a" + integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA== + ansi-styles@^3.2.1: version "3.2.1" resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" @@ -189,13 +225,18 @@ ansi-styles@^3.2.1: dependencies: color-convert "^1.9.0" -ansi-styles@^4.1.0: +ansi-styles@^4.0.0, ansi-styles@^4.1.0: version "4.3.0" resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz" integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== dependencies: color-convert "^2.0.1" +ansi-styles@^6.1.0: + version "6.2.1" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5" + integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug== + arg@^4.1.0: version "4.1.3" resolved "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz" @@ -225,13 +266,12 @@ boolbase@^1.0.0: resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e" integrity sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww== -brace-expansion@^1.1.7: - version "1.1.11" - resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz" - integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== +brace-expansion@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae" + integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA== dependencies: balanced-match "^1.0.0" - concat-map "0.0.1" braces@^3.0.2: version "3.0.2" @@ -353,11 +393,6 @@ commander@^8.3.0: resolved "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz" integrity sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww== -concat-map@0.0.1: - version "0.0.1" - resolved "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" - integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== - constant-case@^3.0.4: version "3.0.4" resolved "https://registry.npmjs.org/constant-case/-/constant-case-3.0.4.tgz" @@ -377,6 +412,15 @@ create-require@^1.1.0: resolved "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz" integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ== +cross-spawn@^7.0.0: + version "7.0.3" + resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6" + integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== + dependencies: + path-key "^3.1.0" + shebang-command "^2.0.0" + which "^2.0.1" + css-select@^4.1.3: version "4.3.0" resolved "https://registry.yarnpkg.com/css-select/-/css-select-4.3.0.tgz#db7129b2846662fd8628cfc496abb2b59e41529b" @@ -415,6 +459,11 @@ debug@^3.2.7: dependencies: ms "^2.1.1" +deepmerge@^4.3.1: + version "4.3.1" + resolved "https://registry.yarnpkg.com/deepmerge/-/deepmerge-4.3.1.tgz#44b5f2147cd3b00d4b56137685966f26fd25dd4a" + integrity sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A== + diff@^4.0.1: version "4.0.2" resolved "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz" @@ -458,6 +507,21 @@ dot-case@^3.0.4: no-case "^3.0.4" tslib "^2.0.3" +eastasianwidth@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb" + integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA== + +emoji-regex@^8.0.0: + version "8.0.0" + resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37" + integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== + +emoji-regex@^9.2.2: + version "9.2.2" + resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72" + integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg== + entities@^2.0.0: version "2.2.0" resolved "https://registry.yarnpkg.com/entities/-/entities-2.2.0.tgz#098dc90ebb83d8dffa089d55256b351d34c4da55" @@ -473,6 +537,11 @@ eventemitter3@^4.0.0: resolved "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz" integrity sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw== +expr-eval@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/expr-eval/-/expr-eval-2.0.2.tgz#fa6f044a7b0c93fde830954eb9c5b0f7fbc7e201" + integrity sha512-4EMSHGOPSwAfBiibw3ndnP0AvjDWLsMvGOvWEZ2F96IGk0bIVdjQisOHxReSkE13mHcfbuCiXw+G4y0zv6N8Eg== + fast-glob@^3.2.12: version "3.2.12" resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz" @@ -503,6 +572,14 @@ follow-redirects@^1.0.0: resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz" integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA== +foreground-child@^3.1.0: + version "3.2.1" + resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.2.1.tgz#767004ccf3a5b30df39bed90718bab43fe0a59f7" + integrity sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA== + dependencies: + cross-spawn "^7.0.0" + signal-exit "^4.0.1" + fs-extra@^10.0.0: version "10.1.0" resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz" @@ -512,11 +589,6 @@ fs-extra@^10.0.0: jsonfile "^6.0.1" universalify "^2.0.0" -fs.realpath@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" - integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== - function-bind@^1.1.1: version "1.1.1" resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz" @@ -538,17 +610,17 @@ glob-parent@^5.1.2: dependencies: is-glob "^4.0.1" -glob@^7.2.0: - version "7.2.3" - resolved "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" - integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q== +glob@^10.3.10: + version "10.4.5" + resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956" + integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg== dependencies: - fs.realpath "^1.0.0" - inflight "^1.0.4" - inherits "2" - minimatch "^3.1.1" - once "^1.3.0" - path-is-absolute "^1.0.0" + foreground-child "^3.1.0" + jackspeak "^3.1.2" + minimatch "^9.0.4" + minipass "^7.1.2" + package-json-from-dist "^1.0.0" + path-scurry "^1.11.1" graceful-fs@^4.1.6, graceful-fs@^4.2.0: version "4.2.10" @@ -632,24 +704,16 @@ iconv-lite@0.6.3: dependencies: safer-buffer ">= 2.1.2 < 3.0.0" -inflight@^1.0.4: - version "1.0.6" - resolved "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz" - integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA== - dependencies: - once "^1.3.0" - wrappy "1" - -inherits@2: - version "2.0.4" - resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" - integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== - is-extglob@^2.1.1: version "2.1.1" resolved "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz" integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ== +is-fullwidth-code-point@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d" + integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== + is-glob@^4.0.1: version "4.0.3" resolved "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz" @@ -657,6 +721,11 @@ is-glob@^4.0.1: dependencies: is-extglob "^2.1.1" +is-mergeable-object@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/is-mergeable-object/-/is-mergeable-object-1.1.1.tgz#faaa3ed1cfce87d6f7d2f5885e92cc30af3e2ebf" + integrity sha512-CPduJfuGg8h8vW74WOxHtHmtQutyQBzR+3MjQ6iDHIYdbOnm1YC7jv43SqCoU8OPGTJD4nibmiryA4kmogbGrA== + is-number@^7.0.0: version "7.0.0" resolved "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz" @@ -667,7 +736,21 @@ is-svg-path@^1.0.1: resolved "https://registry.yarnpkg.com/is-svg-path/-/is-svg-path-1.0.2.tgz#77ab590c12b3d20348e5c7a13d0040c87784dda0" integrity sha512-Lj4vePmqpPR1ZnRctHv8ltSh1OrSxHkhUkd7wi+VQdcdP15/KvQFyk7LhNuM7ZW0EVbJz8kZLVmL9quLrfq4Kg== -json5@^2.2.0, json5@^2.2.2: +isexe@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" + integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== + +jackspeak@^3.1.2: + version "3.4.2" + resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-3.4.2.tgz#c3d1e00071d52dba8b0dac17cd2a12d0187d2989" + integrity sha512-qH3nOSj8q/8+Eg8LUPOq3C+6HWkpUioIjDsq1+D4zY91oZvpPttw8GwtF1nReRYKXl+1AORyFqtm2f5Q1SB6/Q== + dependencies: + "@isaacs/cliui" "^8.0.2" + optionalDependencies: + "@pkgjs/parseargs" "^0.11.0" + +json5@^2.2.2: version "2.2.3" resolved "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz" integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg== @@ -698,6 +781,11 @@ lower-case@^2.0.2: dependencies: tslib "^2.0.3" +lru-cache@^10.2.0: + version "10.4.3" + resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119" + integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ== + make-error@^1.1.1: version "1.3.6" resolved "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz" @@ -726,18 +814,23 @@ mime@^1.6.0: resolved "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz" integrity sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg== -minimatch@^3.1.1: - version "3.1.2" - resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" - integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== +minimatch@^9.0.4: + version "9.0.5" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5" + integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow== dependencies: - brace-expansion "^1.1.7" + brace-expansion "^2.0.1" minimist@^1.2.6: version "1.2.7" resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz" integrity sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g== +"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2: + version "7.1.2" + resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707" + integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw== + mkdirp@^0.5.6: version "0.5.6" resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz" @@ -782,18 +875,16 @@ object-inspect@^1.9.0: resolved "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz" integrity sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g== -once@^1.3.0: - version "1.4.0" - resolved "https://registry.npmjs.org/once/-/once-1.4.0.tgz" - integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w== - dependencies: - wrappy "1" - opener@^1.5.1: version "1.5.2" resolved "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz" integrity sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A== +package-json-from-dist@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz#e501cd3094b278495eb4258d4c9f6d5ac3019f00" + integrity sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw== + param-case@^3.0.4: version "3.0.4" resolved "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz" @@ -823,10 +914,18 @@ path-case@^3.0.4: dot-case "^3.0.4" tslib "^2.0.3" -path-is-absolute@^1.0.0: - version "1.0.1" - resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" - integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg== +path-key@^3.1.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375" + integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== + +path-scurry@^1.11.1: + version "1.11.1" + resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.11.1.tgz#7960a668888594a0720b12a911d1a742ab9f11d2" + integrity sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA== + dependencies: + lru-cache "^10.2.0" + minipass "^5.0.0 || ^6.0.2 || ^7.0.0" picocolors@^1.0.0: version "1.0.0" @@ -917,6 +1016,18 @@ sentence-case@^3.0.4: tslib "^2.0.3" upper-case-first "^2.0.2" +shebang-command@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea" + integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== + dependencies: + shebang-regex "^3.0.0" + +shebang-regex@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172" + integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== + side-channel@^1.0.4: version "1.0.4" resolved "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz" @@ -926,6 +1037,11 @@ side-channel@^1.0.4: get-intrinsic "^1.0.2" object-inspect "^1.9.0" +signal-exit@^4.0.1: + version "4.1.0" + resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04" + integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw== + snake-case@^3.0.4: version "3.0.4" resolved "https://registry.npmjs.org/snake-case/-/snake-case-3.0.4.tgz" @@ -944,30 +1060,64 @@ stable@^0.1.8: resolved "https://registry.yarnpkg.com/stable/-/stable-0.1.8.tgz#836eb3c8382fe2936feaf544631017ce7d47a3cf" integrity sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w== -style-dictionary@^3.7.2: - version "3.7.2" - resolved "https://registry.npmjs.org/style-dictionary/-/style-dictionary-3.7.2.tgz" - integrity sha512-Nd/qrPj1ikYX+sL/8PofMgfaJLRvGgT96Ty3dJLGNqtZmecVr3Xs+OZivMQEYmSCTiap/UyeV5SqwmAgn3/KKA== +"string-width-cjs@npm:string-width@^4.2.0": + version "4.2.3" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== dependencies: - chalk "^4.0.0" - change-case "^4.1.2" - commander "^8.3.0" - fs-extra "^10.0.0" - glob "^7.2.0" - json5 "^2.2.0" - jsonc-parser "^3.0.0" - lodash "^4.17.15" - tinycolor2 "^1.4.1" + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.1" -"style-dictionary@https://github.com/amzn/style-dictionary": - version "3.7.2" - resolved "https://github.com/amzn/style-dictionary#6182d63765b86b19a83d27eeee227d5b0b9ea4ee" +string-width@^4.1.0: + version "4.2.3" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.1" + +string-width@^5.0.1, string-width@^5.1.2: + version "5.1.2" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794" + integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA== + dependencies: + eastasianwidth "^0.2.0" + emoji-regex "^9.2.2" + strip-ansi "^7.0.1" + +"strip-ansi-cjs@npm:strip-ansi@^6.0.1": + version "6.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== + dependencies: + ansi-regex "^5.0.1" + +strip-ansi@^6.0.0, strip-ansi@^6.0.1: + version "6.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" + integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== + dependencies: + ansi-regex "^5.0.1" + +strip-ansi@^7.0.1: + version "7.1.0" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45" + integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ== + dependencies: + ansi-regex "^6.0.1" + +style-dictionary@^3.8.0: + version "3.9.2" + resolved "https://registry.yarnpkg.com/style-dictionary/-/style-dictionary-3.9.2.tgz#5b3ecd4af28a64f4855db71c90d24fd288f27318" + integrity sha512-M2pcQ6hyRtqHOh+NyT6T05R3pD/gwNpuhREBKvxC1En0vyywx+9Wy9nXWT1SZ9ePzv1vAo65ItnpA16tT9ZUCg== dependencies: chalk "^4.0.0" change-case "^4.1.2" commander "^8.3.0" fs-extra "^10.0.0" - glob "^7.2.0" + glob "^10.3.10" json5 "^2.2.2" jsonc-parser "^3.0.0" lodash "^4.17.15" @@ -1115,10 +1265,30 @@ whatwg-encoding@^2.0.0: dependencies: iconv-lite "0.6.3" -wrappy@1: - version "1.0.2" - resolved "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" - integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== +which@^2.0.1: + version "2.0.2" + resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" + integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== + dependencies: + isexe "^2.0.0" + +"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": + version "7.0.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" + integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== + dependencies: + ansi-styles "^4.0.0" + string-width "^4.1.0" + strip-ansi "^6.0.0" + +wrap-ansi@^8.1.0: + version "8.1.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214" + integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ== + dependencies: + ansi-styles "^6.1.0" + string-width "^5.0.1" + strip-ansi "^7.0.1" yn@3.1.1: version "3.1.1"