@sebgroup/green-core 2.21.0-rc.20260113154959564 → 2.21.0-rc.20260113161030692

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.
@@ -39450,7 +39450,7 @@
39450
39450
  "name": "*",
39451
39451
  "declaration": {
39452
39452
  "name": "*",
39453
- "module": "src/generated/react/form-summary/index.js"
39453
+ "module": "src/generated/react/flex/index.js"
39454
39454
  }
39455
39455
  },
39456
39456
  {
@@ -39458,7 +39458,7 @@
39458
39458
  "name": "*",
39459
39459
  "declaration": {
39460
39460
  "name": "*",
39461
- "module": "src/generated/react/flex/index.js"
39461
+ "module": "src/generated/react/form-summary/index.js"
39462
39462
  }
39463
39463
  },
39464
39464
  {
@@ -39701,6 +39701,46 @@
39701
39701
  "module": "src/generated/react/formatted-number/index.js"
39702
39702
  }
39703
39703
  },
39704
+ {
39705
+ "kind": "js",
39706
+ "name": "*",
39707
+ "declaration": {
39708
+ "name": "*",
39709
+ "module": "src/generated/react/radio-group/index.js"
39710
+ }
39711
+ },
39712
+ {
39713
+ "kind": "js",
39714
+ "name": "*",
39715
+ "declaration": {
39716
+ "name": "*",
39717
+ "module": "src/generated/react/segment/index.js"
39718
+ }
39719
+ },
39720
+ {
39721
+ "kind": "js",
39722
+ "name": "*",
39723
+ "declaration": {
39724
+ "name": "*",
39725
+ "module": "src/generated/react/sensitive-account/index.js"
39726
+ }
39727
+ },
39728
+ {
39729
+ "kind": "js",
39730
+ "name": "*",
39731
+ "declaration": {
39732
+ "name": "*",
39733
+ "module": "src/generated/react/sensitive-number/index.js"
39734
+ }
39735
+ },
39736
+ {
39737
+ "kind": "js",
39738
+ "name": "*",
39739
+ "declaration": {
39740
+ "name": "*",
39741
+ "module": "src/generated/react/sensitive-date/index.js"
39742
+ }
39743
+ },
39704
39744
  {
39705
39745
  "kind": "js",
39706
39746
  "name": "*",
@@ -42365,46 +42405,6 @@
42365
42405
  "module": "src/generated/react/icons/icon-zoom-out/index.js"
42366
42406
  }
42367
42407
  },
42368
- {
42369
- "kind": "js",
42370
- "name": "*",
42371
- "declaration": {
42372
- "name": "*",
42373
- "module": "src/generated/react/radio-group/index.js"
42374
- }
42375
- },
42376
- {
42377
- "kind": "js",
42378
- "name": "*",
42379
- "declaration": {
42380
- "name": "*",
42381
- "module": "src/generated/react/segment/index.js"
42382
- }
42383
- },
42384
- {
42385
- "kind": "js",
42386
- "name": "*",
42387
- "declaration": {
42388
- "name": "*",
42389
- "module": "src/generated/react/sensitive-account/index.js"
42390
- }
42391
- },
42392
- {
42393
- "kind": "js",
42394
- "name": "*",
42395
- "declaration": {
42396
- "name": "*",
42397
- "module": "src/generated/react/sensitive-date/index.js"
42398
- }
42399
- },
42400
- {
42401
- "kind": "js",
42402
- "name": "*",
42403
- "declaration": {
42404
- "name": "*",
42405
- "module": "src/generated/react/sensitive-number/index.js"
42406
- }
42407
- },
42408
42408
  {
42409
42409
  "kind": "js",
42410
42410
  "name": "*",
@@ -57812,6 +57812,303 @@
57812
57812
  }
57813
57813
  ]
57814
57814
  },
