@mittwald/flow-react-components 0.2.0-alpha.55 → 0.2.0-alpha.56

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [0.2.0-alpha.56](https://github.com/mittwald/flow/compare/0.2.0-alpha.55...0.2.0-alpha.56) (2025-02-25)
7
+
8
+ ### Bug Fixes
9
+
10
+ * **CheckboxButton:** default value in react hook form ([#1214](https://github.com/mittwald/flow/issues/1214)) ([5587b75](https://github.com/mittwald/flow/commit/5587b751fb0d3edfc423b608a81da629e8038698))
11
+
6
12
  # [0.2.0-alpha.55](https://github.com/mittwald/flow/compare/0.2.0-alpha.54...0.2.0-alpha.55) (2025-02-24)
7
13
 
8
14
  **Note:** Version bump only for package @mittwald/flow-react-components
@@ -72316,52 +72316,6 @@
72316
72316
  }
72317
72317
  }
72318
72318
  },
72319
- {
72320
- "tags": {
72321
- "flr-generate": "all",
72322
- "flr-clear-props-context": ""
72323
- },
72324
- "filePath": "src/components/LabeledValue/LabeledValue.tsx",
72325
- "description": "",
72326
- "displayName": "LabeledValue",
72327
- "methods": [],
72328
- "props": {
72329
- "children": {
72330
- "defaultValue": null,
72331
- "description": "",
72332
- "name": "children",
72333
- "declarations": [
72334
- {
72335
- "fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
72336
- "name": "TypeLiteral"
72337
- }
72338
- ],
72339
- "required": false,
72340
- "type": {
72341
- "name": "ReactNode"
72342
- }
72343
- },
72344
- "className": {
72345
- "defaultValue": null,
72346
- "description": "The elements class name.",
72347
- "name": "className",
72348
- "parent": {
72349
- "fileName": "src/lib/types/props.ts",
72350
- "name": "PropsWithClassName"
72351
- },
72352
- "declarations": [
72353
- {
72354
- "fileName": "src/lib/types/props.ts",
72355
- "name": "PropsWithClassName"
72356
- }
72357
- ],
72358
- "required": false,
72359
- "type": {
72360
- "name": "string"
72361
- }
72362
- }
72363
- }
72364
- },
72365
72319
  {
72366
72320
  "tags": {
72367
72321
  "flr-generate": "all",
@@ -83102,6 +83056,52 @@
83102
83056
  }
83103
83057
  }
83104
83058
  },
83059
+ {
83060
+ "tags": {
83061
+ "flr-generate": "all",
83062
+ "flr-clear-props-context": ""
83063
+ },
83064
+ "filePath": "src/components/LabeledValue/LabeledValue.tsx",
83065
+ "description": "",
83066
+ "displayName": "LabeledValue",
83067
+ "methods": [],
83068
+ "props": {
83069
+ "children": {
83070
+ "defaultValue": null,
83071
+ "description": "",
83072
+ "name": "children",
83073
+ "declarations": [
83074
+ {
83075
+ "fileName": "flow/node_modules/.pnpm/@types+react@19.0.10/node_modules/@types/react/index.d.ts",
83076
+ "name": "TypeLiteral"
83077
+ }
83078
+ ],
83079
+ "required": false,
83080
+ "type": {
83081
+ "name": "ReactNode"
83082
+ }
83083
+ },
83084
+ "className": {
83085
+ "defaultValue": null,
83086
+ "description": "The elements class name.",
83087
+ "name": "className",
83088
+ "parent": {
83089
+ "fileName": "src/lib/types/props.ts",
83090
+ "name": "PropsWithClassName"
83091
+ },
83092
+ "declarations": [
83093
+ {
83094
+ "fileName": "src/lib/types/props.ts",
83095
+ "name": "PropsWithClassName"
83096
+ }
83097
+ ],
83098
+ "required": false,
83099
+ "type": {
83100
+ "name": "string"
83101
+ }
83102
+ }
83103
+ }
83104
+ },
83105
83105
  {
83106
83106
  "tags": {
83107
83107
  "flr-generate": "all",
@@ -223366,6 +223366,34 @@
223366
223366
  }
223367
223367
  }
