@fluentui/web-components 3.0.0-beta.8 → 3.0.0-beta.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {"generatedAt":1707710786224,"builder":{"name":"webpack5"},"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":true,"hasStorybookEslint":false,"refCount":0,"monorepo":"Nx","packageManager":{"type":"yarn","version":"1.23.34"},"storybookVersion":"6.5.15","language":"typescript","storybookPackages":{"@storybook/html":{"version":null}},"framework":{"name":"html"},"addons":{"@storybook/addon-docs":{"version":"6.5.15"},"@storybook/addon-essentials":{"options":{"backgrounds":false,"viewport":false,"toolbars":false,"actions":true},"version":"6.5.15"}}}
1
+ {"generatedAt":1712549237660,"builder":{"name":"webpack5"},"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":true,"hasStorybookEslint":false,"refCount":0,"monorepo":"Nx","packageManager":{"type":"yarn","version":"1.23.34"},"storybookVersion":"6.5.15","language":"typescript","storybookPackages":{"@storybook/html":{"version":null}},"framework":{"name":"html"},"addons":{"@storybook/addon-docs":{"version":"6.5.15"},"@storybook/addon-essentials":{"options":{"backgrounds":false,"viewport":false,"toolbars":false,"actions":true},"version":"6.5.15"}}}
@@ -3905,6 +3905,8 @@ const colorNeutralForegroundInvertedLinkSelected = "--colorNeutralForegroundInve
3905
3905
  const colorNeutralForegroundInvertedDisabled = "--colorNeutralForegroundInvertedDisabled";
3906
3906
  const colorBrandForeground1 = "--colorBrandForeground1";
3907
3907
  const colorBrandForeground2 = "--colorBrandForeground2";
3908
+ const colorBrandForeground2Hover = "--colorBrandForeground2Hover";
3909
+ const colorBrandForeground2Pressed = "--colorBrandForeground2Pressed";
3908
3910
  const colorNeutralForeground1Static = "--colorNeutralForeground1Static";
3909
3911
  const colorBrandForegroundInverted = "--colorBrandForegroundInverted";
3910
3912
  const colorBrandForegroundInvertedHover = "--colorBrandForegroundInvertedHover";
@@ -3934,8 +3936,10 @@ const colorNeutralBackground5Hover = "--colorNeutralBackground5Hover";
3934
3936
  const colorNeutralBackground5Pressed = "--colorNeutralBackground5Pressed";
3935
3937
  const colorNeutralBackground5Selected = "--colorNeutralBackground5Selected";
3936
3938
  const colorNeutralBackground6 = "--colorNeutralBackground6";
3937
- const colorNeutralBackgroundStatic = "--colorNeutralBackgroundStatic";
3938
3939
  const colorNeutralBackgroundInverted = "--colorNeutralBackgroundInverted";
3940
+ const colorNeutralBackgroundStatic = "--colorNeutralBackgroundStatic";
3941
+ const colorNeutralBackgroundAlpha = "--colorNeutralBackgroundAlpha";
3942
+ const colorNeutralBackgroundAlpha2 = "--colorNeutralBackgroundAlpha2";
3939
3943
  const colorSubtleBackground = "--colorSubtleBackground";
3940
3944
  const colorSubtleBackgroundHover = "--colorSubtleBackgroundHover";
3941
3945
  const colorSubtleBackgroundPressed = "--colorSubtleBackgroundPressed";
@@ -3968,10 +3972,19 @@ const colorCompoundBrandBackgroundHover = "--colorCompoundBrandBackgroundHover";
3968
3972
  const colorCompoundBrandBackgroundPressed = "--colorCompoundBrandBackgroundPressed";
3969
3973
  const colorBrandBackgroundStatic = "--colorBrandBackgroundStatic";
3970
3974
  const colorBrandBackground2 = "--colorBrandBackground2";
3975
+ const colorBrandBackground2Hover = "--colorBrandBackground2Hover";
3976
+ const colorBrandBackground2Pressed = "--colorBrandBackground2Pressed";
3977
+ const colorBrandBackground3Static = "--colorBrandBackground3Static";
3978
+ const colorBrandBackground4Static = "--colorBrandBackground4Static";
3971
3979
  const colorBrandBackgroundInverted = "--colorBrandBackgroundInverted";
3972
3980
  const colorBrandBackgroundInvertedHover = "--colorBrandBackgroundInvertedHover";
3973
3981
  const colorBrandBackgroundInvertedPressed = "--colorBrandBackgroundInvertedPressed";
