@mysetup/types 1.0.0 → 1.1.0

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 (47) hide show
  1. package/dist/index.d.ts +1 -9
  2. package/dist/index.d.ts.map +1 -1
  3. package/dist/index.js +1 -9
  4. package/dist/{alert.d.ts → src/alert.d.ts} +0 -1
  5. package/dist/src/alert.d.ts.map +1 -0
  6. package/dist/src/brand.d.ts +12 -0
  7. package/dist/src/brand.d.ts.map +1 -0
  8. package/dist/src/breakpoint.d.ts +16 -0
  9. package/dist/src/breakpoint.d.ts.map +1 -0
  10. package/dist/src/client-context.d.ts.map +1 -0
  11. package/dist/src/database.d.ts +40 -0
  12. package/dist/src/database.d.ts.map +1 -0
  13. package/dist/src/env.d.ts.map +1 -0
  14. package/dist/{helpers.d.ts → src/helpers.d.ts} +1 -0
  15. package/dist/src/helpers.d.ts.map +1 -0
  16. package/dist/src/index.d.ts +10 -0
  17. package/dist/src/index.d.ts.map +1 -0
  18. package/dist/src/index.js +25 -0
  19. package/dist/src/service-context.d.ts.map +1 -0
  20. package/dist/src/size.d.ts +15 -0
  21. package/dist/src/size.d.ts.map +1 -0
  22. package/package.json +1 -1
  23. package/dist/alert.d.ts.map +0 -1
  24. package/dist/brand.d.ts +0 -12
  25. package/dist/brand.d.ts.map +0 -1
  26. package/dist/breakpoint.d.ts +0 -16
  27. package/dist/breakpoint.d.ts.map +0 -1
  28. package/dist/client-context.d.ts.map +0 -1
  29. package/dist/database.d.ts +0 -40
  30. package/dist/database.d.ts.map +0 -1
  31. package/dist/env.d.ts.map +0 -1
  32. package/dist/helpers.d.ts.map +0 -1
  33. package/dist/service-context.d.ts.map +0 -1
  34. package/dist/size.d.ts +0 -15
  35. package/dist/size.d.ts.map +0 -1
  36. /package/dist/{alert.js → src/alert.js} +0 -0
  37. /package/dist/{brand.js → src/brand.js} +0 -0
  38. /package/dist/{breakpoint.js → src/breakpoint.js} +0 -0
  39. /package/dist/{client-context.d.ts → src/client-context.d.ts} +0 -0
  40. /package/dist/{client-context.js → src/client-context.js} +0 -0
  41. /package/dist/{database.js → src/database.js} +0 -0
  42. /package/dist/{env.d.ts → src/env.d.ts} +0 -0
  43. /package/dist/{env.js → src/env.js} +0 -0
  44. /package/dist/{helpers.js → src/helpers.js} +0 -0
  45. /package/dist/{service-context.d.ts → src/service-context.d.ts} +0 -0
  46. /package/dist/{service-context.js → src/service-context.js} +0 -0
  47. /package/dist/{size.js → src/size.js} +0 -0
package/dist/index.d.ts CHANGED
@@ -1,10 +1,2 @@
1
- export * from "./alert";
2
- export * from "./brand";
3
- export * from "./breakpoint";
4
- export * from "./client-context";
5
- export * from "./env";
6
- export * from "./helpers";
7
- export * from "./database";
8
- export * from "./service-context";
9
- export * from "./size";
1
+ export * from "./src";
10
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,OAAO,CAAC;AACtB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,QAAQ,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC"}
package/dist/index.js CHANGED
@@ -14,12 +14,4 @@ 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("./alert"), exports);
18
- __exportStar(require("./brand"), exports);
19
- __exportStar(require("./breakpoint"), exports);
20
- __exportStar(require("./client-context"), exports);
21
- __exportStar(require("./env"), exports);
22
- __exportStar(require("./helpers"), exports);
23
- __exportStar(require("./database"), exports);
24
- __exportStar(require("./service-context"), exports);
25
- __exportStar(require("./size"), exports);
17
+ __exportStar(require("./src"), exports);
@@ -1,4 +1,3 @@
1
- export type ValueOf<T> = T[keyof T];
2
1
  export type AlertType = "error" | "info" | "success" | "warning";