223368
223368
  },
223369
+ {
223370
+ "tags": {},
223371
+ "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
223372
+ "description": "",
223373
+ "displayName": "ListItemSkeletonView",
223374
+ "methods": [],
223375
+ "props": {
223376
+ "viewMode": {
223377
+ "defaultValue": null,
223378
+ "description": "",
223379
+ "name": "viewMode",
223380
+ "parent": {
223381
+ "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
223382
+ "name": "ListItemSkeletonViewProps"
223383
+ },
223384
+ "declarations": [
223385
+ {
223386
+ "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
223387
+ "name": "ListItemSkeletonViewProps"
223388
+ }
223389
+ ],
223390
+ "required": true,
223391
+ "type": {
223392
+ "name": "ListViewMode"
223393
+ }
223394
+ }
223395
+ }
223396
+ },
223369
223397
  {
223370
223398
  "tags": {},
223371
223399
  "filePath": "src/components/List/components/Items/components/Item/components/OptionsButton/index.tsx",
@@ -223451,33 +223479,5 @@
223451
223479
  }
223452
223480
  }
223453
223481
  }
223454
- },
223455
- {
223456
- "tags": {},
223457
- "filePath": "/home/runner/work/flow/flow/packages/components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
223458
- "description": "",
223459
- "displayName": "ListItemSkeletonView",
223460
- "methods": [],
223461
- "props": {
223462
- "viewMode": {
223463
- "defaultValue": null,
223464
- "description": "",
223465
- "name": "viewMode",
223466
- "parent": {
223467
- "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
223468
- "name": "ListItemSkeletonViewProps"
223469
- },
223470
- "declarations": [
223471
- {
223472
- "fileName": "components/src/components/List/components/Items/components/Item/components/ListItemSkeletonView/ListItemSkeletonView.tsx",
223473
- "name": "ListItemSkeletonViewProps"
223474
- }
223475
- ],
223476
- "required": true,
223477
- "type": {
223478
- "name": "ListViewMode"
223479
- }
223480
- }
223481
- }
223482
223482
  }
223483
223483
  ]
@@ -40,7 +40,10 @@ function Field(props) {
40
40
  isSelected: formControlProps.value
41
41
  },
42
42
  CheckboxGroup: formControlProps,
43
- CheckboxButton: formControlProps,
43
+ CheckboxButton: {
44
+ ...formControlProps,
45
+ isSelected: formControlProps.value
46
+ },
44
47
  FileField: formControlProps,
45
48
  NumberField: formControlProps,
46
49
  RadioGroup: formControlProps,
