@sebgroup/green-core 2.21.0-rc.20260113151650310 → 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.
@@ -39602,7 +39602,7 @@
39602
39602
  "name": "*",
39603
39603
  "declaration": {
39604
39604
  "name": "*",
39605
- "module": "src/generated/react/text/index.js"
39605
+ "module": "src/generated/react/table/index.js"
39606
39606
  }
39607
39607
  },
39608
39608
  {
@@ -39610,7 +39610,7 @@
39610
39610
  "name": "*",
39611
39611
  "declaration": {
39612
39612
  "name": "*",
39613
- "module": "src/generated/react/table/index.js"
39613
+ "module": "src/generated/react/text/index.js"
39614
39614
  }
39615
39615
  },
39616
39616
  {
@@ -39709,6 +39709,38 @@
39709
39709
  "module": "src/generated/react/radio-group/index.js"
39710
39710
  }
39711
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
+ },
39712
39744
  {
39713
39745
  "kind": "js",
39714
39746
  "name": "*",
@@ -42373,38 +42405,6 @@
42373
42405
  "module": "src/generated/react/icons/icon-zoom-out/index.js"
42374
42406
  }
42375
42407
  },
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": "*",
@@ -57989,6 +57989,126 @@
57989
57989
  }
57990
57990
  ]
57991
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
+ },
57992
58112
  {
57993
58113
  "kind": "javascript-module",
57994
58114
  "path": "src/components/icon/icons/ai.component.ts",
@@ -231203,136 +231323,44 @@
231203
231323
  },
231204
231324
  {
231205
231325
  "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
  ]
@@ -231383,16 +231411,16 @@
231383
231411
  },
