dynim-react 1.0.46 → 1.0.47

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.
Files changed (2) hide show
  1. package/dist/theme.js +5 -5
  2. package/package.json +1 -1
package/dist/theme.js CHANGED
@@ -26,13 +26,13 @@
26
26
  */
27
27
  export const defaultTheme = {
28
28
  // Builder Bar
29
- accent: '#4CAF50',
30
- accentHover: '#43a047',
29
+ accent: '#3b82f6',
30
+ accentHover: '#2563eb',
31
31
  builderBg: '#000000',
32
32
  builderText: '#ffffff',
33
33
  builderFont: 'system-ui, -apple-system, sans-serif',
34
34
  builderRadius: '22px',
35
- builderOpacity: '0.85',
35
+ builderOpacity: '0.08',
36
36
  // Chat Widget
37
37
  chatAccent: '#8b5cf6',
38
38
  chatBg: '#000000',
@@ -44,8 +44,8 @@ export const defaultTheme = {
44
44
  selectionColor: '#8b5cf6',
45
45
  hoverColor: '#0ea5e9',
46
46
  selectionRadius: '6px',
47
- selectionOpacity: '0.08',
48
- hoverOpacity: '0.08',
47
+ selectionOpacity: '0.1',
48
+ hoverOpacity: '0.1',
49
49
  };
50
50
  /**
51
51
  * CSS variable names mapped to theme keys
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dynim-react",
3
- "version": "1.0.46",
3
+ "version": "1.0.47",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",