@factorialco/f0-react 4.47.3 → 4.49.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "4.47.3",
3
+ "version": "4.49.1",
4
4
  "private": false,
5
5
  "files": [
6
6
  "assets",
@@ -26,6 +26,11 @@ export default {
26
26
  from: { "--gradient-angle": "0deg" },
27
27
  to: { "--gradient-angle": "360deg" },
28
28
  },
29
+ // Green "flash on add" highlight for newly-inserted data collection rows.
30
+ "row-flash": {
31
+ from: { backgroundColor: "hsl(var(--positive-50) / 0.2)" },
32
+ to: { backgroundColor: "hsl(var(--positive-50) / 0)" },
33
+ },
29
34
  // Chat typing indicator: a soft rise-and-dim wave with a rest phase
30
35
  // (WhatsApp-style), instead of `bounce`'s hard ball-drop curve.
31
36
  "typing-dot": {
@@ -37,6 +42,7 @@ export default {
37
42
  animation: {
38
43
  ...baseConfig.theme?.extend?.animation,
39
44
  "rotate-gradient": "rotate-gradient 2s linear infinite",
45
+ "row-flash": "row-flash 1.5s ease-out",
40
46
  "typing-dot": "typing-dot 1.3s ease-in-out infinite",
41
47
  },
42
48
  },