@workday/canvas-kit-docs 14.0.0-alpha.1165-next.0 → 14.0.0-alpha.1168-next.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -411376,12 +411376,12 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
411376
411376
  },
411377
411377
  {
411378
411378
  "name": "createConfig",
411379
- "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/index.d.ts",
411379
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/index.ts",
411380
411380
  "description": "",
411381
411381
  "declarations": [
411382
411382
  {
411383
411383
  "name": "createConfig",
411384
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/index.d.ts"
411384
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/index.ts"
411385
411385
  }
411386
411386
  ],
411387
411387
  "tags": {},
@@ -411402,7 +411402,7 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
411402
411402
  "declarations": [
411403
411403
  {
411404
411404
  "name": "config",
411405
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/index.d.ts"
411405
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/index.ts"
411406
411406
  }
411407
411407
  ],
411408
411408
  "tags": {}
@@ -411500,6 +411500,214 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
411500
411500
  }
411501
411501
  }
411502
411502
  },
411503
+ {
411504
+ "name": "getTSConfigFile",
411505
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/createTypeScriptWatchProgram.ts",
411506
+ "description": "Get the contents of the tsconfig in the system",
411507
+ "declarations": [
411508
+ {
411509
+ "name": "getTSConfigFile",
411510
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/createTypeScriptWatchProgram.ts"
411511
+ }
411512
+ ],
411513
+ "tags": {},
411514
+ "type": {
411515
+ "kind": "function",
411516
+ "parameters": [
411517
+ {
411518
+ "kind": "parameter",
411519
+ "name": "tsconfigPath",
411520
+ "type": {
411521
+ "kind": "primitive",
411522
+ "value": "string"
411523
+ },
411524
+ "required": true,
411525
+ "rest": false,
411526
+ "description": "",
411527
+ "declarations": [
411528
+ {
411529
+ "name": "tsconfigPath",
411530
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/createTypeScriptWatchProgram.ts"
411531
+ }
411532
+ ],
411533
+ "tags": {}
411534
+ }
411535
+ ],
411536
+ "members": [],
411537
+ "returnType": {
411538
+ "kind": "symbol",
411539
+ "name": "ParsedCommandLine",
411540
+ "value": "ParsedCommandLine"
411541
+ }
411542
+ }
411543
+ },
411544
+ {
411545
+ "name": "getCompilerOptions",
411546
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/createTypeScriptWatchProgram.ts",
411547
+ "description": "",
411548
+ "declarations": [
411549
+ {
411550
+ "name": "getCompilerOptions",
411551
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/createTypeScriptWatchProgram.ts"
411552
+ }
411553
+ ],
411554
+ "tags": {},
411555
+ "type": {
411556
+ "kind": "function",
411557
+ "parameters": [
411558
+ {
411559
+ "kind": "parameter",
411560
+ "name": "tsconfigPath",
411561
+ "type": {
411562
+ "kind": "primitive",
411563
+ "value": "string"
411564
+ },
411565
+ "required": true,
411566
+ "rest": false,
411567
+ "description": "",
411568
+ "declarations": [
411569
+ {
411570
+ "name": "tsconfigPath",
411571
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/createTypeScriptWatchProgram.ts"
411572
+ }
411573
+ ],
411574
+ "tags": {}
411575
+ }
411576
+ ],
411577
+ "members": [],
411578
+ "returnType": {
411579
+ "kind": "symbol",
411580
+ "name": "CompilerOptions",
411581
+ "value": "CompilerOptions"
411582
+ }
411583
+ }
411584
+ },
411585
+ {
411586
+ "name": "startWatch",
411587
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/createTypeScriptWatchProgram.ts",
411588
+ "description": "Create a watch program for TypeScript with transformers. It watches the specified\ntsconfigPath for changes and updates the program when changes are detected.",
411589
+ "declarations": [
411590
+ {
411591
+ "name": "startWatch",
411592
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/createTypeScriptWatchProgram.ts"
411593
+ }
411594
+ ],
411595
+ "tags": {
411596
+ "param": "compilerOptions\n \n- The compiler options to use.\ntsconfigPath\n \n- The path to the tsconfig file.\nonProgramCreatedOrUpdated\n \n- A callback function\nthat is called when the program is created or updated.",
411597
+ "returns": ""
411598
+ },
411599
+ "type": {
411600
+ "kind": "function",
411601
+ "parameters": [
411602
+ {
411603
+ "kind": "parameter",
411604
+ "name": "compilerOptions",
411605
+ "type": {
411606
+ "kind": "symbol",
411607
+ "name": "ts.CompilerOptions",
411608
+ "value": "CompilerOptions"
411609
+ },
411610
+ "required": true,
411611
+ "rest": false,
411612
+ "description": "- The compiler options to use.",
411613
+ "declarations": [
411614
+ {
411615
+ "name": "compilerOptions",
411616
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/createTypeScriptWatchProgram.ts"
411617
+ }
411618
+ ],
411619
+ "tags": {
411620
+ "param": "compilerOptions\n \n- The compiler options to use."
411621
+ }
411622
+ },
411623
+ {
411624
+ "kind": "parameter",
411625
+ "name": "tsconfigPath",
411626
+ "type": {
411627
+ "kind": "primitive",
411628
+ "value": "string"
411629
+ },
411630
+ "required": true,
411631
+ "rest": false,
411632
+ "description": "- The path to the tsconfig file.",
411633
+ "declarations": [
411634
+ {
411635
+ "name": "tsconfigPath",
411636
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/createTypeScriptWatchProgram.ts"
411637
+ }
411638
+ ],
411639
+ "tags": {
411640
+ "param": "tsconfigPath\n \n- The path to the tsconfig file."
411641
+ }
411642
+ },
411643
+ {
411644
+ "kind": "parameter",
411645
+ "name": "onProgramCreatedOrUpdated",
411646
+ "type": {
411647
+ "kind": "function",
411648
+ "parameters": [
411649
+ {
411650
+ "kind": "parameter",
411651
+ "name": "program",
411652
+ "type": {
411653
+ "kind": "symbol",
411654
+ "name": "ts.BuilderProgram",
411655
+ "value": "BuilderProgram"
411656
+ },
411657
+ "required": true,
411658
+ "rest": false,
411659
+ "description": "",
411660
+ "declarations": [
411661
+ {
411662
+ "name": "program",
411663
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/createTypeScriptWatchProgram.ts"
411664
+ }
411665
+ ],
411666
+ "tags": {}
411667
+ }
411668
+ ],
411669
+ "members": [],
411670
+ "returnType": {
411671
+ "kind": "primitive",
411672
+ "value": "void"
411673
+ }
411674
+ },
411675
+ "required": true,
411676
+ "rest": false,
411677
+ "description": "- A callback function\nthat is called when the program is created or updated.",
411678
+ "declarations": [
411679
+ {
411680
+ "name": "onProgramCreatedOrUpdated",
411681
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/createTypeScriptWatchProgram.ts"
411682
+ }
411683
+ ],
411684
+ "tags": {
411685
+ "param": "onProgramCreatedOrUpdated\n \n- A callback function\nthat is called when the program is created or updated."
411686
+ }
411687
+ }
411688
+ ],
411689
+ "members": [],
411690
+ "returnType": {
411691
+ "kind": "tuple",
411692
+ "value": [
411693
+ {
411694
+ "kind": "symbol",
411695
+ "name": "ts.BuilderProgram",
411696
+ "value": "BuilderProgram"
411697
+ },
411698
+ {
411699
+ "kind": "function",
411700
+ "parameters": [],
411701
+ "members": [],
411702
+ "returnType": {
411703
+ "kind": "primitive",
411704
+ "value": "void"
411705
+ }
411706
+ }
411707
+ ]
411708
+ }
411709
+ }
411710
+ },
411503
411711
  {
411504
411712
  "name": "NestedStyleObject",
411505
411713
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/styleTransform.ts",
@@ -411922,6 +412130,23 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
411922
412130
  }