@@ -1 +1 @@
1
- {"version":3,"file":"Field.mjs","sources":["../../../../../../src/integrations/react-hook-form/components/Field/Field.tsx"],"sourcesContent":["import type { PropsWithChildren } from \"react\";\nimport React from \"react\";\nimport type {\n ControllerProps,\n FieldValues,\n UseFormReturn,\n} from \"react-hook-form\";\nimport { Controller } from \"react-hook-form\";\nimport type { PropsContext } from \"@/lib/propsContext\";\nimport { dynamic, PropsContextProvider } from \"@/lib/propsContext\";\nimport { useFormContext } from \"@/integrations/react-hook-form/components/context/formContext\";\nimport FieldErrorView from \"@/views/FieldErrorView\";\n\nexport interface FieldProps<T extends FieldValues>\n extends Omit<ControllerProps<T>, \"render\">,\n PropsWithChildren {}\n\nexport function Field<T extends FieldValues>(props: FieldProps<T>) {\n const { children, control, ...rest } = props;\n\n const formContext = useFormContext<T>();\n const controlFromContext = formContext.form?.control;\n\n return (\n <Controller\n {...rest}\n control={control ?? controlFromContext}\n render={(renderProps) => {\n const {\n field,\n fieldState: { error, invalid },\n } = renderProps;\n\n const formControlProps = {\n ...field,\n form: formContext.id,\n isRequired: !!rest.rules?.required,\n isInvalid: invalid,\n validationBehavior: \"aria\" as const,\n children: dynamic((p) => (\n <>\n {p.children}\n <FieldErrorView>{error?.message}</FieldErrorView>\n </>\n )),\n };\n\n const propsContext: PropsContext = {\n Checkbox: {\n ...formControlProps,\n isSelected: formControlProps.value,\n },\n CheckboxGroup: formControlProps,\n CheckboxButton: formControlProps,\n FileField: formControlProps,\n NumberField: formControlProps,\n RadioGroup: formControlProps,\n Switch: {\n ...formControlProps,\n isSelected: formControlProps.value,\n },\n TextArea: formControlProps,\n TextField: formControlProps,\n Select: {\n ...formControlProps,\n selectedKey: formControlProps.value,\n },\n Slider: formControlProps,\n DatePicker: formControlProps,\n DateRangePicker: formControlProps,\n TimeField: formControlProps,\n SegmentedControl: formControlProps,\n ComboBox: formControlProps,\n };\n\n return (\n <PropsContextProvider\n props={propsContext}\n dependencies={[renderProps]}\n >\n {children}\n </PropsContextProvider>\n );\n }}\n />\n );\n}\n\nexport const typedField = <T extends FieldValues>(\n ignoredForm: UseFormReturn<T>,\n): typeof Field<T> => Field;\n"],"names":[],"mappings":";;;;;;;;;AAiBO,SAAS,MAA6B,KAAsB,EAAA;AACjE,EAAA,MAAM,EAAE,QAAA,EAAU,OAAS,EAAA,GAAG,MAAS,GAAA,KAAA;AAEvC,EAAA,MAAM,cAAc,cAAkB,EAAA;AACtC,EAAM,MAAA,kBAAA,GAAqB,YAAY,IAAM,EAAA,OAAA;AAE7C,EACE,uBAAA,GAAA;AAAA,IAAC,UAAA;AAAA,IAAA;AAAA,MACE,GAAG,IAAA;AAAA,MACJ,SAAS,OAAW,IAAA,kBAAA;AAAA,MACpB,MAAA,EAAQ,CAAC,WAAgB,KAAA;AACvB,QAAM,MAAA;AAAA,UACJ,KAAA;AAAA,UACA,UAAA,EAAY,EAAE,KAAA,EAAO,OAAQ;AAAA,SAC3B,GAAA,WAAA;AAEJ,QAAA,MAAM,gBAAmB,GAAA;AAAA,UACvB,GAAG,KAAA;AAAA,UACH,MAAM,WAAY,CAAA,EAAA;AAAA,UAClB,UAAY,EAAA,CAAC,CAAC,IAAA,CAAK,KAAO,EAAA,QAAA;AAAA,UAC1B,SAAW,EAAA,OAAA;AAAA,UACX,kBAAoB,EAAA,MAAA;AAAA,UACpB,QAAU,EAAA,OAAA,CAAQ,CAAC,CAAA,qBAEd,IAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAA;AAAA,YAAE,CAAA,CAAA,QAAA;AAAA,4BACH,GAAA,CAAC,cAAgB,EAAA,EAAA,QAAA,EAAA,KAAA,EAAO,OAAQ,EAAA;AAAA,WAAA,EAClC,CACD;AAAA,SACH;AAEA,QAAA,MAAM,YAA6B,GAAA;AAAA,UACjC,QAAU,EAAA;AAAA,YACR,GAAG,gBAAA;AAAA,YACH,YAAY,gBAAiB,CAAA;AAAA,WAC/B;AAAA,UACA,aAAe,EAAA,gBAAA;AAAA,UACf,cAAgB,EAAA,gBAAA;AAAA,UAChB,SAAW,EAAA,gBAAA;AAAA,UACX,WAAa,EAAA,gBAAA;AAAA,UACb,UAAY,EAAA,gBAAA;AAAA,UACZ,MAAQ,EAAA;AAAA,YACN,GAAG,gBAAA;AAAA,YACH,YAAY,gBAAiB,CAAA;AAAA,WAC/B;AAAA,UACA,QAAU,EAAA,gBAAA;AAAA,UACV,SAAW,EAAA,gBAAA;AAAA,UACX,MAAQ,EAAA;AAAA,YACN,GAAG,gBAAA;AAAA,YACH,aAAa,gBAAiB,CAAA;AAAA,WAChC;AAAA,UACA,MAAQ,EAAA,gBAAA;AAAA,UACR,UAAY,EAAA,gBAAA;AAAA,UACZ,eAAiB,EAAA,gBAAA;AAAA,UACjB,SAAW,EAAA,gBAAA;AAAA,UACX,gBAAkB,EAAA,gBAAA;AAAA,UAClB,QAAU,EAAA;AAAA,SACZ;AAEA,QACE,uBAAA,GAAA;AAAA,UAAC,oBAAA;AAAA,UAAA;AAAA,YACC,KAAO,EAAA,YAAA;AAAA,YACP,YAAA,EAAc,CAAC,WAAW,CAAA;AAAA,YAEzB;AAAA;AAAA,SACH;AAAA;AAEJ;AAAA,GACF;AAEJ;AAEa,MAAA,UAAA,GAAa,CACxB,WACoB,KAAA;;;;"}
1
+ {"version":3,"file":"Field.mjs","sources":["../../../../../../src/integrations/react-hook-form/components/Field/Field.tsx"],"sourcesContent":["import type { PropsWithChildren } from \"react\";\nimport React from \"react\";\nimport type {\n ControllerProps,\n FieldValues,\n UseFormReturn,\n} from \"react-hook-form\";\nimport { Controller } from \"react-hook-form\";\nimport type { PropsContext } from \"@/lib/propsContext\";\nimport { dynamic, PropsContextProvider } from \"@/lib/propsContext\";\nimport { useFormContext } from \"@/integrations/react-hook-form/components/context/formContext\";\nimport FieldErrorView from \"@/views/FieldErrorView\";\n\nexport interface FieldProps<T extends FieldValues>\n extends Omit<ControllerProps<T>, \"render\">,\n PropsWithChildren {}\n\nexport function Field<T extends FieldValues>(props: FieldProps<T>) {\n const { children, control, ...rest } = props;\n\n const formContext = useFormContext<T>();\n const controlFromContext = formContext.form?.control;\n\n return (\n <Controller\n {...rest}\n control={control ?? controlFromContext}\n render={(renderProps) => {\n const {\n field,\n fieldState: { error, invalid },\n } = renderProps;\n\n const formControlProps = {\n ...field,\n form: formContext.id,\n isRequired: !!rest.rules?.required,\n isInvalid: invalid,\n validationBehavior: \"aria\" as const,\n children: dynamic((p) => (\n <>\n {p.children}\n <FieldErrorView>{error?.message}</FieldErrorView>\n </>\n )),\n };\n\n const propsContext: PropsContext = {\n Checkbox: {\n ...formControlProps,\n isSelected: formControlProps.value,\n },\n CheckboxGroup: formControlProps,\n CheckboxButton: {\n ...formControlProps,\n isSelected: formControlProps.value,\n },\n FileField: formControlProps,\n NumberField: formControlProps,\n RadioGroup: formControlProps,\n Switch: {\n ...formControlProps,\n isSelected: formControlProps.value,\n },\n TextArea: formControlProps,\n TextField: formControlProps,\n Select: {\n ...formControlProps,\n selectedKey: formControlProps.value,\n },\n Slider: formControlProps,\n DatePicker: formControlProps,\n DateRangePicker: formControlProps,\n TimeField: formControlProps,\n SegmentedControl: formControlProps,\n ComboBox: formControlProps,\n };\n\n return (\n <PropsContextProvider\n props={propsContext}\n dependencies={[renderProps]}\n >\n {children}\n </PropsContextProvider>\n );\n }}\n />\n );\n}\n\nexport const typedField = <T extends FieldValues>(\n ignoredForm: UseFormReturn<T>,\n): typeof Field<T> => Field;\n"],"names":[],"mappings":";;;;;;;;;AAiBO,SAAS,MAA6B,KAAsB,EAAA;AACjE,EAAA,MAAM,EAAE,QAAA,EAAU,OAAS,EAAA,GAAG,MAAS,GAAA,KAAA;AAEvC,EAAA,MAAM,cAAc,cAAkB,EAAA;AACtC,EAAM,MAAA,kBAAA,GAAqB,YAAY,IAAM,EAAA,OAAA;AAE7C,EACE,uBAAA,GAAA;AAAA,IAAC,UAAA;AAAA,IAAA;AAAA,MACE,GAAG,IAAA;AAAA,MACJ,SAAS,OAAW,IAAA,kBAAA;AAAA,MACpB,MAAA,EAAQ,CAAC,WAAgB,KAAA;AACvB,QAAM,MAAA;AAAA,UACJ,KAAA;AAAA,UACA,UAAA,EAAY,EAAE,KAAA,EAAO,OAAQ;AAAA,SAC3B,GAAA,WAAA;AAEJ,QAAA,MAAM,gBAAmB,GAAA;AAAA,UACvB,GAAG,KAAA;AAAA,UACH,MAAM,WAAY,CAAA,EAAA;AAAA,UAClB,UAAY,EAAA,CAAC,CAAC,IAAA,CAAK,KAAO,EAAA,QAAA;AAAA,UAC1B,SAAW,EAAA,OAAA;AAAA,UACX,kBAAoB,EAAA,MAAA;AAAA,UACpB,QAAU,EAAA,OAAA,CAAQ,CAAC,CAAA,qBAEd,IAAA,CAAA,QAAA,EAAA,EAAA,QAAA,EAAA;AAAA,YAAE,CAAA,CAAA,QAAA;AAAA,4BACH,GAAA,CAAC,cAAgB,EAAA,EAAA,QAAA,EAAA,KAAA,EAAO,OAAQ,EAAA;AAAA,WAAA,EAClC,CACD;AAAA,SACH;AAEA,QAAA,MAAM,YAA6B,GAAA;AAAA,UACjC,QAAU,EAAA;AAAA,YACR,GAAG,gBAAA;AAAA,YACH,YAAY,gBAAiB,CAAA;AAAA,WAC/B;AAAA,UACA,aAAe,EAAA,gBAAA;AAAA,UACf,cAAgB,EAAA;AAAA,YACd,GAAG,gBAAA;AAAA,YACH,YAAY,gBAAiB,CAAA;AAAA,WAC/B;AAAA,UACA,SAAW,EAAA,gBAAA;AAAA,UACX,WAAa,EAAA,gBAAA;AAAA,UACb,UAAY,EAAA,gBAAA;AAAA,UACZ,MAAQ,EAAA;AAAA,YACN,GAAG,gBAAA;AAAA,YACH,YAAY,gBAAiB,CAAA;AAAA,WAC/B;AAAA,UACA,QAAU,EAAA,gBAAA;AAAA,UACV,SAAW,EAAA,gBAAA;AAAA,UACX,MAAQ,EAAA;AAAA,YACN,GAAG,gBAAA;AAAA,YACH,aAAa,gBAAiB,CAAA;AAAA,WAChC;AAAA,UACA,MAAQ,EAAA,gBAAA;AAAA,UACR,UAAY,EAAA,gBAAA;AAAA,UACZ,eAAiB,EAAA,gBAAA;AAAA,UACjB,SAAW,EAAA,gBAAA;AAAA,UACX,gBAAkB,EAAA,gBAAA;AAAA,UAClB,QAAU,EAAA;AAAA,SACZ;AAEA,QACE,uBAAA,GAAA;AAAA,UAAC,oBAAA;AAAA,UAAA;AAAA,YACC,KAAO,EAAA,YAAA;AAAA,YACP,YAAA,EAAc,CAAC,WAAW,CAAA;AAAA,YAEzB;AAAA;AAAA,SACH;AAAA;AAEJ;AAAA,GACF;AAEJ;AAEa,MAAA,UAAA,GAAa,CACxB,WACoB,KAAA;;;;"}
@@ -1 +1 @@
1
- {"version":3,"file":"Field.d.ts","sourceRoot":"","sources":["../../../../../../src/integrations/react-hook-form/components/Field/Field.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C,OAAO,KAAK,EACV,eAAe,EACf,WAAW,EACX,aAAa,EACd,MAAM,iBAAiB,CAAC;AAOzB,MAAM,WAAW,UAAU,CAAC,CAAC,SAAS,WAAW,CAC/C,SAAQ,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,EAAE,QAAQ,CAAC,EACxC,iBAAiB;CAAG;AAExB,wBAAgB,KAAK,CAAC,CAAC,SAAS,WAAW,EAAE,KAAK,EAAE,UAAU,CAAC,CAAC,CAAC,2CAqEhE;AAED,eAAO,MAAM,UAAU,GAAI,CAAC,SAAS,WAAW,eACjC,aAAa,CAAC,CAAC,CAAC,KAC5B,OAAO,KAAK,CAAC,CAAC,CAAU,CAAC"}
1
+ {"version":3,"file":"Field.d.ts","sourceRoot":"","sources":["../../../../../../src/integrations/react-hook-form/components/Field/Field.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAE/C,OAAO,KAAK,EACV,eAAe,EACf,WAAW,EACX,aAAa,EACd,MAAM,iBAAiB,CAAC;AAOzB,MAAM,WAAW,UAAU,CAAC,CAAC,SAAS,WAAW,CAC/C,SAAQ,IAAI,CAAC,eAAe,CAAC,CAAC,CAAC,EAAE,QAAQ,CAAC,EACxC,iBAAiB;CAAG;AAExB,wBAAgB,KAAK,CAAC,CAAC,SAAS,WAAW,EAAE,KAAK,EAAE,UAAU,CAAC,CAAC,CAAC,2CAwEhE;AAED,eAAO,MAAM,UAAU,GAAI,CAAC,SAAS,WAAW,eACjC,aAAa,CAAC,CAAC,CAAC,KAC5B,OAAO,KAAK,CAAC,CAAC,CAAU,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.2.0-alpha.55",
3
+ "version": "0.2.0-alpha.56",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -52,7 +52,7 @@
52
52
  "dependencies": {
53
53
  "@chakra-ui/live-region": "^2.1.0",
54
54
  "@internationalized/string-compiler": "^3.2.6",
55
- "@mittwald/react-tunnel": "0.2.0-alpha.55",
55
+ "@mittwald/react-tunnel": "0.2.0-alpha.56",
56
56
  "@mittwald/react-use-promise": "^2.6.0",
57
57
  "@react-aria/form": "^3.0.12",
58
58
  "@react-aria/utils": "^3.27.0",
@@ -91,7 +91,7 @@
91
91
  "@faker-js/faker": "^9.5.0",
92
92
  "@internationalized/date": "^3.7.0",
93
93
  "@mfalkenberg/remote-dom-react": "^1.2.3",
94
- "@mittwald/flow-design-tokens": "0.2.0-alpha.55",
94
+ "@mittwald/flow-design-tokens": "0.2.0-alpha.56",
95
95
  "@mittwald/react-use-promise": "^2.6.0",
96
96
  "@mittwald/typescript-config": "",
97
97
  "@nx/storybook": "^20.4.5",
@@ -168,5 +168,5 @@
168
168
  "optional": true
169
169
  }
170
170
  },
171
- "gitHead": "11a0bb5d74db0aea1d5cbd0ed5c974db7c37c13d"
171
+ "gitHead": "126bffd33445ded9cb29abb7b1bf494fa5f32bc9"
172
172
  }