@proposit/shared 0.3.2 → 0.4.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 (61) hide show
  1. package/dist/ui/assets/index.d.ts +9 -0
  2. package/dist/ui/assets/index.d.ts.map +1 -0
  3. package/dist/ui/assets/index.js +6 -0
  4. package/dist/ui/assets/index.js.map +1 -0
  5. package/dist/ui/assets/proposit-letter-logo-black.d.ts +3 -0
  6. package/dist/ui/assets/proposit-letter-logo-black.d.ts.map +1 -0
  7. package/dist/ui/assets/proposit-letter-logo-black.js +74 -0
  8. package/dist/ui/assets/proposit-letter-logo-black.js.map +1 -0
  9. package/dist/ui/assets/proposit-logo-black.d.ts +3 -0
  10. package/dist/ui/assets/proposit-logo-black.d.ts.map +1 -0
  11. package/dist/ui/assets/proposit-logo-black.js +87 -0
  12. package/dist/ui/assets/proposit-logo-black.js.map +1 -0
  13. package/dist/ui/assets/proposit-logo-white.d.ts +3 -0
  14. package/dist/ui/assets/proposit-logo-white.d.ts.map +1 -0
  15. package/dist/ui/assets/proposit-logo-white.js +31 -0
  16. package/dist/ui/assets/proposit-logo-white.js.map +1 -0
  17. package/dist/ui/assets/types.d.ts +7 -0
  18. package/dist/ui/assets/types.d.ts.map +1 -0
  19. package/dist/ui/assets/types.js +2 -0
  20. package/dist/ui/assets/types.js.map +1 -0
  21. package/dist/ui/breakpoints.d.ts +8 -0
  22. package/dist/ui/breakpoints.d.ts.map +1 -0
  23. package/dist/ui/breakpoints.js +7 -0
  24. package/dist/ui/breakpoints.js.map +1 -0
  25. package/dist/ui/colors.d.ts +43 -0
  26. package/dist/ui/colors.d.ts.map +1 -0
  27. package/dist/ui/colors.js +76 -0
  28. package/dist/ui/colors.js.map +1 -0
  29. package/dist/ui/index.d.ts +11 -0
  30. package/dist/ui/index.d.ts.map +1 -0
  31. package/dist/ui/index.js +11 -0
  32. package/dist/ui/index.js.map +1 -0
  33. package/dist/ui/motion.d.ts +11 -0
  34. package/dist/ui/motion.d.ts.map +1 -0
  35. package/dist/ui/motion.js +10 -0
  36. package/dist/ui/motion.js.map +1 -0
  37. package/dist/ui/radii.d.ts +9 -0
  38. package/dist/ui/radii.d.ts.map +1 -0
  39. package/dist/ui/radii.js +8 -0
  40. package/dist/ui/radii.js.map +1 -0
  41. package/dist/ui/shadows.d.ts +26 -0
  42. package/dist/ui/shadows.d.ts.map +1 -0
  43. package/dist/ui/shadows.js +33 -0
  44. package/dist/ui/shadows.js.map +1 -0
  45. package/dist/ui/sizing.d.ts +13 -0
  46. package/dist/ui/sizing.d.ts.map +1 -0
  47. package/dist/ui/sizing.js +12 -0
  48. package/dist/ui/sizing.js.map +1 -0
  49. package/dist/ui/spacing.d.ts +18 -0
  50. package/dist/ui/spacing.d.ts.map +1 -0
  51. package/dist/ui/spacing.js +17 -0
  52. package/dist/ui/spacing.js.map +1 -0
  53. package/dist/ui/typography.d.ts +20 -0
  54. package/dist/ui/typography.d.ts.map +1 -0
  55. package/dist/ui/typography.js +22 -0
  56. package/dist/ui/typography.js.map +1 -0
  57. package/dist/ui/z-index.d.ts +9 -0
  58. package/dist/ui/z-index.d.ts.map +1 -0
  59. package/dist/ui/z-index.js +8 -0
  60. package/dist/ui/z-index.js.map +1 -0
  61. package/package.json +16 -1