57815
+ {
57816
+ "kind": "javascript-module",
57817
+ "path": "src/generated/react/checkbox-group/index.ts",
57818
+ "declarations": [
57819
+ {
57820
+ "kind": "function",
57821
+ "name": "GdsCheckboxGroup",
57822
+ "parameters": [
57823
+ {
57824
+ "name": "props",
57825
+ "type": {
57826
+ "text": "GdsCheckboxGroupProps & { ref?: React.Ref<GdsCheckboxGroupClass> }"
57827
+ }
57828
+ }
57829
+ ]
57830
+ },
57831
+ {
57832
+ "kind": "variable",
57833
+ "name": "ref"
57834
+ }
57835
+ ],
57836
+ "exports": [
57837
+ {
57838
+ "kind": "js",
57839
+ "name": "GdsCheckboxGroup",
57840
+ "declaration": {
57841
+ "name": "GdsCheckboxGroup",
57842
+ "module": "src/generated/react/checkbox-group/index.ts"
57843
+ }
57844
+ }
57845
+ ]
57846
+ },
57847
+ {
57848
+ "kind": "javascript-module",
57849
+ "path": "src/generated/react/coachmark/index.ts",
57850
+ "declarations": [
57851
+ {
57852
+ "kind": "function",
57853
+ "name": "GdsCoachmark",
57854
+ "parameters": [
57855
+ {
57856
+ "name": "props",
57857
+ "type": {
57858
+ "text": "GdsCoachmarkProps & { ref?: React.Ref<GdsCoachmarkClass> }"
57859
+ }
57860
+ }
57861
+ ]
57862
+ }
57863
+ ],
57864
+ "exports": [
57865
+ {
57866
+ "kind": "js",
57867
+ "name": "GdsCoachmark",
57868
+ "declaration": {
57869
+ "name": "GdsCoachmark",
57870
+ "module": "src/generated/react/coachmark/index.ts"
57871
+ }
57872
+ }
57873
+ ]
57874
+ },
57875
+ {
57876
+ "kind": "javascript-module",
57877
+ "path": "src/generated/react/context-menu/index.ts",
57878
+ "declarations": [
57879
+ {
57880
+ "kind": "function",
57881
+ "name": "GdsContextMenu",
57882
+ "parameters": [
57883
+ {
57884
+ "name": "props",
57885
+ "type": {
57886
+ "text": "GdsContextMenuProps & { ref?: React.Ref<GdsContextMenuClass> }"
57887
+ }
57888
+ }
57889
+ ]
57890
+ }
57891
+ ],
57892
+ "exports": [
57893
+ {
57894
+ "kind": "js",
57895
+ "name": "GdsContextMenu",
57896
+ "declaration": {
57897
+ "name": "GdsContextMenu",
57898
+ "module": "src/generated/react/context-menu/index.ts"
57899
+ }
57900
+ }
57901
+ ]
57902
+ },
57903
+ {
57904
+ "kind": "javascript-module",
57905
+ "path": "src/generated/react/datepicker/index.ts",
57906
+ "declarations": [
57907
+ {
57908
+ "kind": "function",
57909
+ "name": "GdsDatepicker",
57910
+ "parameters": [
57911
+ {
57912
+ "name": "props",
57913
+ "type": {
57914
+ "text": "GdsDatepickerProps & { ref?: React.Ref<GdsDatepickerClass> }"
57915
+ }
57916
+ }
57917
+ ]
57918
+ },
57919
+ {
57920
+ "kind": "variable",
57921
+ "name": "ref"
57922
+ }
57923
+ ],
57924
+ "exports": [
57925
+ {
57926
+ "kind": "js",
57927
+ "name": "GdsDatepicker",
57928
+ "declaration": {
57929
+ "name": "GdsDatepicker",
57930
+ "module": "src/generated/react/datepicker/index.ts"
57931
+ }
57932
+ }
57933
+ ]
57934
+ },
57935
+ {
57936
+ "kind": "javascript-module",
57937
+ "path": "src/generated/react/details/index.ts",
57938
+ "declarations": [
57939
+ {
57940
+ "kind": "function",
57941
+ "name": "GdsDetails",
57942
+ "parameters": [
57943
+ {
57944
+ "name": "props",
57945
+ "type": {
57946
+ "text": "GdsDetailsProps & { ref?: React.Ref<GdsDetailsClass> }"
57947
+ }
57948
+ }
57949
+ ],
57950
+ "description": "Details component that provides collapsible content sections."
57951
+ }
57952
+ ],
57953
+ "exports": [
57954
+ {
57955
+ "kind": "js",
57956
+ "name": "GdsDetails",
57957
+ "declaration": {
57958
+ "name": "GdsDetails",
57959
+ "module": "src/generated/react/details/index.ts"
57960
+ }
57961
+ }
57962
+ ]
57963
+ },
57964
+ {
57965
+ "kind": "javascript-module",
57966
+ "path": "src/generated/react/dialog/index.ts",
57967
+ "declarations": [
57968
+ {
57969
+ "kind": "function",
57970
+ "name": "GdsDialog",
57971
+ "parameters": [
57972
+ {
57973
+ "name": "props",
57974
+ "type": {
57975
+ "text": "GdsDialogProps & { ref?: React.Ref<GdsDialogClass> }"
57976
+ }
57977
+ }
57978
+ ]
57979
+ }
57980
+ ],
57981
+ "exports": [
57982
+ {
57983
+ "kind": "js",
57984
+ "name": "GdsDialog",
57985
+ "declaration": {
57986
+ "name": "GdsDialog",
57987
+ "module": "src/generated/react/dialog/index.ts"
57988
+ }
57989
+ }
57990
+ ]
57991
+ },
57992
+ {
57993
+ "kind": "javascript-module",
57994
+ "path": "src/generated/react/div/index.ts",
57995
+ "declarations": [
57996
+ {
57997
+ "kind": "function",
57998
+ "name": "GdsDiv",
57999
+ "parameters": [
58000
+ {
58001
+ "name": "props",
58002
+ "type": {
58003
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsDivClass>>\n > & { ref?: React.Ref<GdsDivClass> }"
58004
+ }
58005
+ }
58006
+ ]
58007
+ }
58008
+ ],
58009
+ "exports": [
58010
+ {
58011
+ "kind": "js",
58012
+ "name": "GdsDiv",
58013
+ "declaration": {
58014
+ "name": "GdsDiv",
58015
+ "module": "src/generated/react/div/index.ts"
58016
+ }
58017
+ }
58018
+ ]
58019
+ },
58020
+ {
58021
+ "kind": "javascript-module",
58022
+ "path": "src/generated/react/divider/index.ts",
58023
+ "declarations": [
58024
+ {
58025
+ "kind": "function",
58026
+ "name": "GdsDivider",
58027
+ "parameters": [
58028
+ {
58029
+ "name": "props",
58030
+ "type": {
58031
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsDividerClass>>\n > & { ref?: React.Ref<GdsDividerClass> }"
58032
+ }
58033
+ }
58034
+ ]
58035
+ }
58036
+ ],
58037
+ "exports": [
58038
+ {
58039
+ "kind": "js",
58040
+ "name": "GdsDivider",
58041
+ "declaration": {
58042
+ "name": "GdsDivider",
58043
+ "module": "src/generated/react/divider/index.ts"
58044
+ }
58045
+ }
58046
+ ]
58047
+ },
58048
+ {
58049
+ "kind": "javascript-module",
58050
+ "path": "src/generated/react/dropdown/index.ts",
58051
+ "declarations": [
58052
+ {
58053
+ "kind": "function",
58054
+ "name": "GdsDropdown",
58055
+ "parameters": [
58056
+ {
58057
+ "name": "props",
58058
+ "type": {
58059
+ "text": "GdsDropdownProps & { ref?: React.Ref<GdsDropdownClass> }"
58060
+ }
58061
+ }
58062
+ ]
58063
+ },
58064
+ {
58065
+ "kind": "variable",
58066
+ "name": "ref"
58067
+ }
58068
+ ],
58069
+ "exports": [
58070
+ {
58071
+ "kind": "js",
58072
+ "name": "GdsDropdown",
58073
+ "declaration": {
58074
+ "name": "GdsDropdown",
58075
+ "module": "src/generated/react/dropdown/index.ts"
58076
+ }
58077
+ }
58078
+ ]
58079
+ },
58080
+ {
58081
+ "kind": "javascript-module",
58082
+ "path": "src/generated/react/fab/index.ts",
58083
+ "declarations": [
58084
+ {
58085
+ "kind": "function",
58086
+ "name": "GdsFab",
58087
+ "parameters": [
58088
+ {
58089
+ "name": "props",
58090
+ "type": {
58091
+ "text": "GdsFabProps & { ref?: React.Ref<GdsFabClass> }"
58092
+ }
58093
+ }
58094
+ ]
58095
+ },
58096
+ {
58097
+ "kind": "variable",
58098
+ "name": "ref"
58099
+ }
58100
+ ],
58101
+ "exports": [
58102
+ {
58103
+ "kind": "js",
58104
+ "name": "GdsFab",
58105
+ "declaration": {
58106
+ "name": "GdsFab",
58107
+ "module": "src/generated/react/fab/index.ts"
58108
+ }
58109
+ }
58110
+ ]
58111
+ },
57815
58112
  {
57816
58113
  "kind": "javascript-module",
57817
58114
  "path": "src/components/icon/icons/ai.component.ts",
@@ -231026,313 +231323,44 @@
231026
231323
  },