411923
412131
  ],
411924
412132
  "tags": {}
412133
+ },
412134
+ {
412135
+ "kind": "property",
412136
+ "name": "seed",
412137
+ "required": true,
412138
+ "type": {
412139
+ "kind": "primitive",
412140
+ "value": "string"
412141
+ },
412142
+ "description": "",
412143
+ "declarations": [
412144
+ {
412145
+ "name": "seed",
412146
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/utils/types.ts"
412147
+ }
412148
+ ],
412149
+ "tags": {}
411925
412150
  }
411926
412151
  ]
411927
412152
  }
@@ -411948,12 +412173,12 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
411948
412173
  }
411949
412174
  },
411950
412175
  {
411951
- "name": "default",
412176
+ "name": "styleTransformer",
411952
412177
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/styleTransform.ts",
411953
412178
  "description": "",
411954
412179
  "declarations": [
411955
412180
  {
411956
- "name": "default",
412181
+ "name": "styleTransformer",
411957
412182
  "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/styleTransform.ts"
411958
412183
  }
411959
412184
  ],
@@ -412457,6 +412682,66 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
412457
412682
  }
412458
412683
  }
412459
412684
  },
412685
+ {
412686
+ "name": "getHash",
412687
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/utils/createStyleObjectNode.ts",
412688
+ "description": "Generate a deterministic hash that is unique to the seed +",
412689
+ "declarations": [
412690
+ {
412691
+ "name": "getHash",
412692
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/utils/createStyleObjectNode.ts"
412693
+ }
412694
+ ],
412695
+ "tags": {},
412696
+ "type": {
412697
+ "kind": "function",
412698
+ "parameters": [
412699
+ {
412700
+ "kind": "parameter",
412701
+ "name": "node",
412702
+ "type": {
412703
+ "kind": "symbol",
412704
+ "name": "ts.Node",
412705
+ "value": "Node"
412706
+ },
412707
+ "required": true,
412708
+ "rest": false,
412709
+ "description": "",
412710
+ "declarations": [
412711
+ {
412712
+ "name": "node",
412713
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/utils/createStyleObjectNode.ts"
412714
+ }
412715
+ ],
412716
+ "tags": {}
412717
+ },
412718
+ {
412719
+ "kind": "parameter",
412720
+ "name": "context",
412721
+ "type": {
412722
+ "kind": "symbol",
412723
+ "name": "TransformerContext",
412724
+ "value": "TransformerContext"
412725
+ },
412726
+ "required": true,
412727
+ "rest": false,
412728
+ "description": "",
412729
+ "declarations": [
412730
+ {
412731
+ "name": "context",
412732
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/utils/createStyleObjectNode.ts"
412733
+ }
412734
+ ],
412735
+ "tags": {}
412736
+ }
412737
+ ],
412738
+ "members": [],
412739
+ "returnType": {
412740
+ "kind": "primitive",
412741
+ "value": "string"
412742
+ }
412743
+ }
412744
+ },
412460
412745
  {
412461
412746
  "name": "getVariablesFromFiles",
412462
412747
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/utils/getCssVariables.ts",
@@ -414172,6 +414457,23 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
414172
414457
  }