@@ -0,0 +1,9 @@
1
+ import type { TBrandAsset } from "./types.js";
2
+ import type { TColorScheme } from "../colors.js";
3
+ import { propositLogoBlack } from "./proposit-logo-black.js";
4
+ import { propositLogoWhite } from "./proposit-logo-white.js";
5
+ import { propositLetterLogoBlack } from "./proposit-letter-logo-black.js";
6
+ export { propositLogoBlack, propositLogoWhite, propositLetterLogoBlack };
7
+ export type { TBrandAsset };
8
+ export declare const propositLogoFor: (scheme: TColorScheme) => TBrandAsset;
9
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/ui/assets/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,YAAY,CAAA;AAC7C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,cAAc,CAAA;AAChD,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAA;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAA;AAC5D,OAAO,EAAE,uBAAuB,EAAE,MAAM,iCAAiC,CAAA;AAEzE,OAAO,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,uBAAuB,EAAE,CAAA;AACxE,YAAY,EAAE,WAAW,EAAE,CAAA;AAE3B,eAAO,MAAM,eAAe,GAAI,QAAQ,YAAY,KAAG,WACM,CAAA"}
@@ -0,0 +1,6 @@
1
+ import { propositLogoBlack } from "./proposit-logo-black.js";
2
+ import { propositLogoWhite } from "./proposit-logo-white.js";
3
+ import { propositLetterLogoBlack } from "./proposit-letter-logo-black.js";
4
+ export { propositLogoBlack, propositLogoWhite, propositLetterLogoBlack };
5
+ export const propositLogoFor = (scheme) => scheme === "dark" ? propositLogoWhite : propositLogoBlack;
6
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/ui/assets/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAA;AAC5D,OAAO,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAA;AAC5D,OAAO,EAAE,uBAAuB,EAAE,MAAM,iCAAiC,CAAA;AAEzE,OAAO,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,uBAAuB,EAAE,CAAA;AAGxE,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,MAAoB,EAAe,EAAE,CACjE,MAAM,KAAK,MAAM,CAAC,CAAC,CAAC,iBAAiB,CAAC,CAAC,CAAC,iBAAiB,CAAA"}
@@ -0,0 +1,3 @@
1
+ import type { TBrandAsset } from "./types.js";
2
+ export declare const propositLetterLogoBlack: TBrandAsset;
3
+ //# sourceMappingURL=proposit-letter-logo-black.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"proposit-letter-logo-black.d.ts","sourceRoot":"","sources":["../../../src/ui/assets/proposit-letter-logo-black.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,YAAY,CAAA;AAG7C,eAAO,MAAM,uBAAuB,EAAE,WAuErC,CAAA"}
@@ -0,0 +1,74 @@
1
+ // Source: proposit-server/public/Proposit_letter_logo-black.svg
2
+ export const propositLetterLogoBlack = {
3
+ svg: `<svg
4
+ id="Layer_1"
5
+ data-name="Layer 1"
6
+ viewBox="0 0 360 360"
7
+ version="1.1"
8
+ sodipodi:docname="Proposit_letter_logo-black.svg"
9
+ inkscape:version="1.4.2 (ebf0e940, 2025-05-08)"
10
+ width="360"
11
+ height="360"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ xmlns:svg="http://www.w3.org/2000/svg">
16
+ <defs
17
+ id="defs10" />
18
+ <sodipodi:namedview
19
+ id="namedview10"
20
+ pagecolor="#ffffff"
21
+ bordercolor="#999999"
22
+ borderopacity="1"
23
+ inkscape:showpageshadow="2"
24
+ inkscape:pageopacity="0"
25
+ inkscape:pagecheckerboard="true"
26
+ inkscape:deskcolor="#d1d1d1"
27
+ inkscape:zoom="2.1010102"
28
+ inkscape:cx="102.56971"
29
+ inkscape:cy="204.42547"
30
+ inkscape:window-width="1800"
31
+ inkscape:window-height="1052"
32
+ inkscape:window-x="-83"
33
+ inkscape:window-y="1118"
34
+ inkscape:window-maximized="0"
35
+ inkscape:current-layer="layer2" />
36
+ <g
37
+ inkscape:groupmode="layer"
38
+ id="layer2"
39
+ inkscape:label="Layer 2">
40
+ <circle
41
+ style="fill:#ffffff;stroke-width:1.60597;fill-opacity:1;opacity:1"
42
+ id="path1"
43
+ cx="180"
44
+ cy="180"
45
+ r="180" />
46
+ </g>
47
+ <g
48
+ inkscape:groupmode="layer"
49
+ id="layer1"
50
+ inkscape:label="Layer 1"
51
+ transform="translate(-12.116002,4.7117809)">
52
+ <g
53
+ id="g10"
54
+ transform="matrix(1.0509723,0,0,1.0648573,68.115868,29.003921)">
55
+ <path
56
+ d="M 32.419309,263.20878 V 18.176744 H 95.288344 V 46.210116 H 65.369308 V 235.16457 h 29.919036 v 28.05504 H 32.419309 Z"
57
+ id="path9"
58
+ style="stroke-width:1.20797" />
59
+ <path
60
+ d="m 221.26168,53.224326 c -3.5698,-10.135976 -9.13331,-18.544746 -16.67706,-25.241458 -7.54374,-6.681563 -17.22937,-11.060183 -29.02995,-13.12071 -2.55948,-0.515133 -5.4692,-0.848453 -8.71571,-0.999962 -3.24651,-0.15151 -5.83293,-0.227264 -7.75929,-0.227264 h -18.33399 v 39.210621 h 16.69054 c 1.92635,0 4.02782,0.106051 6.31789,0.303019 2.29006,0.212113 4.39153,0.621189 6.31788,1.227226 5.02467,1.545395 8.91779,4.151355 11.66586,7.802731 2.74808,3.651376 4.64749,7.711827 5.69822,12.196504 1.05074,4.484676 1.57611,8.726938 1.57611,12.741936 0,4.014998 -0.52537,8.25726 -1.57611,12.741933 -1.05073,4.484678 -2.95014,8.545128 -5.69822,12.196498 -2.74807,3.65138 -6.64119,6.25734 -11.66586,7.80274 -1.92635,0.62118 -4.02782,1.03026 -6.31788,1.22722 -2.29007,0.21212 -4.39154,0.30302 -6.31789,0.30302 H 116.06686 V 160.599 h 43.01281 c 1.83206,0 4.39154,-0.10602 7.69193,-0.30302 3.30039,-0.21211 6.22359,-0.51513 8.78307,-0.92421 11.70628,-2.06053 21.3515,-6.42399 28.89524,-13.1207 7.54375,-6.68157 13.1342,-15.1055 16.74442,-25.24146 3.61021,-10.13598 5.41533,-21.438578 5.41533,-33.892641 0,-12.454068 -1.77817,-23.741515 -5.34798,-33.892643 z"
61
+ id="path10"
62
+ style="stroke-width:1.42863" />
63
+ <polygon
64
+ points="84.71,76.8 84.71,11.05 117.58,43.93 "
65
+ id="polygon10"
66
+ transform="matrix(1.7503685,0,0,1.2353187,-68.754201,-21.390943)" />
67
+ </g>
68
+ </g>
69
+ </svg>`,
70
+ viewBox: "0 0 360 360",
71
+ intrinsicWidth: 360,
72
+ intrinsicHeight: 360,
73
+ };
74
+ //# sourceMappingURL=proposit-letter-logo-black.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"proposit-letter-logo-black.js","sourceRoot":"","sources":["../../../src/ui/assets/proposit-letter-logo-black.ts"],"names":[],"mappings":"AAEA,gEAAgE;AAChE,MAAM,CAAC,MAAM,uBAAuB,GAAgB;IAChD,GAAG,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAkEF;IACH,OAAO,EAAE,aAAa;IACtB,cAAc,EAAE,GAAG;IACnB,eAAe,EAAE,GAAG;CACvB,CAAA"}
@@ -0,0 +1,3 @@
1
+ import type { TBrandAsset } from "./types.js";
2
+ export declare const propositLogoBlack: TBrandAsset;
3
+ //# sourceMappingURL=proposit-logo-black.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"proposit-logo-black.d.ts","sourceRoot":"","sources":["../../../src/ui/assets/proposit-logo-black.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,YAAY,CAAA;AAG7C,eAAO,MAAM,iBAAiB,EAAE,WAoF/B,CAAA"}
@@ -0,0 +1,87 @@
1
+ // Source: proposit-server/public/Proposit_Logo-black.svg
2
+ export const propositLogoBlack = {
3
+ svg: `<svg
4
+ id="Layer_1"
5
+ data-name="Layer 1"
6
+ viewBox="0 0 800 330"
7
+ version="1.1"
8
+ sodipodi:docname="Proposit_Logo-black.svg"
9
+ width="800"
10
+ height="330"
11
+ inkscape:version="1.4.2 (ebf0e940, 2025-05-08)"
12
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
14
+ xmlns="http://www.w3.org/2000/svg"
15
+ xmlns:svg="http://www.w3.org/2000/svg">
16
+ <defs
17
+ id="defs10" />
18
+ <sodipodi:namedview
19
+ id="namedview10"
20
+ pagecolor="#ffffff"
21
+ bordercolor="#999999"
22
+ borderopacity="1"
23
+ inkscape:showpageshadow="2"
24
+ inkscape:pageopacity="0"
25
+ inkscape:pagecheckerboard="0"
26
+ inkscape:deskcolor="#d1d1d1"
27
+ showgrid="false"
28
+ inkscape:zoom="0.40909091"
29
+ inkscape:cx="396"
30
+ inkscape:cy="161.33333"
31
+ inkscape:window-width="2512"
32
+ inkscape:window-height="1387"
33
+ inkscape:window-x="2560"
34
+ inkscape:window-y="25"
35
+ inkscape:window-maximized="0"
36
+ inkscape:current-layer="layer2" />
37
+ <g
38
+ inkscape:groupmode="layer"
39
+ id="layer2"
40
+ inkscape:label="Layer 1"
41
+ transform="translate(5.495,6.49)">
42
+ <path
43
+ d="M 104.66,256.54 V 146.56 l 24.54,-0.1 v 26.88 l -2.65,-3.46 c 1.43,-3.8 3.33,-7.26 5.7,-10.39 2.38,-3.12 5.3,-5.7 8.76,-7.74 2.65,-1.63 5.53,-2.9 8.66,-3.82 3.12,-0.92 6.35,-1.49 9.67,-1.73 3.33,-0.24 6.65,-0.15 9.98,0.25 v 25.87 c -3.06,-0.95 -6.6,-1.27 -10.64,-0.97 -4.04,0.31 -7.69,1.24 -10.95,2.8 -3.26,1.49 -6.01,3.48 -8.25,5.96 -2.24,2.48 -3.94,5.4 -5.09,8.76 -1.15,3.36 -1.73,7.15 -1.73,11.35 v 56.21 l -28,0.1 z"
44
+ id="path1" />
45
+ <path
46
+ d="m 224.01,259.5 c -11.07,0 -20.77,-2.48 -29.12,-7.43 -8.35,-4.96 -14.85,-11.8 -19.5,-20.52 -4.65,-8.72 -6.98,-18.75 -6.98,-30.09 0,-11.34 2.38,-21.57 7.13,-30.3 4.75,-8.72 11.3,-15.53 19.65,-20.42 8.35,-4.89 17.96,-7.33 28.82,-7.33 10.86,0 20.79,2.48 29.17,7.43 8.38,4.96 14.92,11.8 19.6,20.52 4.68,8.72 7.03,18.76 7.03,30.09 0,11.33 -2.36,21.47 -7.08,30.19 -4.72,8.72 -11.27,15.55 -19.65,20.47 -8.39,4.92 -18.08,7.38 -29.07,7.38 z m 0.01,-27.63 c 8.4,0 14.68,-2.84 18.81,-8.52 4.14,-5.68 6.21,-12.97 6.21,-21.89 0,-8.92 -2.1,-16.61 -6.3,-22.13 -4.2,-5.52 -11.97,-8.08 -19.42,-8.08 -5.14,0 -9.35,1.16 -12.64,3.46 -3.29,2.31 -7.07,6.32 -8.83,10.87 -1.77,4.56 -2.65,9.85 -2.65,15.88 0,9.3 2.1,16.7 6.3,22.18 4.2,5.49 10.38,8.23 18.52,8.23 z"
47
+ id="path2" />
48
+ <path
49
+ d="m 458.1,259.5 c -11.07,0 -20.77,-2.48 -29.12,-7.43 -8.35,-4.96 -14.85,-11.8 -19.5,-20.52 -4.65,-8.72 -6.97,-18.75 -6.97,-30.09 0,-11.34 2.37,-21.57 7.13,-30.3 4.75,-8.72 11.3,-15.53 19.65,-20.42 8.35,-4.89 17.96,-7.33 28.82,-7.33 10.86,0 20.79,2.48 29.18,7.43 8.38,4.96 14.92,11.8 19.6,20.52 4.68,8.72 7.03,18.76 7.03,30.09 0,11.33 -2.36,21.47 -7.08,30.19 -4.72,8.72 -11.27,15.55 -19.65,20.47 -8.39,4.92 -18.08,7.38 -29.07,7.38 z m 0,-27.64 c 8.4,0 14.68,-2.84 18.81,-8.52 4.14,-5.68 6.21,-12.97 6.21,-21.89 0,-8.92 -2.1,-16.61 -6.3,-22.13 -4.2,-5.52 -10.44,-8.28 -18.72,-8.28 -5.71,0 -10.39,1.28 -14.05,3.85 -3.66,2.57 -6.37,6.13 -8.13,10.68 -1.77,4.56 -2.65,9.85 -2.65,15.88 0,9.3 2.1,16.7 6.3,22.18 4.2,5.49 10.38,8.23 18.52,8.23 z"
50
+ id="path3" />
51
+ <path
52
+ d="m 567.11,259.5 c -13.85,0 -25.03,-3.14 -33.55,-9.42 -8.52,-6.28 -13.7,-15.16 -15.53,-26.63 l 28.31,-4.28 c 1.15,5.16 3.72,9.2 7.69,12.12 3.97,2.92 9.01,4.38 15.12,4.38 5.02,0 8.89,-0.97 11.61,-2.9 2.71,-1.93 4.07,-4.63 4.07,-8.1 0,-2.17 -0.54,-3.92 -1.63,-5.24 -1.09,-1.32 -3.51,-2.63 -7.28,-3.92 -3.77,-1.29 -9.62,-2.99 -17.57,-5.09 -8.96,-2.31 -16.12,-4.89 -21.49,-7.74 -5.36,-2.85 -9.23,-6.26 -11.61,-10.23 -2.38,-3.97 -3.56,-8.77 -3.56,-14.41 0,-7.06 1.8,-13.19 5.4,-18.38 3.6,-5.19 8.67,-9.2 15.22,-12.02 6.55,-2.82 14.27,-4.23 23.17,-4.23 8.9,0 16.26,1.32 22.91,3.97 6.65,2.65 12.03,6.42 16.14,11.3 4.11,4.89 6.64,10.66 7.59,17.31 l -28.31,5.09 c -0.48,-4.07 -2.24,-7.3 -5.3,-9.67 -3.05,-2.38 -7.2,-3.77 -12.42,-4.17 -5.09,-0.34 -9.18,0.34 -12.27,2.04 -3.09,1.7 -4.63,4.14 -4.63,7.33 0,1.9 0.66,3.5 1.98,4.79 1.32,1.29 4.07,2.61 8.25,3.97 4.17,1.36 10.54,3.12 19.09,5.3 8.35,2.17 15.05,4.7 20.11,7.59 5.06,2.89 8.74,6.35 11.05,10.39 2.31,4.04 3.46,8.91 3.46,14.61 0,11.27 -4.07,20.13 -12.22,26.58 -8.15,6.45 -19.42,9.67 -33.81,9.67 z"
53
+ id="path4" />
54
+ <path
55
+ d="m 624.47,131.19 v -24.44 h 27.7 v 24.44 z m 0,125.25 V 146.46 h 27.7 v 109.98 z"
56
+ id="path5" />
57
+ <path
58
+ d="m 663.39,167.85 v -21.38 h 78.21 v 21.38 z m 78.2,88.59 c -7.6,1.43 -15.06,2.05 -22.35,1.88 -7.3,-0.17 -13.82,-1.46 -19.55,-3.87 -5.74,-2.41 -10.1,-6.3 -13.09,-11.66 -2.72,-5.02 -4.14,-10.13 -4.28,-15.33 -0.14,-5.19 -0.2,-11.08 -0.2,-17.67 V 115.9 h 27.7 v 92.26 c 0,4.28 0.05,8.13 0.15,11.56 0.1,3.43 0.8,6.16 2.09,8.2 2.44,3.87 6.35,5.97 11.71,6.31 5.36,0.34 11.3,0.07 17.82,-0.81 v 23.01 z"
59
+ id="path6" />
60
+ <g
61
+ id="g8">
62
+ <path
63
+ d="m 288.61,305.97 v -159.5 h 43.2 v 25.86 h -18.58 v 107.76 h 18.58 v 25.88 z"
64
+ id="path7" />
65
+ <path
66
+ d="m 390.74,172.58 c -2.65,-6.69 -6.77,-12.24 -12.37,-16.65 -5.6,-4.41 -12.43,-7.1 -21.54,-8.66 -6.15,-1.05 -15.44,-0.81 -15.44,-0.81 v 25.87 c 0,0 13.64,-1.43 20.02,6.16 2.03,2.42 5.4,8.05 5.4,16.45 0,8.4 -3.43,13.98 -5.4,16.45 -7.17,8.98 -24.02,6.16 -24.02,6.16 v 25.87 c 0,0 14.21,0 19.44,-0.81 8.69,-1.35 15.83,-4.24 21.44,-8.66 5.6,-4.41 9.74,-9.96 12.42,-16.65 2.68,-6.69 4.02,-14.14 4.02,-22.35 0,-8.21 -1.32,-15.66 -3.97,-22.35 z"
67
+ id="path8" />
68
+ </g>
69
+ <g
70
+ id="g10">
71
+ <path
72
+ d="M 47.41,256.57 V 30.36 H 94.08 V 56.24 H 71.87 v 174.44 h 22.21 v 25.9 H 47.41 Z"
73
+ id="path9" />
74
+ <path
75
+ d="m 182.79,56.5 c -2.65,-6.69 -6.78,-12.24 -12.38,-16.66 -5.6,-4.41 -12.79,-7.3 -21.55,-8.66 -1.9,-0.34 -4.06,-0.56 -6.47,-0.66 -2.41,-0.1 -4.33,-0.15 -5.76,-0.15 h -13.61 v 25.88 h 12.39 c 1.43,0 2.99,0.07 4.69,0.2 1.7,0.14 3.26,0.41 4.69,0.81 3.73,1.02 6.62,2.74 8.66,5.15 2.04,2.41 3.45,5.09 4.23,8.05 0.78,2.96 1.17,5.76 1.17,8.41 0,2.65 -0.39,5.45 -1.17,8.41 -0.78,2.96 -2.19,5.64 -4.23,8.05 -2.04,2.41 -4.93,4.13 -8.66,5.15 -1.43,0.41 -2.99,0.68 -4.69,0.81 -1.7,0.14 -3.26,0.2 -4.69,0.2 H 104.7 v 25.88 h 31.93 c 1.36,0 3.26,-0.07 5.71,-0.2 2.45,-0.14 4.62,-0.34 6.52,-0.61 8.69,-1.36 15.85,-4.24 21.45,-8.66 5.6,-4.41 9.75,-9.97 12.43,-16.66 2.68,-6.69 4.02,-14.15 4.02,-22.37 0,-8.22 -1.32,-15.67 -3.97,-22.37 z"
76
+ id="path10" />
77
+ <polygon
78
+ points="117.58,43.93 84.71,76.8 84.71,11.05 "
79
+ id="polygon10" />
80
+ </g>
81
+ </g>
82
+ </svg>`,
83
+ viewBox: "0 0 800 330",
84
+ intrinsicWidth: 800,
85
+ intrinsicHeight: 330,
86
+ };
87
+ //# sourceMappingURL=proposit-logo-black.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"proposit-logo-black.js","sourceRoot":"","sources":["../../../src/ui/assets/proposit-logo-black.ts"],"names":[],"mappings":"AAEA,yDAAyD;AACzD,MAAM,CAAC,MAAM,iBAAiB,GAAgB;IAC1C,GAAG,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA+EF;IACH,OAAO,EAAE,aAAa;IACtB,cAAc,EAAE,GAAG;IACnB,eAAe,EAAE,GAAG;CACvB,CAAA"}
@@ -0,0 +1,3 @@
1
+ import type { TBrandAsset } from "./types.js";
2
+ export declare const propositLogoWhite: TBrandAsset;
3
+ //# sourceMappingURL=proposit-logo-white.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"proposit-logo-white.d.ts","sourceRoot":"","sources":["../../../src/ui/assets/proposit-logo-white.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,YAAY,CAAA;AAG7C,eAAO,MAAM,iBAAiB,EAAE,WA4B/B,CAAA"}
@@ -0,0 +1,31 @@
1
+ // Source: proposit-server/public/Proposit_Logo-white.svg
2
+ export const propositLogoWhite = {
3
+ svg: `<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 792 323.06">
4
+ <defs>
5
+ <style>
6
+ .cls-1 {
7
+ fill: #fff;
8
+ }
9
+ </style>
10
+ </defs>
11
+ <path class="cls-1" d="M104.76,256.44v-109.98h24.44v26.88l-2.65-3.46c1.43-3.8,3.33-7.26,5.7-10.39,2.38-3.12,5.3-5.7,8.76-7.74,2.65-1.63,5.53-2.9,8.66-3.82,3.12-.92,6.35-1.49,9.67-1.73,3.33-.24,6.65-.15,9.98.25v25.87c-3.06-.95-6.6-1.27-10.64-.97-4.04.31-7.69,1.24-10.95,2.8-3.26,1.49-6.01,3.48-8.25,5.96-2.24,2.48-3.94,5.4-5.09,8.76-1.15,3.36-1.73,7.15-1.73,11.35v56.21h-27.9Z"/>
12
+ <path class="cls-1" d="M224.01,259.5c-11.07,0-20.77-2.48-29.12-7.43-8.35-4.96-14.85-11.8-19.5-20.52-4.65-8.72-6.98-18.75-6.98-30.09s2.38-21.57,7.13-30.3c4.75-8.72,11.3-15.53,19.65-20.42,8.35-4.89,17.96-7.33,28.82-7.33s20.79,2.48,29.17,7.43c8.38,4.96,14.92,11.8,19.6,20.52,4.68,8.72,7.03,18.76,7.03,30.09s-2.36,21.47-7.08,30.19c-4.72,8.72-11.27,15.55-19.65,20.47-8.39,4.92-18.08,7.38-29.07,7.38ZM224.01,233.63c8.89,0,15.53-3,19.91-9.01,4.38-6.01,6.57-13.73,6.57-23.17s-2.22-17.58-6.67-23.42c-4.45-5.84-11.05-8.76-19.81-8.76-6.04,0-11,1.36-14.87,4.07-3.87,2.72-6.74,6.48-8.6,11.3-1.87,4.82-2.8,10.42-2.8,16.8,0,9.84,2.22,17.67,6.67,23.47,4.45,5.8,10.98,8.71,19.6,8.71Z"/>
13
+ <path class="cls-1" d="M459.1,259.5c-11.07,0-20.77-2.48-29.12-7.43s-14.85-11.8-19.5-20.52c-4.65-8.72-6.97-18.75-6.97-30.09s2.37-21.57,7.13-30.3c4.75-8.72,11.3-15.53,19.65-20.42,8.35-4.89,17.96-7.33,28.82-7.33s20.79,2.48,29.18,7.43c8.38,4.96,14.92,11.8,19.6,20.52,4.68,8.72,7.03,18.76,7.03,30.09s-2.36,21.47-7.08,30.19c-4.72,8.72-11.27,15.55-19.65,20.47-8.39,4.92-18.08,7.38-29.07,7.38ZM459.1,233.63c8.89,0,15.53-3,19.91-9.01,4.38-6.01,6.57-13.73,6.57-23.17s-2.22-17.58-6.67-23.42c-4.45-5.84-11.05-8.76-19.81-8.76-6.04,0-11,1.36-14.87,4.07-3.87,2.72-6.74,6.48-8.6,11.3-1.87,4.82-2.8,10.42-2.8,16.8,0,9.84,2.22,17.67,6.67,23.47,4.45,5.8,10.98,8.71,19.6,8.71Z"/>
14
+ <path class="cls-1" d="M570.11,259.5c-13.85,0-25.03-3.14-33.55-9.42-8.52-6.28-13.7-15.16-15.53-26.63l28.31-4.28c1.15,5.16,3.72,9.2,7.69,12.12,3.97,2.92,9.01,4.38,15.12,4.38,5.02,0,8.89-.97,11.61-2.9,2.71-1.93,4.07-4.63,4.07-8.1,0-2.17-.54-3.92-1.63-5.24-1.09-1.32-3.51-2.63-7.28-3.92-3.77-1.29-9.62-2.99-17.57-5.09-8.96-2.31-16.12-4.89-21.49-7.74-5.36-2.85-9.23-6.26-11.61-10.23-2.38-3.97-3.56-8.77-3.56-14.41,0-7.06,1.8-13.19,5.4-18.38,3.6-5.19,8.67-9.2,15.22-12.02,6.55-2.82,14.27-4.23,23.17-4.23s16.26,1.32,22.91,3.97c6.65,2.65,12.03,6.42,16.14,11.3,4.11,4.89,6.64,10.66,7.59,17.31l-28.31,5.09c-.48-4.07-2.24-7.3-5.3-9.67-3.05-2.38-7.2-3.77-12.42-4.17-5.09-.34-9.18.34-12.27,2.04-3.09,1.7-4.63,4.14-4.63,7.33,0,1.9.66,3.5,1.98,4.79,1.32,1.29,4.07,2.61,8.25,3.97,4.17,1.36,10.54,3.12,19.09,5.3,8.35,2.17,15.05,4.7,20.11,7.59,5.06,2.89,8.74,6.35,11.05,10.39,2.31,4.04,3.46,8.91,3.46,14.61,0,11.27-4.07,20.13-12.22,26.58-8.15,6.45-19.42,9.67-33.81,9.67Z"/>
15
+ <path class="cls-1" d="M627.47,131.19v-24.44h27.7v24.44h-27.7ZM627.47,256.44v-109.98h27.7v109.98h-27.7Z"/>
16
+ <path class="cls-1" d="M666.39,167.85v-21.38h78.21v21.38h-78.21ZM744.59,256.44c-7.6,1.43-15.06,2.05-22.35,1.88-7.3-.17-13.82-1.46-19.55-3.87-5.74-2.41-10.1-6.3-13.09-11.66-2.72-5.02-4.14-10.13-4.28-15.33-.14-5.19-.2-11.08-.2-17.67v-93.89h27.7v92.26c0,4.28.05,8.13.15,11.56.1,3.43.8,6.16,2.09,8.2,2.44,3.87,6.35,5.97,11.71,6.31,5.36.34,11.3.07,17.82-.81v23.01Z"/>
17
+ <g>
18
+ <path class="cls-1" d="M288.61,305.97v-159.5h43.2v25.86h-18.76v107.76h18.76v25.88h-43.2Z"/>
19
+ <path class="cls-1" d="M390.74,172.58c-2.65-6.69-6.77-12.24-12.37-16.65-5.6-4.41-12.43-7.1-21.54-8.66-6.15-1.05-15.44-.81-15.44-.81v25.87s13.64-1.43,20.02,6.16c2.03,2.42,5.4,8.05,5.4,16.45s-3.39,14.01-5.4,16.45c-6.15,7.46-20.02,6.16-20.02,6.16v25.87s10.21,0,15.44-.81c8.69-1.35,15.83-4.24,21.44-8.66,5.6-4.41,9.74-9.96,12.42-16.65,2.68-6.69,4.02-14.14,4.02-22.35s-1.32-15.66-3.97-22.35Z"/>
20
+ </g>
21
+ <g>
22
+ <path class="cls-1" d="M47.41,256.57V30.36h46.67v25.88h-22.21v174.44h22.21v25.9h-46.67Z"/>
23
+ <path class="cls-1" d="M182.79,56.5c-2.65-6.69-6.78-12.24-12.38-16.66-5.6-4.41-12.79-7.3-21.55-8.66-1.9-.34-4.06-.56-6.47-.66-2.41-.1-4.33-.15-5.76-.15h-13.61v25.88h12.39c1.43,0,2.99.07,4.69.2,1.7.14,3.26.41,4.69.81,3.73,1.02,6.62,2.74,8.66,5.15,2.04,2.41,3.45,5.09,4.23,8.05.78,2.96,1.17,5.76,1.17,8.41s-.39,5.45-1.17,8.41c-.78,2.96-2.19,5.64-4.23,8.05-2.04,2.41-4.93,4.13-8.66,5.15-1.43.41-2.99.68-4.69.81-1.7.14-3.26.2-4.69.2h-30.71v25.88h31.93c1.36,0,3.26-.07,5.71-.2,2.45-.14,4.62-.34,6.52-.61,8.69-1.36,15.85-4.24,21.45-8.66,5.6-4.41,9.75-9.97,12.43-16.66,2.68-6.69,4.02-14.15,4.02-22.37s-1.32-15.67-3.97-22.37Z"/>
24
+ <polygon class="cls-1" points="84.71 76.8 84.71 11.05 117.58 43.93 84.71 76.8"/>
25
+ </g>
26
+ </svg>`,
27
+ viewBox: "0 0 792 323.06",
28
+ intrinsicWidth: 792,
29
+ intrinsicHeight: 323.06,
30
+ };
31
+ //# sourceMappingURL=proposit-logo-white.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"proposit-logo-white.js","sourceRoot":"","sources":["../../../src/ui/assets/proposit-logo-white.ts"],"names":[],"mappings":"AAEA,yDAAyD;AACzD,MAAM,CAAC,MAAM,iBAAiB,GAAgB;IAC1C,GAAG,EAAE;;;;;;;;;;;;;;;;;;;;;;;OAuBF;IACH,OAAO,EAAE,gBAAgB;IACzB,cAAc,EAAE,GAAG;IACnB,eAAe,EAAE,MAAM;CAC1B,CAAA"}
@@ -0,0 +1,7 @@
1
+ export interface TBrandAsset {
2
+ svg: string;
3
+ viewBox: string;
4
+ intrinsicWidth: number;
5
+ intrinsicHeight: number;
6
+ }
7
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/ui/assets/types.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,WAAW;IACxB,GAAG,EAAE,MAAM,CAAA;IACX,OAAO,EAAE,MAAM,CAAA;IACf,cAAc,EAAE,MAAM,CAAA;IACtB,eAAe,EAAE,MAAM,CAAA;CAC1B"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/ui/assets/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,8 @@
1
+ export declare const breakpoint: {
2
+ readonly sm: 600;
3
+ readonly md: 900;
4
+ readonly lg: 1200;
5
+ readonly xl: 1536;
6
+ };
7
+ export type TBreakpointKey = keyof typeof breakpoint;
8
+ //# sourceMappingURL=breakpoints.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"breakpoints.d.ts","sourceRoot":"","sources":["../../src/ui/breakpoints.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU;;;;;CAKb,CAAA;AAEV,MAAM,MAAM,cAAc,GAAG,MAAM,OAAO,UAAU,CAAA"}
@@ -0,0 +1,7 @@
1
+ export const breakpoint = {
2
+ sm: 600,
3
+ md: 900,
4
+ lg: 1200,
5
+ xl: 1536,
6
+ };
7
+ //# sourceMappingURL=breakpoints.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"breakpoints.js","sourceRoot":"","sources":["../../src/ui/breakpoints.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,UAAU,GAAG;IACtB,EAAE,EAAE,GAAG;IACP,EAAE,EAAE,GAAG;IACP,EAAE,EAAE,IAAI;IACR,EAAE,EAAE,IAAI;CACF,CAAA"}
@@ -0,0 +1,43 @@
1
+ export interface TColorPalette {
2
+ background: string;
3
+ foreground: string;
4
+ muted: string;
5
+ mutedForeground: string;
6
+ border: string;
7
+ input: string;
8
+ ring: string;
9
+ disabled: string;
10
+ disabledForeground: string;
11
+ primary: string;
12
+ primaryForeground: string;
13
+ secondary: string;
14
+ secondaryForeground: string;
15
+ accent: string;
16
+ accentForeground: string;
17
+ destructive: string;
18
+ destructiveForeground: string;
19
+ success: string;
20
+ successForeground: string;
21
+ warning: string;
22
+ warningForeground: string;
23
+ info: string;
24
+ infoForeground: string;
25
+ argumentPublished: string;
26
+ argumentUnpublished: string;
27
+ argumentArchived: string;
28
+ reactionUpvote: string;
29
+ reactionDownvote: string;
30
+ verdictAgree: string;
31
+ verdictDisagree: string;
32
+ verdictInconclusive: string;
33
+ nodeHealthy: string;
34
+ nodeUnhealthy: string;
35
+ nodeWarning: string;
36
+ }
37
+ export declare const colors: {
38
+ light: TColorPalette;
39
+ dark: TColorPalette;
40
+ };
41
+ export type TColorScheme = "light" | "dark";
42
+ export declare const colorSchemeFor: (scheme: TColorScheme) => TColorPalette;
43
+ //# sourceMappingURL=colors.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"colors.d.ts","sourceRoot":"","sources":["../../src/ui/colors.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,aAAa;IAC1B,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,KAAK,EAAE,MAAM,CAAA;IACb,eAAe,EAAE,MAAM,CAAA;IACvB,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IAEZ,QAAQ,EAAE,MAAM,CAAA;IAChB,kBAAkB,EAAE,MAAM,CAAA;IAE1B,OAAO,EAAE,MAAM,CAAA;IACf,iBAAiB,EAAE,MAAM,CAAA;IACzB,SAAS,EAAE,MAAM,CAAA;IACjB,mBAAmB,EAAE,MAAM,CAAA;IAC3B,MAAM,EAAE,MAAM,CAAA;IACd,gBAAgB,EAAE,MAAM,CAAA;IAExB,WAAW,EAAE,MAAM,CAAA;IACnB,qBAAqB,EAAE,MAAM,CAAA;IAC7B,OAAO,EAAE,MAAM,CAAA;IACf,iBAAiB,EAAE,MAAM,CAAA;IACzB,OAAO,EAAE,MAAM,CAAA;IACf,iBAAiB,EAAE,MAAM,CAAA;IACzB,IAAI,EAAE,MAAM,CAAA;IACZ,cAAc,EAAE,MAAM,CAAA;IAEtB,iBAAiB,EAAE,MAAM,CAAA;IACzB,mBAAmB,EAAE,MAAM,CAAA;IAC3B,gBAAgB,EAAE,MAAM,CAAA;IAExB,cAAc,EAAE,MAAM,CAAA;IACtB,gBAAgB,EAAE,MAAM,CAAA;IAExB,YAAY,EAAE,MAAM,CAAA;IACpB,eAAe,EAAE,MAAM,CAAA;IACvB,mBAAmB,EAAE,MAAM,CAAA;IAE3B,WAAW,EAAE,MAAM,CAAA;IACnB,aAAa,EAAE,MAAM,CAAA;IACrB,WAAW,EAAE,MAAM,CAAA;CACtB;AAED,eAAO,MAAM,MAAM,EAAE;IAAE,KAAK,EAAE,aAAa,CAAC;IAAC,IAAI,EAAE,aAAa,CAAA;CAuF/D,CAAA;AAED,MAAM,MAAM,YAAY,GAAG,OAAO,GAAG,MAAM,CAAA;AAE3C,eAAO,MAAM,cAAc,GAAI,QAAQ,YAAY,KAAG,aACpC,CAAA"}
@@ -0,0 +1,76 @@
1
+ export const colors = {
2
+ light: {
3
+ background: "#ffffff",
4
+ foreground: "#0f172a",
5
+ muted: "#f1f5f9",
6
+ mutedForeground: "#64748b",
7
+ border: "#e2e8f0",
8
+ input: "#e2e8f0",
9
+ ring: "#2563eb",
10
+ disabled: "#e2e8f0",
11
+ disabledForeground: "#94a3b8",
12
+ primary: "#2563eb",
13
+ primaryForeground: "#ffffff",
14
+ secondary: "#f1f5f9",
15
+ secondaryForeground: "#0f172a",
16
+ accent: "#f1f5f9",
17
+ accentForeground: "#0f172a",
18
+ destructive: "#dc2626",
19
+ destructiveForeground: "#ffffff",
20
+ success: "#16a34a",
21
+ successForeground: "#ffffff",
22
+ warning: "#d97706",
23
+ warningForeground: "#1e293b",
24
+ info: "#2563eb",
25
+ infoForeground: "#ffffff",
26
+ argumentPublished: "#16a34a",
27
+ argumentUnpublished: "#d97706",
28
+ argumentArchived: "#64748b",
29
+ reactionUpvote: "#0d9488",
30
+ reactionDownvote: "#dc2626",
31
+ verdictAgree: "#16a34a",
32
+ verdictDisagree: "#dc2626",
33
+ verdictInconclusive: "#64748b",
34
+ nodeHealthy: "#16a34a",
35
+ nodeUnhealthy: "#dc2626",
36
+ nodeWarning: "#d97706",
37
+ },
38
+ dark: {
39
+ background: "#020617",
40
+ foreground: "#f8fafc",
41
+ muted: "#1e293b",
42
+ mutedForeground: "#94a3b8",
43
+ border: "#334155",
44
+ input: "#334155",
45
+ ring: "#60a5fa",
46
+ disabled: "#1e293b",
47
+ disabledForeground: "#64748b",
48
+ primary: "#60a5fa",
49
+ primaryForeground: "#0f172a",
50
+ secondary: "#1e293b",
51
+ secondaryForeground: "#f8fafc",
52
+ accent: "#1e293b",
53
+ accentForeground: "#f8fafc",
54
+ destructive: "#f87171",
55
+ destructiveForeground: "#0f172a",
56
+ success: "#4ade80",
57
+ successForeground: "#0f172a",
58
+ warning: "#fbbf24",
59
+ warningForeground: "#0f172a",
60
+ info: "#60a5fa",
61
+ infoForeground: "#0f172a",
62
+ argumentPublished: "#4ade80",
63
+ argumentUnpublished: "#fbbf24",
64
+ argumentArchived: "#94a3b8",
65
+ reactionUpvote: "#2dd4bf",
66
+ reactionDownvote: "#f87171",
67
+ verdictAgree: "#4ade80",
68
+ verdictDisagree: "#f87171",
69
+ verdictInconclusive: "#94a3b8",
70
+ nodeHealthy: "#4ade80",
71
+ nodeUnhealthy: "#f87171",
72
+ nodeWarning: "#fbbf24",
73
+ },
74
+ };
75
+ export const colorSchemeFor = (scheme) => colors[scheme];
76
+ //# sourceMappingURL=colors.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"colors.js","sourceRoot":"","sources":["../../src/ui/colors.ts"],"names":[],"mappings":"AA4CA,MAAM,CAAC,MAAM,MAAM,GAAkD;IACjE,KAAK,EAAE;QACH,UAAU,EAAE,SAAS;QACrB,UAAU,EAAE,SAAS;QACrB,KAAK,EAAE,SAAS;QAChB,eAAe,EAAE,SAAS;QAC1B,MAAM,EAAE,SAAS;QACjB,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,SAAS;QAEf,QAAQ,EAAE,SAAS;QACnB,kBAAkB,EAAE,SAAS;QAE7B,OAAO,EAAE,SAAS;QAClB,iBAAiB,EAAE,SAAS;QAC5B,SAAS,EAAE,SAAS;QACpB,mBAAmB,EAAE,SAAS;QAC9B,MAAM,EAAE,SAAS;QACjB,gBAAgB,EAAE,SAAS;QAE3B,WAAW,EAAE,SAAS;QACtB,qBAAqB,EAAE,SAAS;QAChC,OAAO,EAAE,SAAS;QAClB,iBAAiB,EAAE,SAAS;QAC5B,OAAO,EAAE,SAAS;QAClB,iBAAiB,EAAE,SAAS;QAC5B,IAAI,EAAE,SAAS;QACf,cAAc,EAAE,SAAS;QAEzB,iBAAiB,EAAE,SAAS;QAC5B,mBAAmB,EAAE,SAAS;QAC9B,gBAAgB,EAAE,SAAS;QAE3B,cAAc,EAAE,SAAS;QACzB,gBAAgB,EAAE,SAAS;QAE3B,YAAY,EAAE,SAAS;QACvB,eAAe,EAAE,SAAS;QAC1B,mBAAmB,EAAE,SAAS;QAE9B,WAAW,EAAE,SAAS;QACtB,aAAa,EAAE,SAAS;QACxB,WAAW,EAAE,SAAS;KACzB;IACD,IAAI,EAAE;QACF,UAAU,EAAE,SAAS;QACrB,UAAU,EAAE,SAAS;QACrB,KAAK,EAAE,SAAS;QAChB,eAAe,EAAE,SAAS;QAC1B,MAAM,EAAE,SAAS;QACjB,KAAK,EAAE,SAAS;QAChB,IAAI,EAAE,SAAS;QAEf,QAAQ,EAAE,SAAS;QACnB,kBAAkB,EAAE,SAAS;QAE7B,OAAO,EAAE,SAAS;QAClB,iBAAiB,EAAE,SAAS;QAC5B,SAAS,EAAE,SAAS;QACpB,mBAAmB,EAAE,SAAS;QAC9B,MAAM,EAAE,SAAS;QACjB,gBAAgB,EAAE,SAAS;QAE3B,WAAW,EAAE,SAAS;QACtB,qBAAqB,EAAE,SAAS;QAChC,OAAO,EAAE,SAAS;QAClB,iBAAiB,EAAE,SAAS;QAC5B,OAAO,EAAE,SAAS;QAClB,iBAAiB,EAAE,SAAS;QAC5B,IAAI,EAAE,SAAS;QACf,cAAc,EAAE,SAAS;QAEzB,iBAAiB,EAAE,SAAS;QAC5B,mBAAmB,EAAE,SAAS;QAC9B,gBAAgB,EAAE,SAAS;QAE3B,cAAc,EAAE,SAAS;QACzB,gBAAgB,EAAE,SAAS;QAE3B,YAAY,EAAE,SAAS;QACvB,eAAe,EAAE,SAAS;QAC1B,mBAAmB,EAAE,SAAS;QAE9B,WAAW,EAAE,SAAS;QACtB,aAAa,EAAE,SAAS;QACxB,WAAW,EAAE,SAAS;KACzB;CACJ,CAAA;AAID,MAAM,CAAC,MAAM,cAAc,GAAG,CAAC,MAAoB,EAAiB,EAAE,CAClE,MAAM,CAAC,MAAM,CAAC,CAAA"}
@@ -0,0 +1,11 @@
1
+ export * from "./colors.js";
2
+ export * from "./typography.js";
3
+ export * from "./spacing.js";
4
+ export * from "./radii.js";
5
+ export * from "./shadows.js";
6
+ export * from "./motion.js";
7
+ export * from "./z-index.js";
8
+ export * from "./breakpoints.js";
9
+ export * from "./sizing.js";
10
+ export * from "./assets/index.js";
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ui/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,cAAc,CAAA;AAC5B,cAAc,YAAY,CAAA;AAC1B,cAAc,cAAc,CAAA;AAC5B,cAAc,aAAa,CAAA;AAC3B,cAAc,cAAc,CAAA;AAC5B,cAAc,kBAAkB,CAAA;AAChC,cAAc,aAAa,CAAA;AAC3B,cAAc,mBAAmB,CAAA"}
@@ -0,0 +1,11 @@
1
+ export * from "./colors.js";
2
+ export * from "./typography.js";
3
+ export * from "./spacing.js";
4
+ export * from "./radii.js";
5
+ export * from "./shadows.js";
6
+ export * from "./motion.js";
7
+ export * from "./z-index.js";
8
+ export * from "./breakpoints.js";
9
+ export * from "./sizing.js";
10
+ export * from "./assets/index.js";
11
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/ui/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,cAAc,CAAA;AAC5B,cAAc,YAAY,CAAA;AAC1B,cAAc,cAAc,CAAA;AAC5B,cAAc,aAAa,CAAA;AAC3B,cAAc,cAAc,CAAA;AAC5B,cAAc,kBAAkB,CAAA;AAChC,cAAc,aAAa,CAAA;AAC3B,cAAc,mBAAmB,CAAA"}
@@ -0,0 +1,11 @@
1
+ export declare const duration: {
2
+ readonly fast: 0.12;
3
+ readonly base: 0.2;
4
+ readonly slow: 0.35;
5
+ };
6
+ export type TDurationKey = keyof typeof duration;
7
+ export declare const easing: {
8
+ brand: [number, number, number, number];
9
+ brandCss: string;
10
+ };
11
+ //# sourceMappingURL=motion.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"motion.d.ts","sourceRoot":"","sources":["../../src/ui/motion.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ;;;;CAIX,CAAA;AAEV,MAAM,MAAM,YAAY,GAAG,MAAM,OAAO,QAAQ,CAAA;AAEhD,eAAO,MAAM,MAAM,EAAE;IACjB,KAAK,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,CAAA;IACvC,QAAQ,EAAE,MAAM,CAAA;CAInB,CAAA"}
@@ -0,0 +1,10 @@
1
+ export const duration = {
2
+ fast: 0.12,
3
+ base: 0.2,
4
+ slow: 0.35,
5
+ };
6
+ export const easing = {
7
+ brand: [0.22, 1, 0.36, 1],
8
+ brandCss: "cubic-bezier(0.22, 1, 0.36, 1)",
9
+ };
10
+ //# sourceMappingURL=motion.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"motion.js","sourceRoot":"","sources":["../../src/ui/motion.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG;IACpB,IAAI,EAAE,IAAI;IACV,IAAI,EAAE,GAAG;IACT,IAAI,EAAE,IAAI;CACJ,CAAA;AAIV,MAAM,CAAC,MAAM,MAAM,GAGf;IACA,KAAK,EAAE,CAAC,IAAI,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC;IACzB,QAAQ,EAAE,gCAAgC;CAC7C,CAAA"}
@@ -0,0 +1,9 @@
1
+ export declare const radius: {
2
+ readonly sm: 4;
3
+ readonly md: 8;
4
+ readonly lg: 12;
5
+ readonly xl: 16;
6
+ readonly full: 9999;
7
+ };
8
+ export type TRadiusKey = keyof typeof radius;
9
+ //# sourceMappingURL=radii.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"radii.d.ts","sourceRoot":"","sources":["../../src/ui/radii.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;CAMT,CAAA;AAEV,MAAM,MAAM,UAAU,GAAG,MAAM,OAAO,MAAM,CAAA"}
@@ -0,0 +1,8 @@
1
+ export const radius = {
2
+ sm: 4,
3
+ md: 8,
4
+ lg: 12,
5
+ xl: 16,
6
+ full: 9999,
7
+ };
8
+ //# sourceMappingURL=radii.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"radii.js","sourceRoot":"","sources":["../../src/ui/radii.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,MAAM,GAAG;IAClB,EAAE,EAAE,CAAC;IACL,EAAE,EAAE,CAAC;IACL,EAAE,EAAE,EAAE;IACN,EAAE,EAAE,EAAE;IACN,IAAI,EAAE,IAAI;CACJ,CAAA"}
@@ -0,0 +1,26 @@
1
+ export interface TShadow {
2
+ /**
3
+ * Box-shadow CSS string. Also valid as React Native's `boxShadow` style
4
+ * prop on RN 0.76+; prefer this on RN over the legacy `native` shape for
5
+ * unified iOS/Android rendering.
6
+ */
7
+ css: string;
8
+ /**
9
+ * Legacy iOS-style shadow props (`shadowColor`/`shadowOffset`/
10
+ * `shadowOpacity`/`shadowRadius`) plus Android `elevation`. Retained for
11
+ * older RN targets and explicit per-property control.
12
+ */
13
+ native: {
14
+ shadowColor: string;
15
+ shadowOffset: {
16
+ width: number;
17
+ height: number;
18
+ };
19
+ shadowOpacity: number;
20
+ shadowRadius: number;
21
+ elevation: number;
22
+ };
23
+ }
24
+ export type TShadowKey = "sm" | "md" | "lg";
25
+ export declare const shadow: Record<TShadowKey, TShadow>;
26
+ //# sourceMappingURL=shadows.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shadows.d.ts","sourceRoot":"","sources":["../../src/ui/shadows.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,OAAO;IACpB;;;;OAIG;IACH,GAAG,EAAE,MAAM,CAAA;IACX;;;;OAIG;IACH,MAAM,EAAE;QACJ,WAAW,EAAE,MAAM,CAAA;QACnB,YAAY,EAAE;YAAE,KAAK,EAAE,MAAM,CAAC;YAAC,MAAM,EAAE,MAAM,CAAA;SAAE,CAAA;QAC/C,aAAa,EAAE,MAAM,CAAA;QACrB,YAAY,EAAE,MAAM,CAAA;QACpB,SAAS,EAAE,MAAM,CAAA;KACpB,CAAA;CACJ;AAED,MAAM,MAAM,UAAU,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;AAE3C,eAAO,MAAM,MAAM,EAAE,MAAM,CAAC,UAAU,EAAE,OAAO,CA+B9C,CAAA"}
@@ -0,0 +1,33 @@
1
+ export const shadow = {
2
+ sm: {
3
+ css: "0 1px 2px 0 rgba(0,0,0,0.05)",
4
+ native: {
5
+ shadowColor: "#000000",
6
+ shadowOffset: { width: 0, height: 1 },
7
+ shadowOpacity: 0.05,
8
+ shadowRadius: 2,
9
+ elevation: 1,
10
+ },
11
+ },
12
+ md: {
13
+ css: "0 4px 6px -1px rgba(0,0,0,0.10), 0 2px 4px -2px rgba(0,0,0,0.10)",
14
+ native: {
15
+ shadowColor: "#000000",
16
+ shadowOffset: { width: 0, height: 4 },
17
+ shadowOpacity: 0.1,
18
+ shadowRadius: 6,
19
+ elevation: 3,
20
+ },
21
+ },
22
+ lg: {
23
+ css: "0 10px 15px -3px rgba(0,0,0,0.10), 0 4px 6px -4px rgba(0,0,0,0.10)",
24
+ native: {
25
+ shadowColor: "#000000",
26
+ shadowOffset: { width: 0, height: 10 },
27
+ shadowOpacity: 0.1,
28
+ shadowRadius: 15,
29
+ elevation: 6,
30
+ },
31
+ },
32
+ };
33
+ //# sourceMappingURL=shadows.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shadows.js","sourceRoot":"","sources":["../../src/ui/shadows.ts"],"names":[],"mappings":"AAuBA,MAAM,CAAC,MAAM,MAAM,GAAgC;IAC/C,EAAE,EAAE;QACA,GAAG,EAAE,8BAA8B;QACnC,MAAM,EAAE;YACJ,WAAW,EAAE,SAAS;YACtB,YAAY,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE;YACrC,aAAa,EAAE,IAAI;YACnB,YAAY,EAAE,CAAC;YACf,SAAS,EAAE,CAAC;SACf;KACJ;IACD,EAAE,EAAE;QACA,GAAG,EAAE,kEAAkE;QACvE,MAAM,EAAE;YACJ,WAAW,EAAE,SAAS;YACtB,YAAY,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE;YACrC,aAAa,EAAE,GAAG;YAClB,YAAY,EAAE,CAAC;YACf,SAAS,EAAE,CAAC;SACf;KACJ;IACD,EAAE,EAAE;QACA,GAAG,EAAE,oEAAoE;QACzE,MAAM,EAAE;YACJ,WAAW,EAAE,SAAS;YACtB,YAAY,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE,EAAE,EAAE;YACtC,aAAa,EAAE,GAAG;YAClB,YAAY,EAAE,EAAE;YAChB,SAAS,EAAE,CAAC;SACf;KACJ;CACJ,CAAA"}
@@ -0,0 +1,13 @@
1
+ export declare const sizing: {
2
+ readonly iconXs: 12;
3
+ readonly iconSm: 16;
4
+ readonly iconMd: 20;
5
+ readonly iconLg: 24;
6
+ readonly iconXl: 32;
7
+ readonly fieldSm: 32;
8
+ readonly fieldMd: 40;
9
+ readonly fieldLg: 48;
10
+ readonly targetMin: 40;
11
+ };
12
+ export type TSizingKey = keyof typeof sizing;
13
+ //# sourceMappingURL=sizing.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sizing.d.ts","sourceRoot":"","sources":["../../src/ui/sizing.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;CAUT,CAAA;AAEV,MAAM,MAAM,UAAU,GAAG,MAAM,OAAO,MAAM,CAAA"}
@@ -0,0 +1,12 @@
1
+ export const sizing = {
2
+ iconXs: 12,
3
+ iconSm: 16,
4
+ iconMd: 20,
5
+ iconLg: 24,
6
+ iconXl: 32,
7
+ fieldSm: 32,
8
+ fieldMd: 40,
9
+ fieldLg: 48,
10
+ targetMin: 40,
11
+ };
12
+ //# sourceMappingURL=sizing.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sizing.js","sourceRoot":"","sources":["../../src/ui/sizing.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,MAAM,GAAG;IAClB,MAAM,EAAE,EAAE;IACV,MAAM,EAAE,EAAE;IACV,MAAM,EAAE,EAAE;IACV,MAAM,EAAE,EAAE;IACV,MAAM,EAAE,EAAE;IACV,OAAO,EAAE,EAAE;IACX,OAAO,EAAE,EAAE;IACX,OAAO,EAAE,EAAE;IACX,SAAS,EAAE,EAAE;CACP,CAAA"}
@@ -0,0 +1,18 @@
1
+ export declare const spacing: {
2
+ readonly 0: 0;
3
+ readonly 0.5: 2;
4
+ readonly 1: 4;
5
+ readonly 2: 8;
6
+ readonly 3: 12;
7
+ readonly 4: 16;
8
+ readonly 5: 20;
9
+ readonly 6: 24;
10
+ readonly 8: 32;
11
+ readonly 10: 40;
12
+ readonly 12: 48;
13
+ readonly 16: 64;
14
+ readonly 20: 80;
15
+ readonly 24: 96;
16
+ };
17
+ export type TSpacingKey = keyof typeof spacing;
18
+ //# sourceMappingURL=spacing.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"spacing.d.ts","sourceRoot":"","sources":["../../src/ui/spacing.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;CAeV,CAAA;AAEV,MAAM,MAAM,WAAW,GAAG,MAAM,OAAO,OAAO,CAAA"}
@@ -0,0 +1,17 @@
1
+ export const spacing = {
2
+ 0: 0,
3
+ 0.5: 2,
4
+ 1: 4,
5
+ 2: 8,
6
+ 3: 12,
7
+ 4: 16,
8
+ 5: 20,
9
+ 6: 24,
10
+ 8: 32,
11
+ 10: 40,
12
+ 12: 48,
13
+ 16: 64,
14
+ 20: 80,
15
+ 24: 96,
16
+ };
17
+ //# sourceMappingURL=spacing.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"spacing.js","sourceRoot":"","sources":["../../src/ui/spacing.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG;IACnB,CAAC,EAAE,CAAC;IACJ,GAAG,EAAE,CAAC;IACN,CAAC,EAAE,CAAC;IACJ,CAAC,EAAE,CAAC;IACJ,CAAC,EAAE,EAAE;IACL,CAAC,EAAE,EAAE;IACL,CAAC,EAAE,EAAE;IACL,CAAC,EAAE,EAAE;IACL,CAAC,EAAE,EAAE;IACL,EAAE,EAAE,EAAE;IACN,EAAE,EAAE,EAAE;IACN,EAAE,EAAE,EAAE;IACN,EAAE,EAAE,EAAE;IACN,EAAE,EAAE,EAAE;CACA,CAAA"}
@@ -0,0 +1,20 @@
1
+ export declare const fontFamily: {
2
+ readonly sans: "Roboto";
3
+ readonly mono: "Fira Code";
4
+ };
5
+ export type TFontFamilyKey = keyof typeof fontFamily;
6
+ export declare const fontWeight: {
7
+ readonly regular: 400;
8
+ readonly medium: 500;
9
+ readonly semibold: 600;
10
+ readonly bold: 700;
11
+ };
12
+ export type TFontWeightKey = keyof typeof fontWeight;
13
+ export interface TTextStyle {
14
+ fontSize: number;
15
+ lineHeight: number;
16
+ letterSpacing: number;
17
+ }
18
+ export type TTextStyleKey = "h1" | "h2" | "h3" | "h4" | "lead" | "body" | "small" | "caption" | "code";
19
+ export declare const textStyle: Record<TTextStyleKey, TTextStyle>;
20
+ //# sourceMappingURL=typography.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"typography.d.ts","sourceRoot":"","sources":["../../src/ui/typography.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU;;;CAGb,CAAA;AAEV,MAAM,MAAM,cAAc,GAAG,MAAM,OAAO,UAAU,CAAA;AAEpD,eAAO,MAAM,UAAU;;;;;CAKb,CAAA;AAEV,MAAM,MAAM,cAAc,GAAG,MAAM,OAAO,UAAU,CAAA;AAEpD,MAAM,WAAW,UAAU;IACvB,QAAQ,EAAE,MAAM,CAAA;IAChB,UAAU,EAAE,MAAM,CAAA;IAClB,aAAa,EAAE,MAAM,CAAA;CACxB;AAED,MAAM,MAAM,aAAa,GACnB,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,MAAM,GACN,MAAM,GACN,OAAO,GACP,SAAS,GACT,MAAM,CAAA;AAEZ,eAAO,MAAM,SAAS,EAAE,MAAM,CAAC,aAAa,EAAE,UAAU,CAUvD,CAAA"}
@@ -0,0 +1,22 @@
1
+ export const fontFamily = {
2
+ sans: "Roboto",
3
+ mono: "Fira Code",
4
+ };
5
+ export const fontWeight = {
6
+ regular: 400,
7
+ medium: 500,
8
+ semibold: 600,
9
+ bold: 700,
10
+ };
11
+ export const textStyle = {
12
+ h1: { fontSize: 36, lineHeight: 40, letterSpacing: -0.6 },
13
+ h2: { fontSize: 30, lineHeight: 36, letterSpacing: -0.45 },
14
+ h3: { fontSize: 24, lineHeight: 32, letterSpacing: -0.24 },
15
+ h4: { fontSize: 20, lineHeight: 28, letterSpacing: -0.1 },
16
+ lead: { fontSize: 18, lineHeight: 28, letterSpacing: 0 },
17
+ body: { fontSize: 16, lineHeight: 24, letterSpacing: 0 },
18
+ small: { fontSize: 14, lineHeight: 20, letterSpacing: 0 },
19
+ caption: { fontSize: 12, lineHeight: 16, letterSpacing: 0.12 },
20
+ code: { fontSize: 14, lineHeight: 20, letterSpacing: 0 },
21
+ };
22
+ //# sourceMappingURL=typography.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"typography.js","sourceRoot":"","sources":["../../src/ui/typography.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,UAAU,GAAG;IACtB,IAAI,EAAE,QAAQ;IACd,IAAI,EAAE,WAAW;CACX,CAAA;AAIV,MAAM,CAAC,MAAM,UAAU,GAAG;IACtB,OAAO,EAAE,GAAG;IACZ,MAAM,EAAE,GAAG;IACX,QAAQ,EAAE,GAAG;IACb,IAAI,EAAE,GAAG;CACH,CAAA;AAqBV,MAAM,CAAC,MAAM,SAAS,GAAsC;IACxD,EAAE,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,EAAE,aAAa,EAAE,CAAC,GAAG,EAAE;IACzD,EAAE,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,EAAE,aAAa,EAAE,CAAC,IAAI,EAAE;IAC1D,EAAE,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,EAAE,aAAa,EAAE,CAAC,IAAI,EAAE;IAC1D,EAAE,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,EAAE,aAAa,EAAE,CAAC,GAAG,EAAE;IACzD,IAAI,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,EAAE,aAAa,EAAE,CAAC,EAAE;IACxD,IAAI,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,EAAE,aAAa,EAAE,CAAC,EAAE;IACxD,KAAK,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,EAAE,aAAa,EAAE,CAAC,EAAE;IACzD,OAAO,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,EAAE,aAAa,EAAE,IAAI,EAAE;IAC9D,IAAI,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE,UAAU,EAAE,EAAE,EAAE,aAAa,EAAE,CAAC,EAAE;CAC3D,CAAA"}
@@ -0,0 +1,9 @@
1
+ export declare const zIndex: {
2
+ readonly dropdown: 1000;
3
+ readonly popover: 1100;
4
+ readonly tooltip: 1150;
5
+ readonly dialog: 1200;
6
+ readonly toast: 1300;
7
+ };
8
+ export type TZIndexKey = keyof typeof zIndex;
9
+ //# sourceMappingURL=z-index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"z-index.d.ts","sourceRoot":"","sources":["../../src/ui/z-index.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;CAMT,CAAA;AAEV,MAAM,MAAM,UAAU,GAAG,MAAM,OAAO,MAAM,CAAA"}
@@ -0,0 +1,8 @@
1
+ export const zIndex = {
2
+ dropdown: 1000,
3
+ popover: 1100,
4
+ tooltip: 1150,
5
+ dialog: 1200,
6
+ toast: 1300,
7
+ };
8
+ //# sourceMappingURL=z-index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"z-index.js","sourceRoot":"","sources":["../../src/ui/z-index.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,MAAM,GAAG;IAClB,QAAQ,EAAE,IAAI;IACd,OAAO,EAAE,IAAI;IACb,OAAO,EAAE,IAAI;IACb,MAAM,EAAE,IAAI;IACZ,KAAK,EAAE,IAAI;CACL,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proposit/shared",
3
- "version": "0.3.2",
3
+ "version": "0.4.0",
4
4
  "description": "Runtime-agnostic TypeScript shared between proposit-server and proposit-mobile. Schemas, engine, api-client, and utilities.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/Proposit-App/proposit-shared",
@@ -102,6 +102,21 @@
102
102
  "types": "./dist/engine/*.d.ts",
103
103
  "import": "./dist/engine/*.js",
104
104
  "default": "./dist/engine/*.js"
105
+ },
106
+ "./ui": {
107
+ "types": "./dist/ui/index.d.ts",
108
+ "import": "./dist/ui/index.js",
109
+ "default": "./dist/ui/index.js"
110
+ },
111
+ "./ui/assets": {
112
+ "types": "./dist/ui/assets/index.d.ts",
113
+ "import": "./dist/ui/assets/index.js",
114
+ "default": "./dist/ui/assets/index.js"
115
+ },
116
+ "./ui/*": {
117
+ "types": "./dist/ui/*.d.ts",
118
+ "import": "./dist/ui/*.js",
119
+ "default": "./dist/ui/*.js"
105
120
  }
106
121
  },
107
122
  "files": [