@sinco/react 1.0.14-rc.7 → 1.0.14-rc.8

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/index.js CHANGED
@@ -10605,14 +10605,7 @@ const components = {
10605
10605
  size: "xsmall"
10606
10606
  },
10607
10607
  style: {
10608
- height: 16,
10609
- fontFamily: "Roboto",
10610
- fontSize: "10px",
10611
- fontStyle: "normal",
10612
- fontWeight: 400,
10613
- lineHeight: "10px",
10614
- letterSpacing: "0.15px",
10615
- color: "text.primary.light"
10608
+ height: 16
10616
10609
  }
10617
10610
  }],
10618
10611
  styleOverrides: {
@@ -11096,6 +11089,147 @@ const palette = {
11096
11089
  },
11097
11090
  divider: "rgba(16,24,64,0.12)"
11098
11091
  };
11092
+ const paletteADPRO = {
11093
+ primary: {
11094
+ 50: "#e1f1f3",
11095
+ 100: "#b4dde0",
11096
+ 200: "#82c6cb",
11097
+ 300: "#50afb6",
11098
+ 400: "#2b9da7",
11099
+ 500: "#058c97",
11100
+ 600: "#04848f",
11101
+ 700: "#047984",
11102
+ 800: "#036f7a",
11103
+ 900: "#015c69",
11104
+ A100: "#98f0ff",
11105
+ A200: "#65e9ff",
11106
+ A400: "#32e1ff",
11107
+ A700: "#19ddff"
11108
+ },
11109
+ secondary: {
11110
+ 50: "#E0F7FA",
11111
+ 100: "#B3EBF2",
11112
+ 200: "#80DEEA",
11113
+ 300: "#4DD0E1",
11114
+ light: "#26C6DA",
11115
+ main: "#00BCD4",
11116
+ 600: "#00B6CF",
11117
+ 700: "#00ADC9",
11118
+ 800: "#00A5C3",
11119
+ dark: "#0097B9",
11120
+ A100: "#E2F9FF",
11121
+ A200: "#AFEEFF",
11122
+ A400: "#7CE3FF",
11123
+ A700: "#63DDFF",
11124
+ contrastText: "#ffffff"
11125
+ },
11126
+ error: {
11127
+ 50: "#F9E8E8",
11128
+ 100: "#F1C7C7",
11129
+ 200: "#E8A1A1",
11130
+ 300: "#DF7B7B",
11131
+ light: "#D85F5F",
11132
+ main: "#D14343",
11133
+ 600: "#CC3D3D",
11134
+ 700: "#C63434",
11135
+ 800: "#C02C2C",
11136
+ dark: "#B51E1E",
11137
+ A100: "#FFECEC",
11138
+ A200: "#FFB9B9",
11139
+ A400: "#FF8686",
11140
+ A700: "#FF6D6D",
11141
+ contrastText: "#ffffff"
11142
+ },
11143
+ warning: {
11144
+ 50: "#FFF0E0",
11145
+ 100: "#FEDAB3",
11146
+ 200: "#FDC280",
11147
+ 300: "#FCAA4D",
11148
+ light: "#FC9726",
11149
+ main: "#FB8500",
11150
+ 600: "#FA7D00",
11151
+ 700: "#FA7200",
11152
+ 800: "#F96800",
11153
+ dark: "#F85500",
11154
+ A100: "#FFFFFF",
11155
+ A200: "#FFF1EB",
11156
+ A400: "#FFCCB8",
11157
+ A700: "#FFBA9F",
11158
+ contrastText: "#ffffff"
11159
+ },
11160
+ info: {
11161
+ 50: "#E6F3F8",
11162
+ 100: "#C0E2EE",
11163
+ 200: "#96CFE2",
11164
+ 300: "#6CBCD6",
11165
+ light: "#4DADCE",
11166
+ main: "#2D9FC5",
11167
+ 600: "#2897BF",
11168
+ 700: "#228DB8",
11169
+ 800: "#1C83B0",
11170
+ dark: "#1172A3",
11171
+ A100: "#D4EFFF",
11172
+ A200: "#A1DCFF",
11173
+ A400: "#6ECAFF",
11174
+ A700: "#54C1FF",
11175
+ contrastText: "#ffffff"
11176
+ },
11177
+ success: {
11178
+ 50: "#F2F9E7",
11179
+ 100: "#DDEFC4",
11180
+ 200: "#C7E49D",
11181
+ 300: "#B1D975",
11182
+ light: "#A0D158",
11183
+ main: "#8FC93A",
11184
+ 600: "#87C334",
11185
+ 700: "#7CBC2C",
11186
+ 800: "#72B525",
11187
+ dark: "#60A918",
11188
+ A100: "#EDFFDE",
11189
+ A200: "#D2FFAB",
11190
+ A400: "#B6FF78",
11191
+ A700: "#A9FF5E",
11192
+ contrastText: "#ffffff"
11193
+ },
11194
+ grey: {
11195
+ 50: "#FAFBFF",
11196
+ 100: "#F4F6FA",
11197
+ 200: "#EDEFF5",
11198
+ 300: "#E6E8F0",
11199
+ 400: "#D8DAE5",
11200
+ 500: "#C1C4D6",
11201
+ 600: "#8F95B2",
11202
+ 700: "#696F8C",
11203
+ 800: "#474D66",
11204
+ 900: "#101840",
11205
+ A100: "#D8DAE5",
11206
+ A200: "#C1C4D6",
11207
+ A400: "#696F8C",
11208
+ A700: "#101840"
11209
+ },
11210
+ text: {
11211
+ primary: "#101840de",
11212
+ secondary: "#10184099",
11213
+ disabled: "#10184061"
11214
+ },
11215
+ action: {
11216
+ active: "rgba(16, 24, 64, 0.54)",
11217
+ hover: "rgba(16, 24, 64, 0.04)",
11218
+ selected: "rgba(16, 24, 64, 0.08)",
11219
+ disabled: "rgba(16, 24, 64, 0.26)",
11220
+ disabledBackground: "rgba(16, 24, 64, 0.12)",
11221
+ focus: "rgba(16, 24, 64, 0.12)"
11222
+ },
11223
+ background: {
11224
+ default: '#f5f5f5',
11225
+ paper: "#fff"
11226
+ },
11227
+ common: {
11228
+ black: '#000',
11229
+ white: '#fff'
11230
+ },
11231
+ divider: "rgba(16,24,64,0.12)"
11232
+ };
11099
11233
 
