@fluentui/web-components 3.0.0-beta.15 → 3.0.0-beta.16

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.
Files changed (55) hide show
  1. package/CHANGELOG.md +175 -103
  2. package/dist/dts/menu-item/menu-item.options.d.ts +1 -1
  3. package/dist/dts/theme/design-tokens.d.ts +53 -1
  4. package/dist/esm/anchor-button/anchor-button.js.map +1 -1
  5. package/dist/esm/avatar/avatar.js.map +1 -1
  6. package/dist/esm/menu-list/menu-list.js.map +1 -1
  7. package/dist/esm/theme/design-tokens.js +53 -1
  8. package/dist/esm/theme/design-tokens.js.map +1 -1
  9. package/dist/esm/utils/get-initials.js.map +1 -1
  10. package/dist/fluent-web-components.api.json +1575 -223
  11. package/dist/web-components.d.ts +105 -1
  12. package/dist/web-components.js +1128 -145
  13. package/dist/web-components.min.js +353 -283
  14. package/docs/api-report.md +157 -1
  15. package/package.json +5 -10
  16. package/project.json +6 -0
  17. package/dist/storybook/108.78b731e00015540915a8.manager.bundle.js +0 -1
  18. package/dist/storybook/108.b31ec3a1.iframe.bundle.js +0 -1
  19. package/dist/storybook/289.703b1698.iframe.bundle.js +0 -2
  20. package/dist/storybook/289.703b1698.iframe.bundle.js.LICENSE.txt +0 -51
  21. package/dist/storybook/316.bc4aabd3.iframe.bundle.js +0 -2
  22. package/dist/storybook/316.bc4aabd3.iframe.bundle.js.LICENSE.txt +0 -17
  23. package/dist/storybook/401.7edec720.iframe.bundle.js +0 -2
  24. package/dist/storybook/401.7edec720.iframe.bundle.js.LICENSE.txt +0 -12
  25. package/dist/storybook/401.c9bdfaf0dda8b194127f.manager.bundle.js +0 -2
  26. package/dist/storybook/401.c9bdfaf0dda8b194127f.manager.bundle.js.LICENSE.txt +0 -12
  27. package/dist/storybook/491.77b24750.iframe.bundle.js +0 -1
  28. package/dist/storybook/591.f5bf0d78d2f203de19f5.manager.bundle.js +0 -2
  29. package/dist/storybook/591.f5bf0d78d2f203de19f5.manager.bundle.js.LICENSE.txt +0 -94
  30. package/dist/storybook/709.22096ad4.iframe.bundle.js +0 -2
  31. package/dist/storybook/709.22096ad4.iframe.bundle.js.LICENSE.txt +0 -8
  32. package/dist/storybook/709.b131e33993a6b94d7ad8.manager.bundle.js +0 -2
  33. package/dist/storybook/709.b131e33993a6b94d7ad8.manager.bundle.js.LICENSE.txt +0 -8
  34. package/dist/storybook/721.46fa9f53.iframe.bundle.js +0 -2
  35. package/dist/storybook/721.46fa9f53.iframe.bundle.js.LICENSE.txt +0 -31
  36. package/dist/storybook/721.c225c101a0a55a8f98eb.manager.bundle.js +0 -2
  37. package/dist/storybook/721.c225c101a0a55a8f98eb.manager.bundle.js.LICENSE.txt +0 -31
  38. package/dist/storybook/858.da40ed98.iframe.bundle.js +0 -1
  39. package/dist/storybook/858.e08e25a6901d2e21e9d8.manager.bundle.js +0 -1
  40. package/dist/storybook/950.674e7934b4a26a022608.manager.bundle.js +0 -1
  41. package/dist/storybook/954.630c5748.iframe.bundle.js +0 -1
  42. package/dist/storybook/954.7f985e2fdf9f15a7748b.manager.bundle.js +0 -1
  43. package/dist/storybook/SegoeUI-VF.ttf +0 -0
  44. package/dist/storybook/favicon.ico +0 -0
  45. package/dist/storybook/favicon.png +0 -0
  46. package/dist/storybook/iframe.html +0 -364
  47. package/dist/storybook/index.html +0 -165
  48. package/dist/storybook/main.5d7b916dc1e37293b1d8.manager.bundle.js +0 -1
  49. package/dist/storybook/main.6c75b8cb.iframe.bundle.js +0 -2
  50. package/dist/storybook/main.6c75b8cb.iframe.bundle.js.LICENSE.txt +0 -1
  51. package/dist/storybook/project.json +0 -1
  52. package/dist/storybook/runtime~main.5d918fe7.iframe.bundle.js +0 -1
  53. package/dist/storybook/runtime~main.dbf00b470fe610082919.manager.bundle.js +0 -1
  54. package/dist/storybook/shell.css +0 -83
  55. package/dist/storybook/theme-switch.ts +0 -13
@@ -5297,6 +5297,110 @@
5297
5297
  "endIndex": 0
5298
5298
  }
5299
5299
  },
5300
+ {
5301
+ "kind": "Variable",
5302
+ "canonicalReference": "@fluentui/web-components!colorBrandBackground2Hover:var",
5303
+ "docComment": "",
5304
+ "excerptTokens": [
5305
+ {
5306
+ "kind": "Content",
5307
+ "text": "colorBrandBackground2Hover = "
5308
+ },
5309
+ {
5310
+ "kind": "Content",
5311
+ "text": "\"var(--colorBrandBackground2Hover)\""
5312
+ }
5313
+ ],
5314
+ "initializerTokenRange": {
5315
+ "startIndex": 1,
5316
+ "endIndex": 2
5317
+ },
5318
+ "isReadonly": true,
5319
+ "releaseTag": "Public",
5320
+ "name": "colorBrandBackground2Hover",
5321
+ "variableTypeTokenRange": {
5322
+ "startIndex": 0,
5323
+ "endIndex": 0
5324
+ }
5325
+ },
5326
+ {
5327
+ "kind": "Variable",
5328
+ "canonicalReference": "@fluentui/web-components!colorBrandBackground2Pressed:var",
5329
+ "docComment": "",
5330
+ "excerptTokens": [
5331
+ {
5332
+ "kind": "Content",
5333
+ "text": "colorBrandBackground2Pressed = "
5334
+ },
5335
+ {
5336
+ "kind": "Content",
5337
+ "text": "\"var(--colorBrandBackground2Pressed)\""
5338
+ }
5339
+ ],
5340
+ "initializerTokenRange": {
5341
+ "startIndex": 1,
5342
+ "endIndex": 2
5343
+ },
5344
+ "isReadonly": true,
5345
+ "releaseTag": "Public",
5346
+ "name": "colorBrandBackground2Pressed",
5347
+ "variableTypeTokenRange": {
5348
+ "startIndex": 0,
5349
+ "endIndex": 0
5350
+ }
5351
+ },
5352
+ {
5353
+ "kind": "Variable",
5354
+ "canonicalReference": "@fluentui/web-components!colorBrandBackground3Static:var",
5355
+ "docComment": "",
5356
+ "excerptTokens": [
5357
+ {
5358
+ "kind": "Content",
5359
+ "text": "colorBrandBackground3Static = "
5360
+ },
5361
+ {
5362
+ "kind": "Content",
5363
+ "text": "\"var(--colorBrandBackground3Static)\""
5364
+ }
5365
+ ],
5366
+ "initializerTokenRange": {
5367
+ "startIndex": 1,
5368
+ "endIndex": 2
5369
+ },
5370
+ "isReadonly": true,
5371
+ "releaseTag": "Public",
5372
+ "name": "colorBrandBackground3Static",
5373
+ "variableTypeTokenRange": {
5374
+ "startIndex": 0,
5375
+ "endIndex": 0
5376
+ }
5377
+ },
5378
+ {
5379
+ "kind": "Variable",
5380
+ "canonicalReference": "@fluentui/web-components!colorBrandBackground4Static:var",
5381
+ "docComment": "",
5382
+ "excerptTokens": [
5383
+ {
5384
+ "kind": "Content",
5385
+ "text": "colorBrandBackground4Static = "
5386
+ },
5387
+ {
5388
+ "kind": "Content",
5389
+ "text": "\"var(--colorBrandBackground4Static)\""
5390
+ }
5391
+ ],
5392
+ "initializerTokenRange": {
5393
+ "startIndex": 1,
5394
+ "endIndex": 2
5395
+ },
5396
+ "isReadonly": true,
5397
+ "releaseTag": "Public",
5398
+ "name": "colorBrandBackground4Static",
5399
+ "variableTypeTokenRange": {
5400
+ "startIndex": 0,
5401
+ "endIndex": 0
5402
+ }
5403
+ },
5300
5404
  {
5301
5405
  "kind": "Variable",
5302
5406
  "canonicalReference": "@fluentui/web-components!colorBrandBackgroundHover:var",
@@ -5557,6 +5661,58 @@
5557
5661
  "endIndex": 0
5558
5662
  }
5559
5663
  },
5664
+ {
5665
+ "kind": "Variable",
5666
+ "canonicalReference": "@fluentui/web-components!colorBrandForeground2Hover:var",
5667
+ "docComment": "",
5668
+ "excerptTokens": [
5669
+ {
5670
+ "kind": "Content",
5671
+ "text": "colorBrandForeground2Hover = "
5672
+ },
5673
+ {
5674
+ "kind": "Content",
5675
+ "text": "\"var(--colorBrandForeground2Hover)\""
5676
+ }
5677
+ ],
5678
+ "initializerTokenRange": {
5679
+ "startIndex": 1,
5680
+ "endIndex": 2
5681
+ },
5682
+ "isReadonly": true,
5683
+ "releaseTag": "Public",
5684
+ "name": "colorBrandForeground2Hover",
5685
+ "variableTypeTokenRange": {
5686
+ "startIndex": 0,
5687
+ "endIndex": 0
5688
+ }
5689
+ },
5690
+ {
5691
+ "kind": "Variable",
5692
+ "canonicalReference": "@fluentui/web-components!colorBrandForeground2Pressed:var",
5693
+ "docComment": "",
5694
+ "excerptTokens": [
5695
+ {
5696
+ "kind": "Content",
5697
+ "text": "colorBrandForeground2Pressed = "
5698
+ },
5699
+ {
5700
+ "kind": "Content",
5701
+ "text": "\"var(--colorBrandForeground2Pressed)\""
5702
+ }
5703
+ ],
5704
+ "initializerTokenRange": {
5705
+ "startIndex": 1,
5706
+ "endIndex": 2
5707
+ },
5708
+ "isReadonly": true,
5709
+ "releaseTag": "Public",
5710
+ "name": "colorBrandForeground2Pressed",
5711
+ "variableTypeTokenRange": {
5712
+ "startIndex": 0,
5713
+ "endIndex": 0
5714
+ }
5715
+ },
5560
5716
  {
5561
5717
  "kind": "Variable",
5562
5718
  "canonicalReference": "@fluentui/web-components!colorBrandForegroundInverted:var",
@@ -5947,6 +6103,84 @@
5947
6103
  "endIndex": 0
5948
6104
  }
5949
6105
  },
6106
+ {
6107
+ "kind": "Variable",
6108
+ "canonicalReference": "@fluentui/web-components!colorBrandStroke2Contrast:var",
6109
+ "docComment": "",
6110
+ "excerptTokens": [
6111
+ {
6112
+ "kind": "Content",
6113
+ "text": "colorBrandStroke2Contrast = "
6114
+ },
6115
+ {
6116
+ "kind": "Content",
6117
+ "text": "\"var(--colorBrandStroke2Contrast)\""
6118
+ }
6119
+ ],
6120
+ "initializerTokenRange": {
6121
+ "startIndex": 1,
6122
+ "endIndex": 2
6123
+ },
6124
+ "isReadonly": true,
6125
+ "releaseTag": "Public",
6126
+ "name": "colorBrandStroke2Contrast",
6127
+ "variableTypeTokenRange": {
6128
+ "startIndex": 0,
6129
+ "endIndex": 0
6130
+ }
6131
+ },
6132
+ {
6133
+ "kind": "Variable",
6134
+ "canonicalReference": "@fluentui/web-components!colorBrandStroke2Hover:var",
6135
+ "docComment": "",
6136
+ "excerptTokens": [
6137
+ {
6138
+ "kind": "Content",
6139
+ "text": "colorBrandStroke2Hover = "
6140
+ },
6141
+ {
6142
+ "kind": "Content",
6143
+ "text": "\"var(--colorBrandStroke2Hover)\""
6144
+ }
6145
+ ],
6146
+ "initializerTokenRange": {
6147
+ "startIndex": 1,
6148
+ "endIndex": 2
6149
+ },
6150
+ "isReadonly": true,
6151
+ "releaseTag": "Public",
6152
+ "name": "colorBrandStroke2Hover",
6153
+ "variableTypeTokenRange": {
6154
+ "startIndex": 0,
6155
+ "endIndex": 0
6156
+ }
6157
+ },
6158
+ {
6159
+ "kind": "Variable",
6160
+ "canonicalReference": "@fluentui/web-components!colorBrandStroke2Pressed:var",
6161
+ "docComment": "",
6162
+ "excerptTokens": [
6163
+ {
6164
+ "kind": "Content",
6165
+ "text": "colorBrandStroke2Pressed = "
6166
+ },
6167
+ {
6168
+ "kind": "Content",
6169
+ "text": "\"var(--colorBrandStroke2Pressed)\""
6170
+ }
6171
+ ],
6172
+ "initializerTokenRange": {
6173
+ "startIndex": 1,
6174
+ "endIndex": 2
6175
+ },
6176
+ "isReadonly": true,
6177
+ "releaseTag": "Public",
6178
+ "name": "colorBrandStroke2Pressed",
6179
+ "variableTypeTokenRange": {
6180
+ "startIndex": 0,
6181
+ "endIndex": 0
6182
+ }
6183
+ },
5950
6184
  {
5951
6185
  "kind": "Variable",
5952
6186
  "canonicalReference": "@fluentui/web-components!colorCompoundBrandBackground:var",
@@ -6729,16 +6963,16 @@
6729
6963
  },