3974
3982
  const colorBrandBackgroundInvertedSelected = "--colorBrandBackgroundInvertedSelected";
3983
+ const colorNeutralCardBackground = "--colorNeutralCardBackground";
3984
+ const colorNeutralCardBackgroundHover = "--colorNeutralCardBackgroundHover";
3985
+ const colorNeutralCardBackgroundPressed = "--colorNeutralCardBackgroundPressed";
3986
+ const colorNeutralCardBackgroundSelected = "--colorNeutralCardBackgroundSelected";
3987
+ const colorNeutralCardBackgroundDisabled = "--colorNeutralCardBackgroundDisabled";
3975
3988
  const colorNeutralStrokeAccessible = "--colorNeutralStrokeAccessible";
3976
3989
  const colorNeutralStrokeAccessibleHover = "--colorNeutralStrokeAccessibleHover";
3977
3990
  const colorNeutralStrokeAccessiblePressed = "--colorNeutralStrokeAccessiblePressed";
@@ -3982,6 +3995,7 @@ const colorNeutralStroke1Pressed = "--colorNeutralStroke1Pressed";
3982
3995
  const colorNeutralStroke1Selected = "--colorNeutralStroke1Selected";
3983
3996
  const colorNeutralStroke2 = "--colorNeutralStroke2";
3984
3997
  const colorNeutralStroke3 = "--colorNeutralStroke3";
3998
+ const colorNeutralStrokeSubtle = "--colorNeutralStrokeSubtle";
3985
3999
  const colorNeutralStrokeOnBrand = "--colorNeutralStrokeOnBrand";
3986
4000
  const colorNeutralStrokeOnBrand2 = "--colorNeutralStrokeOnBrand2";
3987
4001
  const colorNeutralStrokeOnBrand2Hover = "--colorNeutralStrokeOnBrand2Hover";
@@ -3989,6 +4003,9 @@ const colorNeutralStrokeOnBrand2Pressed = "--colorNeutralStrokeOnBrand2Pressed";
3989
4003
  const colorNeutralStrokeOnBrand2Selected = "--colorNeutralStrokeOnBrand2Selected";
3990
4004
  const colorBrandStroke1 = "--colorBrandStroke1";
3991
4005
  const colorBrandStroke2 = "--colorBrandStroke2";
4006
+ const colorBrandStroke2Hover = "--colorBrandStroke2Hover";
4007
+ const colorBrandStroke2Pressed = "--colorBrandStroke2Pressed";
4008
+ const colorBrandStroke2Contrast = "--colorBrandStroke2Contrast";
3992
4009
  const colorCompoundBrandStroke = "--colorCompoundBrandStroke";
3993
4010
  const colorCompoundBrandStrokeHover = "--colorCompoundBrandStrokeHover";
3994
4011
  const colorCompoundBrandStrokePressed = "--colorCompoundBrandStrokePressed";
@@ -3997,6 +4014,8 @@ const colorNeutralStrokeInvertedDisabled = "--colorNeutralStrokeInvertedDisabled
3997
4014
  const colorTransparentStroke = "--colorTransparentStroke";
3998
4015
  const colorTransparentStrokeInteractive = "--colorTransparentStrokeInteractive";
3999
4016
  const colorTransparentStrokeDisabled = "--colorTransparentStrokeDisabled";
4017
+ const colorNeutralStrokeAlpha = "--colorNeutralStrokeAlpha";
4018
+ const colorNeutralStrokeAlpha2 = "--colorNeutralStrokeAlpha2";
4000
4019
  const colorStrokeFocus1 = "--colorStrokeFocus1";
4001
4020
  const colorStrokeFocus2 = "--colorStrokeFocus2";
4002
4021
  const colorNeutralShadowAmbient = "--colorNeutralShadowAmbient";
@@ -4157,6 +4176,38 @@ const colorPaletteSteelForeground2 = "--colorPaletteSteelForeground2";
4157
4176
  const colorPaletteTealBackground2 = "--colorPaletteTealBackground2";
4158
4177
  const colorPaletteTealBorderActive = "--colorPaletteTealBorderActive";
4159
4178
  const colorPaletteTealForeground2 = "--colorPaletteTealForeground2";