231027
231324
  {
231028
231325
  "kind": "javascript-module",
231029
- "path": "src/generated/react/checkbox-group/index.ts",
231030
- "declarations": [
231031
- {
231032
- "kind": "function",
231033
- "name": "GdsCheckboxGroup",
231034
- "parameters": [
231035
- {
231036
- "name": "props",
231037
- "type": {
231038
- "text": "GdsCheckboxGroupProps & { ref?: React.Ref<GdsCheckboxGroupClass> }"
231039
- }
231040
- }
231041
- ]
231042
- },
231043
- {
231044
- "kind": "variable",
231045
- "name": "ref"
231046
- }
231047
- ],
231048
- "exports": [
231049
- {
231050
- "kind": "js",
231051
- "name": "GdsCheckboxGroup",
231052
- "declaration": {
231053
- "name": "GdsCheckboxGroup",
231054
- "module": "src/generated/react/checkbox-group/index.ts"
231055
- }
231056
- }
231057
- ]
231058
- },
231059
- {
231060
- "kind": "javascript-module",
231061
- "path": "src/generated/react/coachmark/index.ts",
231062
- "declarations": [
231063
- {
231064
- "kind": "function",
231065
- "name": "GdsCoachmark",
231066
- "parameters": [
231067
- {
231068
- "name": "props",
231069
- "type": {
231070
- "text": "GdsCoachmarkProps & { ref?: React.Ref<GdsCoachmarkClass> }"
231071
- }
231072
- }
231073
- ]
231074
- }
231075
- ],
231076
- "exports": [
231077
- {
231078
- "kind": "js",
231079
- "name": "GdsCoachmark",
231080
- "declaration": {
231081
- "name": "GdsCoachmark",
231082
- "module": "src/generated/react/coachmark/index.ts"
231083
- }
231084
- }
231085
- ]
231086
- },
231087
- {
231088
- "kind": "javascript-module",
231089
- "path": "src/generated/react/context-menu/index.ts",
231090
- "declarations": [
231091
- {
231092
- "kind": "function",
231093
- "name": "GdsContextMenu",
231094
- "parameters": [
231095
- {
231096
- "name": "props",
231097
- "type": {
231098
- "text": "GdsContextMenuProps & { ref?: React.Ref<GdsContextMenuClass> }"
231099
- }
231100
- }
231101
- ]
231102
- }
231103
- ],
231104
- "exports": [
231105
- {
231106
- "kind": "js",
231107
- "name": "GdsContextMenu",
231108
- "declaration": {
231109
- "name": "GdsContextMenu",
231110
- "module": "src/generated/react/context-menu/index.ts"
231111
- }
231112
- }
231113
- ]
231114
- },
231115
- {
231116
- "kind": "javascript-module",
231117
- "path": "src/generated/react/datepicker/index.ts",
231118
- "declarations": [
231119
- {
231120
- "kind": "function",
231121
- "name": "GdsDatepicker",
231122
- "parameters": [
231123
- {
231124
- "name": "props",
231125
- "type": {
231126
- "text": "GdsDatepickerProps & { ref?: React.Ref<GdsDatepickerClass> }"
231127
- }
231128
- }
231129
- ]
231130
- },
231131
- {
231132
- "kind": "variable",
231133
- "name": "ref"
231134
- }
231135
- ],
231136
- "exports": [
231137
- {
231138
- "kind": "js",
231139
- "name": "GdsDatepicker",
231140
- "declaration": {
231141
- "name": "GdsDatepicker",
231142
- "module": "src/generated/react/datepicker/index.ts"
231143
- }
231144
- }
231145
- ]
231146
- },
231147
- {
231148
- "kind": "javascript-module",
231149
- "path": "src/generated/react/details/index.ts",
231150
- "declarations": [
231151
- {
231152
- "kind": "function",
231153
- "name": "GdsDetails",
231154
- "parameters": [
231155
- {
231156
- "name": "props",
231157
- "type": {
231158
- "text": "GdsDetailsProps & { ref?: React.Ref<GdsDetailsClass> }"
231159
- }
231160
- }
231161
- ],
231162
- "description": "Details component that provides collapsible content sections."
231163
- }
231164
- ],
231165
- "exports": [
231166
- {
231167
- "kind": "js",
231168
- "name": "GdsDetails",
231169
- "declaration": {
231170
- "name": "GdsDetails",
231171
- "module": "src/generated/react/details/index.ts"
231172
- }
231173
- }
231174
- ]
231175
- },
231176
- {
231177
- "kind": "javascript-module",
231178
- "path": "src/generated/react/dialog/index.ts",
231179
- "declarations": [
231180
- {
231181
- "kind": "function",
231182
- "name": "GdsDialog",
231183
- "parameters": [
231184
- {
231185
- "name": "props",
231186
- "type": {
231187
- "text": "GdsDialogProps & { ref?: React.Ref<GdsDialogClass> }"
231188
- }
231189
- }
231190
- ]
231191
- }
231192
- ],
231193
- "exports": [
231194
- {
231195
- "kind": "js",
231196
- "name": "GdsDialog",
231197
- "declaration": {
231198
- "name": "GdsDialog",
231199
- "module": "src/generated/react/dialog/index.ts"
231200
- }
231201
- }
231202
- ]
231203
- },
231204
- {
231205
- "kind": "javascript-module",
231206
- "path": "src/generated/react/div/index.ts",
231207
- "declarations": [
231208
- {
231209
- "kind": "function",
231210
- "name": "GdsDiv",
231211
- "parameters": [
231212
- {
231213
- "name": "props",
231214
- "type": {
231215
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsDivClass>>\n > & { ref?: React.Ref<GdsDivClass> }"
231216
- }
231217
- }
231218
- ]
231219
- }
231220
- ],
231221
- "exports": [
231222
- {
231223
- "kind": "js",
231224
- "name": "GdsDiv",
231225
- "declaration": {
231226
- "name": "GdsDiv",
231227
- "module": "src/generated/react/div/index.ts"
231228
- }
231229
- }
231230
- ]
231231
- },
231232
- {
231233
- "kind": "javascript-module",
231234
- "path": "src/generated/react/divider/index.ts",
231235
- "declarations": [
231236
- {
231237
- "kind": "function",
231238
- "name": "GdsDivider",
231239
- "parameters": [
231240
- {
231241
- "name": "props",
231242
- "type": {
231243
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsDividerClass>>\n > & { ref?: React.Ref<GdsDividerClass> }"
231244
- }
231245
- }
231246
- ]
231247
- }
231248
- ],
231249
- "exports": [
231250
- {
231251
- "kind": "js",
231252
- "name": "GdsDivider",
231253
- "declaration": {
231254
- "name": "GdsDivider",
231255
- "module": "src/generated/react/divider/index.ts"
231256
- }
231257
- }
231258
- ]
231259
- },
231260
- {
231261
- "kind": "javascript-module",
231262
- "path": "src/generated/react/dropdown/index.ts",
231263
- "declarations": [
231264
- {
231265
- "kind": "function",
231266
- "name": "GdsDropdown",
231267
- "parameters": [
231268
- {
231269
- "name": "props",
231270
- "type": {
231271
- "text": "GdsDropdownProps & { ref?: React.Ref<GdsDropdownClass> }"
231272
- }
231273
- }
231274
- ]
231275
- },
231276
- {
231277
- "kind": "variable",
231278
- "name": "ref"
231279
- }
231280
- ],
231281
- "exports": [
231282
- {
231283
- "kind": "js",
231284
- "name": "GdsDropdown",
231285
- "declaration": {
231286
- "name": "GdsDropdown",
231287
- "module": "src/generated/react/dropdown/index.ts"
231288
- }
231289
- }
231290
- ]
231291
- },
231292
- {
231293
- "kind": "javascript-module",
231294
- "path": "src/generated/react/fab/index.ts",
231326
+ "path": "src/generated/react/filter-chip/index.ts",
231295
231327
  "declarations": [
231296
231328
  {
231297
231329
  "kind": "function",
231298
- "name": "GdsFab",
231330
+ "name": "GdsFilterChip",
231299
231331
  "parameters": [
231300
231332
  {
231301
231333
  "name": "props",
231302
231334
  "type": {
231303
- "text": "GdsFabProps & { ref?: React.Ref<GdsFabClass> }"
231335
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsFilterChipClass>>\n > & { ref?: React.Ref<GdsFilterChipClass> }"
231304
231336
  }
231305
231337
  }
231306
231338
  ]
231307
- },
231308
- {
231309
- "kind": "variable",
231310
- "name": "ref"
231311
231339
  }
231312
231340
  ],
231313
231341
  "exports": [
231314
231342
  {
231315
231343
  "kind": "js",
231316
- "name": "GdsFab",
231344
+ "name": "GdsFilterChip",
231317
231345
  "declaration": {
231318
- "name": "GdsFab",
231319
- "module": "src/generated/react/fab/index.ts"
231346
+ "name": "GdsFilterChip",
231347
+ "module": "src/generated/react/filter-chip/index.ts"
231320
231348
  }
231321
231349
  }
231322
231350
  ]
231323
231351
  },