231384
231412
  {
231385
231413
  "kind": "javascript-module",
231386
- "path": "src/generated/react/flex/index.ts",
231414
+ "path": "src/generated/react/form-summary/index.ts",
231387
231415
  "declarations": [
231388
231416
  {
231389
231417
  "kind": "function",
231390
- "name": "GdsFlex",
231418
+ "name": "GdsFormSummary",
231391
231419
  "parameters": [
231392
231420
  {
231393
231421
  "name": "props",
231394
231422
  "type": {
231395
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsFlexClass>>\n > & { ref?: React.Ref<GdsFlexClass> }"
231423
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsFormSummaryClass>>\n > & { ref?: React.Ref<GdsFormSummaryClass> }"
231396
231424
  }
231397
231425
  }
231398
231426
  ]
@@ -231401,26 +231429,26 @@
231401
231429
  "exports": [
231402
231430
  {
231403
231431
  "kind": "js",
231404
- "name": "GdsFlex",
231432
+ "name": "GdsFormSummary",
231405
231433
  "declaration": {
231406
- "name": "GdsFlex",
231407
- "module": "src/generated/react/flex/index.ts"
231434
+ "name": "GdsFormSummary",
231435
+ "module": "src/generated/react/form-summary/index.ts"
231408
231436
  }
231409
231437
  }
231410
231438
  ]
231411
231439
  },
231412
231440
  {
231413
231441
  "kind": "javascript-module",
231414
- "path": "src/generated/react/form-summary/index.ts",
231442
+ "path": "src/generated/react/formatted-account/index.ts",
231415
231443
  "declarations": [
231416
231444
  {
231417
231445
  "kind": "function",
231418
- "name": "GdsFormSummary",
231446
+ "name": "GdsFormattedAccount",
231419
231447
  "parameters": [
231420
231448
  {
231421
231449
  "name": "props",
231422
231450
  "type": {
231423
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsFormSummaryClass>>\n > & { ref?: React.Ref<GdsFormSummaryClass> }"
231451
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsFormattedAccountClass>>\n > & { ref?: React.Ref<GdsFormattedAccountClass> }"
231424
231452
  }
231425
231453
  }
231426
231454
  ]
@@ -231429,26 +231457,26 @@
231429
231457
  "exports": [
231430
231458
  {
231431
231459
  "kind": "js",
231432
- "name": "GdsFormSummary",
231460
+ "name": "GdsFormattedAccount",
231433
231461
  "declaration": {
231434
- "name": "GdsFormSummary",
231435
- "module": "src/generated/react/form-summary/index.ts"
231462
+ "name": "GdsFormattedAccount",
231463
+ "module": "src/generated/react/formatted-account/index.ts"
231436
231464
  }
231437
231465
  }
231438
231466
  ]
231439
231467
  },
231440
231468
  {
231441
231469
  "kind": "javascript-module",
231442
- "path": "src/generated/react/formatted-account/index.ts",
231470
+ "path": "src/generated/react/formatted-date/index.ts",
231443
231471
  "declarations": [
231444
231472
  {
231445
231473
  "kind": "function",
231446
- "name": "GdsFormattedAccount",
231474
+ "name": "GdsFormattedDate",
231447
231475
  "parameters": [
231448
231476
  {
231449
231477
  "name": "props",
231450
231478
  "type": {
231451
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsFormattedAccountClass>>\n > & { ref?: React.Ref<GdsFormattedAccountClass> }"
231479
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsFormattedDateClass>>\n > & { ref?: React.Ref<GdsFormattedDateClass> }"
231452
231480
  }
231453
231481
  }
231454
231482
  ]
@@ -231457,38 +231485,39 @@
231457
231485
  "exports": [
231458
231486
  {
231459
231487
  "kind": "js",
231460
- "name": "GdsFormattedAccount",
231488
+ "name": "GdsFormattedDate",
231461
231489
  "declaration": {
231462
- "name": "GdsFormattedAccount",
231463
- "module": "src/generated/react/formatted-account/index.ts"
231490
+ "name": "GdsFormattedDate",
231491
+ "module": "src/generated/react/formatted-date/index.ts"
231464
231492
  }
231465
231493
  }
231466
231494
  ]
231467
231495
  },
231468
231496
  {
231469
231497
  "kind": "javascript-module",
231470
- "path": "src/generated/react/formatted-date/index.ts",
231498
+ "path": "src/generated/react/grid/index.ts",
231471
231499
  "declarations": [
231472
231500
  {
231473
231501
  "kind": "function",
231474
- "name": "GdsFormattedDate",
231502
+ "name": "GdsGrid",
231475
231503
  "parameters": [
231476
231504
  {
231477
231505
  "name": "props",
231478
231506
  "type": {
231479
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsFormattedDateClass>>\n > & { ref?: React.Ref<GdsFormattedDateClass> }"
231507
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsGridClass>>\n > & { ref?: React.Ref<GdsGridClass> }"
231480
231508
  }
231481
231509
  }
231482
- ]
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."
231483
231512
  }
231484
231513
  ],
231485
231514
  "exports": [
231486
231515
  {
231487
231516
  "kind": "js",
231488
- "name": "GdsFormattedDate",
231517
+ "name": "GdsGrid",
231489
231518
  "declaration": {
231490
- "name": "GdsFormattedDate",
231491
- "module": "src/generated/react/formatted-date/index.ts"
231519
+ "name": "GdsGrid",
231520
+ "module": "src/generated/react/grid/index.ts"
231492
231521
  }
231493
231522
  }
231494
231523
  ]
@@ -231523,45 +231552,44 @@
231523
231552
  },
231524
231553
  {
231525
231554
  "kind": "javascript-module",
231526
- "path": "src/generated/react/grid/index.ts",
231555
+ "path": "src/generated/react/grouped-list/index.ts",
231527
231556
  "declarations": [
231528
231557
  {
231529
231558
  "kind": "function",
231530
- "name": "GdsGrid",
231559
+ "name": "GdsGroupedList",
231531
231560
  "parameters": [
231532
231561
  {
231533
231562
  "name": "props",
231534
231563
  "type": {
231535
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsGridClass>>\n > & { ref?: React.Ref<GdsGridClass> }"
231564
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsGroupedListClass>>\n > & { ref?: React.Ref<GdsGroupedListClass> }"
231536
231565
  }
231537
231566
  }
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."
231567
+ ]
231540
231568
  }
231541
231569
  ],
231542
231570
  "exports": [
231543
231571
  {
231544
231572
  "kind": "js",
231545
- "name": "GdsGrid",
231573
+ "name": "GdsGroupedList",
231546
231574
  "declaration": {
231547
- "name": "GdsGrid",
231548
- "module": "src/generated/react/grid/index.ts"
231575
+ "name": "GdsGroupedList",
231576
+ "module": "src/generated/react/grouped-list/index.ts"
231549
231577
  }
231550
231578
  }
231551
231579
  ]
231552
231580
  },
231553
231581
  {
231554
231582
  "kind": "javascript-module",
231555
- "path": "src/generated/react/grouped-list/index.ts",
231583
+ "path": "src/generated/react/img/index.ts",
231556
231584
  "declarations": [
231557
231585
  {
231558
231586
  "kind": "function",
231559
- "name": "GdsGroupedList",
231587
+ "name": "GdsImg",
231560
231588
  "parameters": [
231561
231589
  {
231562
231590
  "name": "props",
231563
231591
  "type": {
231564
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsGroupedListClass>>\n > & { ref?: React.Ref<GdsGroupedListClass> }"
231592
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsImgClass>>\n > & { ref?: React.Ref<GdsImgClass> }"
231565
231593
  }
231566
231594
  }
231567
231595
  ]
@@ -231570,10 +231598,10 @@
231570
231598
  "exports": [
231571
231599
  {
231572
231600
  "kind": "js",
231573
- "name": "GdsGroupedList",
231601
+ "name": "GdsImg",
231574
231602
  "declaration": {
231575
- "name": "GdsGroupedList",
231576
- "module": "src/generated/react/grouped-list/index.ts"
231603
+ "name": "GdsImg",
231604
+ "module": "src/generated/react/img/index.ts"
231577
231605
  }
231578
231606
  }
231579
231607
  ]
@@ -231610,34 +231638,6 @@
231610
231638
  }
231611
231639
  ]
231612
231640
  },
231613
- {
231614
- "kind": "javascript-module",
231615
- "path": "src/generated/react/img/index.ts",
231616
- "declarations": [
231617
- {
231618
- "kind": "function",
231619
- "name": "GdsImg",
231620
- "parameters": [
231621
- {
231622
- "name": "props",
231623
- "type": {
231624
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsImgClass>>\n > & { ref?: React.Ref<GdsImgClass> }"
231625
- }
231626
- }
231627
- ]
231628
- }
231629
- ],
231630
- "exports": [
231631
- {
231632
- "kind": "js",
231633
- "name": "GdsImg",
231634
- "declaration": {
231635
- "name": "GdsImg",
231636
- "module": "src/generated/react/img/index.ts"
231637
- }
231638
- }
231639
- ]
231640
- },
231641
231641
  {
231642
231642
  "kind": "javascript-module",
231643
231643
  "path": "src/generated/react/link/index.ts",
@@ -231979,34 +231979,6 @@
231979
231979
  }
231980
231980
  ]
231981
231981
  },
231982
- {
231983
- "kind": "javascript-module",
231984
- "path": "src/generated/react/segment/index.ts",
231985
- "declarations": [
231986
- {
231987
- "kind": "function",
231988
- "name": "GdsSegment",
231989
- "parameters": [
231990
- {
231991
- "name": "props",
231992
- "type": {
231993
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<GdsSegmentClass>>\n > & { ref?: React.Ref<GdsSegmentClass> }"
231994
- }
231995
- }
231996
- ]
231997
- }
231998
- ],
231999
- "exports": [
232000
- {
232001
- "kind": "js",
232002
- "name": "GdsSegment",
232003
- "declaration": {
232004
- "name": "GdsSegment",
232005
- "module": "src/generated/react/segment/index.ts"
232006
- }
232007
- }
232008
- ]
232009
- },
232010
231982
  {
232011
231983
  "kind": "javascript-module",
232012
231984
  "path": "src/generated/react/segmented-control/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",
@@ -239130,16 +239130,16 @@
239130
239130
  },
239131
239131
  {
239132
239132
  "kind": "javascript-module",
239133
- "path": "src/generated/react/icons/icon-play/index.ts",
239133
+ "path": "src/generated/react/icons/icon-play-circle/index.ts",
239134
239134
  "declarations": [
239135
239135
  {
239136
239136
  "kind": "function",
239137
- "name": "IconPlay",
239137
+ "name": "IconPlayCircle",
239138
239138
  "parameters": [
239139
239139
  {
239140
239140
  "name": "props",
239141
239141
  "type": {
239142
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconPlayClass>>\n > & { ref?: React.Ref<IconPlayClass> }"
239142
+ "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconPlayCircleClass>>\n > & { ref?: React.Ref<IconPlayCircleClass> }"
239143
239143
  }
239144
239144
  }
239145
239145
  ]
@@ -239148,10 +239148,10 @@
239148
239148
  "exports": [
239149
239149
  {
239150
239150
  "kind": "js",
239151
- "name": "IconPlay",
239151
+ "name": "IconPlayCircle",
239152
239152
  "declaration": {
239153
- "name": "IconPlay",
239154
- "module": "src/generated/react/icons/icon-play/index.ts"
239153
+ "name": "IconPlayCircle",
239154
+ "module": "src/generated/react/icons/icon-play-circle/index.ts"
239155
239155
  }
239156
239156
  }
239157
239157
  ]
@@ -239184,34 +239184,6 @@
239184
239184
  }
239185
239185
  ]
239186
239186
  },
239187
- {
239188
- "kind": "javascript-module",
239189
- "path": "src/generated/react/icons/icon-play-circle/index.ts",
239190
- "declarations": [
239191
- {
239192
- "kind": "function",
239193
- "name": "IconPlayCircle",
239194
- "parameters": [
239195
- {
239196
- "name": "props",
239197
- "type": {
239198
- "text": "React.ComponentProps<\n ReturnType<typeof getReactComponent<IconPlayCircleClass>>\n > & { ref?: React.Ref<IconPlayCircleClass> }"
239199
- }
239200
- }
239201
- ]
239202
- }
239203
- ],
239204
- "exports": [
239205
- {
239206
- "kind": "js",
239207
- "name": "IconPlayCircle",
239208
- "declaration": {
239209
- "name": "IconPlayCircle",
239210
- "module": "src/generated/react/icons/icon-play-circle/index.ts"
239211
- }
239212
- }
239213
- ]
239214
- },
239215
239187
  {
239216
239188
  "kind": "javascript-module",
239217
239189
  "path": "src/generated/react/icons/icon-plus-small/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
  ]
package/gds-element.js CHANGED
@@ -12,7 +12,7 @@ class GdsElement extends LitElement {
12
12
  /**
13
13
  * The semantic version of this element. Can be used for troubleshooting to verify the version being used.
14
14
  */
15
- this.semanticVersion = "2.21.0-rc.20260113151650310";
15
+ this.semanticVersion = "2.21.0-rc.20260113161030692";
16
16
  this._isUsingTransitionalStyles = false;
17
17
  this._dynamicStylesController = new DynamicStylesController(this);
18
18
  }
@@ -1,5 +1,7 @@
1
1
  # Green Design System - MCP Instructions
2
2
 
3
+ Welcome to the GDS MCP! Below are essential instructions to follow when creating code for apps using GDS components. You should also query the MCP to find out which tools and resources are available. Avoid assuming tool and resource names!
4
+
3
5
  ## Component Architecture
4
6
 
5
7
  - All components use `gds-` prefix
@@ -13,19 +15,19 @@
13
15
  - **NEVER guess or assume component API. ALWAYS look up properties in the API docs**
14
16
  - **Verify full context understanding before writing code**
15
17
  - **Ask user for clarification if ANY requirement is unclear**
16
- - **ALWAYS read the declarative layout guide before creating any layout**
18
+ - **ALWAYS read the declarative layout guide ("declarative-layout") before creating any layout**
17
19
  - **For new apps, ALWAYS read the setup guide for the used framework (Angular or React)**
18
20
 
19
21
  ### Typography Rules
20
22
 
21
- - **REQUIRED**: Use `gds-text` component for all headings and paragraphs. But don't use inside other components, unless explicitly called for
23
+ - **REQUIRED**: Use `gds-text` component for all headings and paragraphs. But never use inside buttons.
22
24
  - **REQUIRED**: Use `gds-rich-text` for large bodies of text with varied formatting
23
25
  - **AVOID**: Direct HTML text elements (h1-h6, p, span), as these will be unstyled
24
26
 
25
27
  ### Layout Rules
26
28
 
27
29
  - **REQUIRED**: Use declarative layout system for all layouts
28
- - **REQUIRED**: Read declarative layout guide before implementing any layout
30
+ - **REQUIRED**: Read declarative layout guide ("declarative-layout") before implementing any layout
29
31
  - **REQUIRED**: Look up property names in API for each declarative layout component
30
32
  - **PREFERRED**: Declarative layout over custom CSS
31
33
  - **FORBIDDEN**: Custom CSS for layout unless declarative system cannot support the requirement
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "generatedAt": "2026-01-13T15:17:16.486Z",
3
+ "generatedAt": "2026-01-13T16:10:54.254Z",
4
4
  "components": [
5
5
  {
6
6
  "name": "gds-alert",
@@ -328,6 +328,7 @@
328
328
  "files": [
329
329
  "api",
330
330
  "guidelines",
331
+ "instructions",
331
332
  "angular",
332
333
  "react"
333
334
  ]
@@ -2,6 +2,7 @@
2
2
  "name": "gds-flex",
3
3
  "files": {
4
4
  "api": "api.md",
5
+ "instructions": "instructions.md",
5
6
  "guidelines": "guidelines.md",
6
7
  "angular": "angular.md",
7
8
  "react": "react.md"
@@ -0,0 +1,15 @@
1
+ - When setting the direction, make sure to use the `flex-direction` attribute
2
+
3
+ Usage examples:
4
+
5
+ ```html
6
+ <!-- Common vertical layout -->
7
+ <gds-flex flex-direction="column" gap="m">
8
+ <!-- Content -->
9
+ </gds-flex>
10
+
11
+ <!-- Responsive horizontal/vertical layout -->
12
+ <gds-flex flex-direction="column;l{row}" gap="l">
13
+ <!-- Content -->
14
+ </gds-flex>
15
+ ```
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "generatedAt": "2026-01-13T15:17:16.486Z",
3
+ "generatedAt": "2026-01-13T16:10:54.254Z",
4
4
  "icons": [
5
5
  {
6
6
  "name": "gds-icon-ai",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "generatedAt": "2026-01-13T15:17:16.486Z",
3
+ "generatedAt": "2026-01-13T16:10:54.254Z",
4
4
  "instructions": "./INSTRUCTIONS.md",
5
5
  "components": "./components.json",
6
6
  "icons": "./icons.json",
@@ -36,8 +36,8 @@ export * from './segmented-control/index.js';
36
36
  export * from './select/index.js';
37
37
  export * from './signal/index.js';
38
38
  export * from './spinner/index.js';
39
- export * from './text/index.js';
40
39
  export * from './table/index.js';
40
+ export * from './text/index.js';
41
41
  export * from './textarea/index.js';
42
42
  export * from './theme/index.js';
43
43
  export * from './video/index.js';
@@ -50,6 +50,10 @@ export * from './formatted-account/index.js';
50
50
  export * from './formatted-date/index.js';
51
51
  export * from './formatted-number/index.js';
52
52
  export * from './radio-group/index.js';
53
+ export * from './segment/index.js';
54
+ export * from './sensitive-account/index.js';
55
+ export * from './sensitive-number/index.js';
56
+ export * from './sensitive-date/index.js';
53
57
  export * from './icons/icon-ai/index.js';
54
58
  export * from './icons/icon-airplane-up/index.js';
55
59
  export * from './icons/icon-archive/index.js';
@@ -383,10 +387,6 @@ export * from './icons/icon-youtube/index.js';
383
387
  export * from './icons/icon-zap/index.js';
384
388
  export * from './icons/icon-zoom-in/index.js';
385
389
  export * from './icons/icon-zoom-out/index.js';
386
- export * from './segment/index.js';
387
- export * from './sensitive-account/index.js';
388
- export * from './sensitive-date/index.js';
389
- export * from './sensitive-number/index.js';
390
390
  export * from './option/index.js';
391
391
  export * from './menu-heading/index.js';
392
392
  export * from './menu-item/index.js';
@@ -36,8 +36,8 @@ export * from "./segmented-control/index.js";
36
36
  export * from "./select/index.js";
37
37
  export * from "./signal/index.js";
38
38
  export * from "./spinner/index.js";
39
- export * from "./text/index.js";
40
39
  export * from "./table/index.js";
40
+ export * from "./text/index.js";
41
41
  export * from "./textarea/index.js";
42
42
  export * from "./theme/index.js";
43
43
  export * from "./video/index.js";
@@ -50,6 +50,10 @@ export * from "./formatted-account/index.js";
50
50
  export * from "./formatted-date/index.js";
51
51
  export * from "./formatted-number/index.js";
52
52
  export * from "./radio-group/index.js";
53
+ export * from "./segment/index.js";
54
+ export * from "./sensitive-account/index.js";
55
+ export * from "./sensitive-number/index.js";
56
+ export * from "./sensitive-date/index.js";
53
57
  export * from "./icons/icon-ai/index.js";
54
58
  export * from "./icons/icon-airplane-up/index.js";
55
59
  export * from "./icons/icon-archive/index.js";
@@ -383,10 +387,6 @@ export * from "./icons/icon-youtube/index.js";
383
387
  export * from "./icons/icon-zap/index.js";
384
388
  export * from "./icons/icon-zoom-in/index.js";
385
389
  export * from "./icons/icon-zoom-out/index.js";
386
- export * from "./segment/index.js";
387
- export * from "./sensitive-account/index.js";
388
- export * from "./sensitive-date/index.js";
389
- export * from "./sensitive-number/index.js";
390
390
  export * from "./option/index.js";
391
391
  export * from "./menu-heading/index.js";
392
392
  export * from "./menu-item/index.js";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sebgroup/green-core",
3
3
  "description": "A carefully crafted set of Web Components, laying the foundation of the Green Design System.",
4
- "version": "2.21.0-rc.20260113151650310",
4
+ "version": "2.21.0-rc.20260113161030692",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
7
7
  "type": "module",
@@ -1,6 +1,6 @@
1
1
  import "../../chunks/chunk.QU3DSPNU.js";
2
2
  import { html as litHtml } from "lit";
3
- const VER_SUFFIX = "-30b64c";
3
+ const VER_SUFFIX = "-bf4c17";
4
4
  class ScopedElementRegistry {
5
5
  static get instance() {
6
6
  if (!globalThis.__gdsElementLookupTable?.[VER_SUFFIX])