@seed-design/figma 1.3.4 → 1.3.5

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.
@@ -479,7 +479,7 @@ function createCodeGenerator({ frameTransformer, textTransformer, rectangleTrans
479
479
  type: "BOOLEAN_OPERATION"
480
480
  }, (node)=>booleanOperationTransformer(node, traverse)).with({
481
481
  type: "UNHANDLED"
482
- }, ()=>createElement("UnhandledFigmaNode")).exhaustive();
482
+ }, (node)=>createElement(`Unhandled${changeCase.pascalCase(node.original.type)}Node`)).exhaustive();
483
483
  if (result) {
484
484
  return appendSource(result, node.id);
485
485
  }
@@ -11532,6 +11532,7 @@ const FIGMA_VARIABLE_COLLECTIONS = {
11532
11532
  "VariableID:576:22878",
11533
11533
  "VariableID:59176:2",
11534
11534
  "VariableID:59176:3",
11535
+ "VariableID:61337:3",
11535
11536
  "VariableID:654:20851",
11536
11537
  "VariableID:670:2700",
11537
11538
  "VariableID:6782:76317",
@@ -18365,6 +18366,30 @@ const FIGMA_VARIABLES = {
18365
18366
  ],
18366
18367
  "codeSyntax": {}
18367
18368
  },
18369
+ "VariableID:61337:3": {
18370
+ "name": "stroke/focus-ring",
18371
+ "id": "VariableID:61337:3",
18372
+ "remote": false,
18373
+ "key": "ca937a0bb83fda59d06959cfb5d960f00b5e9add",
18374
+ "variableCollectionId": "VariableCollectionId:1:3",
18375
+ "resolvedType": "COLOR",
18376
+ "description": "",
18377
+ "hiddenFromPublishing": false,
18378
+ "valuesByMode": {
18379
+ "1928:7": {
18380
+ "type": "VARIABLE_ALIAS",
18381
+ "id": "VariableID:1883:92938"
18382
+ },
18383
+ "1928:8": {
18384
+ "type": "VARIABLE_ALIAS",
18385
+ "id": "VariableID:1883:92938"
18386
+ }
18387
+ },
18388
+ "scopes": [
18389
+ "ALL_SCOPES"
18390
+ ],
18391
+ "codeSyntax": {}
18392
+ },
18368
18393
  "VariableID:41338:806": {
18369
18394
  "name": "stroke/informative-solid",
18370
18395
  "id": "VariableID:41338:806",
@@ -18880,6 +18905,19 @@ const privateComponentFieldHeaderSuffix = {
18880
18905
  }
18881
18906
  }
18882
18907
  };
18908
+ const privateComponentIdentityPlaceholder = {
18909
+ "name": "privateComponentIdentityPlaceholder",
18910
+ "key": "7d7ae18cabac6ebad19934516de8e7e256854eba",
18911
+ "componentPropertyDefinitions": {
18912
+ "Identity": {
18913
+ "type": "VARIANT",
18914
+ "variantOptions": [
18915
+ "Person",
18916
+ "Business"
18917
+ ]
18918
+ }
18919
+ }
18920
+ };
18883
18921
  const privateComponentInputButtonPrefix = {
18884
18922
  "name": "privateComponentInputButtonPrefix",
18885
18923
  "key": "c7d12be4056a8171f6857ec4ef15d81bd18d8cae",
@@ -22852,6 +22890,7 @@ var FIGMA_COMPONENTS = {
22852
22890
  privateComponentFieldFooterCharacterCount: privateComponentFieldFooterCharacterCount,
22853
22891
  privateComponentFieldHeaderIndicator: privateComponentFieldHeaderIndicator,
22854
22892
  privateComponentFieldHeaderSuffix: privateComponentFieldHeaderSuffix,
22893
+ privateComponentIdentityPlaceholder: privateComponentIdentityPlaceholder,
22855
22894
  privateComponentInputButtonPrefix: privateComponentInputButtonPrefix,
22856
22895
  privateComponentInputButtonSuffix: privateComponentInputButtonSuffix,
22857
22896
  privateComponentInputButtonValue: privateComponentInputButtonValue,