231324
231352
  {
231325
231353
  "kind": "javascript-module",
231326
- "path": "src/generated/react/filter-chip/index.ts",
231354
+ "path": "src/generated/react/flex/index.ts",
231327
231355
  "declarations": [
231328
231356
  {
231329
231357
  "kind": "function",
231330
- "name": "GdsFilterChip",
231358
+ "name": "GdsFlex",
231331
231359
  "parameters": [
231332
231360
  {
231333
231361
  "name": "props",
231334
231362
  "type": {
231335
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsFilterChipClass>>\n > & { ref?: React.Ref<GdsFilterChipClass> }"
231363
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsFlexClass>>\n > & { ref?: React.Ref<GdsFlexClass> }"
231336
231364
  }
231337
231365
  }
231338
231366
  ]
@@ -231341,10 +231369,10 @@
231341
231369
  "exports": [
231342
231370
  {
231343
231371
  "kind": "js",
231344
- "name": "GdsFilterChip",
231372
+ "name": "GdsFlex",
231345
231373
  "declaration": {
231346
- "name": "GdsFilterChip",
231347
- "module": "src/generated/react/filter-chip/index.ts"
231374
+ "name": "GdsFlex",
231375
+ "module": "src/generated/react/flex/index.ts"
231348
231376
  }
231349
231377
  }
231350
231378
  ]
@@ -231381,34 +231409,6 @@
231381
231409
  }
231382
231410
  ]
231383
231411
  },
231384
- {
231385
- "kind": "javascript-module",
231386
- "path": "src/generated/react/flex/index.ts",
231387
- "declarations": [
231388
- {
231389
- "kind": "function",
231390
- "name": "GdsFlex",
231391
- "parameters": [
231392
- {
231393
- "name": "props",
231394
- "type": {
231395
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsFlexClass>>\n > & { ref?: React.Ref<GdsFlexClass> }"
231396
- }
231397
- }
231398
- ]
231399
- }
231400
- ],
231401
- "exports": [
231402
- {
231403
- "kind": "js",
231404
- "name": "GdsFlex",
231405
- "declaration": {
231406
- "name": "GdsFlex",
231407
- "module": "src/generated/react/flex/index.ts"
231408
- }
231409
- }
231410
- ]
231411
- },
231412
231412
  {
231413
231413
  "kind": "javascript-module",
231414
231414
  "path": "src/generated/react/form-summary/index.ts",
@@ -231495,57 +231495,57 @@
231495
231495
  },
231496
231496
  {
231497
231497
  "kind": "javascript-module",
231498
- "path": "src/generated/react/formatted-number/index.ts",
231498
+ "path": "src/generated/react/grid/index.ts",
231499
231499
  "declarations": [
231500
231500
  {
231501
231501
  "kind": "function",
231502
- "name": "GdsFormattedNumber",
231502
+ "name": "GdsGrid",
231503
231503
  "parameters": [
231504
231504
  {
231505
231505
  "name": "props",
231506
231506
  "type": {
231507
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsFormattedNumberClass>>\n > & { ref?: React.Ref<GdsFormattedNumberClass> }"
231507
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsGridClass>>\n > & { ref?: React.Ref<GdsGridClass> }"
231508
231508
  }
231509
231509
  }
231510
- ]
231510
+ ],
231511
+ "description": "The `gds-grid` is a custom element that provides a flexible grid system. It uses CSS grid layout to arrange its child elements into columns. This component is highly customizable and responsive, allowing you to specify the number of `columns`, `gap`, `padding`, and fluidity for different devices with automated column size based on the content using the `auto-columns` attribute."
231511
231512
  }
231512
231513
  ],
231513
231514
  "exports": [
231514
231515
  {
231515
231516
  "kind": "js",
231516
- "name": "GdsFormattedNumber",
231517
+ "name": "GdsGrid",
231517
231518
  "declaration": {
231518
- "name": "GdsFormattedNumber",
231519
- "module": "src/generated/react/formatted-number/index.ts"
231519
+ "name": "GdsGrid",
231520
+ "module": "src/generated/react/grid/index.ts"
231520
231521
  }
231521
231522
  }
231522
231523
  ]
231523
231524
  },
231524
231525
  {
231525
231526
  "kind": "javascript-module",
231526
- "path": "src/generated/react/grid/index.ts",
231527
+ "path": "src/generated/react/formatted-number/index.ts",
231527
231528
  "declarations": [
231528
231529
  {
231529
231530
  "kind": "function",
231530
- "name": "GdsGrid",
231531
+ "name": "GdsFormattedNumber",
231531
231532
  "parameters": [
231532
231533
  {
231533
231534
  "name": "props",
231534
231535
  "type": {
231535
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsGridClass>>\n > & { ref?: React.Ref<GdsGridClass> }"
231536
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsFormattedNumberClass>>\n > & { ref?: React.Ref<GdsFormattedNumberClass> }"
231536
231537
  }
231537
231538
  }
231538
- ],
231539
- "description": "The `gds-grid` is a custom element that provides a flexible grid system. It uses CSS grid layout to arrange its child elements into columns. This component is highly customizable and responsive, allowing you to specify the number of `columns`, `gap`, `padding`, and fluidity for different devices with automated column size based on the content using the `auto-columns` attribute."
231539
+ ]
231540
231540
  }
231541
231541
  ],
