@floegence/floe-webapp-core 0.36.56 → 0.36.57

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.
@@ -118,7 +118,7 @@ export declare const floeColorTokenCategories: readonly [{
118
118
  readonly tokens: readonly [{
119
119
  readonly name: "Card";
120
120
  readonly variable: "--card";
121
- readonly lightValue: "hsl(36 12% 96%)";
121
+ readonly lightValue: "hsl(0 0% 100%)";
122
122
  readonly darkValue: "hsl(222 28% 10%)";
123
123
  readonly description: "Card background surface.";
124
124
  }, {
@@ -130,7 +130,7 @@ export declare const floeColorTokenCategories: readonly [{
130
130
  }, {
131
131
  readonly name: "Popover";
132
132
  readonly variable: "--popover";
133
- readonly lightValue: "hsl(36 12% 96%)";
133
+ readonly lightValue: "hsl(0 0% 100%)";
134
134
  readonly darkValue: "hsl(222 28% 10%)";
135
135
  readonly description: "Popover and floating panel background.";
136
136
  }, {
@@ -708,7 +708,7 @@ export declare const floeDesignTokens: {
708
708
  readonly tokens: readonly [{
709
709
  readonly name: "Card";
710
710
  readonly variable: "--card";
711
- readonly lightValue: "hsl(36 12% 96%)";
711
+ readonly lightValue: "hsl(0 0% 100%)";
712
712
  readonly darkValue: "hsl(222 28% 10%)";
713
713
  readonly description: "Card background surface.";
714
714
  }, {
@@ -720,7 +720,7 @@ export declare const floeDesignTokens: {
720
720
  }, {
721
721
  readonly name: "Popover";
722
722
  readonly variable: "--popover";
723
- readonly lightValue: "hsl(36 12% 96%)";
723
+ readonly lightValue: "hsl(0 0% 100%)";
724
724
  readonly darkValue: "hsl(222 28% 10%)";
725
725
  readonly description: "Popover and floating panel background.";
726
726
  }, {
@@ -86,7 +86,7 @@ const r = {
86
86
  {
87
87
  name: "Card",
88
88
  variable: "--card",
89
- lightValue: "hsl(36 12% 96%)",
89
+ lightValue: "hsl(0 0% 100%)",
90
90
  darkValue: "hsl(222 28% 10%)",
91
91
  description: "Card background surface."
92
92
  },
@@ -100,7 +100,7 @@ const r = {
100
100
  {
101
101
  name: "Popover",
102
102
  variable: "--popover",
103
- lightValue: "hsl(36 12% 96%)",
103
+ lightValue: "hsl(0 0% 100%)",
104
104
  darkValue: "hsl(222 28% 10%)",
105
105
  description: "Popover and floating panel background."
106
106
  },