414173
414458
  ],
414174
414459
  "tags": {}
414460
+ },
414461
+ {
414462
+ "kind": "property",
414463
+ "name": "seed",
414464
+ "required": true,
414465
+ "type": {
414466
+ "kind": "primitive",
414467
+ "value": "string"
414468
+ },
414469
+ "description": "",
414470
+ "declarations": [
414471
+ {
414472
+ "name": "seed",
414473
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/utils/types.ts"
414474
+ }
414475
+ ],
414476
+ "tags": {}
414175
414477
  }
414176
414478
  ]
414177
414479
  }
@@ -414538,6 +414840,23 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
414538
414840
  }
414539
414841
  ],
414540
414842
  "tags": {}
414843
+ },
414844
+ {
414845
+ "kind": "property",
414846
+ "name": "seed",
414847
+ "required": false,
414848
+ "type": {
414849
+ "kind": "primitive",
414850
+ "value": "string"
414851
+ },
414852
+ "description": "Optional seed for the hash. This can be useful if you want each build to have a different hash.\nIf you provide the same seed, the same hash will be generated for every style.",
414853
+ "declarations": [
414854
+ {
414855
+ "name": "seed",
414856
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/utils/types.ts"
414857
+ }
414858
+ ],
414859
+ "tags": {}
414541
414860
  }