231542
231542
  "exports": [
231543
231543
  {
231544
231544
  "kind": "js",
231545
- "name": "GdsGrid",
231545
+ "name": "GdsFormattedNumber",
231546
231546
  "declaration": {
231547
- "name": "GdsGrid",
231548
- "module": "src/generated/react/grid/index.ts"
231547
+ "name": "GdsFormattedNumber",
231548
+ "module": "src/generated/react/formatted-number/index.ts"
231549
231549
  }
231550
231550
  }
231551
231551
  ]
@@ -231950,34 +231950,6 @@
231950
231950
  }
231951
231951
  ]
231952
231952
  },
231953
- {
231954
- "kind": "javascript-module",
231955
- "path": "src/generated/react/segment/index.ts",
231956
- "declarations": [
231957
- {
231958
- "kind": "function",
231959
- "name": "GdsSegment",
231960
- "parameters": [
231961
- {
231962
- "name": "props",
231963
- "type": {
231964
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsSegmentClass>>\n > & { ref?: React.Ref<GdsSegmentClass> }"
231965
- }
231966
- }
231967
- ]
231968
- }
231969
- ],
231970
- "exports": [
231971
- {
231972
- "kind": "js",
231973
- "name": "GdsSegment",
231974
- "declaration": {
231975
- "name": "GdsSegment",
231976
- "module": "src/generated/react/segment/index.ts"
231977
- }
231978
- }
231979
- ]
231980
- },
231981
231953
  {
231982
231954
  "kind": "javascript-module",
231983
231955
  "path": "src/generated/react/rich-text/index.ts",
@@ -232095,6 +232067,34 @@
232095
232067
  }
232096
232068
  ]
232097
232069
  },
232070
+ {
232071
+ "kind": "javascript-module",
232072
+ "path": "src/generated/react/segment/index.ts",
232073
+ "declarations": [
232074
+ {
232075
+ "kind": "function",
232076
+ "name": "GdsSegment",
232077
+ "parameters": [
232078
+ {
232079
+ "name": "props",
232080
+ "type": {
232081
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsSegmentClass>>\n > & { ref?: React.Ref<GdsSegmentClass> }"
232082
+ }
232083
+ }
232084
+ ]
232085
+ }
232086
+ ],
232087
+ "exports": [
232088
+ {
232089
+ "kind": "js",
232090
+ "name": "GdsSegment",
232091
+ "declaration": {
232092
+ "name": "GdsSegment",
232093
+ "module": "src/generated/react/segment/index.ts"
232094
+ }
232095
+ }
232096
+ ]
232097
+ },
232098
232098
  {
232099
232099
  "kind": "javascript-module",
232100
232100
  "path": "src/generated/react/sensitive-date/index.ts",
@@ -232662,16 +232662,16 @@
232662
232662
  },