6730
6964
  {
6731
6965
  "kind": "Variable",
6732
- "canonicalReference": "@fluentui/web-components!colorNeutralBackgroundDisabled:var",
6966
+ "canonicalReference": "@fluentui/web-components!colorNeutralBackgroundAlpha:var",
6733
6967
  "docComment": "",
6734
6968
  "excerptTokens": [
6735
6969
  {
6736
6970
  "kind": "Content",
6737
- "text": "colorNeutralBackgroundDisabled = "
6971
+ "text": "colorNeutralBackgroundAlpha = "
6738
6972
  },
6739
6973
  {
6740
6974
  "kind": "Content",
6741
- "text": "\"var(--colorNeutralBackgroundDisabled)\""
6975
+ "text": "\"var(--colorNeutralBackgroundAlpha)\""
6742
6976
  }
6743
6977
  ],
6744
6978
  "initializerTokenRange": {
@@ -6747,7 +6981,7 @@
6747
6981
  },
6748
6982
  "isReadonly": true,
6749
6983
  "releaseTag": "Public",
6750
- "name": "colorNeutralBackgroundDisabled",
6984
+ "name": "colorNeutralBackgroundAlpha",
6751
6985
  "variableTypeTokenRange": {
6752
6986
  "startIndex": 0,
6753
6987
  "endIndex": 0
@@ -6755,16 +6989,16 @@
6755
6989
  },
6756
6990
  {
6757
6991
  "kind": "Variable",
6758
- "canonicalReference": "@fluentui/web-components!colorNeutralBackgroundInverted:var",
6992
+ "canonicalReference": "@fluentui/web-components!colorNeutralBackgroundAlpha2:var",
6759
6993
  "docComment": "",
6760
6994
  "excerptTokens": [
6761
6995
  {
6762
6996
  "kind": "Content",
6763
- "text": "colorNeutralBackgroundInverted = "
6997
+ "text": "colorNeutralBackgroundAlpha2 = "
6764
6998
  },
6765
6999
  {
6766
7000
  "kind": "Content",
6767
- "text": "\"var(--colorNeutralBackgroundInverted)\""
7001
+ "text": "\"var(--colorNeutralBackgroundAlpha2)\""
6768
7002
  }
6769
7003
  ],
6770
7004
  "initializerTokenRange": {
@@ -6773,7 +7007,7 @@
6773
7007
  },
6774
7008
  "isReadonly": true,
6775
7009
  "releaseTag": "Public",
6776
- "name": "colorNeutralBackgroundInverted",
7010
+ "name": "colorNeutralBackgroundAlpha2",
6777
7011
  "variableTypeTokenRange": {
6778
7012
  "startIndex": 0,
6779
7013
  "endIndex": 0
@@ -6781,16 +7015,16 @@
6781
7015
  },
6782
7016
  {
6783
7017
  "kind": "Variable",
6784
- "canonicalReference": "@fluentui/web-components!colorNeutralBackgroundInvertedDisabled:var",
7018
+ "canonicalReference": "@fluentui/web-components!colorNeutralBackgroundDisabled:var",
6785
7019
  "docComment": "",
6786
7020
  "excerptTokens": [
6787
7021
  {
6788
7022
  "kind": "Content",
6789
- "text": "colorNeutralBackgroundInvertedDisabled = "
7023
+ "text": "colorNeutralBackgroundDisabled = "
6790
7024
  },
6791
7025
  {
6792
7026
  "kind": "Content",
6793
- "text": "\"var(--colorNeutralBackgroundInvertedDisabled)\""
7027
+ "text": "\"var(--colorNeutralBackgroundDisabled)\""
6794
7028
  }
6795
7029
  ],
6796
7030
  "initializerTokenRange": {
@@ -6799,7 +7033,7 @@
6799
7033
  },
6800
7034
  "isReadonly": true,
6801
7035
  "releaseTag": "Public",
6802
- "name": "colorNeutralBackgroundInvertedDisabled",
7036
+ "name": "colorNeutralBackgroundDisabled",
6803
7037
  "variableTypeTokenRange": {
6804
7038
  "startIndex": 0,
6805
7039
  "endIndex": 0
@@ -6807,16 +7041,16 @@
6807
7041
  },
6808
7042
  {
6809
7043
  "kind": "Variable",
6810
- "canonicalReference": "@fluentui/web-components!colorNeutralBackgroundStatic:var",
7044
+ "canonicalReference": "@fluentui/web-components!colorNeutralBackgroundInverted:var",
6811
7045
  "docComment": "",
6812
7046
  "excerptTokens": [
6813
7047
  {
6814
7048
  "kind": "Content",
6815
- "text": "colorNeutralBackgroundStatic = "
7049
+ "text": "colorNeutralBackgroundInverted = "
6816
7050
  },
6817
7051
  {
6818
7052
  "kind": "Content",
6819
- "text": "\"var(--colorNeutralBackgroundStatic)\""
7053
+ "text": "\"var(--colorNeutralBackgroundInverted)\""
6820
7054
  }
6821
7055
  ],
6822
7056
  "initializerTokenRange": {
@@ -6825,7 +7059,7 @@
6825
7059
  },
6826
7060
  "isReadonly": true,
6827
7061
  "releaseTag": "Public",
6828
- "name": "colorNeutralBackgroundStatic",
7062
+ "name": "colorNeutralBackgroundInverted",
6829
7063
  "variableTypeTokenRange": {
6830
7064
  "startIndex": 0,
6831
7065
  "endIndex": 0
@@ -6833,16 +7067,16 @@
6833
7067
  },
6834
7068
  {
6835
7069
  "kind": "Variable",
6836
- "canonicalReference": "@fluentui/web-components!colorNeutralForeground1:var",
7070
+ "canonicalReference": "@fluentui/web-components!colorNeutralBackgroundInvertedDisabled:var",
6837
7071
  "docComment": "",
6838
7072
  "excerptTokens": [
6839
7073
  {
6840
7074
  "kind": "Content",
6841
- "text": "colorNeutralForeground1 = "
7075
+ "text": "colorNeutralBackgroundInvertedDisabled = "
6842
7076
  },
6843
7077
  {
6844
7078
  "kind": "Content",
6845
- "text": "\"var(--colorNeutralForeground1)\""
7079
+ "text": "\"var(--colorNeutralBackgroundInvertedDisabled)\""
6846
7080
  }
6847
7081
  ],
6848
7082
  "initializerTokenRange": {
@@ -6851,7 +7085,7 @@
6851
7085
  },
6852
7086
  "isReadonly": true,
6853
7087
  "releaseTag": "Public",
6854
- "name": "colorNeutralForeground1",
7088
+ "name": "colorNeutralBackgroundInvertedDisabled",
6855
7089
  "variableTypeTokenRange": {
6856
7090
  "startIndex": 0,
6857
7091
  "endIndex": 0
@@ -6859,16 +7093,16 @@
6859
7093
  },
6860
7094
  {
6861
7095
  "kind": "Variable",
6862
- "canonicalReference": "@fluentui/web-components!colorNeutralForeground1Hover:var",
7096
+ "canonicalReference": "@fluentui/web-components!colorNeutralBackgroundStatic:var",
6863
7097
  "docComment": "",
6864
7098
  "excerptTokens": [
6865
7099
  {
6866
7100
  "kind": "Content",
6867
- "text": "colorNeutralForeground1Hover = "
7101
+ "text": "colorNeutralBackgroundStatic = "
6868
7102
  },
6869
7103
  {
6870
7104
  "kind": "Content",
6871
- "text": "\"var(--colorNeutralForeground1Hover)\""
7105
+ "text": "\"var(--colorNeutralBackgroundStatic)\""
6872
7106
  }
6873
7107
  ],
6874
7108
  "initializerTokenRange": {
@@ -6877,7 +7111,7 @@
6877
7111
  },
6878
7112
  "isReadonly": true,
6879
7113
  "releaseTag": "Public",
6880
- "name": "colorNeutralForeground1Hover",
7114
+ "name": "colorNeutralBackgroundStatic",
6881
7115
  "variableTypeTokenRange": {
6882
7116
  "startIndex": 0,
6883
7117
  "endIndex": 0
@@ -6885,16 +7119,16 @@
6885
7119
  },
6886
7120
  {
6887
7121
  "kind": "Variable",
6888
- "canonicalReference": "@fluentui/web-components!colorNeutralForeground1Pressed:var",
7122
+ "canonicalReference": "@fluentui/web-components!colorNeutralCardBackground:var",
6889
7123
  "docComment": "",
6890
7124
  "excerptTokens": [
6891
7125
  {
6892
7126
  "kind": "Content",
6893
- "text": "colorNeutralForeground1Pressed = "
7127
+ "text": "colorNeutralCardBackground = "
6894
7128
  },
6895
7129
  {
6896
7130
  "kind": "Content",
6897
- "text": "\"var(--colorNeutralForeground1Pressed)\""
7131
+ "text": "\"var(--colorNeutralCardBackground)\""
6898
7132
  }
6899
7133
  ],
6900
7134
  "initializerTokenRange": {
@@ -6903,7 +7137,7 @@
6903
7137
  },
6904
7138
  "isReadonly": true,
6905
7139
  "releaseTag": "Public",
6906
- "name": "colorNeutralForeground1Pressed",
7140
+ "name": "colorNeutralCardBackground",
6907
7141
  "variableTypeTokenRange": {
6908
7142
  "startIndex": 0,
6909
7143
  "endIndex": 0
@@ -6911,16 +7145,16 @@
6911
7145
  },
6912
7146
  {
6913
7147
  "kind": "Variable",
6914
- "canonicalReference": "@fluentui/web-components!colorNeutralForeground1Selected:var",
7148
+ "canonicalReference": "@fluentui/web-components!colorNeutralCardBackgroundDisabled:var",
6915
7149
  "docComment": "",
6916
7150
  "excerptTokens": [
6917
7151
  {
6918
7152
  "kind": "Content",
6919
- "text": "colorNeutralForeground1Selected = "
7153
+ "text": "colorNeutralCardBackgroundDisabled = "
6920
7154
  },
6921
7155
  {
6922
7156
  "kind": "Content",
6923
- "text": "\"var(--colorNeutralForeground1Selected)\""
7157
+ "text": "\"var(--colorNeutralCardBackgroundDisabled)\""
6924
7158
  }
6925
7159
  ],
6926
7160
  "initializerTokenRange": {
@@ -6929,7 +7163,7 @@
6929
7163
  },
6930
7164
  "isReadonly": true,
6931
7165
  "releaseTag": "Public",
6932
- "name": "colorNeutralForeground1Selected",
7166
+ "name": "colorNeutralCardBackgroundDisabled",
6933
7167
  "variableTypeTokenRange": {
6934
7168
  "startIndex": 0,
6935
7169
  "endIndex": 0
@@ -6937,16 +7171,16 @@
6937
7171
  },
6938
7172
  {
6939
7173
  "kind": "Variable",
6940
- "canonicalReference": "@fluentui/web-components!colorNeutralForeground1Static:var",
7174
+ "canonicalReference": "@fluentui/web-components!colorNeutralCardBackgroundHover:var",
6941
7175
  "docComment": "",
6942
7176
  "excerptTokens": [
6943
7177
  {
6944
7178
  "kind": "Content",
6945
- "text": "colorNeutralForeground1Static = "
7179
+ "text": "colorNeutralCardBackgroundHover = "
6946
7180
  },
6947
7181
  {
6948
7182
  "kind": "Content",
6949
- "text": "\"var(--colorNeutralForeground1Static)\""
7183
+ "text": "\"var(--colorNeutralCardBackgroundHover)\""
6950
7184
  }
6951
7185
  ],
6952
7186
  "initializerTokenRange": {
@@ -6955,7 +7189,7 @@
6955
7189
  },
6956
7190
  "isReadonly": true,
6957
7191
  "releaseTag": "Public",
6958
- "name": "colorNeutralForeground1Static",
7192
+ "name": "colorNeutralCardBackgroundHover",
6959
7193
  "variableTypeTokenRange": {
6960
7194
  "startIndex": 0,
6961
7195
  "endIndex": 0
@@ -6963,16 +7197,16 @@
6963
7197
  },
6964
7198
  {
6965
7199
  "kind": "Variable",
6966
- "canonicalReference": "@fluentui/web-components!colorNeutralForeground2:var",
7200
+ "canonicalReference": "@fluentui/web-components!colorNeutralCardBackgroundPressed:var",
6967
7201
  "docComment": "",
6968
7202
  "excerptTokens": [
6969
7203
  {
6970
7204
  "kind": "Content",
6971
- "text": "colorNeutralForeground2 = "
7205
+ "text": "colorNeutralCardBackgroundPressed = "
6972
7206
  },
6973
7207
  {
6974
7208
  "kind": "Content",
6975
- "text": "\"var(--colorNeutralForeground2)\""
7209
+ "text": "\"var(--colorNeutralCardBackgroundPressed)\""
6976
7210
  }
6977
7211
  ],
6978
7212
  "initializerTokenRange": {
@@ -6981,7 +7215,7 @@
6981
7215
  },
6982
7216
  "isReadonly": true,
6983
7217
  "releaseTag": "Public",
6984
- "name": "colorNeutralForeground2",
7218
+ "name": "colorNeutralCardBackgroundPressed",
6985
7219
  "variableTypeTokenRange": {
6986
7220
  "startIndex": 0,
6987
7221
  "endIndex": 0
@@ -6989,12 +7223,194 @@
6989
7223
  },
6990
7224
  {
6991
7225
  "kind": "Variable",
6992
- "canonicalReference": "@fluentui/web-components!colorNeutralForeground2BrandHover:var",
7226
+ "canonicalReference": "@fluentui/web-components!colorNeutralCardBackgroundSelected:var",
6993
7227
  "docComment": "",
6994
7228
  "excerptTokens": [
6995
7229
  {
6996
7230
  "kind": "Content",
6997
- "text": "colorNeutralForeground2BrandHover = "
7231
+ "text": "colorNeutralCardBackgroundSelected = "
7232
+ },
7233
+ {
7234
+ "kind": "Content",
7235
+ "text": "\"var(--colorNeutralCardBackgroundSelected)\""
7236
+ }
7237
+ ],
7238
+ "initializerTokenRange": {
7239
+ "startIndex": 1,
7240
+ "endIndex": 2
7241
+ },
7242
+ "isReadonly": true,
7243
+ "releaseTag": "Public",
7244
+ "name": "colorNeutralCardBackgroundSelected",
7245
+ "variableTypeTokenRange": {
7246
+ "startIndex": 0,
7247
+ "endIndex": 0
7248
+ }
7249
+ },
7250
+ {
7251
+ "kind": "Variable",
7252
+ "canonicalReference": "@fluentui/web-components!colorNeutralForeground1:var",
7253
+ "docComment": "",
7254
+ "excerptTokens": [
7255
+ {
7256
+ "kind": "Content",
7257
+ "text": "colorNeutralForeground1 = "
7258
+ },
7259
+ {
7260
+ "kind": "Content",
7261
+ "text": "\"var(--colorNeutralForeground1)\""
7262
+ }
7263
+ ],
7264
+ "initializerTokenRange": {
7265
+ "startIndex": 1,
7266
+ "endIndex": 2
7267
+ },
7268
+ "isReadonly": true,
7269
+ "releaseTag": "Public",
7270
+ "name": "colorNeutralForeground1",
7271
+ "variableTypeTokenRange": {
7272
+ "startIndex": 0,
7273
+ "endIndex": 0
7274
+ }
7275
+ },
7276
+ {
7277
+ "kind": "Variable",
7278
+ "canonicalReference": "@fluentui/web-components!colorNeutralForeground1Hover:var",
7279
+ "docComment": "",
7280
+ "excerptTokens": [
7281
+ {
7282
+ "kind": "Content",
7283
+ "text": "colorNeutralForeground1Hover = "
7284
+ },
7285
+ {
7286
+ "kind": "Content",
7287
+ "text": "\"var(--colorNeutralForeground1Hover)\""
7288
+ }
7289
+ ],
7290
+ "initializerTokenRange": {
7291
+ "startIndex": 1,
7292
+ "endIndex": 2
7293
+ },
7294
+ "isReadonly": true,
7295
+ "releaseTag": "Public",
7296
+ "name": "colorNeutralForeground1Hover",
7297
+ "variableTypeTokenRange": {
7298
+ "startIndex": 0,
7299
+ "endIndex": 0
7300
+ }
7301
+ },
7302
+ {
7303
+ "kind": "Variable",
7304
+ "canonicalReference": "@fluentui/web-components!colorNeutralForeground1Pressed:var",
7305
+ "docComment": "",
7306
+ "excerptTokens": [
7307
+ {
7308
+ "kind": "Content",
7309
+ "text": "colorNeutralForeground1Pressed = "
7310
+ },
7311
+ {
7312
+ "kind": "Content",
7313
+ "text": "\"var(--colorNeutralForeground1Pressed)\""
7314
+ }
7315
+ ],
7316
+ "initializerTokenRange": {
7317
+ "startIndex": 1,
7318
+ "endIndex": 2
7319
+ },
7320
+ "isReadonly": true,
7321
+ "releaseTag": "Public",
7322
+ "name": "colorNeutralForeground1Pressed",
7323
+ "variableTypeTokenRange": {
7324
+ "startIndex": 0,
7325
+ "endIndex": 0
7326
+ }
7327
+ },
7328
+ {
7329
+ "kind": "Variable",
7330
+ "canonicalReference": "@fluentui/web-components!colorNeutralForeground1Selected:var",
7331
+ "docComment": "",
7332
+ "excerptTokens": [
7333
+ {
7334
+ "kind": "Content",
7335
+ "text": "colorNeutralForeground1Selected = "
7336
+ },
7337
+ {
7338
+ "kind": "Content",
7339
+ "text": "\"var(--colorNeutralForeground1Selected)\""
7340
+ }
7341
+ ],
7342
+ "initializerTokenRange": {
7343
+ "startIndex": 1,
7344
+ "endIndex": 2
7345
+ },
7346
+ "isReadonly": true,
7347
+ "releaseTag": "Public",
7348
+ "name": "colorNeutralForeground1Selected",
7349
+ "variableTypeTokenRange": {
7350
+ "startIndex": 0,
7351
+ "endIndex": 0
7352
+ }
7353
+ },
7354
+ {
7355
+ "kind": "Variable",
7356
+ "canonicalReference": "@fluentui/web-components!colorNeutralForeground1Static:var",
7357
+ "docComment": "",
7358
+ "excerptTokens": [
7359
+ {
7360
+ "kind": "Content",
7361
+ "text": "colorNeutralForeground1Static = "
7362
+ },
7363
+ {
7364
+ "kind": "Content",
7365
+ "text": "\"var(--colorNeutralForeground1Static)\""
7366
+ }
7367
+ ],
7368
+ "initializerTokenRange": {
7369
+ "startIndex": 1,
7370
+ "endIndex": 2
7371
+ },
7372
+ "isReadonly": true,
7373
+ "releaseTag": "Public",
7374
+ "name": "colorNeutralForeground1Static",
7375
+ "variableTypeTokenRange": {
7376
+ "startIndex": 0,
7377
+ "endIndex": 0
7378
+ }
7379
+ },
7380
+ {
7381
+ "kind": "Variable",
7382
+ "canonicalReference": "@fluentui/web-components!colorNeutralForeground2:var",
7383
+ "docComment": "",
7384
+ "excerptTokens": [
7385
+ {
7386
+ "kind": "Content",
7387
+ "text": "colorNeutralForeground2 = "
7388
+ },
7389
+ {
7390
+ "kind": "Content",
7391
+ "text": "\"var(--colorNeutralForeground2)\""
7392
+ }
7393
+ ],
7394
+ "initializerTokenRange": {
7395
+ "startIndex": 1,
7396
+ "endIndex": 2
7397
+ },
7398
+ "isReadonly": true,
7399
+ "releaseTag": "Public",
7400
+ "name": "colorNeutralForeground2",
7401
+ "variableTypeTokenRange": {
7402
+ "startIndex": 0,
7403
+ "endIndex": 0
7404
+ }
7405
+ },
7406
+ {
7407
+ "kind": "Variable",
7408
+ "canonicalReference": "@fluentui/web-components!colorNeutralForeground2BrandHover:var",
7409
+ "docComment": "",
7410
+ "excerptTokens": [
7411
+ {
7412
+ "kind": "Content",
7413
+ "text": "colorNeutralForeground2BrandHover = "
6998
7414
  },
6999
7415
  {
7000
7416
  "kind": "Content",
@@ -8313,6 +8729,58 @@
8313
8729
  "endIndex": 0
8314
8730
  }
8315
8731
  },
8732
+ {
8733
+ "kind": "Variable",
8734
+ "canonicalReference": "@fluentui/web-components!colorNeutralStrokeAlpha:var",
8735
+ "docComment": "",
8736
+ "excerptTokens": [
8737
+ {
8738
+ "kind": "Content",
8739
+ "text": "colorNeutralStrokeAlpha = "
8740
+ },
8741
+ {
8742
+ "kind": "Content",
8743
+ "text": "\"var(--colorNeutralStrokeAlpha)\""
8744
+ }
8745
+ ],
8746
+ "initializerTokenRange": {
8747
+ "startIndex": 1,
8748
+ "endIndex": 2
8749
+ },
8750
+ "isReadonly": true,
8751
+ "releaseTag": "Public",
8752
+ "name": "colorNeutralStrokeAlpha",
8753
+ "variableTypeTokenRange": {
8754
+ "startIndex": 0,
8755
+ "endIndex": 0
8756
+ }
8757
+ },
8758
+ {
8759
+ "kind": "Variable",
8760
+ "canonicalReference": "@fluentui/web-components!colorNeutralStrokeAlpha2:var",
8761
+ "docComment": "",
8762
+ "excerptTokens": [
8763
+ {
8764
+ "kind": "Content",
8765
+ "text": "colorNeutralStrokeAlpha2 = "
8766
+ },
8767
+ {
8768
+ "kind": "Content",
8769
+ "text": "\"var(--colorNeutralStrokeAlpha2)\""
8770
+ }
8771
+ ],
8772
+ "initializerTokenRange": {
8773
+ "startIndex": 1,
8774
+ "endIndex": 2
8775
+ },
8776
+ "isReadonly": true,
8777
+ "releaseTag": "Public",
8778
+ "name": "colorNeutralStrokeAlpha2",
8779
+ "variableTypeTokenRange": {
8780
+ "startIndex": 0,
8781
+ "endIndex": 0
8782
+ }
8783
+ },
8316
8784
  {
8317
8785
  "kind": "Variable",
8318
8786
  "canonicalReference": "@fluentui/web-components!colorNeutralStrokeDisabled:var",
@@ -8495,6 +8963,32 @@
8495
8963
  "endIndex": 0
8496
8964
  }
8497
8965
  },
8966
+ {
8967
+ "kind": "Variable",
8968
+ "canonicalReference": "@fluentui/web-components!colorNeutralStrokeSubtle:var",
8969
+ "docComment": "",
8970
+ "excerptTokens": [
8971
+ {
8972
+ "kind": "Content",
8973
+ "text": "colorNeutralStrokeSubtle = "
8974
+ },
8975
+ {
8976
+ "kind": "Content",
8977
+ "text": "\"var(--colorNeutralStrokeSubtle)\""
8978
+ }
8979
+ ],
8980
+ "initializerTokenRange": {
8981
+ "startIndex": 1,
8982
+ "endIndex": 2
8983
+ },
8984
+ "isReadonly": true,
8985
+ "releaseTag": "Public",
8986
+ "name": "colorNeutralStrokeSubtle",
8987
+ "variableTypeTokenRange": {
8988
+ "startIndex": 0,
8989
+ "endIndex": 0
8990
+ }
8991
+ },
8498
8992
  {
8499
8993
  "kind": "Variable",
8500
8994
  "canonicalReference": "@fluentui/web-components!colorPaletteAnchorBackground2:var",
@@ -11245,7 +11739,839 @@
11245
11739
  },
11246
11740
  "isReadonly": true,
11247
11741
  "releaseTag": "Public",
11248
- "name": "colorPalettePinkForeground2",
11742
+ "name": "colorPalettePinkForeground2",
11743
+ "variableTypeTokenRange": {
11744
+ "startIndex": 0,
11745
+ "endIndex": 0
11746
+ }
11747
+ },
11748
+ {
11749
+ "kind": "Variable",
11750
+ "canonicalReference": "@fluentui/web-components!colorPalettePlatinumBackground2:var",
11751
+ "docComment": "",
11752
+ "excerptTokens": [
11753
+ {
11754
+ "kind": "Content",
11755
+ "text": "colorPalettePlatinumBackground2 = "
11756
+ },
11757
+ {
11758
+ "kind": "Content",
11759
+ "text": "\"var(--colorPalettePlatinumBackground2)\""
11760
+ }
11761
+ ],
11762
+ "initializerTokenRange": {
11763
+ "startIndex": 1,
11764
+ "endIndex": 2
11765
+ },
11766
+ "isReadonly": true,
11767
+ "releaseTag": "Public",
11768
+ "name": "colorPalettePlatinumBackground2",
11769
+ "variableTypeTokenRange": {
11770
+ "startIndex": 0,
11771
+ "endIndex": 0
11772
+ }
11773
+ },
11774
+ {
11775
+ "kind": "Variable",
11776
+ "canonicalReference": "@fluentui/web-components!colorPalettePlatinumBorderActive:var",
11777
+ "docComment": "",
11778
+ "excerptTokens": [
11779
+ {
11780
+ "kind": "Content",
11781
+ "text": "colorPalettePlatinumBorderActive = "
11782
+ },
11783
+ {
11784
+ "kind": "Content",
11785
+ "text": "\"var(--colorPalettePlatinumBorderActive)\""
11786
+ }
11787
+ ],
11788
+ "initializerTokenRange": {
11789
+ "startIndex": 1,
11790
+ "endIndex": 2
11791
+ },
11792
+ "isReadonly": true,
11793
+ "releaseTag": "Public",
11794
+ "name": "colorPalettePlatinumBorderActive",
11795
+ "variableTypeTokenRange": {
11796
+ "startIndex": 0,
11797
+ "endIndex": 0
11798
+ }
11799
+ },
11800
+ {
11801
+ "kind": "Variable",
11802
+ "canonicalReference": "@fluentui/web-components!colorPalettePlatinumForeground2:var",
11803
+ "docComment": "",
11804
+ "excerptTokens": [
11805
+ {
11806
+ "kind": "Content",
11807
+ "text": "colorPalettePlatinumForeground2 = "
11808
+ },
11809
+ {
11810
+ "kind": "Content",
11811
+ "text": "\"var(--colorPalettePlatinumForeground2)\""
11812
+ }
11813
+ ],
11814
+ "initializerTokenRange": {
11815
+ "startIndex": 1,
11816
+ "endIndex": 2
11817
+ },
11818
+ "isReadonly": true,
11819
+ "releaseTag": "Public",
11820
+ "name": "colorPalettePlatinumForeground2",
11821
+ "variableTypeTokenRange": {
11822
+ "startIndex": 0,
11823
+ "endIndex": 0
11824
+ }
11825
+ },
11826
+ {
11827
+ "kind": "Variable",
11828
+ "canonicalReference": "@fluentui/web-components!colorPalettePlumBackground2:var",
11829
+ "docComment": "",
11830
+ "excerptTokens": [
11831
+ {
11832
+ "kind": "Content",
11833
+ "text": "colorPalettePlumBackground2 = "
11834
+ },
11835
+ {
11836
+ "kind": "Content",
11837
+ "text": "\"var(--colorPalettePlumBackground2)\""
11838
+ }
11839
+ ],
11840
+ "initializerTokenRange": {
11841
+ "startIndex": 1,
11842
+ "endIndex": 2
11843
+ },
11844
+ "isReadonly": true,
11845
+ "releaseTag": "Public",
11846
+ "name": "colorPalettePlumBackground2",
11847
+ "variableTypeTokenRange": {
11848
+ "startIndex": 0,
11849
+ "endIndex": 0
11850
+ }
11851
+ },
11852
+ {
11853
+ "kind": "Variable",
11854
+ "canonicalReference": "@fluentui/web-components!colorPalettePlumBorderActive:var",
11855
+ "docComment": "",
11856
+ "excerptTokens": [
11857
+ {
11858
+ "kind": "Content",
11859
+ "text": "colorPalettePlumBorderActive = "
11860
+ },
11861
+ {
11862
+ "kind": "Content",
11863
+ "text": "\"var(--colorPalettePlumBorderActive)\""
11864
+ }
11865
+ ],
11866
+ "initializerTokenRange": {
11867
+ "startIndex": 1,
11868
+ "endIndex": 2
11869
+ },
11870
+ "isReadonly": true,
11871
+ "releaseTag": "Public",
11872
+ "name": "colorPalettePlumBorderActive",
11873
+ "variableTypeTokenRange": {
11874
+ "startIndex": 0,
11875
+ "endIndex": 0
11876
+ }
11877
+ },
11878
+ {
11879
+ "kind": "Variable",
11880
+ "canonicalReference": "@fluentui/web-components!colorPalettePlumForeground2:var",
11881
+ "docComment": "",
11882
+ "excerptTokens": [
11883
+ {
11884
+ "kind": "Content",
11885
+ "text": "colorPalettePlumForeground2 = "
11886
+ },
11887
+ {
11888
+ "kind": "Content",
11889
+ "text": "\"var(--colorPalettePlumForeground2)\""
11890
+ }
11891
+ ],
11892
+ "initializerTokenRange": {
11893
+ "startIndex": 1,
11894
+ "endIndex": 2
11895
+ },
11896
+ "isReadonly": true,
11897
+ "releaseTag": "Public",
11898
+ "name": "colorPalettePlumForeground2",
11899
+ "variableTypeTokenRange": {
11900
+ "startIndex": 0,
11901
+ "endIndex": 0
11902
+ }
11903
+ },
11904
+ {
11905
+ "kind": "Variable",
11906
+ "canonicalReference": "@fluentui/web-components!colorPalettePumpkinBackground2:var",
11907
+ "docComment": "",
11908
+ "excerptTokens": [
11909
+ {
11910
+ "kind": "Content",
11911
+ "text": "colorPalettePumpkinBackground2 = "
11912
+ },
11913
+ {
11914
+ "kind": "Content",
11915
+ "text": "\"var(--colorPalettePumpkinBackground2)\""
11916
+ }
11917
+ ],
11918
+ "initializerTokenRange": {
11919
+ "startIndex": 1,
11920
+ "endIndex": 2
11921
+ },
11922
+ "isReadonly": true,
11923
+ "releaseTag": "Public",
11924
+ "name": "colorPalettePumpkinBackground2",
11925
+ "variableTypeTokenRange": {
11926
+ "startIndex": 0,
11927
+ "endIndex": 0
11928
+ }
11929
+ },
11930
+ {
11931
+ "kind": "Variable",
11932
+ "canonicalReference": "@fluentui/web-components!colorPalettePumpkinBorderActive:var",
11933
+ "docComment": "",
11934
+ "excerptTokens": [
11935
+ {
11936
+ "kind": "Content",
11937
+ "text": "colorPalettePumpkinBorderActive = "
11938
+ },
11939
+ {
11940
+ "kind": "Content",
11941
+ "text": "\"var(--colorPalettePumpkinBorderActive)\""
11942
+ }
11943
+ ],
11944
+ "initializerTokenRange": {
11945
+ "startIndex": 1,
11946
+ "endIndex": 2
11947
+ },
11948
+ "isReadonly": true,
11949
+ "releaseTag": "Public",
11950
+ "name": "colorPalettePumpkinBorderActive",
11951
+ "variableTypeTokenRange": {
11952
+ "startIndex": 0,
11953
+ "endIndex": 0
11954
+ }
11955
+ },
11956
+ {
11957
+ "kind": "Variable",
11958
+ "canonicalReference": "@fluentui/web-components!colorPalettePumpkinForeground2:var",
11959
+ "docComment": "",
11960
+ "excerptTokens": [
11961
+ {
11962
+ "kind": "Content",
11963
+ "text": "colorPalettePumpkinForeground2 = "
11964
+ },
11965
+ {
11966
+ "kind": "Content",
11967
+ "text": "\"var(--colorPalettePumpkinForeground2)\""
11968
+ }
11969
+ ],
11970
+ "initializerTokenRange": {
11971
+ "startIndex": 1,
11972
+ "endIndex": 2
11973
+ },
11974
+ "isReadonly": true,
11975
+ "releaseTag": "Public",
11976
+ "name": "colorPalettePumpkinForeground2",
11977
+ "variableTypeTokenRange": {
11978
+ "startIndex": 0,
11979
+ "endIndex": 0
11980
+ }
11981
+ },
11982
+ {
11983
+ "kind": "Variable",
11984
+ "canonicalReference": "@fluentui/web-components!colorPalettePurpleBackground2:var",
11985
+ "docComment": "",
11986
+ "excerptTokens": [
11987
+ {
11988
+ "kind": "Content",
11989
+ "text": "colorPalettePurpleBackground2 = "
11990
+ },
11991
+ {
11992
+ "kind": "Content",
11993
+ "text": "\"var(--colorPalettePurpleBackground2)\""
11994
+ }
11995
+ ],
11996
+ "initializerTokenRange": {
11997
+ "startIndex": 1,
11998
+ "endIndex": 2
11999
+ },
12000
+ "isReadonly": true,
12001
+ "releaseTag": "Public",
12002
+ "name": "colorPalettePurpleBackground2",
12003
+ "variableTypeTokenRange": {
12004
+ "startIndex": 0,
12005
+ "endIndex": 0
12006
+ }
12007
+ },
12008
+ {
12009
+ "kind": "Variable",
12010
+ "canonicalReference": "@fluentui/web-components!colorPalettePurpleBorderActive:var",
12011
+ "docComment": "",
12012
+ "excerptTokens": [
12013
+ {
12014
+ "kind": "Content",
12015
+ "text": "colorPalettePurpleBorderActive = "
12016
+ },
12017
+ {
12018
+ "kind": "Content",
12019
+ "text": "\"var(--colorPalettePurpleBorderActive)\""
12020
+ }
12021
+ ],
12022
+ "initializerTokenRange": {
12023
+ "startIndex": 1,
12024
+ "endIndex": 2
12025
+ },
12026
+ "isReadonly": true,
12027
+ "releaseTag": "Public",
12028
+ "name": "colorPalettePurpleBorderActive",
12029
+ "variableTypeTokenRange": {
12030
+ "startIndex": 0,
12031
+ "endIndex": 0
12032
+ }
12033
+ },
12034
+ {
12035
+ "kind": "Variable",
12036
+ "canonicalReference": "@fluentui/web-components!colorPalettePurpleForeground2:var",
12037
+ "docComment": "",
12038
+ "excerptTokens": [
12039
+ {
12040
+ "kind": "Content",
12041
+ "text": "colorPalettePurpleForeground2 = "
12042
+ },
12043
+ {
12044
+ "kind": "Content",
12045
+ "text": "\"var(--colorPalettePurpleForeground2)\""
12046
+ }
12047
+ ],
12048
+ "initializerTokenRange": {
12049
+ "startIndex": 1,
12050
+ "endIndex": 2
12051
+ },
12052
+ "isReadonly": true,
12053
+ "releaseTag": "Public",
12054
+ "name": "colorPalettePurpleForeground2",
12055
+ "variableTypeTokenRange": {
12056
+ "startIndex": 0,
12057
+ "endIndex": 0
12058
+ }
12059
+ },
12060
+ {
12061
+ "kind": "Variable",
12062
+ "canonicalReference": "@fluentui/web-components!colorPaletteRedBackground1:var",
12063
+ "docComment": "",
12064
+ "excerptTokens": [
12065
+ {
12066
+ "kind": "Content",
12067
+ "text": "colorPaletteRedBackground1 = "
12068
+ },
12069
+ {
12070
+ "kind": "Content",
12071
+ "text": "\"var(--colorPaletteRedBackground1)\""
12072
+ }
12073
+ ],
12074
+ "initializerTokenRange": {
12075
+ "startIndex": 1,
12076
+ "endIndex": 2
12077
+ },
12078
+ "isReadonly": true,
12079
+ "releaseTag": "Public",
12080
+ "name": "colorPaletteRedBackground1",
12081
+ "variableTypeTokenRange": {
12082
+ "startIndex": 0,
12083
+ "endIndex": 0
12084
+ }
12085
+ },
12086
+ {
12087
+ "kind": "Variable",
12088
+ "canonicalReference": "@fluentui/web-components!colorPaletteRedBackground2:var",
12089
+ "docComment": "",
12090
+ "excerptTokens": [
12091
+ {
12092
+ "kind": "Content",
12093
+ "text": "colorPaletteRedBackground2 = "
12094
+ },
12095
+ {
12096
+ "kind": "Content",
12097
+ "text": "\"var(--colorPaletteRedBackground2)\""
12098
+ }
12099
+ ],
12100
+ "initializerTokenRange": {
12101
+ "startIndex": 1,
12102
+ "endIndex": 2
12103
+ },
12104
+ "isReadonly": true,
12105
+ "releaseTag": "Public",
12106
+ "name": "colorPaletteRedBackground2",
12107
+ "variableTypeTokenRange": {
12108
+ "startIndex": 0,
12109
+ "endIndex": 0
12110
+ }
12111
+ },
12112
+ {
12113
+ "kind": "Variable",
12114
+ "canonicalReference": "@fluentui/web-components!colorPaletteRedBackground3:var",
12115
+ "docComment": "",
12116
+ "excerptTokens": [
12117
+ {
12118
+ "kind": "Content",
12119
+ "text": "colorPaletteRedBackground3 = "
12120
+ },
12121
+ {
12122
+ "kind": "Content",
12123
+ "text": "\"var(--colorPaletteRedBackground3)\""
12124
+ }
12125
+ ],
12126
+ "initializerTokenRange": {
12127
+ "startIndex": 1,
12128
+ "endIndex": 2
12129
+ },
12130
+ "isReadonly": true,
12131
+ "releaseTag": "Public",
12132
+ "name": "colorPaletteRedBackground3",
12133
+ "variableTypeTokenRange": {
12134
+ "startIndex": 0,
12135
+ "endIndex": 0
12136
+ }
12137
+ },
12138
+ {
12139
+ "kind": "Variable",
12140
+ "canonicalReference": "@fluentui/web-components!colorPaletteRedBorder1:var",
12141
+ "docComment": "",
12142
+ "excerptTokens": [
12143
+ {
12144
+ "kind": "Content",
12145
+ "text": "colorPaletteRedBorder1 = "
12146
+ },
12147
+ {
12148
+ "kind": "Content",
12149
+ "text": "\"var(--colorPaletteRedBorder1)\""
12150
+ }
12151
+ ],
12152
+ "initializerTokenRange": {
12153
+ "startIndex": 1,
12154
+ "endIndex": 2
12155
+ },
12156
+ "isReadonly": true,
12157
+ "releaseTag": "Public",
12158
+ "name": "colorPaletteRedBorder1",
12159
+ "variableTypeTokenRange": {
12160
+ "startIndex": 0,
12161
+ "endIndex": 0
12162
+ }
12163
+ },
12164
+ {
12165
+ "kind": "Variable",
12166
+ "canonicalReference": "@fluentui/web-components!colorPaletteRedBorder2:var",
12167
+ "docComment": "",
12168
+ "excerptTokens": [
12169
+ {
12170
+ "kind": "Content",
12171
+ "text": "colorPaletteRedBorder2 = "
12172
+ },
12173
+ {
12174
+ "kind": "Content",
12175
+ "text": "\"var(--colorPaletteRedBorder2)\""
12176
+ }
12177
+ ],
12178
+ "initializerTokenRange": {
12179
+ "startIndex": 1,
12180
+ "endIndex": 2
12181
+ },
12182
+ "isReadonly": true,
12183
+ "releaseTag": "Public",
12184
+ "name": "colorPaletteRedBorder2",
12185
+ "variableTypeTokenRange": {
12186
+ "startIndex": 0,
12187
+ "endIndex": 0
12188
+ }
12189
+ },
12190
+ {
12191
+ "kind": "Variable",
12192
+ "canonicalReference": "@fluentui/web-components!colorPaletteRedBorderActive:var",
12193
+ "docComment": "",
12194
+ "excerptTokens": [
12195
+ {
12196
+ "kind": "Content",
12197
+ "text": "colorPaletteRedBorderActive = "
12198
+ },
12199
+ {
12200
+ "kind": "Content",
12201
+ "text": "\"var(--colorPaletteRedBorderActive)\""
12202
+ }
12203
+ ],
12204
+ "initializerTokenRange": {
12205
+ "startIndex": 1,
12206
+ "endIndex": 2
12207
+ },
12208
+ "isReadonly": true,
12209
+ "releaseTag": "Public",
12210
+ "name": "colorPaletteRedBorderActive",
12211
+ "variableTypeTokenRange": {
12212
+ "startIndex": 0,
12213
+ "endIndex": 0
12214
+ }
12215
+ },
12216
+ {
12217
+ "kind": "Variable",
12218
+ "canonicalReference": "@fluentui/web-components!colorPaletteRedForeground1:var",
12219
+ "docComment": "",
12220
+ "excerptTokens": [
12221
+ {
12222
+ "kind": "Content",
12223
+ "text": "colorPaletteRedForeground1 = "
12224
+ },
12225
+ {
12226
+ "kind": "Content",
12227
+ "text": "\"var(--colorPaletteRedForeground1)\""
12228
+ }
12229
+ ],
12230
+ "initializerTokenRange": {
12231
+ "startIndex": 1,
12232
+ "endIndex": 2
12233
+ },
12234
+ "isReadonly": true,
12235
+ "releaseTag": "Public",
12236
+ "name": "colorPaletteRedForeground1",
12237
+ "variableTypeTokenRange": {
12238
+ "startIndex": 0,
12239
+ "endIndex": 0
12240
+ }
12241
+ },
12242
+ {
12243
+ "kind": "Variable",
12244
+ "canonicalReference": "@fluentui/web-components!colorPaletteRedForeground2:var",
12245
+ "docComment": "",
12246
+ "excerptTokens": [
12247
+ {
12248
+ "kind": "Content",
12249
+ "text": "colorPaletteRedForeground2 = "
12250
+ },
12251
+ {
12252
+ "kind": "Content",
12253
+ "text": "\"var(--colorPaletteRedForeground2)\""
12254
+ }
12255
+ ],
12256
+ "initializerTokenRange": {
12257
+ "startIndex": 1,
12258
+ "endIndex": 2
12259
+ },
12260
+ "isReadonly": true,
12261
+ "releaseTag": "Public",
12262
+ "name": "colorPaletteRedForeground2",
12263
+ "variableTypeTokenRange": {
12264
+ "startIndex": 0,
12265
+ "endIndex": 0
12266
+ }
12267
+ },
12268
+ {
12269
+ "kind": "Variable",
12270
+ "canonicalReference": "@fluentui/web-components!colorPaletteRedForeground3:var",
12271
+ "docComment": "",
12272
+ "excerptTokens": [
12273
+ {
12274
+ "kind": "Content",
12275
+ "text": "colorPaletteRedForeground3 = "
12276
+ },
12277
+ {
12278
+ "kind": "Content",
12279
+ "text": "\"var(--colorPaletteRedForeground3)\""
12280
+ }
12281
+ ],
12282
+ "initializerTokenRange": {
12283
+ "startIndex": 1,
12284
+ "endIndex": 2
12285
+ },
12286
+ "isReadonly": true,
12287
+ "releaseTag": "Public",
12288
+ "name": "colorPaletteRedForeground3",
12289
+ "variableTypeTokenRange": {
12290
+ "startIndex": 0,
12291
+ "endIndex": 0
12292
+ }
12293
+ },
12294
+ {
12295
+ "kind": "Variable",
12296
+ "canonicalReference": "@fluentui/web-components!colorPaletteRedForegroundInverted:var",
12297
+ "docComment": "",
12298
+ "excerptTokens": [
12299
+ {
12300
+ "kind": "Content",
12301
+ "text": "colorPaletteRedForegroundInverted = "
12302
+ },
12303
+ {
12304
+ "kind": "Content",
12305
+ "text": "\"var(--colorPaletteRedForegroundInverted)\""
12306
+ }
12307
+ ],
12308
+ "initializerTokenRange": {
12309
+ "startIndex": 1,
12310
+ "endIndex": 2
12311
+ },
12312
+ "isReadonly": true,
12313
+ "releaseTag": "Public",
12314
+ "name": "colorPaletteRedForegroundInverted",
12315
+ "variableTypeTokenRange": {
12316
+ "startIndex": 0,
12317
+ "endIndex": 0
12318
+ }
12319
+ },
12320
+ {
12321
+ "kind": "Variable",
12322
+ "canonicalReference": "@fluentui/web-components!colorPaletteRoyalBlueBackground2:var",
12323
+ "docComment": "",
12324
+ "excerptTokens": [
12325
+ {
12326
+ "kind": "Content",
12327
+ "text": "colorPaletteRoyalBlueBackground2 = "
12328
+ },
12329
+ {
12330
+ "kind": "Content",
12331
+ "text": "\"var(--colorPaletteRoyalBlueBackground2)\""
12332
+ }
12333
+ ],
12334
+ "initializerTokenRange": {
12335
+ "startIndex": 1,
12336
+ "endIndex": 2
12337
+ },
12338
+ "isReadonly": true,
12339
+ "releaseTag": "Public",
12340
+ "name": "colorPaletteRoyalBlueBackground2",
12341
+ "variableTypeTokenRange": {
12342
+ "startIndex": 0,
12343
+ "endIndex": 0
12344
+ }
12345
+ },
12346
+ {
12347
+ "kind": "Variable",
12348
+ "canonicalReference": "@fluentui/web-components!colorPaletteRoyalBlueBorderActive:var",
12349
+ "docComment": "",
12350
+ "excerptTokens": [
12351
+ {
12352
+ "kind": "Content",
12353
+ "text": "colorPaletteRoyalBlueBorderActive = "
12354
+ },
12355
+ {
12356
+ "kind": "Content",
12357
+ "text": "\"var(--colorPaletteRoyalBlueBorderActive)\""
12358
+ }
12359
+ ],
12360
+ "initializerTokenRange": {
12361
+ "startIndex": 1,
12362
+ "endIndex": 2
12363
+ },
12364
+ "isReadonly": true,
12365
+ "releaseTag": "Public",
12366
+ "name": "colorPaletteRoyalBlueBorderActive",
12367
+ "variableTypeTokenRange": {
12368
+ "startIndex": 0,
12369
+ "endIndex": 0
12370
+ }
12371
+ },
12372
+ {
12373
+ "kind": "Variable",
12374
+ "canonicalReference": "@fluentui/web-components!colorPaletteRoyalBlueForeground2:var",
12375
+ "docComment": "",
12376
+ "excerptTokens": [
12377
+ {
12378
+ "kind": "Content",
12379
+ "text": "colorPaletteRoyalBlueForeground2 = "
12380
+ },
12381
+ {
12382
+ "kind": "Content",
12383
+ "text": "\"var(--colorPaletteRoyalBlueForeground2)\""
12384
+ }
12385
+ ],
12386
+ "initializerTokenRange": {
12387
+ "startIndex": 1,
12388
+ "endIndex": 2
12389
+ },
12390
+ "isReadonly": true,
12391
+ "releaseTag": "Public",
12392
+ "name": "colorPaletteRoyalBlueForeground2",
12393
+ "variableTypeTokenRange": {
12394
+ "startIndex": 0,
12395
+ "endIndex": 0
12396
+ }
12397
+ },
12398
+ {
12399
+ "kind": "Variable",
12400
+ "canonicalReference": "@fluentui/web-components!colorPaletteSeafoamBackground2:var",
12401
+ "docComment": "",
12402
+ "excerptTokens": [
12403
+ {
12404
+ "kind": "Content",
12405
+ "text": "colorPaletteSeafoamBackground2 = "
12406
+ },
12407
+ {
12408
+ "kind": "Content",
12409
+ "text": "\"var(--colorPaletteSeafoamBackground2)\""
12410
+ }
12411
+ ],
12412
+ "initializerTokenRange": {
12413
+ "startIndex": 1,
12414
+ "endIndex": 2
12415
+ },
12416
+ "isReadonly": true,
12417
+ "releaseTag": "Public",
12418
+ "name": "colorPaletteSeafoamBackground2",
12419
+ "variableTypeTokenRange": {
12420
+ "startIndex": 0,
12421
+ "endIndex": 0
12422
+ }
12423
+ },
12424
+ {
12425
+ "kind": "Variable",
12426
+ "canonicalReference": "@fluentui/web-components!colorPaletteSeafoamBorderActive:var",
12427
+ "docComment": "",
12428
+ "excerptTokens": [
12429
+ {
12430
+ "kind": "Content",
12431
+ "text": "colorPaletteSeafoamBorderActive = "
12432
+ },
12433
+ {
12434
+ "kind": "Content",
12435
+ "text": "\"var(--colorPaletteSeafoamBorderActive)\""
12436
+ }
12437
+ ],
12438
+ "initializerTokenRange": {
12439
+ "startIndex": 1,
12440
+ "endIndex": 2
12441
+ },
12442
+ "isReadonly": true,
12443
+ "releaseTag": "Public",
12444
+ "name": "colorPaletteSeafoamBorderActive",
12445
+ "variableTypeTokenRange": {
12446
+ "startIndex": 0,
12447
+ "endIndex": 0
12448
+ }
12449
+ },
12450
+ {
12451
+ "kind": "Variable",
12452
+ "canonicalReference": "@fluentui/web-components!colorPaletteSeafoamForeground2:var",
12453
+ "docComment": "",
12454
+ "excerptTokens": [
12455
+ {
12456
+ "kind": "Content",
12457
+ "text": "colorPaletteSeafoamForeground2 = "
12458
+ },
12459
+ {
12460
+ "kind": "Content",
12461
+ "text": "\"var(--colorPaletteSeafoamForeground2)\""
12462
+ }
12463
+ ],
12464
+ "initializerTokenRange": {
12465
+ "startIndex": 1,
12466
+ "endIndex": 2
12467
+ },
12468
+ "isReadonly": true,
12469
+ "releaseTag": "Public",
12470
+ "name": "colorPaletteSeafoamForeground2",
12471
+ "variableTypeTokenRange": {
12472
+ "startIndex": 0,
12473
+ "endIndex": 0
12474
+ }
12475
+ },
12476
+ {
12477
+ "kind": "Variable",
12478
+ "canonicalReference": "@fluentui/web-components!colorPaletteSteelBackground2:var",
12479
+ "docComment": "",
12480
+ "excerptTokens": [
12481
+ {
12482
+ "kind": "Content",
12483
+ "text": "colorPaletteSteelBackground2 = "
12484
+ },
12485
+ {
12486
+ "kind": "Content",
12487
+ "text": "\"var(--colorPaletteSteelBackground2)\""
12488
+ }
12489
+ ],
12490
+ "initializerTokenRange": {
12491
+ "startIndex": 1,
12492
+ "endIndex": 2
12493
+ },
12494
+ "isReadonly": true,
12495
+ "releaseTag": "Public",
12496
+ "name": "colorPaletteSteelBackground2",
12497
+ "variableTypeTokenRange": {
12498
+ "startIndex": 0,
12499
+ "endIndex": 0
12500
+ }
12501
+ },
12502
+ {
12503
+ "kind": "Variable",
12504
+ "canonicalReference": "@fluentui/web-components!colorPaletteSteelBorderActive:var",
12505
+ "docComment": "",
12506
+ "excerptTokens": [
12507
+ {
12508
+ "kind": "Content",
12509
+ "text": "colorPaletteSteelBorderActive = "
12510
+ },
12511
+ {
12512
+ "kind": "Content",
12513
+ "text": "\"var(--colorPaletteSteelBorderActive)\""
12514
+ }
12515
+ ],
12516
+ "initializerTokenRange": {
12517
+ "startIndex": 1,
12518
+ "endIndex": 2
12519
+ },
12520
+ "isReadonly": true,
12521
+ "releaseTag": "Public",
12522
+ "name": "colorPaletteSteelBorderActive",
12523
+ "variableTypeTokenRange": {
12524
+ "startIndex": 0,
12525
+ "endIndex": 0
12526
+ }
12527
+ },
12528
+ {
12529
+ "kind": "Variable",
12530
+ "canonicalReference": "@fluentui/web-components!colorPaletteSteelForeground2:var",
12531
+ "docComment": "",
12532
+ "excerptTokens": [
12533
+ {
12534
+ "kind": "Content",
12535
+ "text": "colorPaletteSteelForeground2 = "
12536
+ },
12537
+ {
12538
+ "kind": "Content",
12539
+ "text": "\"var(--colorPaletteSteelForeground2)\""
12540
+ }
12541
+ ],
12542
+ "initializerTokenRange": {
12543
+ "startIndex": 1,
12544
+ "endIndex": 2
12545
+ },
12546
+ "isReadonly": true,
12547
+ "releaseTag": "Public",
12548
+ "name": "colorPaletteSteelForeground2",
12549
+ "variableTypeTokenRange": {
12550
+ "startIndex": 0,
12551
+ "endIndex": 0
12552
+ }
12553
+ },
12554
+ {
12555
+ "kind": "Variable",
12556
+ "canonicalReference": "@fluentui/web-components!colorPaletteTealBackground2:var",
12557
+ "docComment": "",
12558
+ "excerptTokens": [
12559
+ {
12560
+ "kind": "Content",
12561
+ "text": "colorPaletteTealBackground2 = "
12562
+ },
12563
+ {
12564
+ "kind": "Content",
12565
+ "text": "\"var(--colorPaletteTealBackground2)\""
12566
+ }
12567
+ ],
12568
+ "initializerTokenRange": {
12569
+ "startIndex": 1,
12570
+ "endIndex": 2
12571
+ },
12572
+ "isReadonly": true,
12573
+ "releaseTag": "Public",
12574
+ "name": "colorPaletteTealBackground2",
11249
12575
  "variableTypeTokenRange": {
11250
12576
  "startIndex": 0,
11251
12577
  "endIndex": 0
@@ -11253,16 +12579,16 @@
11253
12579
  },
11254
12580
  {
11255
12581
  "kind": "Variable",
11256
- "canonicalReference": "@fluentui/web-components!colorPalettePlatinumBackground2:var",
12582
+ "canonicalReference": "@fluentui/web-components!colorPaletteTealBorderActive:var",
11257
12583
  "docComment": "",
11258
12584
  "excerptTokens": [
11259
12585
  {
11260
12586
  "kind": "Content",
11261
- "text": "colorPalettePlatinumBackground2 = "
12587
+ "text": "colorPaletteTealBorderActive = "
11262
12588
  },
11263
12589
  {
11264
12590
  "kind": "Content",
11265
- "text": "\"var(--colorPalettePlatinumBackground2)\""
12591
+ "text": "\"var(--colorPaletteTealBorderActive)\""
11266
12592
  }
11267
12593
  ],
11268
12594
  "initializerTokenRange": {
@@ -11271,7 +12597,7 @@
11271
12597
  },
11272
12598
  "isReadonly": true,
11273
12599
  "releaseTag": "Public",
11274
- "name": "colorPalettePlatinumBackground2",
12600
+ "name": "colorPaletteTealBorderActive",
11275
12601
  "variableTypeTokenRange": {
11276
12602
  "startIndex": 0,
11277
12603
  "endIndex": 0
@@ -11279,16 +12605,16 @@
11279
12605
  },
11280
12606
  {
11281
12607
  "kind": "Variable",
11282
- "canonicalReference": "@fluentui/web-components!colorPalettePlatinumBorderActive:var",
12608
+ "canonicalReference": "@fluentui/web-components!colorPaletteTealForeground2:var",
11283
12609
  "docComment": "",
11284
12610
  "excerptTokens": [
11285
12611
  {
11286
12612
  "kind": "Content",
11287
- "text": "colorPalettePlatinumBorderActive = "
12613
+ "text": "colorPaletteTealForeground2 = "
11288
12614
  },
11289
12615
  {
11290
12616
  "kind": "Content",
11291
- "text": "\"var(--colorPalettePlatinumBorderActive)\""
12617
+ "text": "\"var(--colorPaletteTealForeground2)\""
11292
12618
  }
11293
12619
  ],
11294
12620
  "initializerTokenRange": {
@@ -11297,7 +12623,7 @@
11297
12623
  },
11298
12624
  "isReadonly": true,
11299
12625
  "releaseTag": "Public",
11300
- "name": "colorPalettePlatinumBorderActive",
12626
+ "name": "colorPaletteTealForeground2",
11301
12627
  "variableTypeTokenRange": {
11302
12628
  "startIndex": 0,
11303
12629
  "endIndex": 0
@@ -11305,16 +12631,16 @@
11305
12631
  },
11306
12632
  {
11307
12633
  "kind": "Variable",
11308
- "canonicalReference": "@fluentui/web-components!colorPalettePlatinumForeground2:var",
12634
+ "canonicalReference": "@fluentui/web-components!colorPaletteYellowBackground1:var",
11309
12635
  "docComment": "",
11310
12636
  "excerptTokens": [
11311
12637
  {
11312
12638
  "kind": "Content",
11313
- "text": "colorPalettePlatinumForeground2 = "
12639
+ "text": "colorPaletteYellowBackground1 = "
11314
12640
  },
11315
12641
  {
11316
12642
  "kind": "Content",
11317
- "text": "\"var(--colorPalettePlatinumForeground2)\""
12643
+ "text": "\"var(--colorPaletteYellowBackground1)\""
11318
12644
  }
11319
12645
  ],
11320
12646
  "initializerTokenRange": {
@@ -11323,7 +12649,7 @@
11323
12649
  },
11324
12650
  "isReadonly": true,
11325
12651
  "releaseTag": "Public",
11326
- "name": "colorPalettePlatinumForeground2",
12652
+ "name": "colorPaletteYellowBackground1",
11327
12653
  "variableTypeTokenRange": {
11328
12654
  "startIndex": 0,
11329
12655
  "endIndex": 0
@@ -11331,16 +12657,16 @@
11331
12657
  },
11332
12658
  {
11333
12659
  "kind": "Variable",
11334
- "canonicalReference": "@fluentui/web-components!colorPalettePlumBackground2:var",
12660
+ "canonicalReference": "@fluentui/web-components!colorPaletteYellowBackground2:var",
11335
12661
  "docComment": "",
11336
12662
  "excerptTokens": [
11337
12663
  {
11338
12664
  "kind": "Content",
11339
- "text": "colorPalettePlumBackground2 = "
12665
+ "text": "colorPaletteYellowBackground2 = "
11340
12666
  },
11341
12667
  {
11342
12668
  "kind": "Content",
11343
- "text": "\"var(--colorPalettePlumBackground2)\""
12669
+ "text": "\"var(--colorPaletteYellowBackground2)\""
11344
12670
  }
11345
12671
  ],
11346
12672
  "initializerTokenRange": {
@@ -11349,7 +12675,7 @@
11349
12675
  },
11350
12676
  "isReadonly": true,
11351
12677
  "releaseTag": "Public",
11352
- "name": "colorPalettePlumBackground2",
12678
+ "name": "colorPaletteYellowBackground2",
11353
12679
  "variableTypeTokenRange": {
11354
12680
  "startIndex": 0,
11355
12681
  "endIndex": 0
@@ -11357,16 +12683,16 @@
11357
12683
  },
11358
12684
  {
11359
12685
  "kind": "Variable",
11360
- "canonicalReference": "@fluentui/web-components!colorPalettePlumBorderActive:var",
12686
+ "canonicalReference": "@fluentui/web-components!colorPaletteYellowBackground3:var",
11361
12687
  "docComment": "",
11362
12688
  "excerptTokens": [
11363
12689
  {
11364
12690
  "kind": "Content",
11365
- "text": "colorPalettePlumBorderActive = "
12691
+ "text": "colorPaletteYellowBackground3 = "
11366
12692
  },
11367
12693
  {
11368
12694
  "kind": "Content",
11369
- "text": "\"var(--colorPalettePlumBorderActive)\""
12695
+ "text": "\"var(--colorPaletteYellowBackground3)\""
11370
12696
  }
11371
12697
  ],
11372
12698
  "initializerTokenRange": {
@@ -11375,7 +12701,7 @@
11375
12701
  },
11376
12702
  "isReadonly": true,
11377
12703
  "releaseTag": "Public",
11378
- "name": "colorPalettePlumBorderActive",
12704
+ "name": "colorPaletteYellowBackground3",
11379
12705
  "variableTypeTokenRange": {
11380
12706
  "startIndex": 0,
11381
12707
  "endIndex": 0
@@ -11383,16 +12709,16 @@
11383
12709
  },
11384
12710
  {
11385
12711
  "kind": "Variable",
11386
- "canonicalReference": "@fluentui/web-components!colorPalettePlumForeground2:var",
12712
+ "canonicalReference": "@fluentui/web-components!colorPaletteYellowBorder1:var",
11387
12713
  "docComment": "",
11388
12714
  "excerptTokens": [
11389
12715
  {
11390
12716
  "kind": "Content",
11391
- "text": "colorPalettePlumForeground2 = "
12717
+ "text": "colorPaletteYellowBorder1 = "
11392
12718
  },
11393
12719
  {
11394
12720
  "kind": "Content",
11395
- "text": "\"var(--colorPalettePlumForeground2)\""
12721
+ "text": "\"var(--colorPaletteYellowBorder1)\""
11396
12722
  }
11397
12723
  ],
11398
12724
  "initializerTokenRange": {
@@ -11401,7 +12727,7 @@
11401
12727
  },
11402
12728
  "isReadonly": true,
11403
12729
  "releaseTag": "Public",
11404
- "name": "colorPalettePlumForeground2",
12730
+ "name": "colorPaletteYellowBorder1",
11405
12731
  "variableTypeTokenRange": {
11406
12732
  "startIndex": 0,
11407
12733
  "endIndex": 0
@@ -11409,16 +12735,16 @@
11409
12735
  },
11410
12736
  {
11411
12737
  "kind": "Variable",
11412
- "canonicalReference": "@fluentui/web-components!colorPalettePumpkinBackground2:var",
12738
+ "canonicalReference": "@fluentui/web-components!colorPaletteYellowBorder2:var",
11413
12739
  "docComment": "",
11414
12740
  "excerptTokens": [
11415
12741
  {
11416
12742
  "kind": "Content",
11417
- "text": "colorPalettePumpkinBackground2 = "
12743
+ "text": "colorPaletteYellowBorder2 = "
11418
12744
  },
11419
12745
  {
11420
12746
  "kind": "Content",
11421
- "text": "\"var(--colorPalettePumpkinBackground2)\""
12747
+ "text": "\"var(--colorPaletteYellowBorder2)\""
11422
12748
  }
11423
12749
  ],
11424
12750
  "initializerTokenRange": {
@@ -11427,7 +12753,7 @@
11427
12753
  },
11428
12754
  "isReadonly": true,
11429
12755
  "releaseTag": "Public",
11430
- "name": "colorPalettePumpkinBackground2",
12756
+ "name": "colorPaletteYellowBorder2",
11431
12757
  "variableTypeTokenRange": {
11432
12758
  "startIndex": 0,
11433
12759
  "endIndex": 0
@@ -11435,16 +12761,16 @@
11435
12761
  },
11436
12762
  {
11437
12763
  "kind": "Variable",
11438
- "canonicalReference": "@fluentui/web-components!colorPalettePumpkinBorderActive:var",
12764
+ "canonicalReference": "@fluentui/web-components!colorPaletteYellowBorderActive:var",
11439
12765
  "docComment": "",
11440
12766
  "excerptTokens": [
11441
12767
  {
11442
12768
  "kind": "Content",
11443
- "text": "colorPalettePumpkinBorderActive = "
12769
+ "text": "colorPaletteYellowBorderActive = "
11444
12770
  },
11445
12771
  {
11446
12772
  "kind": "Content",
11447
- "text": "\"var(--colorPalettePumpkinBorderActive)\""
12773
+ "text": "\"var(--colorPaletteYellowBorderActive)\""
11448
12774
  }
11449
12775
  ],
11450
12776
  "initializerTokenRange": {
@@ -11453,7 +12779,7 @@
11453
12779
  },
11454
12780
  "isReadonly": true,
11455
12781
  "releaseTag": "Public",
11456
- "name": "colorPalettePumpkinBorderActive",
12782
+ "name": "colorPaletteYellowBorderActive",
11457
12783
  "variableTypeTokenRange": {
11458
12784
  "startIndex": 0,
11459
12785
  "endIndex": 0
@@ -11461,16 +12787,16 @@
11461
12787
  },
11462
12788
  {
11463
12789
  "kind": "Variable",
11464
- "canonicalReference": "@fluentui/web-components!colorPalettePumpkinForeground2:var",
12790
+ "canonicalReference": "@fluentui/web-components!colorPaletteYellowForeground1:var",
11465
12791
  "docComment": "",
11466
12792
  "excerptTokens": [
11467
12793
  {
11468
12794
  "kind": "Content",
11469
- "text": "colorPalettePumpkinForeground2 = "
12795
+ "text": "colorPaletteYellowForeground1 = "
11470
12796
  },
11471
12797
  {
11472
12798
  "kind": "Content",
11473
- "text": "\"var(--colorPalettePumpkinForeground2)\""
12799
+ "text": "\"var(--colorPaletteYellowForeground1)\""
11474
12800
  }
11475
12801
  ],
11476
12802
  "initializerTokenRange": {
@@ -11479,7 +12805,7 @@
11479
12805
  },
11480
12806
  "isReadonly": true,
11481
12807
  "releaseTag": "Public",
11482
- "name": "colorPalettePumpkinForeground2",
12808
+ "name": "colorPaletteYellowForeground1",
11483
12809
  "variableTypeTokenRange": {
11484
12810
  "startIndex": 0,
11485
12811
  "endIndex": 0
@@ -11487,16 +12813,16 @@
11487
12813
  },
11488
12814
  {
11489
12815
  "kind": "Variable",
11490
- "canonicalReference": "@fluentui/web-components!colorPalettePurpleBackground2:var",
12816
+ "canonicalReference": "@fluentui/web-components!colorPaletteYellowForeground2:var",
11491
12817
  "docComment": "",
11492
12818
  "excerptTokens": [
11493
12819
  {
11494
12820
  "kind": "Content",
11495
- "text": "colorPalettePurpleBackground2 = "
12821
+ "text": "colorPaletteYellowForeground2 = "
11496
12822
  },
11497
12823
  {
11498
12824
  "kind": "Content",
11499
- "text": "\"var(--colorPalettePurpleBackground2)\""
12825
+ "text": "\"var(--colorPaletteYellowForeground2)\""
11500
12826
  }
11501
12827
  ],
11502
12828
  "initializerTokenRange": {
@@ -11505,7 +12831,7 @@
11505
12831
  },
11506
12832
  "isReadonly": true,
11507
12833
  "releaseTag": "Public",
11508
- "name": "colorPalettePurpleBackground2",
12834
+ "name": "colorPaletteYellowForeground2",
11509
12835
  "variableTypeTokenRange": {
11510
12836
  "startIndex": 0,
11511
12837
  "endIndex": 0
@@ -11513,16 +12839,16 @@
11513
12839
  },
11514
12840
  {
11515
12841
  "kind": "Variable",
11516
- "canonicalReference": "@fluentui/web-components!colorPalettePurpleBorderActive:var",
12842
+ "canonicalReference": "@fluentui/web-components!colorPaletteYellowForeground3:var",
11517
12843
  "docComment": "",
11518
12844
  "excerptTokens": [
11519
12845
  {
11520
12846
  "kind": "Content",
11521
- "text": "colorPalettePurpleBorderActive = "
12847
+ "text": "colorPaletteYellowForeground3 = "
11522
12848
  },
11523
12849
  {
11524
12850
  "kind": "Content",
11525
- "text": "\"var(--colorPalettePurpleBorderActive)\""
12851
+ "text": "\"var(--colorPaletteYellowForeground3)\""
11526
12852
  }
11527
12853
  ],
11528
12854
  "initializerTokenRange": {
@@ -11531,7 +12857,7 @@
11531
12857
  },
11532
12858
  "isReadonly": true,
11533
12859
  "releaseTag": "Public",
11534
- "name": "colorPalettePurpleBorderActive",
12860
+ "name": "colorPaletteYellowForeground3",
11535
12861
  "variableTypeTokenRange": {
11536
12862
  "startIndex": 0,
11537
12863
  "endIndex": 0
@@ -11539,16 +12865,16 @@
11539
12865
  },
11540
12866
  {
11541
12867
  "kind": "Variable",
11542
- "canonicalReference": "@fluentui/web-components!colorPalettePurpleForeground2:var",
12868
+ "canonicalReference": "@fluentui/web-components!colorPaletteYellowForegroundInverted:var",
11543
12869
  "docComment": "",
11544
12870
  "excerptTokens": [
11545
12871
  {
11546
12872
  "kind": "Content",
11547
- "text": "colorPalettePurpleForeground2 = "
12873
+ "text": "colorPaletteYellowForegroundInverted = "
11548
12874
  },
11549
12875
  {
11550
12876
  "kind": "Content",
11551
- "text": "\"var(--colorPalettePurpleForeground2)\""
12877
+ "text": "\"var(--colorPaletteYellowForegroundInverted)\""
11552
12878
  }
11553
12879
  ],
11554
12880
  "initializerTokenRange": {
@@ -11557,7 +12883,7 @@
11557
12883
  },
11558
12884
  "isReadonly": true,
11559
12885
  "releaseTag": "Public",
11560
- "name": "colorPalettePurpleForeground2",
12886
+ "name": "colorPaletteYellowForegroundInverted",
11561
12887
  "variableTypeTokenRange": {
11562
12888
  "startIndex": 0,
11563
12889
  "endIndex": 0
@@ -11565,16 +12891,16 @@
11565
12891
  },
11566
12892
  {
11567
12893
  "kind": "Variable",
11568
- "canonicalReference": "@fluentui/web-components!colorPaletteRedBackground1:var",
12894
+ "canonicalReference": "@fluentui/web-components!colorScrollbarOverlay:var",
11569
12895
  "docComment": "",
11570
12896
  "excerptTokens": [
11571
12897
  {
11572
12898
  "kind": "Content",
11573
- "text": "colorPaletteRedBackground1 = "
12899
+ "text": "colorScrollbarOverlay = "
11574
12900
  },
11575
12901
  {
11576
12902
  "kind": "Content",
11577
- "text": "\"var(--colorPaletteRedBackground1)\""
12903
+ "text": "\"var(--colorScrollbarOverlay)\""
11578
12904
  }
11579
12905
  ],
11580
12906
  "initializerTokenRange": {
@@ -11583,7 +12909,7 @@
11583
12909
  },
11584
12910
  "isReadonly": true,
11585
12911
  "releaseTag": "Public",
11586
- "name": "colorPaletteRedBackground1",
12912
+ "name": "colorScrollbarOverlay",
11587
12913
  "variableTypeTokenRange": {
11588
12914
  "startIndex": 0,
11589
12915
  "endIndex": 0
@@ -11591,16 +12917,16 @@
11591
12917
  },
11592
12918
  {
11593
12919
  "kind": "Variable",
11594
- "canonicalReference": "@fluentui/web-components!colorPaletteRedBackground2:var",
12920
+ "canonicalReference": "@fluentui/web-components!colorStatusDangerBackground1:var",
11595
12921
  "docComment": "",
11596
12922
  "excerptTokens": [
11597
12923
  {
11598
12924
  "kind": "Content",
11599
- "text": "colorPaletteRedBackground2 = "
12925
+ "text": "colorStatusDangerBackground1 = "
11600
12926
  },
11601
12927
  {
11602
12928
  "kind": "Content",
11603
- "text": "\"var(--colorPaletteRedBackground2)\""
12929
+ "text": "\"var(--colorStatusDangerBackground1)\""
11604
12930
  }
11605
12931
  ],
11606
12932
  "initializerTokenRange": {
@@ -11609,7 +12935,7 @@
11609
12935
  },
11610
12936
  "isReadonly": true,
11611
12937
  "releaseTag": "Public",
11612
- "name": "colorPaletteRedBackground2",
12938
+ "name": "colorStatusDangerBackground1",
11613
12939
  "variableTypeTokenRange": {
11614
12940
  "startIndex": 0,
11615
12941
  "endIndex": 0
@@ -11617,16 +12943,16 @@
11617
12943
  },
11618
12944
  {
11619
12945
  "kind": "Variable",
11620
- "canonicalReference": "@fluentui/web-components!colorPaletteRedBackground3:var",
12946
+ "canonicalReference": "@fluentui/web-components!colorStatusDangerBackground2:var",
11621
12947
  "docComment": "",
11622
12948
  "excerptTokens": [
11623
12949
  {
11624
12950
  "kind": "Content",
11625
- "text": "colorPaletteRedBackground3 = "
12951
+ "text": "colorStatusDangerBackground2 = "
11626
12952
  },
11627
12953
  {
11628
12954
  "kind": "Content",
11629
- "text": "\"var(--colorPaletteRedBackground3)\""
12955
+ "text": "\"var(--colorStatusDangerBackground2)\""
11630
12956
  }
11631
12957
  ],
11632
12958
  "initializerTokenRange": {
@@ -11635,7 +12961,7 @@
11635
12961
  },
11636
12962
  "isReadonly": true,
11637
12963
  "releaseTag": "Public",
11638
- "name": "colorPaletteRedBackground3",
12964
+ "name": "colorStatusDangerBackground2",
11639
12965
  "variableTypeTokenRange": {
11640
12966
  "startIndex": 0,
11641
12967
  "endIndex": 0
@@ -11643,16 +12969,16 @@
11643
12969
  },
11644
12970
  {
11645
12971
  "kind": "Variable",
11646
- "canonicalReference": "@fluentui/web-components!colorPaletteRedBorder1:var",
12972
+ "canonicalReference": "@fluentui/web-components!colorStatusDangerBackground3:var",
11647
12973
  "docComment": "",
11648
12974
  "excerptTokens": [
11649
12975
  {
11650
12976
  "kind": "Content",
11651
- "text": "colorPaletteRedBorder1 = "
12977
+ "text": "colorStatusDangerBackground3 = "
11652
12978
  },
11653
12979
  {
11654
12980
  "kind": "Content",
11655
- "text": "\"var(--colorPaletteRedBorder1)\""
12981
+ "text": "\"var(--colorStatusDangerBackground3)\""
11656
12982
  }
11657
12983
  ],
11658
12984
  "initializerTokenRange": {
@@ -11661,7 +12987,7 @@
11661
12987
  },
11662
12988
  "isReadonly": true,
11663
12989
  "releaseTag": "Public",
11664
- "name": "colorPaletteRedBorder1",
12990
+ "name": "colorStatusDangerBackground3",
11665
12991
  "variableTypeTokenRange": {
11666
12992
  "startIndex": 0,
11667
12993
  "endIndex": 0
@@ -11669,16 +12995,16 @@
11669
12995
  },
11670
12996
  {
11671
12997
  "kind": "Variable",
11672
- "canonicalReference": "@fluentui/web-components!colorPaletteRedBorder2:var",
12998
+ "canonicalReference": "@fluentui/web-components!colorStatusDangerBackground3Hover:var",
11673
12999
  "docComment": "",
11674
13000
  "excerptTokens": [
11675
13001
  {
11676
13002
  "kind": "Content",
11677
- "text": "colorPaletteRedBorder2 = "
13003
+ "text": "colorStatusDangerBackground3Hover = "
11678
13004
  },
11679
13005
  {
11680
13006
  "kind": "Content",
11681
- "text": "\"var(--colorPaletteRedBorder2)\""
13007
+ "text": "\"var(--colorStatusDangerBackground3Hover)\""
11682
13008
  }
11683
13009
  ],
11684
13010
  "initializerTokenRange": {
@@ -11687,7 +13013,7 @@
11687
13013
  },
11688
13014
  "isReadonly": true,
11689
13015
  "releaseTag": "Public",
11690
- "name": "colorPaletteRedBorder2",
13016
+ "name": "colorStatusDangerBackground3Hover",
11691
13017
  "variableTypeTokenRange": {
11692
13018
  "startIndex": 0,
11693
13019
  "endIndex": 0
@@ -11695,16 +13021,16 @@
11695
13021
  },
11696
13022
  {
11697
13023
  "kind": "Variable",
11698
- "canonicalReference": "@fluentui/web-components!colorPaletteRedBorderActive:var",
13024
+ "canonicalReference": "@fluentui/web-components!colorStatusDangerBackground3Pressed:var",
11699
13025
  "docComment": "",
11700
13026
  "excerptTokens": [
11701
13027
  {
11702
13028
  "kind": "Content",
11703
- "text": "colorPaletteRedBorderActive = "
13029
+ "text": "colorStatusDangerBackground3Pressed = "
11704
13030
  },
11705
13031
  {
11706
13032
  "kind": "Content",
11707
- "text": "\"var(--colorPaletteRedBorderActive)\""
13033
+ "text": "\"var(--colorStatusDangerBackground3Pressed)\""
11708
13034
  }
11709
13035
  ],
11710
13036
  "initializerTokenRange": {
@@ -11713,7 +13039,7 @@
11713
13039
  },
11714
13040
  "isReadonly": true,
11715
13041
  "releaseTag": "Public",
11716
- "name": "colorPaletteRedBorderActive",
13042
+ "name": "colorStatusDangerBackground3Pressed",
11717
13043
  "variableTypeTokenRange": {
11718
13044
  "startIndex": 0,
11719
13045
  "endIndex": 0
@@ -11721,16 +13047,16 @@
11721
13047
  },
11722
13048
  {
11723
13049
  "kind": "Variable",
11724
- "canonicalReference": "@fluentui/web-components!colorPaletteRedForeground1:var",
13050
+ "canonicalReference": "@fluentui/web-components!colorStatusDangerBorder1:var",
11725
13051
  "docComment": "",
11726
13052
  "excerptTokens": [
11727
13053
  {
11728
13054
  "kind": "Content",
11729
- "text": "colorPaletteRedForeground1 = "
13055
+ "text": "colorStatusDangerBorder1 = "
11730
13056
  },
11731
13057
  {
11732
13058
  "kind": "Content",
11733
- "text": "\"var(--colorPaletteRedForeground1)\""
13059
+ "text": "\"var(--colorStatusDangerBorder1)\""
11734
13060
  }
11735
13061
  ],
11736
13062
  "initializerTokenRange": {
@@ -11739,7 +13065,7 @@
11739
13065
  },
11740
13066
  "isReadonly": true,
11741
13067
  "releaseTag": "Public",
11742
- "name": "colorPaletteRedForeground1",
13068
+ "name": "colorStatusDangerBorder1",
11743
13069
  "variableTypeTokenRange": {
11744
13070
  "startIndex": 0,
11745
13071
  "endIndex": 0
@@ -11747,16 +13073,16 @@
11747
13073
  },
11748
13074
  {
11749
13075
  "kind": "Variable",
11750
- "canonicalReference": "@fluentui/web-components!colorPaletteRedForeground2:var",
13076
+ "canonicalReference": "@fluentui/web-components!colorStatusDangerBorder2:var",
11751
13077
  "docComment": "",
11752
13078
  "excerptTokens": [
11753
13079
  {
11754
13080
  "kind": "Content",
11755
- "text": "colorPaletteRedForeground2 = "
13081
+ "text": "colorStatusDangerBorder2 = "
11756
13082
  },
11757
13083
  {
11758
13084
  "kind": "Content",
11759
- "text": "\"var(--colorPaletteRedForeground2)\""
13085
+ "text": "\"var(--colorStatusDangerBorder2)\""
11760
13086
  }
11761
13087
  ],
11762
13088
  "initializerTokenRange": {
@@ -11765,7 +13091,7 @@
11765
13091
  },
11766
13092
  "isReadonly": true,
11767
13093
  "releaseTag": "Public",
11768
- "name": "colorPaletteRedForeground2",
13094
+ "name": "colorStatusDangerBorder2",
11769
13095
  "variableTypeTokenRange": {
11770
13096
  "startIndex": 0,
11771
13097
  "endIndex": 0
@@ -11773,16 +13099,16 @@
11773
13099
  },
11774
13100
  {
11775
13101
  "kind": "Variable",
11776
- "canonicalReference": "@fluentui/web-components!colorPaletteRedForeground3:var",
13102
+ "canonicalReference": "@fluentui/web-components!colorStatusDangerBorderActive:var",
11777
13103
  "docComment": "",
11778
13104
  "excerptTokens": [
11779
13105
  {
11780
13106
  "kind": "Content",
11781
- "text": "colorPaletteRedForeground3 = "
13107
+ "text": "colorStatusDangerBorderActive = "
11782
13108
  },
11783
13109
  {
11784
13110
  "kind": "Content",
11785
- "text": "\"var(--colorPaletteRedForeground3)\""
13111
+ "text": "\"var(--colorStatusDangerBorderActive)\""
11786
13112
  }
11787
13113
  ],
11788
13114
  "initializerTokenRange": {
@@ -11791,7 +13117,7 @@
11791
13117
  },
11792
13118
  "isReadonly": true,
11793
13119
  "releaseTag": "Public",
11794
- "name": "colorPaletteRedForeground3",
13120
+ "name": "colorStatusDangerBorderActive",
11795
13121
  "variableTypeTokenRange": {
11796
13122
  "startIndex": 0,
11797
13123
  "endIndex": 0
@@ -11799,16 +13125,16 @@
11799
13125
  },
11800
13126
  {
11801
13127
  "kind": "Variable",
11802
- "canonicalReference": "@fluentui/web-components!colorPaletteRedForegroundInverted:var",
13128
+ "canonicalReference": "@fluentui/web-components!colorStatusDangerForeground1:var",
11803
13129
  "docComment": "",
11804
13130
  "excerptTokens": [
11805
13131
  {
11806
13132
  "kind": "Content",
11807
- "text": "colorPaletteRedForegroundInverted = "
13133
+ "text": "colorStatusDangerForeground1 = "
11808
13134
  },
11809
13135
  {
11810
13136
  "kind": "Content",
11811
- "text": "\"var(--colorPaletteRedForegroundInverted)\""
13137
+ "text": "\"var(--colorStatusDangerForeground1)\""
11812
13138
  }
11813
13139
  ],
11814
13140
  "initializerTokenRange": {
@@ -11817,7 +13143,7 @@
11817
13143
  },
11818
13144
  "isReadonly": true,
11819
13145
  "releaseTag": "Public",
11820
- "name": "colorPaletteRedForegroundInverted",
13146
+ "name": "colorStatusDangerForeground1",
11821
13147
  "variableTypeTokenRange": {
11822
13148
  "startIndex": 0,
11823
13149
  "endIndex": 0
@@ -11825,16 +13151,16 @@
11825
13151
  },
11826
13152
  {
11827
13153
  "kind": "Variable",
11828
- "canonicalReference": "@fluentui/web-components!colorPaletteRoyalBlueBackground2:var",
13154
+ "canonicalReference": "@fluentui/web-components!colorStatusDangerForeground2:var",
11829
13155
  "docComment": "",
11830
13156
  "excerptTokens": [
11831
13157
  {
11832
13158
  "kind": "Content",
11833
- "text": "colorPaletteRoyalBlueBackground2 = "
13159
+ "text": "colorStatusDangerForeground2 = "
11834
13160
  },
11835
13161
  {
11836
13162
  "kind": "Content",
11837
- "text": "\"var(--colorPaletteRoyalBlueBackground2)\""
13163
+ "text": "\"var(--colorStatusDangerForeground2)\""
11838
13164
  }
11839
13165
  ],
11840
13166
  "initializerTokenRange": {
@@ -11843,7 +13169,7 @@
11843
13169
  },
11844
13170
  "isReadonly": true,
11845
13171
  "releaseTag": "Public",
11846
- "name": "colorPaletteRoyalBlueBackground2",
13172
+ "name": "colorStatusDangerForeground2",
11847
13173
  "variableTypeTokenRange": {
11848
13174
  "startIndex": 0,
11849
13175
  "endIndex": 0
@@ -11851,16 +13177,16 @@
11851
13177
  },
11852
13178
  {
11853
13179
  "kind": "Variable",
11854
- "canonicalReference": "@fluentui/web-components!colorPaletteRoyalBlueBorderActive:var",
13180
+ "canonicalReference": "@fluentui/web-components!colorStatusDangerForeground3:var",
11855
13181
  "docComment": "",
11856
13182
  "excerptTokens": [
11857
13183
  {
11858
13184
  "kind": "Content",
11859
- "text": "colorPaletteRoyalBlueBorderActive = "
13185
+ "text": "colorStatusDangerForeground3 = "
11860
13186
  },
11861
13187
  {
11862
13188
  "kind": "Content",
11863
- "text": "\"var(--colorPaletteRoyalBlueBorderActive)\""
13189
+ "text": "\"var(--colorStatusDangerForeground3)\""
11864
13190
  }
11865
13191
  ],
11866
13192
  "initializerTokenRange": {
@@ -11869,7 +13195,7 @@
11869
13195
  },
11870
13196
  "isReadonly": true,
11871
13197
  "releaseTag": "Public",
11872
- "name": "colorPaletteRoyalBlueBorderActive",
13198
+ "name": "colorStatusDangerForeground3",
11873
13199
  "variableTypeTokenRange": {
11874
13200
  "startIndex": 0,
11875
13201
  "endIndex": 0
@@ -11877,16 +13203,16 @@
11877
13203
  },
11878
13204
  {
11879
13205
  "kind": "Variable",
11880
- "canonicalReference": "@fluentui/web-components!colorPaletteRoyalBlueForeground2:var",
13206
+ "canonicalReference": "@fluentui/web-components!colorStatusDangerForegroundInverted:var",
11881
13207
  "docComment": "",
11882
13208
  "excerptTokens": [
11883
13209
  {
11884
13210
  "kind": "Content",
11885
- "text": "colorPaletteRoyalBlueForeground2 = "
13211
+ "text": "colorStatusDangerForegroundInverted = "
11886
13212
  },
11887
13213
  {
11888
13214
  "kind": "Content",
11889
- "text": "\"var(--colorPaletteRoyalBlueForeground2)\""
13215
+ "text": "\"var(--colorStatusDangerForegroundInverted)\""
11890
13216
  }
11891
13217
  ],
11892
13218
  "initializerTokenRange": {
@@ -11895,7 +13221,7 @@
11895
13221
  },
11896
13222
  "isReadonly": true,
11897
13223
  "releaseTag": "Public",
11898
- "name": "colorPaletteRoyalBlueForeground2",
13224
+ "name": "colorStatusDangerForegroundInverted",
11899
13225
  "variableTypeTokenRange": {
11900
13226
  "startIndex": 0,
11901
13227
  "endIndex": 0
@@ -11903,16 +13229,16 @@
11903
13229
  },
11904
13230
  {
11905
13231
  "kind": "Variable",
11906
- "canonicalReference": "@fluentui/web-components!colorPaletteSeafoamBackground2:var",
13232
+ "canonicalReference": "@fluentui/web-components!colorStatusSuccessBackground1:var",
11907
13233
  "docComment": "",
11908
13234
  "excerptTokens": [
11909
13235
  {
11910
13236
  "kind": "Content",
11911
- "text": "colorPaletteSeafoamBackground2 = "
13237
+ "text": "colorStatusSuccessBackground1 = "
11912
13238
  },
11913
13239
  {
11914
13240
  "kind": "Content",
11915
- "text": "\"var(--colorPaletteSeafoamBackground2)\""
13241
+ "text": "\"var(--colorStatusSuccessBackground1)\""
11916
13242
  }
11917
13243
  ],
11918
13244
  "initializerTokenRange": {
@@ -11921,7 +13247,7 @@
11921
13247
  },
11922
13248
  "isReadonly": true,
11923
13249
  "releaseTag": "Public",
11924
- "name": "colorPaletteSeafoamBackground2",
13250
+ "name": "colorStatusSuccessBackground1",
11925
13251
  "variableTypeTokenRange": {
11926
13252
  "startIndex": 0,
11927
13253
  "endIndex": 0
@@ -11929,16 +13255,16 @@
11929
13255
  },
11930
13256
  {
11931
13257
  "kind": "Variable",
11932
- "canonicalReference": "@fluentui/web-components!colorPaletteSeafoamBorderActive:var",
13258
+ "canonicalReference": "@fluentui/web-components!colorStatusSuccessBackground2:var",
11933
13259
  "docComment": "",
11934
13260
  "excerptTokens": [
11935
13261
  {
11936
13262
  "kind": "Content",
11937
- "text": "colorPaletteSeafoamBorderActive = "
13263
+ "text": "colorStatusSuccessBackground2 = "
11938
13264
  },
11939
13265
  {
11940
13266
  "kind": "Content",
11941
- "text": "\"var(--colorPaletteSeafoamBorderActive)\""
13267
+ "text": "\"var(--colorStatusSuccessBackground2)\""
11942
13268
  }
11943
13269
  ],
11944
13270
  "initializerTokenRange": {
@@ -11947,7 +13273,7 @@
11947
13273
  },
11948
13274
  "isReadonly": true,
11949
13275
  "releaseTag": "Public",
11950
- "name": "colorPaletteSeafoamBorderActive",
13276
+ "name": "colorStatusSuccessBackground2",
11951
13277
  "variableTypeTokenRange": {
11952
13278
  "startIndex": 0,
11953
13279
  "endIndex": 0
@@ -11955,16 +13281,16 @@
11955
13281
  },
11956
13282
  {
11957
13283
  "kind": "Variable",
11958
- "canonicalReference": "@fluentui/web-components!colorPaletteSeafoamForeground2:var",
13284
+ "canonicalReference": "@fluentui/web-components!colorStatusSuccessBackground3:var",
11959
13285
  "docComment": "",
11960
13286
  "excerptTokens": [
11961
13287
  {
11962
13288
  "kind": "Content",
11963
- "text": "colorPaletteSeafoamForeground2 = "
13289
+ "text": "colorStatusSuccessBackground3 = "
11964
13290
  },
11965
13291
  {
11966
13292
  "kind": "Content",
11967
- "text": "\"var(--colorPaletteSeafoamForeground2)\""
13293
+ "text": "\"var(--colorStatusSuccessBackground3)\""
11968
13294
  }
11969
13295
  ],
11970
13296
  "initializerTokenRange": {
@@ -11973,7 +13299,7 @@
11973
13299
  },
11974
13300
  "isReadonly": true,
11975
13301
  "releaseTag": "Public",
11976
- "name": "colorPaletteSeafoamForeground2",
13302
+ "name": "colorStatusSuccessBackground3",
11977
13303
  "variableTypeTokenRange": {
11978
13304
  "startIndex": 0,
11979
13305
  "endIndex": 0
@@ -11981,16 +13307,16 @@
11981
13307
  },
11982
13308
  {
11983
13309
  "kind": "Variable",
11984
- "canonicalReference": "@fluentui/web-components!colorPaletteSteelBackground2:var",
13310
+ "canonicalReference": "@fluentui/web-components!colorStatusSuccessBorder1:var",
11985
13311
  "docComment": "",
11986
13312
  "excerptTokens": [
11987
13313
  {
11988
13314
  "kind": "Content",
11989
- "text": "colorPaletteSteelBackground2 = "
13315
+ "text": "colorStatusSuccessBorder1 = "
11990
13316
  },
11991
13317
  {
11992
13318
  "kind": "Content",
11993
- "text": "\"var(--colorPaletteSteelBackground2)\""
13319
+ "text": "\"var(--colorStatusSuccessBorder1)\""
11994
13320
  }
11995
13321
  ],
11996
13322
  "initializerTokenRange": {
@@ -11999,7 +13325,7 @@
11999
13325
  },
12000
13326
  "isReadonly": true,
12001
13327
  "releaseTag": "Public",
12002
- "name": "colorPaletteSteelBackground2",
13328
+ "name": "colorStatusSuccessBorder1",
12003
13329
  "variableTypeTokenRange": {
12004
13330
  "startIndex": 0,
12005
13331
  "endIndex": 0
@@ -12007,16 +13333,16 @@
12007
13333
  },
12008
13334
  {
12009
13335
  "kind": "Variable",
12010
- "canonicalReference": "@fluentui/web-components!colorPaletteSteelBorderActive:var",
13336
+ "canonicalReference": "@fluentui/web-components!colorStatusSuccessBorder2:var",
12011
13337
  "docComment": "",
12012
13338
  "excerptTokens": [
12013
13339
  {
12014
13340
  "kind": "Content",
12015
- "text": "colorPaletteSteelBorderActive = "
13341
+ "text": "colorStatusSuccessBorder2 = "
12016
13342
  },
12017
13343
  {
12018
13344
  "kind": "Content",
12019
- "text": "\"var(--colorPaletteSteelBorderActive)\""
13345
+ "text": "\"var(--colorStatusSuccessBorder2)\""
12020
13346
  }
12021
13347
  ],
12022
13348
  "initializerTokenRange": {
@@ -12025,7 +13351,7 @@
12025
13351
  },
12026
13352
  "isReadonly": true,
12027
13353
  "releaseTag": "Public",
12028
- "name": "colorPaletteSteelBorderActive",
13354
+ "name": "colorStatusSuccessBorder2",
12029
13355
  "variableTypeTokenRange": {
12030
13356
  "startIndex": 0,
12031
13357
  "endIndex": 0
@@ -12033,16 +13359,16 @@
12033
13359
  },
12034
13360
  {
12035
13361
  "kind": "Variable",
12036
- "canonicalReference": "@fluentui/web-components!colorPaletteSteelForeground2:var",
13362
+ "canonicalReference": "@fluentui/web-components!colorStatusSuccessBorderActive:var",
12037
13363
  "docComment": "",
12038
13364
  "excerptTokens": [
12039
13365
  {
12040
13366
  "kind": "Content",
12041
- "text": "colorPaletteSteelForeground2 = "
13367
+ "text": "colorStatusSuccessBorderActive = "
12042
13368
  },
12043
13369
  {
12044
13370
  "kind": "Content",
12045
- "text": "\"var(--colorPaletteSteelForeground2)\""
13371
+ "text": "\"var(--colorStatusSuccessBorderActive)\""
12046
13372
  }
12047
13373
  ],
12048
13374
  "initializerTokenRange": {
@@ -12051,7 +13377,7 @@
12051
13377
  },
12052
13378
  "isReadonly": true,
12053
13379
  "releaseTag": "Public",
12054
- "name": "colorPaletteSteelForeground2",
13380
+ "name": "colorStatusSuccessBorderActive",
12055
13381
  "variableTypeTokenRange": {
12056
13382
  "startIndex": 0,
12057
13383
  "endIndex": 0
@@ -12059,16 +13385,16 @@
12059
13385
  },
12060
13386
  {
12061
13387
  "kind": "Variable",
12062
- "canonicalReference": "@fluentui/web-components!colorPaletteTealBackground2:var",
13388
+ "canonicalReference": "@fluentui/web-components!colorStatusSuccessForeground1:var",
12063
13389
  "docComment": "",
12064
13390
  "excerptTokens": [
12065
13391
  {
12066
13392
  "kind": "Content",
12067
- "text": "colorPaletteTealBackground2 = "
13393
+ "text": "colorStatusSuccessForeground1 = "
12068
13394
  },
12069
13395
  {
12070
13396
  "kind": "Content",
12071
- "text": "\"var(--colorPaletteTealBackground2)\""
13397
+ "text": "\"var(--colorStatusSuccessForeground1)\""
12072
13398
  }
12073
13399
  ],
12074
13400
  "initializerTokenRange": {
@@ -12077,7 +13403,7 @@
12077
13403
  },
12078
13404
  "isReadonly": true,
12079
13405
  "releaseTag": "Public",
12080
- "name": "colorPaletteTealBackground2",
13406
+ "name": "colorStatusSuccessForeground1",
12081
13407
  "variableTypeTokenRange": {
12082
13408
  "startIndex": 0,
12083
13409
  "endIndex": 0
@@ -12085,16 +13411,16 @@
12085
13411
  },
12086
13412
  {
12087
13413
  "kind": "Variable",
12088
- "canonicalReference": "@fluentui/web-components!colorPaletteTealBorderActive:var",
13414
+ "canonicalReference": "@fluentui/web-components!colorStatusSuccessForeground2:var",
12089
13415
  "docComment": "",
12090
13416
  "excerptTokens": [
12091
13417
  {
12092
13418
  "kind": "Content",
12093
- "text": "colorPaletteTealBorderActive = "
13419
+ "text": "colorStatusSuccessForeground2 = "
12094
13420
  },
12095
13421
  {
12096
13422
  "kind": "Content",
12097
- "text": "\"var(--colorPaletteTealBorderActive)\""
13423
+ "text": "\"var(--colorStatusSuccessForeground2)\""
12098
13424
  }
12099
13425
  ],
12100
13426
  "initializerTokenRange": {
@@ -12103,7 +13429,7 @@
12103
13429
  },
12104
13430
  "isReadonly": true,
12105
13431
  "releaseTag": "Public",
12106
- "name": "colorPaletteTealBorderActive",
13432
+ "name": "colorStatusSuccessForeground2",
12107
13433
  "variableTypeTokenRange": {
12108
13434
  "startIndex": 0,
12109
13435
  "endIndex": 0
@@ -12111,16 +13437,16 @@
12111
13437
  },
12112
13438
  {
12113
13439
  "kind": "Variable",
12114
- "canonicalReference": "@fluentui/web-components!colorPaletteTealForeground2:var",
13440
+ "canonicalReference": "@fluentui/web-components!colorStatusSuccessForeground3:var",
12115
13441
  "docComment": "",
12116
13442
  "excerptTokens": [
12117
13443
  {
12118
13444
  "kind": "Content",
12119
- "text": "colorPaletteTealForeground2 = "
13445
+ "text": "colorStatusSuccessForeground3 = "
12120
13446
  },
12121
13447
  {
12122
13448
  "kind": "Content",
12123
- "text": "\"var(--colorPaletteTealForeground2)\""
13449
+ "text": "\"var(--colorStatusSuccessForeground3)\""
12124
13450
  }
12125
13451
  ],
12126
13452
  "initializerTokenRange": {
@@ -12129,7 +13455,7 @@
12129
13455
  },
12130
13456
  "isReadonly": true,
12131
13457
  "releaseTag": "Public",
12132
- "name": "colorPaletteTealForeground2",
13458
+ "name": "colorStatusSuccessForeground3",
12133
13459
  "variableTypeTokenRange": {
12134
13460
  "startIndex": 0,
12135
13461
  "endIndex": 0
@@ -12137,16 +13463,16 @@
12137
13463
  },
12138
13464
  {
12139
13465
  "kind": "Variable",
12140
- "canonicalReference": "@fluentui/web-components!colorPaletteYellowBackground1:var",
13466
+ "canonicalReference": "@fluentui/web-components!colorStatusSuccessForegroundInverted:var",
12141
13467
  "docComment": "",
12142
13468
  "excerptTokens": [
12143
13469
  {
12144
13470
  "kind": "Content",
12145
- "text": "colorPaletteYellowBackground1 = "
13471
+ "text": "colorStatusSuccessForegroundInverted = "
12146
13472
  },
12147
13473
  {
12148
13474
  "kind": "Content",
12149
- "text": "\"var(--colorPaletteYellowBackground1)\""
13475
+ "text": "\"var(--colorStatusSuccessForegroundInverted)\""
12150
13476
  }
12151
13477
  ],
12152
13478
  "initializerTokenRange": {
@@ -12155,7 +13481,7 @@
12155
13481
  },
12156
13482
  "isReadonly": true,
12157
13483
  "releaseTag": "Public",
12158
- "name": "colorPaletteYellowBackground1",
13484
+ "name": "colorStatusSuccessForegroundInverted",
12159
13485
  "variableTypeTokenRange": {
12160
13486
  "startIndex": 0,
12161
13487
  "endIndex": 0
@@ -12163,16 +13489,16 @@
12163
13489
  },
12164
13490
  {
12165
13491
  "kind": "Variable",
12166
- "canonicalReference": "@fluentui/web-components!colorPaletteYellowBackground2:var",
13492
+ "canonicalReference": "@fluentui/web-components!colorStatusWarningBackground1:var",
12167
13493
  "docComment": "",
12168
13494
  "excerptTokens": [
12169
13495
  {
12170
13496
  "kind": "Content",
12171
- "text": "colorPaletteYellowBackground2 = "
13497
+ "text": "colorStatusWarningBackground1 = "
12172
13498
  },
12173
13499
  {
12174
13500
  "kind": "Content",
12175
- "text": "\"var(--colorPaletteYellowBackground2)\""
13501
+ "text": "\"var(--colorStatusWarningBackground1)\""
12176
13502
  }
12177
13503
  ],
12178
13504
  "initializerTokenRange": {
@@ -12181,7 +13507,7 @@
12181
13507
  },
12182
13508
  "isReadonly": true,
12183
13509
  "releaseTag": "Public",
12184
- "name": "colorPaletteYellowBackground2",
13510
+ "name": "colorStatusWarningBackground1",
12185
13511
  "variableTypeTokenRange": {
12186
13512
  "startIndex": 0,
12187
13513
  "endIndex": 0
@@ -12189,16 +13515,16 @@
12189
13515
  },
12190
13516
  {
12191
13517
  "kind": "Variable",
12192
- "canonicalReference": "@fluentui/web-components!colorPaletteYellowBackground3:var",
13518
+ "canonicalReference": "@fluentui/web-components!colorStatusWarningBackground2:var",
12193
13519
  "docComment": "",
12194
13520
  "excerptTokens": [
12195
13521
  {
12196
13522
  "kind": "Content",
12197
- "text": "colorPaletteYellowBackground3 = "
13523
+ "text": "colorStatusWarningBackground2 = "
12198
13524
  },
12199
13525
  {
12200
13526
  "kind": "Content",
12201
- "text": "\"var(--colorPaletteYellowBackground3)\""
13527
+ "text": "\"var(--colorStatusWarningBackground2)\""
12202
13528
  }
12203
13529
  ],
12204
13530
  "initializerTokenRange": {
@@ -12207,7 +13533,7 @@
12207
13533
  },
12208
13534
  "isReadonly": true,
12209
13535
  "releaseTag": "Public",
12210
- "name": "colorPaletteYellowBackground3",
13536
+ "name": "colorStatusWarningBackground2",
12211
13537
  "variableTypeTokenRange": {
12212
13538
  "startIndex": 0,
12213
13539
  "endIndex": 0
@@ -12215,16 +13541,16 @@
12215
13541
  },
12216
13542
  {
12217
13543
  "kind": "Variable",
12218
- "canonicalReference": "@fluentui/web-components!colorPaletteYellowBorder1:var",
13544
+ "canonicalReference": "@fluentui/web-components!colorStatusWarningBackground3:var",
12219
13545
  "docComment": "",
12220
13546
  "excerptTokens": [
12221
13547
  {
12222
13548
  "kind": "Content",
12223
- "text": "colorPaletteYellowBorder1 = "
13549
+ "text": "colorStatusWarningBackground3 = "
12224
13550
  },
12225
13551
  {
12226
13552
  "kind": "Content",
12227
- "text": "\"var(--colorPaletteYellowBorder1)\""
13553
+ "text": "\"var(--colorStatusWarningBackground3)\""
12228
13554
  }
12229
13555
  ],
12230
13556
  "initializerTokenRange": {
@@ -12233,7 +13559,7 @@
12233
13559
  },
12234
13560
  "isReadonly": true,
12235
13561
  "releaseTag": "Public",
12236
- "name": "colorPaletteYellowBorder1",
13562
+ "name": "colorStatusWarningBackground3",
12237
13563
  "variableTypeTokenRange": {
12238
13564
  "startIndex": 0,
12239
13565
  "endIndex": 0
@@ -12241,16 +13567,16 @@
12241
13567
  },
12242
13568
  {
12243
13569
  "kind": "Variable",
12244
- "canonicalReference": "@fluentui/web-components!colorPaletteYellowBorder2:var",
13570
+ "canonicalReference": "@fluentui/web-components!colorStatusWarningBorder1:var",
12245
13571
  "docComment": "",
12246
13572
  "excerptTokens": [
12247
13573
  {
12248
13574
  "kind": "Content",
12249
- "text": "colorPaletteYellowBorder2 = "
13575
+ "text": "colorStatusWarningBorder1 = "
12250
13576
  },
12251
13577
  {
12252
13578
  "kind": "Content",
12253
- "text": "\"var(--colorPaletteYellowBorder2)\""
13579
+ "text": "\"var(--colorStatusWarningBorder1)\""
12254
13580
  }
12255
13581
  ],
12256
13582
  "initializerTokenRange": {
@@ -12259,7 +13585,7 @@
12259
13585
  },
12260
13586
  "isReadonly": true,
12261
13587
  "releaseTag": "Public",
12262
- "name": "colorPaletteYellowBorder2",
13588
+ "name": "colorStatusWarningBorder1",
12263
13589
  "variableTypeTokenRange": {
12264
13590
  "startIndex": 0,
12265
13591
  "endIndex": 0
@@ -12267,16 +13593,16 @@
12267
13593
  },
12268
13594
  {
12269
13595
  "kind": "Variable",
12270
- "canonicalReference": "@fluentui/web-components!colorPaletteYellowBorderActive:var",
13596
+ "canonicalReference": "@fluentui/web-components!colorStatusWarningBorder2:var",
12271
13597
  "docComment": "",
12272
13598
  "excerptTokens": [
12273
13599
  {
12274
13600
  "kind": "Content",
12275
- "text": "colorPaletteYellowBorderActive = "
13601
+ "text": "colorStatusWarningBorder2 = "
12276
13602
  },
12277
13603
  {
12278
13604
  "kind": "Content",
12279
- "text": "\"var(--colorPaletteYellowBorderActive)\""
13605
+ "text": "\"var(--colorStatusWarningBorder2)\""
12280
13606
  }
12281
13607
  ],
12282
13608
  "initializerTokenRange": {
@@ -12285,7 +13611,7 @@
12285
13611
  },
12286
13612
  "isReadonly": true,
12287
13613
  "releaseTag": "Public",
12288
- "name": "colorPaletteYellowBorderActive",
13614
+ "name": "colorStatusWarningBorder2",
12289
13615
  "variableTypeTokenRange": {
12290
13616
  "startIndex": 0,
12291
13617
  "endIndex": 0
@@ -12293,16 +13619,16 @@
12293
13619
  },
12294
13620
  {
12295
13621
  "kind": "Variable",
12296
- "canonicalReference": "@fluentui/web-components!colorPaletteYellowForeground1:var",
13622
+ "canonicalReference": "@fluentui/web-components!colorStatusWarningBorderActive:var",
12297
13623
  "docComment": "",
12298
13624
  "excerptTokens": [
12299
13625
  {
12300
13626
  "kind": "Content",
12301
- "text": "colorPaletteYellowForeground1 = "
13627
+ "text": "colorStatusWarningBorderActive = "
12302
13628
  },
12303
13629
  {
12304
13630
  "kind": "Content",
12305
- "text": "\"var(--colorPaletteYellowForeground1)\""
13631
+ "text": "\"var(--colorStatusWarningBorderActive)\""
12306
13632
  }
12307
13633
  ],
12308
13634
  "initializerTokenRange": {
@@ -12311,7 +13637,7 @@
12311
13637
  },
12312
13638
  "isReadonly": true,
12313
13639
  "releaseTag": "Public",
12314
- "name": "colorPaletteYellowForeground1",
13640
+ "name": "colorStatusWarningBorderActive",
12315
13641
  "variableTypeTokenRange": {
12316
13642
  "startIndex": 0,
12317
13643
  "endIndex": 0
@@ -12319,16 +13645,16 @@
12319
13645
  },
12320
13646
  {
12321
13647
  "kind": "Variable",
12322
- "canonicalReference": "@fluentui/web-components!colorPaletteYellowForeground2:var",
13648
+ "canonicalReference": "@fluentui/web-components!colorStatusWarningForeground1:var",
12323
13649
  "docComment": "",
12324
13650
  "excerptTokens": [
12325
13651
  {
12326
13652
  "kind": "Content",
12327
- "text": "colorPaletteYellowForeground2 = "
13653
+ "text": "colorStatusWarningForeground1 = "
12328
13654
  },
12329
13655
  {
12330
13656
  "kind": "Content",
12331
- "text": "\"var(--colorPaletteYellowForeground2)\""
13657
+ "text": "\"var(--colorStatusWarningForeground1)\""
12332
13658
  }
12333
13659
  ],
12334
13660
  "initializerTokenRange": {
@@ -12337,7 +13663,7 @@
12337
13663
  },
12338
13664
  "isReadonly": true,
12339
13665
  "releaseTag": "Public",
12340
- "name": "colorPaletteYellowForeground2",
13666
+ "name": "colorStatusWarningForeground1",
12341
13667
  "variableTypeTokenRange": {
12342
13668
  "startIndex": 0,
12343
13669
  "endIndex": 0
@@ -12345,16 +13671,16 @@
12345
13671
  },
12346
13672
  {
12347
13673
  "kind": "Variable",
12348
- "canonicalReference": "@fluentui/web-components!colorPaletteYellowForeground3:var",
13674
+ "canonicalReference": "@fluentui/web-components!colorStatusWarningForeground2:var",
12349
13675
  "docComment": "",
12350
13676
  "excerptTokens": [
12351
13677
  {
12352
13678
  "kind": "Content",
12353
- "text": "colorPaletteYellowForeground3 = "
13679
+ "text": "colorStatusWarningForeground2 = "
12354
13680
  },
12355
13681
  {
12356
13682
  "kind": "Content",
12357
- "text": "\"var(--colorPaletteYellowForeground3)\""
13683
+ "text": "\"var(--colorStatusWarningForeground2)\""
12358
13684
  }
12359
13685
  ],
12360
13686
  "initializerTokenRange": {
@@ -12363,7 +13689,7 @@
12363
13689
  },
12364
13690
  "isReadonly": true,
12365
13691
  "releaseTag": "Public",
12366
- "name": "colorPaletteYellowForeground3",
13692
+ "name": "colorStatusWarningForeground2",
12367
13693
  "variableTypeTokenRange": {
12368
13694
  "startIndex": 0,
12369
13695
  "endIndex": 0
@@ -12371,16 +13697,16 @@
12371
13697
  },
12372
13698
  {
12373
13699
  "kind": "Variable",
12374
- "canonicalReference": "@fluentui/web-components!colorPaletteYellowForegroundInverted:var",
13700
+ "canonicalReference": "@fluentui/web-components!colorStatusWarningForeground3:var",
12375
13701
  "docComment": "",
12376
13702
  "excerptTokens": [
12377
13703
  {
12378
13704
  "kind": "Content",
12379
- "text": "colorPaletteYellowForegroundInverted = "
13705
+ "text": "colorStatusWarningForeground3 = "
12380
13706
  },
12381
13707
  {
12382
13708
  "kind": "Content",
12383
- "text": "\"var(--colorPaletteYellowForegroundInverted)\""
13709
+ "text": "\"var(--colorStatusWarningForeground3)\""
12384
13710
  }
12385
13711
  ],
12386
13712
  "initializerTokenRange": {
@@ -12389,7 +13715,7 @@
12389
13715
  },
12390
13716
  "isReadonly": true,
12391
13717
  "releaseTag": "Public",
12392
- "name": "colorPaletteYellowForegroundInverted",
13718
+ "name": "colorStatusWarningForeground3",
12393
13719
  "variableTypeTokenRange": {
12394
13720
  "startIndex": 0,
12395
13721
  "endIndex": 0
@@ -12397,16 +13723,16 @@
12397
13723
  },
12398
13724
  {
12399
13725
  "kind": "Variable",
12400
- "canonicalReference": "@fluentui/web-components!colorScrollbarOverlay:var",
13726
+ "canonicalReference": "@fluentui/web-components!colorStatusWarningForegroundInverted:var",
12401
13727
  "docComment": "",
12402
13728
  "excerptTokens": [
12403
13729
  {
12404
13730
  "kind": "Content",
12405
- "text": "colorScrollbarOverlay = "
13731
+ "text": "colorStatusWarningForegroundInverted = "
12406
13732
  },
12407
13733
  {
12408
13734
  "kind": "Content",
12409
- "text": "\"var(--colorScrollbarOverlay)\""
13735
+ "text": "\"var(--colorStatusWarningForegroundInverted)\""
12410
13736
  }
12411
13737
  ],
12412
13738
  "initializerTokenRange": {
@@ -12415,7 +13741,7 @@
12415
13741
  },
12416
13742
  "isReadonly": true,
12417
13743
  "releaseTag": "Public",
12418
- "name": "colorScrollbarOverlay",
13744
+ "name": "colorStatusWarningForegroundInverted",
12419
13745
  "variableTypeTokenRange": {
12420
13746
  "startIndex": 0,
12421
13747
  "endIndex": 0
@@ -15696,6 +17022,32 @@
15696
17022
  "endIndex": 0
15697
17023
  }
15698
17024
  },
17025
+ {
17026
+ "kind": "Variable",
17027
+ "canonicalReference": "@fluentui/web-components!durationGentle:var",
17028
+ "docComment": "",
17029
+ "excerptTokens": [
17030
+ {
17031
+ "kind": "Content",
17032
+ "text": "durationGentle = "
17033
+ },
17034
+ {
17035
+ "kind": "Content",
17036
+ "text": "\"var(--durationGentle)\""
17037
+ }
17038
+ ],
17039
+ "initializerTokenRange": {
17040
+ "startIndex": 1,
17041
+ "endIndex": 2
17042
+ },
17043
+ "isReadonly": true,
17044
+ "releaseTag": "Public",
17045
+ "name": "durationGentle",
17046
+ "variableTypeTokenRange": {
17047
+ "startIndex": 0,
17048
+ "endIndex": 0
17049
+ }
17050
+ },
15699
17051
  {
15700
17052
  "kind": "Variable",
15701
17053
  "canonicalReference": "@fluentui/web-components!durationNormal:var",