@seed-design/figma 0.1.8 → 0.1.9

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.
@@ -8265,6 +8265,10 @@ const metadata$t = {
8265
8265
  {
8266
8266
  "type": "COMPONENT_SET",
8267
8267
  "key": "df43b92004c850e7c6d2869e7a4ba1ef9a2d7db6"
8268
+ },
8269
+ {
8270
+ "type": "COMPONENT_SET",
8271
+ "key": "19923052d4152393ecdc6e2f5853ea0359849127"
8268
8272
  }
8269
8273
  ]
8270
8274
  },
@@ -8678,7 +8682,7 @@ const metadata$g = {
8678
8682
  "Neutral",
8679
8683
  "Brand",
8680
8684
  "Static White",
8681
- "Custom"
8685
+ "Custom(inherit)"
8682
8686
  ]
8683
8687
  },
8684
8688
  "Value": {
@@ -9004,26 +9008,35 @@ const metadata$5 = {
9004
9008
 
9005
9009
  const metadata$4 = {
9006
9010
  "name": "🟢 Switch",
9007
- "key": "80ce5a33b5ab713ab3bd2449472e2fb13d78c7f3",
9011
+ "key": "65e0e7ba1a0c13b42e5fd0ceb17d5f756128dd6b",
9008
9012
  "componentPropertyDefinitions": {
9009
- "Label#15191:2": {
9013
+ "Label#36578:0": {
9010
9014
  "type": "TEXT"
9011
9015
  },
9012
9016
  "Size": {
9013
9017
  "type": "VARIANT",
9014
9018
  "variantOptions": [
9015
- "Small",
9016
- "Medium"
9019
+ "16",
9020
+ "24",
9021
+ "32"
9017
9022
  ]
9018
9023
  },
9019
9024
  "State": {
9020
9025
  "type": "VARIANT",
9021
9026
  "variantOptions": [
9022
9027
  "Enabled",
9023
- "Selected",
9024
9028
  "Disabled",
9029
+ "Selected",
9025
9030
  "Selected-Disabled"
9026
9031
  ]
9032
+ },
9033
+ "Label Layout(Figma Only)": {
9034
+ "type": "VARIANT",
9035
+ "variantOptions": [
9036
+ "None",
9037
+ "Right",
9038
+ "Left"
9039
+ ]
9027
9040
  }
9028
9041
  }
9029
9042
  };
@@ -692,6 +692,10 @@ declare const metadata$j: {
692
692
  {
693
693
  "type": "COMPONENT_SET",
694
694
  "key": "df43b92004c850e7c6d2869e7a4ba1ef9a2d7db6"
695
+ },
696
+ {
697
+ "type": "COMPONENT_SET",
698
+ "key": "19923052d4152393ecdc6e2f5853ea0359849127"
695
699
  }
696
700
  ]
697
701
  },
@@ -1039,7 +1043,7 @@ declare const metadata$9: {
1039
1043
  "Neutral",
1040
1044
  "Brand",
1041
1045
  "Static White",
1042
- "Custom"
1046
+ "Custom(inherit)"
1043
1047
  ]
1044
1048
  },
1045
1049
  "Value": {
@@ -1200,26 +1204,35 @@ declare const metadata$4: {
1200
1204
 
1201
1205
  declare const metadata$3: {
1202
1206
  "name": "🟢 Switch",
1203
- "key": "80ce5a33b5ab713ab3bd2449472e2fb13d78c7f3",
1207
+ "key": "65e0e7ba1a0c13b42e5fd0ceb17d5f756128dd6b",
1204
1208
  "componentPropertyDefinitions": {
1205
- "Label#15191:2": {
1209
+ "Label#36578:0": {
1206
1210
  "type": "TEXT"
1207
1211
  },
1208
1212
  "Size": {
1209
1213
  "type": "VARIANT",
1210
1214
  "variantOptions": [
1211
- "Small",
1212
- "Medium"
1215
+ "16",
1216
+ "24",
1217
+ "32"
1213
1218
  ]
1214
1219
  },
1215
1220
  "State": {
1216
1221
  "type": "VARIANT",
1217
1222
  "variantOptions": [
1218
1223
  "Enabled",
1219
- "Selected",
1220
1224
  "Disabled",
1225
+ "Selected",
1221
1226
  "Selected-Disabled"
1222
1227
  ]
1228
+ },
1229
+ "Label Layout(Figma Only)": {
1230
+ "type": "VARIANT",
1231
+ "variantOptions": [
1232
+ "None",
1233
+ "Right",
1234
+ "Left"
1235
+ ]
1223
1236
  }
1224
1237
  }
1225
1238
  };
@@ -1499,6 +1512,13 @@ type BottomSheetProperties = InferComponentDefinition<typeof metadata$m.componen
1499
1512
  type CalloutProperties = InferComponentDefinition<typeof metadata$l.componentPropertyDefinitions>;
1500
1513
  type CheckboxProperties = InferComponentDefinition<typeof metadata$k.componentPropertyDefinitions>;
1501
1514
  type ChipProperties = InferComponentDefinition<typeof metadata$j.componentPropertyDefinitions>;
1515
+ type ChipIconSuffixProperties = InferComponentDefinition<{
1516
+ "Icon#33203:0": {
1517
+ type: "INSTANCE_SWAP";
1518
+ defaultValue: "26621:23250";
1519
+ preferredValues: [];
1520
+ };
1521
+ }>;
1502
1522
  type ContextualFloatingButtonProperties = InferComponentDefinition<typeof metadata$i.componentPropertyDefinitions>;
1503
1523
  type DividerProperties = InferComponentDefinition<typeof metadata$h.componentPropertyDefinitions>;
1504
1524
  type ErrorStateProperties = InferComponentDefinition<typeof metadata$t.componentPropertyDefinitions>;
@@ -1920,5 +1940,5 @@ declare namespace index {
1920
1940
  }
1921
1941
 
1922
1942
  export { cloneElement, createCodeGenerator, createElement, createPropsConverter, createValueResolver, defineComponentHandler, defineElementTransformer, definePropsConverter, index as figma, inferLayout };
1923
- export type { ActionButtonGhostProperties, ActionButtonProperties, AlertDialogFooterProperties, AlertDialogProperties, AppBarLeftIconButtonProperties, AppBarMainProperties, AppBarProperties, AppBarRightIconButtonProperties, AvatarProperties, AvatarStackProperties, BadgeProperties, BottomSheetProperties, CalloutProperties, CheckboxProperties, ChipProperties, CodeGeneratorDeps, ComponentHandler, ComponentPropertyDefinition, ContextualFloatingButtonProperties, DividerProperties, ElementNode, ElementTransformer, ErrorStateProperties, FloatingActionButtonButtonItemProperties, FloatingActionButtonMenuItemProperties, FloatingActionButtonProperties, HelpBubbleProperties, IdentityPlaceholderProperties, InferComponentDefinition, InferComponentPropertyType, InlineBannerProperties, MannerTempBadgeProperties, MannerTempProperties, MenuSheetGroupProperties, MenuSheetItemProperties, MenuSheetProperties, MultilineTextFieldProperties, ProgressCircleProperties, PropsConverter, ReactionButtonProperties, SegmentedControlItemProperties, SegmentedControlProperties, SelectBoxGroupProperties, SelectBoxProperties, SkeletonProperties, SnackbarProperties, SwitchProperties, TabsChipItemProperties, TabsUnderlineFillItemProperties, TabsUnderlineHugItemProperties, TextFieldProperties, ToggleButtonProperties, ValueResolver };
1943
+ export type { ActionButtonGhostProperties, ActionButtonProperties, AlertDialogFooterProperties, AlertDialogProperties, AppBarLeftIconButtonProperties, AppBarMainProperties, AppBarProperties, AppBarRightIconButtonProperties, AvatarProperties, AvatarStackProperties, BadgeProperties, BottomSheetProperties, CalloutProperties, CheckboxProperties, ChipIconSuffixProperties, ChipProperties, CodeGeneratorDeps, ComponentHandler, ComponentPropertyDefinition, ContextualFloatingButtonProperties, DividerProperties, ElementNode, ElementTransformer, ErrorStateProperties, FloatingActionButtonButtonItemProperties, FloatingActionButtonMenuItemProperties, FloatingActionButtonProperties, HelpBubbleProperties, IdentityPlaceholderProperties, InferComponentDefinition, InferComponentPropertyType, InlineBannerProperties, MannerTempBadgeProperties, MannerTempProperties, MenuSheetGroupProperties, MenuSheetItemProperties, MenuSheetProperties, MultilineTextFieldProperties, ProgressCircleProperties, PropsConverter, ReactionButtonProperties, SegmentedControlItemProperties, SegmentedControlProperties, SelectBoxGroupProperties, SelectBoxProperties, SkeletonProperties, SnackbarProperties, SwitchProperties, TabsChipItemProperties, TabsUnderlineFillItemProperties, TabsUnderlineHugItemProperties, TextFieldProperties, ToggleButtonProperties, ValueResolver };
1924
1944
  //# sourceMappingURL=index.d.ts.map