11100
11234
  const breakpoints = createBreakpoints({
11101
11235
  values: {
@@ -11250,8 +11384,17 @@ const themeOptions = {
11250
11384
  mixins,
11251
11385
  breakpoints
11252
11386
  };
11387
+ const themeAdproOptions = {
11388
+ components,
11389
+ typography,
11390
+ spacing: 8,
11391
+ mixins,
11392
+ breakpoints,
11393
+ palette: paletteADPRO
11394
+ };
11253
11395
 
11254
11396
  const SincoTheme = createTheme(Object.assign({}, themeOptions));
11397
+ const AdproSincoTheme = createTheme(Object.assign({}, themeAdproOptions));
11255
11398
 
11256
11399
  var wellKnownSymbol$d = wellKnownSymbol$f;
11257
11400
 
@@ -22033,4 +22176,4 @@ const useDynamicColor = url => {
22033
22176
  };
22034
22177
  };
22035
22178
 
22036
- export { DrawerComponent, DynamicColor, EmptyStateComponent, EmptyStateImageUrls, FooterActionComponent, SincoTheme, useDynamicColor };
22179
+ export { AdproSincoTheme, DrawerComponent, DynamicColor, EmptyStateComponent, EmptyStateImageUrls, FooterActionComponent, SincoTheme, useDynamicColor };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sinco/react",
3
- "version": "1.0.14-rc.7",
3
+ "version": "1.0.14-rc.8",
4
4
  "description": "package for the configuration of mui react sinco",
5
5
  "private": false,
6
6
  "license": "MIT",
@@ -1 +1,2 @@
1
1
  export declare const SincoTheme: import("@mui/material/styles").Theme;
2
+ export declare const AdproSincoTheme: import("@mui/material/styles").Theme;
@@ -1,2 +1,3 @@
1
1
  import { PaletteOptions } from '@mui/material';
2
2
  export declare const palette: PaletteOptions;
3
+ export declare const paletteADPRO: PaletteOptions;
@@ -1,2 +1,3 @@
1
1
  import { ThemeOptions } from "@mui/material/styles";
2
2
  export declare const themeOptions: ThemeOptions;
3
+ export declare const themeAdproOptions: ThemeOptions;