@brainfish-ai/components 0.25.3 → 0.25.4

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": "@brainfish-ai/components",
3
- "version": "0.25.3",
3
+ "version": "0.25.4",
4
4
  "description": "Brainfish Components",
5
5
  "license": "MIT",
6
6
  "main": "./dist/esm/index.js",
@@ -128,10 +128,15 @@ const preset: Partial<Config> = {
128
128
  from: { height: 'var(--radix-accordion-content-height)' },
129
129
  to: { height: '0' },
130
130
  },
131
+ sweep: {
132
+ '0%': { backgroundPosition: '100% center' },
133
+ '100%': { backgroundPosition: '-100% center' },
134
+ },
131
135
  },
132
136
  animation: {
133
137
  'accordion-down': 'accordion-down 0.2s ease-out',
134
138
  'accordion-up': 'accordion-up 0.2s ease-out',
139
+ sweep: 'sweep 1.8s linear infinite',
135
140
  },
136
141
  maxWidth: {
137
142
  threadWidth: '1400px',
@@ -145,6 +150,8 @@ const preset: Partial<Config> = {
145
150
  backgroundImage: {
146
151
  'gradient-yellowfin':
147
152
  'linear-gradient(168deg, rgb(24, 104, 219) 7.35%, rgb(53, 125, 232) 23.69%, rgb(126, 226, 184) 61.42%, rgb(179, 238, 43) 82.59%)',
153
+ 'sweep-yellowfin':
154
+ 'linear-gradient(90deg, var(--bfc-v2-color-blue-700) 0%, var(--bfc-v2-color-blue-700) 37%, var(--bfc-v2-color-blue-600) 42%, var(--bfc-v2-color-green-300) 46%, var(--bfc-v2-color-lime-300) 50%, var(--bfc-v2-color-green-300) 54%, var(--bfc-v2-color-blue-600) 58%, var(--bfc-v2-color-blue-700) 63%, var(--bfc-v2-color-blue-700) 100%)',
148
155
  },
149
156
  zIndex: {
150
157
  'above-modal': '9999',