4179
+ const colorStatusSuccessBackground1 = "--colorStatusSuccessBackground1";
4180
+ const colorStatusSuccessBackground2 = "--colorStatusSuccessBackground2";
4181
+ const colorStatusSuccessBackground3 = "--colorStatusSuccessBackground3";
4182
+ const colorStatusSuccessForeground1 = "--colorStatusSuccessForeground1";
4183
+ const colorStatusSuccessForeground2 = "--colorStatusSuccessForeground2";
4184
+ const colorStatusSuccessForeground3 = "--colorStatusSuccessForeground3";
4185
+ const colorStatusSuccessForegroundInverted = "--colorStatusSuccessForegroundInverted";
4186
+ const colorStatusSuccessBorderActive = "--colorStatusSuccessBorderActive";
4187
+ const colorStatusSuccessBorder1 = "--colorStatusSuccessBorder1";
4188
+ const colorStatusSuccessBorder2 = "--colorStatusSuccessBorder2";
4189
+ const colorStatusWarningBackground1 = "--colorStatusWarningBackground1";
4190
+ const colorStatusWarningBackground2 = "--colorStatusWarningBackground2";
4191
+ const colorStatusWarningBackground3 = "--colorStatusWarningBackground3";
4192
+ const colorStatusWarningForeground1 = "--colorStatusWarningForeground1";
4193
+ const colorStatusWarningForeground2 = "--colorStatusWarningForeground2";
4194
+ const colorStatusWarningForeground3 = "--colorStatusWarningForeground3";
4195
+ const colorStatusWarningForegroundInverted = "--colorStatusWarningForegroundInverted";
4196
+ const colorStatusWarningBorderActive = "--colorStatusWarningBorderActive";
4197
+ const colorStatusWarningBorder1 = "--colorStatusWarningBorder1";
4198
+ const colorStatusWarningBorder2 = "--colorStatusWarningBorder2";
4199
+ const colorStatusDangerBackground1 = "--colorStatusDangerBackground1";
4200
+ const colorStatusDangerBackground2 = "--colorStatusDangerBackground2";
4201
+ const colorStatusDangerBackground3 = "--colorStatusDangerBackground3";
4202
+ const colorStatusDangerBackground3Hover = "--colorStatusDangerBackground3Hover";
4203
+ const colorStatusDangerBackground3Pressed = "--colorStatusDangerBackground3Pressed";
4204
+ const colorStatusDangerForeground1 = "--colorStatusDangerForeground1";
4205
+ const colorStatusDangerForeground2 = "--colorStatusDangerForeground2";
4206
+ const colorStatusDangerForeground3 = "--colorStatusDangerForeground3";
4207
+ const colorStatusDangerForegroundInverted = "--colorStatusDangerForegroundInverted";
4208
+ const colorStatusDangerBorderActive = "--colorStatusDangerBorderActive";
4209
+ const colorStatusDangerBorder1 = "--colorStatusDangerBorder1";
4210
+ const colorStatusDangerBorder2 = "--colorStatusDangerBorder2";
4160
4211
  const borderRadiusNone = "--borderRadiusNone";
4161
4212
  const borderRadiusSmall = "--borderRadiusSmall";
4162
4213
  const borderRadiusMedium = "--borderRadiusMedium";
@@ -4232,6 +4283,7 @@ const durationUltraFast = "--durationUltraFast";
4232
4283
  const durationFaster = "--durationFaster";
4233
4284
  const durationFast = "--durationFast";
4234
4285
  const durationNormal = "--durationNormal";
4286
+ const durationGentle = "--durationGentle";
4235
4287
  const durationSlow = "--durationSlow";
4236
4288
  const durationSlower = "--durationSlower";
4237
4289
  const durationUltraSlow = "--durationUltraSlow";