232663
232663
  {
232664
232664
  "kind": "javascript-module",
232665
- "path": "src/generated/react/icons/icon-arrow-right/index.ts",
232665
+ "path": "src/generated/react/icons/icon-arrow-out-of-box/index.ts",
232666
232666
  "declarations": [
232667
232667
  {
232668
232668
  "kind": "function",
232669
- "name": "IconArrowRight",
232669
+ "name": "IconArrowOutOfBox",
232670
232670
  "parameters": [
232671
232671
  {
232672
232672
  "name": "props",
232673
232673
  "type": {
232674
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconArrowRightClass>>\n > & { ref?: React.Ref<IconArrowRightClass> }"
232674
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconArrowOutOfBoxClass>>\n > & { ref?: React.Ref<IconArrowOutOfBoxClass> }"
232675
232675
  }
232676
232676
  }
232677
232677
  ]
@@ -232680,26 +232680,26 @@
232680
232680
  "exports": [
232681
232681
  {
232682
232682
  "kind": "js",
232683
- "name": "IconArrowRight",
232683
+ "name": "IconArrowOutOfBox",
232684
232684
  "declaration": {
232685
- "name": "IconArrowRight",
232686
- "module": "src/generated/react/icons/icon-arrow-right/index.ts"
232685
+ "name": "IconArrowOutOfBox",
232686
+ "module": "src/generated/react/icons/icon-arrow-out-of-box/index.ts"
232687
232687
  }
232688
232688
  }
232689
232689
  ]
232690
232690
  },
232691
232691
  {
232692
232692
  "kind": "javascript-module",
232693
- "path": "src/generated/react/icons/icon-arrow-out-of-box/index.ts",
232693
+ "path": "src/generated/react/icons/icon-arrow-right/index.ts",
232694
232694
  "declarations": [
232695
232695
  {
232696
232696
  "kind": "function",
232697
- "name": "IconArrowOutOfBox",
232697
+ "name": "IconArrowRight",
232698
232698
  "parameters": [
232699
232699
  {
232700
232700
  "name": "props",
232701
232701
  "type": {
232702
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconArrowOutOfBoxClass>>\n > & { ref?: React.Ref<IconArrowOutOfBoxClass> }"
232702
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconArrowRightClass>>\n > & { ref?: React.Ref<IconArrowRightClass> }"
232703
232703
  }
232704
232704
  }
232705
232705
  ]
@@ -232708,10 +232708,10 @@
232708
232708
  "exports": [
232709
232709
  {
232710
232710
  "kind": "js",
232711
- "name": "IconArrowOutOfBox",
232711
+ "name": "IconArrowRight",
232712
232712
  "declaration": {
232713
- "name": "IconArrowOutOfBox",
232714
- "module": "src/generated/react/icons/icon-arrow-out-of-box/index.ts"
232713
+ "name": "IconArrowRight",
232714
+ "module": "src/generated/react/icons/icon-arrow-right/index.ts"
232715
232715
  }
232716
232716
  }
232717
232717
  ]
@@ -236414,16 +236414,16 @@
236414
236414
  },
236415
236415
  {
236416
236416
  "kind": "javascript-module",
236417
- "path": "src/generated/react/icons/icon-expand/index.ts",
236417
+ "path": "src/generated/react/icons/icon-euro/index.ts",
236418
236418
  "declarations": [
236419
236419
  {
236420
236420
  "kind": "function",
236421
- "name": "IconExpand",
236421
+ "name": "IconEuro",
236422
236422
  "parameters": [
236423
236423
  {
236424
236424
  "name": "props",
236425
236425
  "type": {
236426
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconExpandClass>>\n > & { ref?: React.Ref<IconExpandClass> }"
236426
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconEuroClass>>\n > & { ref?: React.Ref<IconEuroClass> }"
236427
236427
  }
236428
236428
  }
236429
236429
  ]
@@ -236432,26 +236432,26 @@
236432
236432
  "exports": [
236433
236433
  {
236434
236434
  "kind": "js",
236435
- "name": "IconExpand",
236435
+ "name": "IconEuro",
236436
236436
  "declaration": {
236437
- "name": "IconExpand",
236438
- "module": "src/generated/react/icons/icon-expand/index.ts"
236437
+ "name": "IconEuro",
236438
+ "module": "src/generated/react/icons/icon-euro/index.ts"
236439
236439
  }
236440
236440
  }
236441
236441
  ]
236442
236442
  },
236443
236443
  {
236444
236444
  "kind": "javascript-module",
236445
- "path": "src/generated/react/icons/icon-euro/index.ts",
236445
+ "path": "src/generated/react/icons/icon-expand/index.ts",
236446
236446
  "declarations": [
236447
236447
  {
236448
236448
  "kind": "function",
236449
- "name": "IconEuro",
236449
+ "name": "IconExpand",
236450
236450
  "parameters": [
236451
236451
  {
236452
236452
  "name": "props",
236453
236453
  "type": {
236454
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconEuroClass>>\n > & { ref?: React.Ref<IconEuroClass> }"
236454
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconExpandClass>>\n > & { ref?: React.Ref<IconExpandClass> }"
236455
236455
  }
236456
236456
  }
236457
236457
  ]
@@ -236460,10 +236460,10 @@
236460
236460
  "exports": [
236461
236461
  {
236462
236462
  "kind": "js",
236463
- "name": "IconEuro",
236463
+ "name": "IconExpand",
236464
236464
  "declaration": {
236465
- "name": "IconEuro",
236466
- "module": "src/generated/react/icons/icon-euro/index.ts"
236465
+ "name": "IconExpand",
236466
+ "module": "src/generated/react/icons/icon-expand/index.ts"
236467
236467
  }
236468
236468
  }
236469
236469
  ]
@@ -236862,16 +236862,16 @@
236862
236862
  },
236863
236863
  {
236864
236864
  "kind": "javascript-module",
236865
- "path": "src/generated/react/icons/icon-folder-paper/index.ts",
236865
+ "path": "src/generated/react/icons/icon-folder-add-right/index.ts",
236866
236866
  "declarations": [
236867
236867
  {
236868
236868
  "kind": "function",
236869
- "name": "IconFolderPaper",
236869
+ "name": "IconFolderAddRight",
236870
236870
  "parameters": [
236871
236871
  {
236872
236872
  "name": "props",
236873
236873
  "type": {
236874
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconFolderPaperClass>>\n > & { ref?: React.Ref<IconFolderPaperClass> }"
236874
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconFolderAddRightClass>>\n > & { ref?: React.Ref<IconFolderAddRightClass> }"
236875
236875
  }
236876
236876
  }
236877
236877
  ]
@@ -236880,26 +236880,26 @@
236880
236880
  "exports": [
236881
236881
  {
236882
236882
  "kind": "js",
236883
- "name": "IconFolderPaper",
236883
+ "name": "IconFolderAddRight",
236884
236884
  "declaration": {
236885
- "name": "IconFolderPaper",
236886
- "module": "src/generated/react/icons/icon-folder-paper/index.ts"
236885
+ "name": "IconFolderAddRight",
236886
+ "module": "src/generated/react/icons/icon-folder-add-right/index.ts"
236887
236887
  }
236888
236888
  }
236889
236889
  ]
236890
236890
  },
236891
236891
  {
236892
236892
  "kind": "javascript-module",
236893
- "path": "src/generated/react/icons/icon-folder-add-right/index.ts",
236893
+ "path": "src/generated/react/icons/icon-folder-paper/index.ts",
236894
236894
  "declarations": [
236895
236895
  {
236896
236896
  "kind": "function",
236897
- "name": "IconFolderAddRight",
236897
+ "name": "IconFolderPaper",
236898
236898
  "parameters": [
236899
236899
  {
236900
236900
  "name": "props",
236901
236901
  "type": {
236902
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconFolderAddRightClass>>\n > & { ref?: React.Ref<IconFolderAddRightClass> }"
236902
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconFolderPaperClass>>\n > & { ref?: React.Ref<IconFolderPaperClass> }"
236903
236903
  }
236904
236904
  }
236905
236905
  ]
@@ -236908,10 +236908,10 @@
236908
236908
  "exports": [
236909
236909
  {
236910
236910
  "kind": "js",
236911
- "name": "IconFolderAddRight",
236911
+ "name": "IconFolderPaper",
236912
236912
  "declaration": {
236913
- "name": "IconFolderAddRight",
236914
- "module": "src/generated/react/icons/icon-folder-add-right/index.ts"
236913
+ "name": "IconFolderPaper",
236914
+ "module": "src/generated/react/icons/icon-folder-paper/index.ts"
236915
236915
  }
236916
236916
  }
236917
236917
  ]
@@ -238066,16 +238066,16 @@
238066
238066
  },
238067
238067
  {
238068
238068
  "kind": "javascript-module",
238069
- "path": "src/generated/react/icons/icon-mic-off/index.ts",
238069
+ "path": "src/generated/react/icons/icon-menu-sidebar/index.ts",
238070
238070
  "declarations": [
238071
238071
  {
238072
238072
  "kind": "function",
238073
- "name": "IconMicOff",
238073
+ "name": "IconMenuSidebar",
238074
238074
  "parameters": [
238075
238075
  {
238076
238076
  "name": "props",
238077
238077
  "type": {
238078
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconMicOffClass>>\n > & { ref?: React.Ref<IconMicOffClass> }"
238078
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconMenuSidebarClass>>\n > & { ref?: React.Ref<IconMenuSidebarClass> }"
238079
238079
  }
238080
238080
  }
238081
238081
  ]
@@ -238084,26 +238084,26 @@
238084
238084
  "exports": [
238085
238085
  {
238086
238086
  "kind": "js",
238087
- "name": "IconMicOff",
238087
+ "name": "IconMenuSidebar",
238088
238088
  "declaration": {
238089
- "name": "IconMicOff",
238090
- "module": "src/generated/react/icons/icon-mic-off/index.ts"
238089
+ "name": "IconMenuSidebar",
238090
+ "module": "src/generated/react/icons/icon-menu-sidebar/index.ts"
238091
238091
  }
238092
238092
  }
238093
238093
  ]
238094
238094
  },
238095
238095
  {
238096
238096
  "kind": "javascript-module",
238097
- "path": "src/generated/react/icons/icon-menu-sidebar/index.ts",
238097
+ "path": "src/generated/react/icons/icon-mic-off/index.ts",
238098
238098
  "declarations": [
238099
238099
  {
238100
238100
  "kind": "function",
238101
- "name": "IconMenuSidebar",
238101
+ "name": "IconMicOff",
238102
238102
  "parameters": [
238103
238103
  {
238104
238104
  "name": "props",
238105
238105
  "type": {
238106
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconMenuSidebarClass>>\n > & { ref?: React.Ref<IconMenuSidebarClass> }"
238106
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconMicOffClass>>\n > & { ref?: React.Ref<IconMicOffClass> }"
238107
238107
  }
238108
238108
  }
238109
238109
  ]
@@ -238112,10 +238112,10 @@
238112
238112
  "exports": [
238113
238113
  {
238114
238114
  "kind": "js",
238115
- "name": "IconMenuSidebar",
238115
+ "name": "IconMicOff",
238116
238116
  "declaration": {
238117
- "name": "IconMenuSidebar",
238118
- "module": "src/generated/react/icons/icon-menu-sidebar/index.ts"
238117
+ "name": "IconMicOff",
238118
+ "module": "src/generated/react/icons/icon-mic-off/index.ts"
238119
238119
  }
238120
238120
  }
238121
238121
  ]
@@ -239128,34 +239128,6 @@
239128
239128
  }
239129
239129
  ]
239130
239130
  },
239131
- {
239132
- "kind": "javascript-module",
239133
- "path": "src/generated/react/icons/icon-play/index.ts",
239134
- "declarations": [
239135
- {
239136
- "kind": "function",
239137
- "name": "IconPlay",
239138
- "parameters": [
239139
- {
239140
- "name": "props",
239141
- "type": {
239142
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconPlayClass>>\n > & { ref?: React.Ref<IconPlayClass> }"
239143
- }
239144
- }
239145
- ]
239146
- }
239147
- ],
239148
- "exports": [
239149
- {
239150
- "kind": "js",
239151
- "name": "IconPlay",
239152
- "declaration": {
239153
- "name": "IconPlay",
239154
- "module": "src/generated/react/icons/icon-play/index.ts"
239155
- }
239156
- }
239157
- ]
239158
- },
239159
239131
  {
239160
239132
  "kind": "javascript-module",
239161
239133
  "path": "src/generated/react/icons/icon-play-circle/index.ts",
@@ -239326,16 +239298,16 @@
239326
239298
  },
239327
239299
  {
239328
239300
  "kind": "javascript-module",
239329
- "path": "src/generated/react/icons/icon-postcard/index.ts",
239301
+ "path": "src/generated/react/icons/icon-power-plant/index.ts",
239330
239302
  "declarations": [
239331
239303
  {
239332
239304
  "kind": "function",
239333
- "name": "IconPostcard",
239305
+ "name": "IconPowerPlant",
239334
239306
  "parameters": [
239335
239307
  {
239336
239308
  "name": "props",
239337
239309
  "type": {
239338
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconPostcardClass>>\n > & { ref?: React.Ref<IconPostcardClass> }"
239310
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconPowerPlantClass>>\n > & { ref?: React.Ref<IconPowerPlantClass> }"
239339
239311
  }
239340
239312
  }
239341
239313
  ]
@@ -239344,26 +239316,26 @@
239344
239316
  "exports": [
239345
239317
  {
239346
239318
  "kind": "js",
239347
- "name": "IconPostcard",
239319
+ "name": "IconPowerPlant",
239348
239320
  "declaration": {
239349
- "name": "IconPostcard",
239350
- "module": "src/generated/react/icons/icon-postcard/index.ts"
239321
+ "name": "IconPowerPlant",
239322
+ "module": "src/generated/react/icons/icon-power-plant/index.ts"
239351
239323
  }
239352
239324
  }
239353
239325
  ]
239354
239326
  },
239355
239327
  {
239356
239328
  "kind": "javascript-module",
239357
- "path": "src/generated/react/icons/icon-power-plant/index.ts",
239329
+ "path": "src/generated/react/icons/icon-postcard/index.ts",
239358
239330
  "declarations": [
239359
239331
  {
239360
239332
  "kind": "function",
239361
- "name": "IconPowerPlant",
239333
+ "name": "IconPostcard",
239362
239334
  "parameters": [
239363
239335
  {
239364
239336
  "name": "props",
239365
239337
  "type": {
239366
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconPowerPlantClass>>\n > & { ref?: React.Ref<IconPowerPlantClass> }"
239338
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconPostcardClass>>\n > & { ref?: React.Ref<IconPostcardClass> }"
239367
239339
  }
239368
239340
  }
239369
239341
  ]
@@ -239372,10 +239344,10 @@
239372
239344
  "exports": [
239373
239345
  {
239374
239346
  "kind": "js",
239375
- "name": "IconPowerPlant",
239347
+ "name": "IconPostcard",
239376
239348
  "declaration": {
239377
- "name": "IconPowerPlant",
239378
- "module": "src/generated/react/icons/icon-power-plant/index.ts"
239349
+ "name": "IconPostcard",
239350
+ "module": "src/generated/react/icons/icon-postcard/index.ts"
239379
239351
  }
239380
239352
  }
239381
239353
  ]
@@ -239604,6 +239576,34 @@
239604
239576
  }
239605
239577
  ]
239606
239578
  },
239579
+ {
239580
+ "kind": "javascript-module",
239581
+ "path": "src/generated/react/icons/icon-play/index.ts",
239582
+ "declarations": [
239583
+ {
239584
+ "kind": "function",
239585
+ "name": "IconPlay",
239586
+ "parameters": [
239587
+ {
239588
+ "name": "props",
239589
+ "type": {
239590
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconPlayClass>>\n > & { ref?: React.Ref<IconPlayClass> }"
239591
+ }
239592
+ }
239593
+ ]
239594
+ }
239595
+ ],
239596
+ "exports": [
239597
+ {
239598
+ "kind": "js",
239599
+ "name": "IconPlay",
239600
+ "declaration": {
239601
+ "name": "IconPlay",
239602
+ "module": "src/generated/react/icons/icon-play/index.ts"
239603
+ }
239604
+ }
239605
+ ]
239606
+ },
239607
239607
  {
239608
239608
  "kind": "javascript-module",
239609
239609
  "path": "src/generated/react/icons/icon-record/index.ts",
@@ -240054,16 +240054,16 @@
240054
240054
  },
240055
240055
  {
240056
240056
  "kind": "javascript-module",
240057
- "path": "src/generated/react/icons/icon-shield/index.ts",
240057
+ "path": "src/generated/react/icons/icon-shield-checked/index.ts",
240058
240058
  "declarations": [
240059
240059
  {
240060
240060
  "kind": "function",
240061
- "name": "IconShield",
240061
+ "name": "IconShieldChecked",
240062
240062
  "parameters": [
240063
240063
  {
240064
240064
  "name": "props",
240065
240065
  "type": {
240066
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconShieldClass>>\n > & { ref?: React.Ref<IconShieldClass> }"
240066
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconShieldCheckedClass>>\n > & { ref?: React.Ref<IconShieldCheckedClass> }"
240067
240067
  }
240068
240068
  }
240069
240069
  ]
@@ -240072,26 +240072,26 @@
240072
240072
  "exports": [
240073
240073
  {
240074
240074
  "kind": "js",
240075
- "name": "IconShield",
240075
+ "name": "IconShieldChecked",
240076
240076
  "declaration": {
240077
- "name": "IconShield",
240078
- "module": "src/generated/react/icons/icon-shield/index.ts"
240077
+ "name": "IconShieldChecked",
240078
+ "module": "src/generated/react/icons/icon-shield-checked/index.ts"
240079
240079
  }
240080
240080
  }
240081
240081
  ]
240082
240082
  },
240083
240083
  {
240084
240084
  "kind": "javascript-module",
240085
- "path": "src/generated/react/icons/icon-shield-checked/index.ts",
240085
+ "path": "src/generated/react/icons/icon-shield/index.ts",
240086
240086
  "declarations": [
240087
240087
  {
240088
240088
  "kind": "function",
240089
- "name": "IconShieldChecked",
240089
+ "name": "IconShield",
240090
240090
  "parameters": [
240091
240091
  {
240092
240092
  "name": "props",
240093
240093
  "type": {
240094
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconShieldCheckedClass>>\n > & { ref?: React.Ref<IconShieldCheckedClass> }"
240094
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconShieldClass>>\n > & { ref?: React.Ref<IconShieldClass> }"
240095
240095
  }
240096
240096
  }
240097
240097
  ]
@@ -240100,10 +240100,10 @@
240100
240100
  "exports": [
240101
240101
  {
240102
240102
  "kind": "js",
240103
- "name": "IconShieldChecked",
240103
+ "name": "IconShield",
240104
240104
  "declaration": {
240105
- "name": "IconShieldChecked",
240106
- "module": "src/generated/react/icons/icon-shield-checked/index.ts"
240105
+ "name": "IconShield",
240106
+ "module": "src/generated/react/icons/icon-shield/index.ts"
240107
240107
  }
240108
240108
  }
240109
240109
  ]
@@ -240194,16 +240194,16 @@
240194
240194
  },
240195
240195
  {
240196
240196
  "kind": "javascript-module",
240197
- "path": "src/generated/react/icons/icon-smartwatch/index.ts",
240197
+ "path": "src/generated/react/icons/icon-solar/index.ts",
240198
240198
  "declarations": [
240199
240199
  {
240200
240200
  "kind": "function",
240201
- "name": "IconSmartwatch",
240201
+ "name": "IconSolar",
240202
240202
  "parameters": [
240203
240203
  {
240204
240204
  "name": "props",
240205
240205
  "type": {
240206
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconSmartwatchClass>>\n > & { ref?: React.Ref<IconSmartwatchClass> }"
240206
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconSolarClass>>\n > & { ref?: React.Ref<IconSolarClass> }"
240207
240207
  }
240208
240208
  }
240209
240209
  ]
@@ -240212,26 +240212,26 @@
240212
240212
  "exports": [
240213
240213
  {
240214
240214
  "kind": "js",
240215
- "name": "IconSmartwatch",
240215
+ "name": "IconSolar",
240216
240216
  "declaration": {
240217
- "name": "IconSmartwatch",
240218
- "module": "src/generated/react/icons/icon-smartwatch/index.ts"
240217
+ "name": "IconSolar",
240218
+ "module": "src/generated/react/icons/icon-solar/index.ts"
240219
240219
  }
240220
240220
  }
240221
240221
  ]
240222
240222
  },
240223
240223
  {
240224
240224
  "kind": "javascript-module",
240225
- "path": "src/generated/react/icons/icon-solar/index.ts",
240225
+ "path": "src/generated/react/icons/icon-smartwatch/index.ts",
240226
240226
  "declarations": [
240227
240227
  {
240228
240228
  "kind": "function",
240229
- "name": "IconSolar",
240229
+ "name": "IconSmartwatch",
240230
240230
  "parameters": [
240231
240231
  {
240232
240232
  "name": "props",
240233
240233
  "type": {
240234
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconSolarClass>>\n > & { ref?: React.Ref<IconSolarClass> }"
240234
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconSmartwatchClass>>\n > & { ref?: React.Ref<IconSmartwatchClass> }"
240235
240235
  }
240236
240236
  }
240237
240237
  ]
@@ -240240,10 +240240,10 @@
240240
240240
  "exports": [
240241
240241
  {
240242
240242
  "kind": "js",
240243
- "name": "IconSolar",
240243
+ "name": "IconSmartwatch",
240244
240244
  "declaration": {
240245
- "name": "IconSolar",
240246
- "module": "src/generated/react/icons/icon-solar/index.ts"
240245
+ "name": "IconSmartwatch",
240246
+ "module": "src/generated/react/icons/icon-smartwatch/index.ts"
240247
240247
  }
240248
240248
  }
240249
240249
  ]
@@ -240446,16 +240446,16 @@
240446
240446
  },
240447
240447
  {
240448
240448
  "kind": "javascript-module",
240449
- "path": "src/generated/react/icons/icon-square-behind-square/index.ts",
240449
+ "path": "src/generated/react/icons/icon-square-check/index.ts",
240450
240450
  "declarations": [
240451
240451
  {
240452
240452
  "kind": "function",
240453
- "name": "IconSquareBehindSquare",
240453
+ "name": "IconSquareCheck",
240454
240454
  "parameters": [
240455
240455
  {
240456
240456
  "name": "props",
240457
240457
  "type": {
240458
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconSquareBehindSquareClass>>\n > & { ref?: React.Ref<IconSquareBehindSquareClass> }"
240458
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconSquareCheckClass>>\n > & { ref?: React.Ref<IconSquareCheckClass> }"
240459
240459
  }
240460
240460
  }
240461
240461
  ]
@@ -240464,26 +240464,26 @@
240464
240464
  "exports": [
240465
240465
  {
240466
240466
  "kind": "js",
240467
- "name": "IconSquareBehindSquare",
240467
+ "name": "IconSquareCheck",
240468
240468
  "declaration": {
240469
- "name": "IconSquareBehindSquare",
240470
- "module": "src/generated/react/icons/icon-square-behind-square/index.ts"
240469
+ "name": "IconSquareCheck",
240470
+ "module": "src/generated/react/icons/icon-square-check/index.ts"
240471
240471
  }
240472
240472
  }
240473
240473
  ]
240474
240474
  },
240475
240475
  {
240476
240476
  "kind": "javascript-module",
240477
- "path": "src/generated/react/icons/icon-square-check/index.ts",
240477
+ "path": "src/generated/react/icons/icon-square-behind-square/index.ts",
240478
240478
  "declarations": [
240479
240479
  {
240480
240480
  "kind": "function",
240481
- "name": "IconSquareCheck",
240481
+ "name": "IconSquareBehindSquare",
240482
240482
  "parameters": [
240483
240483
  {
240484
240484
  "name": "props",
240485
240485
  "type": {
240486
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconSquareCheckClass>>\n > & { ref?: React.Ref<IconSquareCheckClass> }"
240486
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconSquareBehindSquareClass>>\n > & { ref?: React.Ref<IconSquareBehindSquareClass> }"
240487
240487
  }
240488
240488
  }
240489
240489
  ]
@@ -240492,10 +240492,10 @@
240492
240492
  "exports": [
240493
240493
  {
240494
240494
  "kind": "js",
240495
- "name": "IconSquareCheck",
240495
+ "name": "IconSquareBehindSquare",
240496
240496
  "declaration": {
240497
- "name": "IconSquareCheck",
240498
- "module": "src/generated/react/icons/icon-square-check/index.ts"
240497
+ "name": "IconSquareBehindSquare",
240498
+ "module": "src/generated/react/icons/icon-square-behind-square/index.ts"
240499
240499
  }
240500
240500
  }
240501
240501
  ]