@codezee/sixtify-brahma 0.2.88 → 0.2.89

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": "@codezee/sixtify-brahma",
3
- "version": "0.2.88",
3
+ "version": "0.2.89",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/hardikranpariya/sixtify-brahma.git"
@@ -129,7 +129,7 @@ function Select({ control, defaultValue, name, required = false, multiple = fals
129
129
  else {
130
130
  onChange(newValue);
131
131
  }
132
- }, renderValue: renderValue,
132
+ }, renderValue: restProps.renderValue ?? renderValue,
133
133
  // eslint-disable-next-line sonarjs/no-unstable-nested-components
134
134
  IconComponent: (props) => ((0, jsx_runtime_1.jsxs)(material_1.Box, { sx: {
135
135
  display: "flex",
@@ -5,10 +5,10 @@ const jsx_runtime_1 = require("react/jsx-runtime");
5
5
  const material_1 = require("@mui/material");
6
6
  const GridProvider = ({ children, gap, columns = 3, columnsOnMobile = 1, columnsOnSmallDevice = 2, columnsOnTablet = 3, ...props }) => {
7
7
  return ((0, jsx_runtime_1.jsx)(material_1.Stack, { ...props, display: "grid", gap: gap, gridTemplateColumns: {
8
- xs: `repeat(${columnsOnMobile}, 1fr)`,
9
- sm: `repeat(${Math.min(columns, columnsOnSmallDevice)}, 1fr)`,
10
- md: `repeat(${Math.min(columns, columnsOnTablet)}, 1fr)`,
11
- lg: `repeat(${columns}, 1fr)`,
8
+ xs: `repeat(${columnsOnMobile}, minmax(0, 1fr))`,
9
+ sm: `repeat(${Math.min(columns, columnsOnSmallDevice)}, minmax(0, 1fr))`,
10
+ md: `repeat(${Math.min(columns, columnsOnTablet)}, minmax(0, 1fr))`,
11
+ lg: `repeat(${columns}, minmax(0, 1fr))`,
12
12
  }, children: children }));
13
13
  };
14
14
  exports.GridProvider = GridProvider;
@@ -0,0 +1,2 @@
1
+ export declare const ArrowUpRight: () => import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=ArrowUpRight.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ArrowUpRight.d.ts","sourceRoot":"","sources":["../../src/Svgs/ArrowUpRight.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,+CAgBxB,CAAC"}
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ArrowUpRight = void 0;
4
+ const jsx_runtime_1 = require("react/jsx-runtime");
5
+ const ArrowUpRight = () => ((0, jsx_runtime_1.jsx)("svg", { width: "22", height: "22", viewBox: "0 0 22 22", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: (0, jsx_runtime_1.jsx)("path", { d: "M6.41406 15.5837L15.5807 6.41699M15.5807 6.41699H6.41406M15.5807 6.41699V15.5837", stroke: "#93AABE", strokeWidth: "1.8", strokeLinecap: "round", strokeLinejoin: "round" }) }));
6
+ exports.ArrowUpRight = ArrowUpRight;
@@ -1,3 +1,4 @@
1
+ export * from "./ArrowUpRight";
1
2
  export * from "./AttendanceDashboard";
2
3
  export * from "./Company";
3
4
  export * from "./Drawer";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Svgs/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,0BAA0B,CAAC;AACzC,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Svgs/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,0BAA0B,CAAC;AACzC,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC"}
@@ -14,6 +14,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./ArrowUpRight"), exports);
17
18
  __exportStar(require("./AttendanceDashboard"), exports);
18
19
  __exportStar(require("./Company"), exports);
19
20
  __exportStar(require("./Drawer"), exports);
@@ -4,7 +4,8 @@ exports.Skeleton = void 0;
4
4
  const jsx_runtime_1 = require("react/jsx-runtime");
5
5
  const material_1 = require("@mui/material");
6
6
  const Skeleton = () => {
7
- return ((0, jsx_runtime_1.jsx)(material_1.Stack, { gap: "10px", children: (0, jsx_runtime_1.jsx)(material_1.Skeleton, { width: 200, height: "30px", sx: {
7
+ return ((0, jsx_runtime_1.jsx)(material_1.Box, { flex: 1, children: (0, jsx_runtime_1.jsx)(material_1.Skeleton, { height: "30px", sx: {
8
+ maxWidth: "200px",
8
9
  transform: "scale(1)",
9
10
  } }) }));
10
11
  };
@@ -28,7 +28,7 @@ exports.colorPalette = {
28
28
  100: "hsla(0, 0%, 0%, 0)",
29
29
  200: "hsla(0, 0%, 0%, 0)",
30
30
  300: "hsla(0, 0%, 0%, 0)",
31
- 400: "hsla(0, 0%, 0%, 0)",
31
+ 400: "hsla(212, 18%, 47%, 1)",
32
32
  A100: "hsla(0, 0%, 0%, 0)",
33
33
  A200: "hsla(0, 0%, 0%, 0)",
34
34
  A400: "hsla(0, 0%, 0%, 0)",
@@ -155,7 +155,7 @@ exports.colorPalette = {
155
155
  400: "hsla(208, 25%, 66%, 1)", //primary.light
156
156
  300: "hsla(207, 17%, 88%, 1)",
157
157
  50: "hsla(209, 83%, 53%, 1)",
158
- 100: "hsla(0, 0%, 0%, 0)",
158
+ 100: "hsla(209, 24%, 83%, 1)",
159
159
  200: "hsla(0, 0%, 0%, 0)",
160
160
  A100: "hsla(0, 0%, 0%, 0)",
161
161
  A200: "hsla(0, 0%, 0%, 0)",