@@ -4292,6 +4344,8 @@ var tokens = /*#__PURE__*/Object.freeze({
4292
4344
  colorNeutralForegroundInvertedDisabled: colorNeutralForegroundInvertedDisabled,
4293
4345
  colorBrandForeground1: colorBrandForeground1,
4294
4346
  colorBrandForeground2: colorBrandForeground2,
4347
+ colorBrandForeground2Hover: colorBrandForeground2Hover,
4348
+ colorBrandForeground2Pressed: colorBrandForeground2Pressed,
4295
4349
  colorNeutralForeground1Static: colorNeutralForeground1Static,
4296
4350
  colorBrandForegroundInverted: colorBrandForegroundInverted,
4297
4351
  colorBrandForegroundInvertedHover: colorBrandForegroundInvertedHover,
@@ -4321,8 +4375,10 @@ var tokens = /*#__PURE__*/Object.freeze({
4321
4375
  colorNeutralBackground5Pressed: colorNeutralBackground5Pressed,
4322
4376
  colorNeutralBackground5Selected: colorNeutralBackground5Selected,
4323
4377
  colorNeutralBackground6: colorNeutralBackground6,
4324
- colorNeutralBackgroundStatic: colorNeutralBackgroundStatic,
4325
4378
  colorNeutralBackgroundInverted: colorNeutralBackgroundInverted,
4379
+ colorNeutralBackgroundStatic: colorNeutralBackgroundStatic,
4380
+ colorNeutralBackgroundAlpha: colorNeutralBackgroundAlpha,
4381
+ colorNeutralBackgroundAlpha2: colorNeutralBackgroundAlpha2,
4326
4382
  colorSubtleBackground: colorSubtleBackground,
4327
4383
  colorSubtleBackgroundHover: colorSubtleBackgroundHover,
4328
4384
  colorSubtleBackgroundPressed: colorSubtleBackgroundPressed,
@@ -4355,10 +4411,19 @@ var tokens = /*#__PURE__*/Object.freeze({
4355
4411
  colorCompoundBrandBackgroundPressed: colorCompoundBrandBackgroundPressed,
4356
4412
  colorBrandBackgroundStatic: colorBrandBackgroundStatic,
4357
4413
  colorBrandBackground2: colorBrandBackground2,
4414
+ colorBrandBackground2Hover: colorBrandBackground2Hover,
4415
+ colorBrandBackground2Pressed: colorBrandBackground2Pressed,
4416
+ colorBrandBackground3Static: colorBrandBackground3Static,
4417
+ colorBrandBackground4Static: colorBrandBackground4Static,
4358
4418
  colorBrandBackgroundInverted: colorBrandBackgroundInverted,
4359
4419
  colorBrandBackgroundInvertedHover: colorBrandBackgroundInvertedHover,
4360
4420
  colorBrandBackgroundInvertedPressed: colorBrandBackgroundInvertedPressed,
4361
4421
  colorBrandBackgroundInvertedSelected: colorBrandBackgroundInvertedSelected,
4422
+ colorNeutralCardBackground: colorNeutralCardBackground,
4423
+ colorNeutralCardBackgroundHover: colorNeutralCardBackgroundHover,
4424
+ colorNeutralCardBackgroundPressed: colorNeutralCardBackgroundPressed,
4425
+ colorNeutralCardBackgroundSelected: colorNeutralCardBackgroundSelected,
4426
+ colorNeutralCardBackgroundDisabled: colorNeutralCardBackgroundDisabled,
4362
4427
  colorNeutralStrokeAccessible: colorNeutralStrokeAccessible,
4363
4428
  colorNeutralStrokeAccessibleHover: colorNeutralStrokeAccessibleHover,
4364
4429
  colorNeutralStrokeAccessiblePressed: colorNeutralStrokeAccessiblePressed,
@@ -4369,6 +4434,7 @@ var tokens = /*#__PURE__*/Object.freeze({
4369
4434
  colorNeutralStroke1Selected: colorNeutralStroke1Selected,
4370
4435
  colorNeutralStroke2: colorNeutralStroke2,
4371
4436
  colorNeutralStroke3: colorNeutralStroke3,
4437
+ colorNeutralStrokeSubtle: colorNeutralStrokeSubtle,
4372
4438
  colorNeutralStrokeOnBrand: colorNeutralStrokeOnBrand,
4373
4439
  colorNeutralStrokeOnBrand2: colorNeutralStrokeOnBrand2,
4374
4440
  colorNeutralStrokeOnBrand2Hover: colorNeutralStrokeOnBrand2Hover,
@@ -4376,6 +4442,9 @@ var tokens = /*#__PURE__*/Object.freeze({
4376
4442
  colorNeutralStrokeOnBrand2Selected: colorNeutralStrokeOnBrand2Selected,
4377
4443
  colorBrandStroke1: colorBrandStroke1,
4378
4444
  colorBrandStroke2: colorBrandStroke2,
4445
+ colorBrandStroke2Hover: colorBrandStroke2Hover,
4446
+ colorBrandStroke2Pressed: colorBrandStroke2Pressed,
4447
+ colorBrandStroke2Contrast: colorBrandStroke2Contrast,
4379
4448
  colorCompoundBrandStroke: colorCompoundBrandStroke,
4380
4449
  colorCompoundBrandStrokeHover: colorCompoundBrandStrokeHover,
4381
4450
  colorCompoundBrandStrokePressed: colorCompoundBrandStrokePressed,
@@ -4384,6 +4453,8 @@ var tokens = /*#__PURE__*/Object.freeze({
4384
4453
  colorTransparentStroke: colorTransparentStroke,
4385
4454
  colorTransparentStrokeInteractive: colorTransparentStrokeInteractive,
4386
4455
  colorTransparentStrokeDisabled: colorTransparentStrokeDisabled,
4456
+ colorNeutralStrokeAlpha: colorNeutralStrokeAlpha,
4457
+ colorNeutralStrokeAlpha2: colorNeutralStrokeAlpha2,
4387
4458
  colorStrokeFocus1: colorStrokeFocus1,
4388
4459
  colorStrokeFocus2: colorStrokeFocus2,
4389
4460
  colorNeutralShadowAmbient: colorNeutralShadowAmbient,
@@ -4544,6 +4615,38 @@ var tokens = /*#__PURE__*/Object.freeze({
4544
4615
  colorPaletteTealBackground2: colorPaletteTealBackground2,
4545
4616
  colorPaletteTealBorderActive: colorPaletteTealBorderActive,
4546
4617
  colorPaletteTealForeground2: colorPaletteTealForeground2,
4618
+ colorStatusSuccessBackground1: colorStatusSuccessBackground1,
4619
+ colorStatusSuccessBackground2: colorStatusSuccessBackground2,
4620
+ colorStatusSuccessBackground3: colorStatusSuccessBackground3,
4621
+ colorStatusSuccessForeground1: colorStatusSuccessForeground1,
4622
+ colorStatusSuccessForeground2: colorStatusSuccessForeground2,
4623
+ colorStatusSuccessForeground3: colorStatusSuccessForeground3,
4624
+ colorStatusSuccessForegroundInverted: colorStatusSuccessForegroundInverted,
4625
+ colorStatusSuccessBorderActive: colorStatusSuccessBorderActive,
4626
+ colorStatusSuccessBorder1: colorStatusSuccessBorder1,
4627
+ colorStatusSuccessBorder2: colorStatusSuccessBorder2,
4628
+ colorStatusWarningBackground1: colorStatusWarningBackground1,
4629
+ colorStatusWarningBackground2: colorStatusWarningBackground2,
4630
+ colorStatusWarningBackground3: colorStatusWarningBackground3,
4631
+ colorStatusWarningForeground1: colorStatusWarningForeground1,
4632
+ colorStatusWarningForeground2: colorStatusWarningForeground2,
4633
+ colorStatusWarningForeground3: colorStatusWarningForeground3,
4634
+ colorStatusWarningForegroundInverted: colorStatusWarningForegroundInverted,
4635
+ colorStatusWarningBorderActive: colorStatusWarningBorderActive,
4636
+ colorStatusWarningBorder1: colorStatusWarningBorder1,
4637
+ colorStatusWarningBorder2: colorStatusWarningBorder2,
4638
+ colorStatusDangerBackground1: colorStatusDangerBackground1,
4639
+ colorStatusDangerBackground2: colorStatusDangerBackground2,
4640
+ colorStatusDangerBackground3: colorStatusDangerBackground3,
4641
+ colorStatusDangerBackground3Hover: colorStatusDangerBackground3Hover,
4642
+ colorStatusDangerBackground3Pressed: colorStatusDangerBackground3Pressed,
4643
+ colorStatusDangerForeground1: colorStatusDangerForeground1,
4644
+ colorStatusDangerForeground2: colorStatusDangerForeground2,
4645
+ colorStatusDangerForeground3: colorStatusDangerForeground3,
4646
+ colorStatusDangerForegroundInverted: colorStatusDangerForegroundInverted,
4647
+ colorStatusDangerBorderActive: colorStatusDangerBorderActive,
4648
+ colorStatusDangerBorder1: colorStatusDangerBorder1,
4649
+ colorStatusDangerBorder2: colorStatusDangerBorder2,
4547
4650
  borderRadiusNone: borderRadiusNone,
4548
4651
  borderRadiusSmall: borderRadiusSmall,
4549
4652
  borderRadiusMedium: borderRadiusMedium,
@@ -4619,6 +4722,7 @@ var tokens = /*#__PURE__*/Object.freeze({
4619
4722
  durationFaster: durationFaster,
4620
4723
  durationFast: durationFast,
4621
4724
  durationNormal: durationNormal,
4725
+ durationGentle: durationGentle,
4622
4726
  durationSlow: durationSlow,
4623
4727
  durationSlower: durationSlower,
4624
4728
  durationUltraSlow: durationUltraSlow,