@visio-io/design-system 1.8.4 → 1.8.6

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.
@@ -1,3 +1,18 @@
1
- export { default as CancelIcon } from '../../assets/icons/cancel.svg?react';
2
- export { default as ErrorIcon } from '../../assets/icons/error.svg?react';
3
- export { default as SearchIcon } from '../../assets/icons/search.svg?react';
1
+ export { default as CancelIcon } from "../../assets/icons/cancel.svg?react";
2
+ export { default as ErrorIcon } from "../../assets/icons/error.svg?react";
3
+ export { default as SearchIcon } from "../../assets/icons/search.svg?react";
4
+ export { default as HomeIcon } from "../../assets/icons/home.svg?react";
5
+ export { default as VideocamIcon } from "../../assets/icons/videocam.svg?react";
6
+ export { default as FacialIcon } from "../../assets/icons/facial.svg?react";
7
+ export { default as CarIcon } from "../../assets/icons/car.svg?react";
8
+ export { default as TodayIcon } from "../../assets/icons/today.svg?react";
9
+ export { default as PhotoIcon } from "../../assets/icons/photo.svg?react";
10
+ export { default as PlateCloneIcon } from "../../assets/icons/plate-cone.svg?react";
11
+ export { default as SettingsIcon } from "../../assets/icons/settings.svg?react";
12
+ export { default as InboxIcon } from "../../assets/icons/inbox.svg?react";
13
+ export { default as LprIcon } from "../../assets/icons/lpr.svg?react";
14
+ export { default as LogoutIcon } from "../../assets/icons/move_item.svg?react";
15
+ export { default as LightModeIcon } from "../../assets/icons/light_mode.svg?react";
16
+ export { default as DarkModeIcon } from "../../assets/icons/dark_mode.svg?react";
17
+ export { default as NotificationsIcon } from "../../assets/icons/notifications.svg?react";
18
+ export { default as PersonIcon } from "../../assets/icons/person.svg?react";
@@ -44,6 +44,6 @@ export { FormMultiSelect } from "./FormMultiSelect";
44
44
  export type { FormMultiSelectProps } from "./FormMultiSelect/types";
45
45
  export { FormInput } from "./FormInput";
46
46
  export type { FormInputProps } from "./FormInput/types";
47
- export { CancelIcon, ErrorIcon, SearchIcon } from "./Icons";
47
+ export { CancelIcon, ErrorIcon, SearchIcon, HomeIcon, VideocamIcon, FacialIcon as FacialNewIcon, CarIcon, TodayIcon, PhotoIcon, PlateCloneIcon, SettingsIcon, InboxIcon, LprIcon, LogoutIcon, DarkModeIcon, LightModeIcon, NotificationsIcon, PersonIcon, } from "./Icons";
48
48
  export { ViewChip } from "./ViewChip";
49
49
  export type { ViewChipProps } from "./ViewChip/types";