414542
414861
  ]
414543
414862
  }
@@ -414689,6 +415008,289 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
414689
415008
  }
414690
415009
  }
414691
415010
  },
415011
+ {
415012
+ "name": "default",
415013
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/webpack-loader.ts",
415014
+ "description": "",
415015
+ "declarations": [
415016
+ {
415017
+ "name": "default",
415018
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/webpack-loader.ts"
415019
+ }
415020
+ ],
415021
+ "tags": {},
415022
+ "type": {
415023
+ "kind": "function",
415024
+ "parameters": [
415025
+ {
415026
+ "kind": "parameter",
415027
+ "name": "source",
415028
+ "type": {
415029
+ "kind": "primitive",
415030
+ "value": "string"
415031
+ },
415032
+ "required": true,
415033
+ "rest": false,
415034
+ "description": "",
415035
+ "declarations": [
415036
+ {
415037
+ "name": "source",
415038
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/webpack-loader.ts"
415039
+ }
415040
+ ],
415041
+ "tags": {}
415042
+ }
415043
+ ],
415044
+ "members": [],
415045
+ "returnType": {
415046
+ "kind": "primitive",
415047
+ "value": "string"
415048
+ }
415049
+ }
415050
+ },
415051
+ {
415052
+ "name": "StylingWebpackPlugin",
415053
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/webpackPlugin.ts",
415054
+ "description": "",
415055
+ "declarations": [
415056
+ {
415057
+ "name": "StylingWebpackPlugin",
415058
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/webpackPlugin.ts"
415059
+ }
415060
+ ],
415061
+ "tags": {},
415062
+ "type": {
415063
+ "kind": "object",
415064
+ "properties": [
415065
+ {
415066
+ "kind": "property",
415067
+ "name": "compilerOptions",
415068
+ "type": {
415069
+ "kind": "symbol",
415070
+ "name": "CompilerOptions",
415071
+ "value": "CompilerOptions"
415072
+ },
415073
+ "description": "",
415074
+ "declarations": [
415075
+ {
415076
+ "name": "compilerOptions",
415077
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/webpackPlugin.ts"
415078
+ }
415079
+ ],
415080
+ "tags": {}
415081
+ },
415082
+ {
415083
+ "kind": "property",
415084
+ "name": "builderProgram",
415085
+ "type": {
415086
+ "kind": "symbol",
415087
+ "name": "BuilderProgram",
415088
+ "value": "BuilderProgram"
415089
+ },
415090
+ "description": "",
415091
+ "declarations": [
415092
+ {
415093
+ "name": "builderProgram",
415094
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/webpackPlugin.ts"
415095
+ }
415096
+ ],
415097
+ "tags": {}
415098
+ },
415099
+ {
415100
+ "kind": "property",
415101
+ "name": "transformers",
415102
+ "type": {
415103
+ "kind": "array",
415104
+ "value": {
415105
+ "kind": "symbol",
415106
+ "name": "TransformerFactory",
415107
+ "typeParameters": [
415108
+ {
415109
+ "kind": "symbol",
415110
+ "name": "SourceFile",
415111
+ "value": "any"
415112
+ }
415113
+ ],
415114
+ "value": "any"
415115
+ }
415116
+ },
415117
+ "description": "",
415118
+ "declarations": [
415119
+ {
415120
+ "name": "transformers",
415121
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/webpackPlugin.ts"
415122
+ }
415123
+ ],
415124
+ "tags": {}
415125
+ },
415126
+ {
415127
+ "kind": "property",
415128
+ "name": "postTransform",
415129
+ "type": {
415130
+ "kind": "union",
415131
+ "value": [
415132
+ {
415133
+ "kind": "parenthesis",
415134
+ "value": {
415135
+ "kind": "function",
415136
+ "parameters": [
415137
+ {
415138
+ "kind": "parameter",
415139
+ "name": "code",
415140
+ "type": {
415141
+ "kind": "primitive",
415142
+ "value": "string"
415143
+ },
415144
+ "required": true,
415145
+ "rest": false,
415146
+ "description": "",
415147
+ "declarations": [
415148
+ {
415149
+ "name": "code",
415150
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/webpackPlugin.ts"
415151
+ }
415152
+ ],
415153
+ "tags": {}
415154
+ },
415155
+ {
415156
+ "kind": "parameter",
415157
+ "name": "id",
415158
+ "type": {
415159
+ "kind": "primitive",
415160
+ "value": "string"
415161
+ },
415162
+ "required": true,
415163
+ "rest": false,
415164
+ "description": "",
415165
+ "declarations": [
415166
+ {
415167
+ "name": "id",
415168
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/webpackPlugin.ts"
415169
+ }
415170
+ ],
415171
+ "tags": {}
415172
+ }
415173
+ ],
415174
+ "members": [],
415175
+ "returnType": {
415176
+ "kind": "union",
415177
+ "value": [
415178
+ {
415179
+ "kind": "primitive",
415180
+ "value": "string"
415181
+ },
415182
+ {
415183
+ "kind": "primitive",
415184
+ "value": "undefined"
415185
+ }
415186
+ ]
415187
+ }
415188
+ }
415189
+ },
415190
+ {
415191
+ "kind": "primitive",
415192
+ "value": "undefined"
415193
+ }
415194
+ ]
415195
+ },
415196
+ "description": "",
415197
+ "declarations": [
415198
+ {
415199
+ "name": "postTransform",
415200
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/webpackPlugin.ts"
415201
+ }
415202
+ ],
415203
+ "tags": {}
415204
+ },
415205
+ {
415206
+ "kind": "property",
415207
+ "name": "close",
415208
+ "type": {
415209
+ "kind": "function",
415210
+ "parameters": [],
415211
+ "members": [],
415212
+ "returnType": {
415213
+ "kind": "primitive",
415214
+ "value": "void"
415215
+ }
415216
+ },
415217
+ "description": "",
415218
+ "declarations": [
415219
+ {
415220
+ "name": "close",
415221
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/webpackPlugin.ts"
415222
+ }
415223
+ ],
415224
+ "tags": {}
415225
+ },
415226
+ {
415227
+ "kind": "property",
415228
+ "name": "getLoaderOptions",
415229
+ "type": {
415230
+ "kind": "function",
415231
+ "parameters": [],
415232
+ "members": [],
415233
+ "returnType": {
415234
+ "kind": "unknown",
415235
+ "value": "unknown",
415236
+ "text": "SyntheticNode - ThisType"
415237
+ }
415238
+ },
415239
+ "required": true,
415240
+ "description": "",
415241
+ "declarations": [
415242
+ {
415243
+ "name": "getLoaderOptions",
415244
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/webpackPlugin.ts"
415245
+ }
415246
+ ],
415247
+ "tags": {}
415248
+ },
415249
+ {
415250
+ "kind": "property",
415251
+ "name": "apply",
415252
+ "type": {
415253
+ "kind": "function",
415254
+ "parameters": [
415255
+ {
415256
+ "kind": "parameter",
415257
+ "name": "compiler",
415258
+ "type": {
415259
+ "kind": "unknown",
415260
+ "value": "unknown",
415261
+ "text": "import('webpack').Compiler"
415262
+ },
415263
+ "required": true,
415264
+ "rest": false,
415265
+ "description": "",
415266
+ "declarations": [
415267
+ {
415268
+ "name": "compiler",
415269
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/webpackPlugin.ts"
415270
+ }
415271
+ ],
415272
+ "tags": {}
415273
+ }
415274
+ ],
415275
+ "members": [],
415276
+ "returnType": {
415277
+ "kind": "primitive",
415278
+ "value": "void"
415279
+ }
415280
+ },
415281
+ "required": true,
415282
+ "description": "",
415283
+ "declarations": [
415284
+ {
415285
+ "name": "apply",
415286
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/webpackPlugin.ts"
415287
+ }
415288
+ ],
415289
+ "tags": {}
415290
+ }
415291
+ ]
415292
+ }
415293
+ },
414692
415294
  {
414693
415295
  "name": "calc",
414694
415296
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/lib/calc.ts",