@discourser/design-system 0.21.0 → 0.22.0

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.
@@ -835,44 +835,6 @@ var semanticColorTokens = defineSemanticTokens.colors({
835
835
  scrim: { value: { base: s.scrim, _dark: d.scrim } },
836
836
  shadow: { value: { base: s.shadow, _dark: d.shadow } }
837
837
  });
838
- var m3SemanticTokens = defineSemanticTokens.colors({
839
- m3Primary: {
840
- DEFAULT: { value: { base: s.primary, _dark: d.primary } },
841
- container: {
842
- value: { base: s.primaryContainer, _dark: d.primaryContainer }
843
- }
844
- },
845
- onM3Primary: {
846
- DEFAULT: { value: { base: s.onPrimary, _dark: d.onPrimary } },
847
- container: {
848
- value: { base: s.onPrimaryContainer, _dark: d.onPrimaryContainer }
849
- }
850
- },
851
- m3Secondary: {
852
- DEFAULT: { value: { base: s.secondary, _dark: d.secondary } },
853
- container: {
854
- value: { base: s.secondaryContainer, _dark: d.secondaryContainer }
855
- }
856
- },
857
- onM3Secondary: {
858
- DEFAULT: { value: { base: s.onSecondary, _dark: d.onSecondary } },
859
- container: {
860
- value: { base: s.onSecondaryContainer, _dark: d.onSecondaryContainer }
861
- }
862
- },
863
- m3Tertiary: {
864
- DEFAULT: { value: { base: s.tertiary, _dark: d.tertiary } },
865
- container: {
866
- value: { base: s.tertiaryContainer, _dark: d.tertiaryContainer }
867
- }
868
- },
869
- onM3Tertiary: {
870
- DEFAULT: { value: { base: s.onTertiary, _dark: d.onTertiary } },
871
- container: {
872
- value: { base: s.onTertiaryContainer, _dark: d.onTertiaryContainer }
873
- }
874
- }
875
- });
876
838
  var button = defineRecipe({
877
839
  className: "button",
878
840
  jsx: ["Button", "IconButton", "CloseButton", "ButtonGroup"],
@@ -4438,8 +4400,6 @@ var discourserPandaPreset = definePreset({
4438
4400
  border: {
4439
4401
  value: { base: "{colors.gray.6}", _dark: "{colors.gray.6}" }
4440
4402
  },
4441
- // DEPRECATED: m3-prefixed aliases (still needed by discourser.ai)
4442
- ...m3SemanticTokens,
4443
4403
  // Base colors
4444
4404
  white: { value: "#FFFFFF" },
4445
4405
  black: { value: "#000000" }
@@ -4525,5 +4485,5 @@ var discourserPandaPreset = definePreset({
4525
4485
  });
4526
4486
 
4527
4487
  export { discourserPandaPreset, material3Language, transformToPandaTheme };
4528
- //# sourceMappingURL=chunk-3HS2YGGX.js.map
4529
- //# sourceMappingURL=chunk-3HS2YGGX.js.map
4488
+ //# sourceMappingURL=chunk-VJN7TIGL.js.map
4489
+ //# sourceMappingURL=chunk-VJN7TIGL.js.map