@@ -1,6 +1,6 @@
1
1
  export declare const lightColors: {
2
- readonly primary: "#006399";
3
- readonly onPrimary: "#ffffff";
2
+ readonly primary: "#E5FF4A";
3
+ readonly onPrimary: "#101111";
4
4
  readonly primaryContainer: "#cfe5ff";
5
5
  readonly onPrimaryContainer: "#001d33";
6
6
  readonly secondary: "#526070";
@@ -18,15 +18,15 @@ export declare const lightColors: {
18
18
  readonly surface: "#fdfcff";
19
19
  readonly onSurface: "#1a1c1e";
20
20
  readonly surfaceVariant: "#dee3eb";
21
- readonly onSurfaceVariant: "#42474e";
21
+ readonly onSurfaceVariant: "#3B3B3C";
22
22
  readonly outline: "#72787e";
23
23
  readonly inverseSurface: "#2f3033";
24
24
  readonly inverseOnSurface: "#f1f0f4";
25
25
  readonly inversePrimary: "#98cbff";
26
26
  };
27
27
  export declare const darkColors: {
28
- readonly primary: "#98cbff";
29
- readonly onPrimary: "#003354";
28
+ readonly primary: "#E5FF4A";
29
+ readonly onPrimary: "#101111";
30
30
  readonly primaryContainer: "#004a78";
31
31
  readonly onPrimaryContainer: "#cfe5ff";
32
32
  readonly secondary: "#b9c8da";
@@ -41,7 +41,7 @@ export declare const darkColors: {
41
41
  readonly onError: "#690005";
42
42
  readonly errorContainer: "#93000a";
43
43
  readonly onErrorContainer: "#ffdad6";
44
- readonly surface: "#1a1c1e";
44
+ readonly surface: "#252626";
45
45
  readonly onSurface: "#e2e2e6";
46
46
  readonly surfaceVariant: "#42474e";
47
47
  readonly onSurfaceVariant: "#c2c7cf";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visio-io/design-system",
3
- "version": "1.8.4",
3
+ "version": "1.8.6",
4
4
  "description": "Visio Design System",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.es.js",
@@ -48,6 +48,7 @@
48
48
  "devDependencies": {
49
49
  "@changesets/cli": "^2.27.1",
50
50
  "@hookform/resolvers": "^3.9.1",
51
+ "@mui/x-date-pickers": "^8.26.0",
51
52
  "@storybook/addon-a11y": "^8.6.15",
52
53
  "@storybook/addon-essentials": "^8.6.15",
53
54
  "@storybook/react": "^8.6.15",
@@ -58,7 +59,6 @@
58
59
  "@types/react-dom": "^19.0.0",
59
60
  "@types/supercluster": "^7.1.3",
60
61
  "@vitejs/plugin-react": "^4.3.0",
61
- "@mui/x-date-pickers": "^8.26.0",
62
62
  "dayjs": "^1.11.19",
63
63
  "jotai": "^2.16.2",
64
64
  "sass": "^1.77.0",
@@ -69,6 +69,7 @@
69
69
  },
70
70
  "dependencies": {
71
71
  "@mui/icons-material": "^7.3.7",
72
+ "@visio-io/design-system": "file:.yalc/@visio-io/design-system",
72
73
  "framer-motion": "^12.29.2",
73
74
  "supercluster": "^8.0.1"
74
75
  },
@@ -1,6 +1,6 @@
1
1
  export const lightColors = {
2
- primary: "#006399",
3
- onPrimary: "#ffffff",
2
+ primary: "#E5FF4A",
3
+ onPrimary: "#101111",
4
4
  primaryContainer: "#cfe5ff",
5
5
  onPrimaryContainer: "#001d33",
6
6
  secondary: "#526070",
@@ -18,7 +18,7 @@ export const lightColors = {
18
18
  surface: "#fdfcff",
19
19
  onSurface: "#1a1c1e",
20
20
  surfaceVariant: "#dee3eb",
21
- onSurfaceVariant: "#42474e",
21
+ onSurfaceVariant: "#3B3B3C",
22
22
  outline: "#72787e",
23
23
  inverseSurface: "#2f3033",
24
24
  inverseOnSurface: "#f1f0f4",
@@ -26,8 +26,8 @@ export const lightColors = {
26
26
  } as const;
27
27
 
28
28
  export const darkColors = {
29
- primary: "#98cbff",
30
- onPrimary: "#003354",
29
+ primary: "#E5FF4A",
30
+ onPrimary: "#101111",
31
31
  primaryContainer: "#004a78",
32
32
  onPrimaryContainer: "#cfe5ff",
33
33
  secondary: "#b9c8da",
@@ -42,7 +42,7 @@ export const darkColors = {
42
42
  onError: "#690005",
43
43
  errorContainer: "#93000a",
44
44
  onErrorContainer: "#ffdad6",
45
- surface: "#1a1c1e",
45
+ surface: "#252626",
46
46
  onSurface: "#e2e2e6",
47
47
  surfaceVariant: "#42474e",
48
48
  onSurfaceVariant: "#c2c7cf",