3
2
  export interface AlertState {
4
3
  type: AlertType;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"alert.d.ts","sourceRoot":"","sources":["../../src/alert.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,CAAC;AAEjE,MAAM,WAAW,UAAU;IACvB,IAAI,EAAE,SAAS,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACnB"}
@@ -0,0 +1,12 @@
1
+ import type { ValueOf } from "./helpers";
2
+ export declare const Brand: {
3
+ readonly MYPROFILE: "MYPROFILE";
4
+ readonly MJTECH: "MJTECH";
5
+ };
6
+ export type Brand = ValueOf<typeof Brand>;
7
+ export declare const BrandName: {
8
+ readonly MYPROFILE: "MYPROFILE";
9
+ readonly MJTECH: "MJTECH";
10
+ };
11
+ export type BrandName = ValueOf<typeof BrandName>;
12
+ //# sourceMappingURL=brand.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"brand.d.ts","sourceRoot":"","sources":["../../src/brand.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEzC,eAAO,MAAM,KAAK;;;CAGR,CAAC;AAEX,MAAM,MAAM,KAAK,GAAG,OAAO,CAAC,OAAO,KAAK,CAAC,CAAC;AAE1C,eAAO,MAAM,SAAS;;;CAGZ,CAAC;AAEX,MAAM,MAAM,SAAS,GAAG,OAAO,CAAC,OAAO,SAAS,CAAC,CAAC"}
@@ -0,0 +1,16 @@
1
+ import type { ValueOf } from "./helpers";
2
+ export declare const Breakpoint: {
3
+ readonly Small: "sm";
4
+ readonly Medium: "md";
5
+ readonly Large: "lg";
6
+ readonly XLarge: "xl";
7
+ };
8
+ export type Breakpoint = ValueOf<typeof Breakpoint>;
9
+ export declare const BreakpointSize: {
10
+ readonly sm: 576;
11
+ readonly md: 768;
12
+ readonly lg: 992;
13
+ readonly xl: 1200;
14
+ };
15
+ export type BreakpointSize = ValueOf<typeof BreakpointSize>;
16
+ //# sourceMappingURL=breakpoint.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"breakpoint.d.ts","sourceRoot":"","sources":["../../src/breakpoint.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEzC,eAAO,MAAM,UAAU;;;;;CAKb,CAAC;AAEX,MAAM,MAAM,UAAU,GAAG,OAAO,CAAC,OAAO,UAAU,CAAC,CAAC;AAEpD,eAAO,MAAM,cAAc;;;;;CAKjB,CAAC;AAEX,MAAM,MAAM,cAAc,GAAG,OAAO,CAAC,OAAO,cAAc,CAAC,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client-context.d.ts","sourceRoot":"","sources":["../../src/client-context.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACvB,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,sBAAsB,CAAC,EAAE,MAAM,CAAC;CACnC;AAED,MAAM,WAAW,QAAQ;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,UAAU,CAAC;CAC1B;AAED,MAAM,WAAW,aAAa;IAC1B,QAAQ,EAAE,QAAQ,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
@@ -0,0 +1,40 @@
1
+ import type { ValueOf } from "./helpers";
2
+ export declare const UserType: {
3
+ readonly Admin: "1";
4
+ readonly User: "2";
5
+ };
6
+ export type UserType = ValueOf<typeof UserType>;
7
+ declare const UserStatus: {
8
+ readonly New: "1";
9
+ readonly Active: "2";
10
+ readonly InActive: "3";
11
+ readonly Deleted: "4";
12
+ };
13
+ export type UserStatus = ValueOf<typeof UserStatus>;
14
+ declare const GeneralStatus: {
15
+ readonly Active: "1";
16
+ readonly InActive: "2";
17
+ };
18
+ export type GeneralStatus = ValueOf<typeof GeneralStatus>;
19
+ export declare const constants: {
20
+ UserType: {
21
+ readonly Admin: "1";
22
+ readonly User: "2";
23
+ };
24
+ UserStatus: {
25
+ readonly New: "1";
26
+ readonly Active: "2";
27
+ readonly InActive: "3";
28
+ readonly Deleted: "4";
29
+ };
30
+ TokenType: {
31
+ readonly JWT: "1";
32
+ readonly OAUTH: "2";
33
+ };
34
+ GeneralStatus: {
35
+ readonly Active: "1";
36
+ readonly InActive: "2";
37
+ };
38
+ };
39
+ export {};
40
+ //# sourceMappingURL=database.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"database.d.ts","sourceRoot":"","sources":["../../src/database.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEzC,eAAO,MAAM,QAAQ;;;CAGX,CAAC;AACX,MAAM,MAAM,QAAQ,GAAG,OAAO,CAAC,OAAO,QAAQ,CAAC,CAAC;AAEhD,QAAA,MAAM,UAAU;;;;;CAKN,CAAC;AACX,MAAM,MAAM,UAAU,GAAG,OAAO,CAAC,OAAO,UAAU,CAAC,CAAC;AAOpD,QAAA,MAAM,aAAa;;;CAGT,CAAC;AACX,MAAM,MAAM,aAAa,GAAG,OAAO,CAAC,OAAO,aAAa,CAAC,CAAC;AAE1D,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;CAKrB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"env.d.ts","sourceRoot":"","sources":["../../src/env.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GAAG,WAAW,GAAG,MAAM,GAAG,KAAK,GAAG,MAAM,CAAC"}
@@ -1,3 +1,4 @@
1
+ export type ValueOf<T> = T[keyof T];
1
2
  export interface OptionType {
2
3
  value: string;
3
4
  label: string;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../src/helpers.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC;AAEpC,MAAM,WAAW,UAAU;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,SAAS;IACtB,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;CACf"}
@@ -0,0 +1,10 @@
1
+ export * from "./alert";
2
+ export * from "./brand";
3
+ export * from "./breakpoint";
4
+ export * from "./client-context";
5
+ export * from "./env";
6
+ export * from "./helpers";
7
+ export * from "./database";
8
+ export * from "./service-context";
9
+ export * from "./size";
10
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,OAAO,CAAC;AACtB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,QAAQ,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./alert"), exports);
18
+ __exportStar(require("./brand"), exports);
19
+ __exportStar(require("./breakpoint"), exports);
20
+ __exportStar(require("./client-context"), exports);
21
+ __exportStar(require("./env"), exports);
22
+ __exportStar(require("./helpers"), exports);
23
+ __exportStar(require("./database"), exports);
24
+ __exportStar(require("./service-context"), exports);
25
+ __exportStar(require("./size"), exports);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"service-context.d.ts","sourceRoot":"","sources":["../../src/service-context.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAC9B,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,cAAc;IAC3B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
@@ -0,0 +1,15 @@
1
+ import type { ValueOf } from "./helpers";
2
+ export type Size = "xxs" | "xs" | "xsPlus" | "sm" | "md" | "lg" | "xl";
3
+ export declare const SizeClasses: {
4
+ readonly xxs: "w-3 h-3";
5
+ readonly xs: "w-4 h-4";
6
+ readonly xsPlus: "w-5 h-5";
7
+ readonly sm: "w-6 h-6";
8
+ readonly md: "w-8 h-8";
9
+ readonly lg: "w-12 h-12";
10
+ readonly xl: "w-16 h-16";
11
+ };
12
+ export type SizeClasses = ValueOf<typeof SizeClasses>;
13
+ export type IconSize = keyof typeof SizeClasses;
14
+ export declare const iconSizes: Record<Size, IconSize>;
15
+ //# sourceMappingURL=size.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"size.d.ts","sourceRoot":"","sources":["../../src/size.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AAEzC,MAAM,MAAM,IAAI,GAAG,KAAK,GAAG,IAAI,GAAG,QAAQ,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEvE,eAAO,MAAM,WAAW;;;;;;;;CAQd,CAAC;AAEX,MAAM,MAAM,WAAW,GAAG,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC;AAEtD,MAAM,MAAM,QAAQ,GAAG,MAAM,OAAO,WAAW,CAAC;AAEhD,eAAO,MAAM,SAAS,EAAE,MAAM,CAAC,IAAI,EAAE,QAAQ,CAQnC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mysetup/types",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -1 +0,0 @@
1
- {"version":3,"file":"alert.d.ts","sourceRoot":"","sources":["../alert.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC;AAEpC,MAAM,MAAM,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,CAAC;AAEjE,MAAM,WAAW,UAAU;IACvB,IAAI,EAAE,SAAS,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;CACnB"}
package/dist/brand.d.ts DELETED
@@ -1,12 +0,0 @@
1
- import type { ValueOf } from "./alert";
2
- export declare const Brand: {
3
- MYPROFILE: string;
4
- MJTECH: string;
5
- };
6
- export type Brand = ValueOf<typeof Brand>;
7
- export declare const BrandName: {
8
- MYPROFILE: string;
9
- MJTECH: string;
10
- };
11
- export type BrandName = ValueOf<typeof BrandName>;
12
- //# sourceMappingURL=brand.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"brand.d.ts","sourceRoot":"","sources":["../brand.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAEvC,eAAO,MAAM,KAAK;;;CAGjB,CAAC;AAEF,MAAM,MAAM,KAAK,GAAG,OAAO,CAAC,OAAO,KAAK,CAAC,CAAC;AAE1C,eAAO,MAAM,SAAS;;;CAGrB,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,OAAO,CAAC,OAAO,SAAS,CAAC,CAAC"}
@@ -1,16 +0,0 @@
1
- import type { ValueOf } from "./alert";
2
- export declare const Breakpoint: {
3
- Small: string;
4
- Medium: string;
5
- Large: string;
6
- XLarge: string;
7
- };
8
- export type Breakpoint = ValueOf<typeof Breakpoint>;
9
- export declare const BreakpointSize: {
10
- sm: number;
11
- md: number;
12
- lg: number;
13
- xl: number;
14
- };
15
- export type BreakpointSize = ValueOf<typeof BreakpointSize>;
16
- //# sourceMappingURL=breakpoint.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"breakpoint.d.ts","sourceRoot":"","sources":["../breakpoint.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAEvC,eAAO,MAAM,UAAU;;;;;CAKtB,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG,OAAO,CAAC,OAAO,UAAU,CAAC,CAAC;AAEpD,eAAO,MAAM,cAAc;;;;;CAK1B,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,OAAO,CAAC,OAAO,cAAc,CAAC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"client-context.d.ts","sourceRoot":"","sources":["../client-context.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACvB,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,sBAAsB,CAAC,EAAE,MAAM,CAAC;CACnC;AAED,MAAM,WAAW,QAAQ;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,UAAU,CAAC;CAC1B;AAED,MAAM,WAAW,aAAa;IAC1B,QAAQ,EAAE,QAAQ,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
@@ -1,40 +0,0 @@
1
- import type { ValueOf } from "./alert";
2
- export declare const UserType: {
3
- Admin: string;
4
- User: string;
5
- };
6
- export type UserType = ValueOf<typeof UserType>;
7
- declare const UserStatus: {
8
- New: string;
9
- Active: string;
10
- InActive: string;
11
- Deleted: string;
12
- };
13
- export type UserStatus = ValueOf<typeof UserStatus>;
14
- declare const GeneralStatus: {
15
- Active: string;
16
- InActive: string;
17
- };
18
- export type GeneralStatus = ValueOf<typeof GeneralStatus>;
19
- export declare const constants: {
20
- UserType: {
21
- Admin: string;
22
- User: string;
23
- };
24
- UserStatus: {
25
- New: string;
26
- Active: string;
27
- InActive: string;
28
- Deleted: string;
29
- };
30
- TokenType: {
31
- JWT: string;
32
- OAUTH: string;
33
- };
34
- GeneralStatus: {
35
- Active: string;
36
- InActive: string;
37
- };
38
- };
39
- export {};
40
- //# sourceMappingURL=database.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"database.d.ts","sourceRoot":"","sources":["../database.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAEvC,eAAO,MAAM,QAAQ;;;CAGpB,CAAC;AACF,MAAM,MAAM,QAAQ,GAAG,OAAO,CAAC,OAAO,QAAQ,CAAC,CAAC;AAEhD,QAAA,MAAM,UAAU;;;;;CAKf,CAAC;AACF,MAAM,MAAM,UAAU,GAAG,OAAO,CAAC,OAAO,UAAU,CAAC,CAAC;AAOpD,QAAA,MAAM,aAAa;;;CAGlB,CAAC;AACF,MAAM,MAAM,aAAa,GAAG,OAAO,CAAC,OAAO,aAAa,CAAC,CAAC;AAE1D,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;CAKrB,CAAC"}
package/dist/env.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"env.d.ts","sourceRoot":"","sources":["../env.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GAAG,WAAW,GAAG,MAAM,GAAG,KAAK,GAAG,MAAM,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../helpers.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,UAAU;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,SAAS;IACtB,GAAG,EAAE,MAAM,CAAC;IACZ,GAAG,EAAE,MAAM,CAAC;CACf"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"service-context.d.ts","sourceRoot":"","sources":["../service-context.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAC9B,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,cAAc;IAC3B,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB"}
package/dist/size.d.ts DELETED
@@ -1,15 +0,0 @@
1
- import { ValueOf } from "./alert";
2
- export type Size = "xxs" | "xs" | "xsPlus" | "sm" | "md" | "lg" | "xl";
3
- export declare const SizeClasses: {
4
- xxs: string;
5
- xs: string;
6
- xsPlus: string;
7
- sm: string;
8
- md: string;
9
- lg: string;
10
- xl: string;
11
- };
12
- export type SizeClasses = ValueOf<typeof SizeClasses>;
13
- export type IconSize = keyof typeof SizeClasses;
14
- export declare const iconSizes: Record<Size, IconSize>;
15
- //# sourceMappingURL=size.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"size.d.ts","sourceRoot":"","sources":["../size.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAElC,MAAM,MAAM,IAAI,GAAG,KAAK,GAAG,IAAI,GAAG,QAAQ,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEvE,eAAO,MAAM,WAAW;;;;;;;;CAQvB,CAAC;AAEF,MAAM,MAAM,WAAW,GAAG,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC;AAEtD,MAAM,MAAM,QAAQ,GAAG,MAAM,OAAO,WAAW,CAAC;AAEhD,eAAO,MAAM,SAAS,EAAE,MAAM,CAAC,IAAI,EAAE,QAAQ,CAQ5C,CAAC"}
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes