@masterteam/components 0.0.25 → 0.0.27

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 (55) hide show
  1. package/assets/common.css +1 -1
  2. package/drawer/index.d.ts +26 -0
  3. package/fesm2022/masterteam-components-drawer.mjs +50 -0
  4. package/fesm2022/masterteam-components-drawer.mjs.map +1 -0
  5. package/fesm2022/masterteam-components-module-summary-card.mjs +1 -2
  6. package/fesm2022/masterteam-components-module-summary-card.mjs.map +1 -1
  7. package/fesm2022/masterteam-components-tabs.mjs +5 -2
  8. package/fesm2022/masterteam-components-tabs.mjs.map +1 -1
  9. package/fesm2022/masterteam-components-user-search-field.mjs +139 -0
  10. package/fesm2022/masterteam-components-user-search-field.mjs.map +1 -0
  11. package/fesm2022/masterteam-components.mjs +16 -1
  12. package/fesm2022/masterteam-components.mjs.map +1 -1
  13. package/index.d.ts +17 -3
  14. package/package.json +36 -28
  15. package/tabs/index.d.ts +2 -1
  16. package/user-search-field/index.d.ts +57 -0
  17. package/assets/fonts/Inter-Black.woff2 +0 -0
  18. package/assets/fonts/Inter-BlackItalic.woff2 +0 -0
  19. package/assets/fonts/Inter-Bold.woff2 +0 -0
  20. package/assets/fonts/Inter-BoldItalic.woff2 +0 -0
  21. package/assets/fonts/Inter-ExtraBold.woff2 +0 -0
  22. package/assets/fonts/Inter-ExtraBoldItalic.woff2 +0 -0
  23. package/assets/fonts/Inter-ExtraLight.woff2 +0 -0
  24. package/assets/fonts/Inter-ExtraLightItalic.woff2 +0 -0
  25. package/assets/fonts/Inter-Italic.woff2 +0 -0
  26. package/assets/fonts/Inter-Light.woff2 +0 -0
  27. package/assets/fonts/Inter-LightItalic.woff2 +0 -0
  28. package/assets/fonts/Inter-Medium.woff2 +0 -0
  29. package/assets/fonts/Inter-MediumItalic.woff2 +0 -0
  30. package/assets/fonts/Inter-Regular.woff2 +0 -0
  31. package/assets/fonts/Inter-SemiBold.woff2 +0 -0
  32. package/assets/fonts/Inter-SemiBoldItalic.woff2 +0 -0
  33. package/assets/fonts/Inter-Thin.woff2 +0 -0
  34. package/assets/fonts/Inter-ThinItalic.woff2 +0 -0
  35. package/assets/fonts/InterDisplay-Black.woff2 +0 -0
  36. package/assets/fonts/InterDisplay-BlackItalic.woff2 +0 -0
  37. package/assets/fonts/InterDisplay-Bold.woff2 +0 -0
  38. package/assets/fonts/InterDisplay-BoldItalic.woff2 +0 -0
  39. package/assets/fonts/InterDisplay-ExtraBold.woff2 +0 -0
  40. package/assets/fonts/InterDisplay-ExtraBoldItalic.woff2 +0 -0
  41. package/assets/fonts/InterDisplay-ExtraLight.woff2 +0 -0
  42. package/assets/fonts/InterDisplay-ExtraLightItalic.woff2 +0 -0
  43. package/assets/fonts/InterDisplay-Italic.woff2 +0 -0
  44. package/assets/fonts/InterDisplay-Light.woff2 +0 -0
  45. package/assets/fonts/InterDisplay-LightItalic.woff2 +0 -0
  46. package/assets/fonts/InterDisplay-Medium.woff2 +0 -0
  47. package/assets/fonts/InterDisplay-MediumItalic.woff2 +0 -0
  48. package/assets/fonts/InterDisplay-Regular.woff2 +0 -0
  49. package/assets/fonts/InterDisplay-SemiBold.woff2 +0 -0
  50. package/assets/fonts/InterDisplay-SemiBoldItalic.woff2 +0 -0
  51. package/assets/fonts/InterDisplay-Thin.woff2 +0 -0
  52. package/assets/fonts/InterDisplay-ThinItalic.woff2 +0 -0
  53. package/assets/fonts/InterVariable-Italic.woff2 +0 -0
  54. package/assets/fonts/InterVariable.woff2 +0 -0
  55. package/assets/fonts/inter.css +0 -148
@@ -1,148 +0,0 @@
1
- /* Variable fonts usage:
2
- :root { font-family: "Inter", sans-serif; }
3
- @supports (font-variation-settings: normal) {
4
- :root { font-family: "InterVariable", sans-serif; font-optical-sizing: auto; }
5
- } */
6
- @font-face {
7
- font-family: InterVariable;
8
- font-style: normal;
9
- font-weight: 100 900;
10
- font-display: swap;
11
- src: url("InterVariable.woff2") format("woff2");
12
- }
13
- @font-face {
14
- font-family: InterVariable;
15
- font-style: italic;
16
- font-weight: 100 900;
17
- font-display: swap;
18
- src: url("InterVariable-Italic.woff2") format("woff2");
19
- }
20
-
21
- /* static fonts */
22
- @font-face { font-family: "Inter"; font-style: normal; font-weight: 100; font-display: swap; src: url("Inter-Thin.woff2") format("woff2"); }
23
- @font-face { font-family: "Inter"; font-style: italic; font-weight: 100; font-display: swap; src: url("Inter-ThinItalic.woff2") format("woff2"); }
24
- @font-face { font-family: "Inter"; font-style: normal; font-weight: 200; font-display: swap; src: url("Inter-ExtraLight.woff2") format("woff2"); }
25
- @font-face { font-family: "Inter"; font-style: italic; font-weight: 200; font-display: swap; src: url("Inter-ExtraLightItalic.woff2") format("woff2"); }
26
- @font-face { font-family: "Inter"; font-style: normal; font-weight: 300; font-display: swap; src: url("Inter-Light.woff2") format("woff2"); }
27
- @font-face { font-family: "Inter"; font-style: italic; font-weight: 300; font-display: swap; src: url("Inter-LightItalic.woff2") format("woff2"); }
28
- @font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("Inter-Regular.woff2") format("woff2"); }
29
- @font-face { font-family: "Inter"; font-style: italic; font-weight: 400; font-display: swap; src: url("Inter-Italic.woff2") format("woff2"); }
30
- @font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url("Inter-Medium.woff2") format("woff2"); }
31
- @font-face { font-family: "Inter"; font-style: italic; font-weight: 500; font-display: swap; src: url("Inter-MediumItalic.woff2") format("woff2"); }
32
- @font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("Inter-SemiBold.woff2") format("woff2"); }
33
- @font-face { font-family: "Inter"; font-style: italic; font-weight: 600; font-display: swap; src: url("Inter-SemiBoldItalic.woff2") format("woff2"); }
34
- @font-face { font-family: "Inter"; font-style: normal; font-weight: 700; font-display: swap; src: url("Inter-Bold.woff2") format("woff2"); }
35
- @font-face { font-family: "Inter"; font-style: italic; font-weight: 700; font-display: swap; src: url("Inter-BoldItalic.woff2") format("woff2"); }
36
- @font-face { font-family: "Inter"; font-style: normal; font-weight: 800; font-display: swap; src: url("Inter-ExtraBold.woff2") format("woff2"); }
37
- @font-face { font-family: "Inter"; font-style: italic; font-weight: 800; font-display: swap; src: url("Inter-ExtraBoldItalic.woff2") format("woff2"); }
38
- @font-face { font-family: "Inter"; font-style: normal; font-weight: 900; font-display: swap; src: url("Inter-Black.woff2") format("woff2"); }
39
- @font-face { font-family: "Inter"; font-style: italic; font-weight: 900; font-display: swap; src: url("Inter-BlackItalic.woff2") format("woff2"); }
40
- @font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 100; font-display: swap; src: url("InterDisplay-Thin.woff2") format("woff2"); }
41
- @font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 100; font-display: swap; src: url("InterDisplay-ThinItalic.woff2") format("woff2"); }
42
- @font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 200; font-display: swap; src: url("InterDisplay-ExtraLight.woff2") format("woff2"); }
43
- @font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 200; font-display: swap; src: url("InterDisplay-ExtraLightItalic.woff2") format("woff2"); }
44
- @font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 300; font-display: swap; src: url("InterDisplay-Light.woff2") format("woff2"); }
45
- @font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 300; font-display: swap; src: url("InterDisplay-LightItalic.woff2") format("woff2"); }
46
- @font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 400; font-display: swap; src: url("InterDisplay-Regular.woff2") format("woff2"); }
47
- @font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 400; font-display: swap; src: url("InterDisplay-Italic.woff2") format("woff2"); }
48
- @font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 500; font-display: swap; src: url("InterDisplay-Medium.woff2") format("woff2"); }
49
- @font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 500; font-display: swap; src: url("InterDisplay-MediumItalic.woff2") format("woff2"); }
50
- @font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 600; font-display: swap; src: url("InterDisplay-SemiBold.woff2") format("woff2"); }
51
- @font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 600; font-display: swap; src: url("InterDisplay-SemiBoldItalic.woff2") format("woff2"); }
52
- @font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 700; font-display: swap; src: url("InterDisplay-Bold.woff2") format("woff2"); }
53
- @font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 700; font-display: swap; src: url("InterDisplay-BoldItalic.woff2") format("woff2"); }
54
- @font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 800; font-display: swap; src: url("InterDisplay-ExtraBold.woff2") format("woff2"); }
55
- @font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 800; font-display: swap; src: url("InterDisplay-ExtraBoldItalic.woff2") format("woff2"); }
56
- @font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 900; font-display: swap; src: url("InterDisplay-Black.woff2") format("woff2"); }
57
- @font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 900; font-display: swap; src: url("InterDisplay-BlackItalic.woff2") format("woff2"); }
58
-
59
- @font-feature-values InterVariable {
60
- @character-variant {
61
- cv01: 1; cv02: 2; cv03: 3; cv04: 4; cv05: 5; cv06: 6; cv07: 7; cv08: 8;
62
- cv09: 9; cv10: 10; cv11: 11; cv12: 12; cv13: 13;
63
- alt-1: 1; /* Alternate one */
64
- alt-3: 9; /* Flat-top three */
65
- open-4: 2; /* Open four */
66
- open-6: 3; /* Open six */
67
- open-9: 4; /* Open nine */
68
- lc-l-with-tail: 5; /* Lower-case L with tail */
69
- simplified-u: 6; /* Simplified u */
70
- alt-double-s: 7; /* Alternate German double s */
71
- uc-i-with-serif: 8; /* Upper-case i with serif */
72
- uc-g-with-spur: 10; /* Capital G with spur */
73
- single-story-a: 11; /* Single-story a */
74
- compact-lc-f: 12; /* Compact f */
75
- compact-lc-t: 13; /* Compact t */
76
- }
77
- @styleset {
78
- ss01: 1; ss02: 2; ss03: 3; ss04: 4; ss05: 5; ss06: 6; ss07: 7; ss08: 8;
79
- open-digits: 1; /* Open digits */
80
- disambiguation: 2; /* Disambiguation (with zero) */
81
- disambiguation-except-zero: 4; /* Disambiguation (no zero) */
82
- round-quotes-and-commas: 3; /* Round quotes & commas */
83
- square-punctuation: 7; /* Square punctuation */
84
- square-quotes: 8; /* Square quotes */
85
- circled-characters: 5; /* Circled characters */
86
- squared-characters: 6; /* Squared characters */
87
- }
88
- }
89
- @font-feature-values Inter {
90
- @character-variant {
91
- cv01: 1; cv02: 2; cv03: 3; cv04: 4; cv05: 5; cv06: 6; cv07: 7; cv08: 8;
92
- cv09: 9; cv10: 10; cv11: 11; cv12: 12; cv13: 13;
93
- alt-1: 1; /* Alternate one */
94
- alt-3: 9; /* Flat-top three */
95
- open-4: 2; /* Open four */
96
- open-6: 3; /* Open six */
97
- open-9: 4; /* Open nine */
98
- lc-l-with-tail: 5; /* Lower-case L with tail */
99
- simplified-u: 6; /* Simplified u */
100
- alt-double-s: 7; /* Alternate German double s */
101
- uc-i-with-serif: 8; /* Upper-case i with serif */
102
- uc-g-with-spur: 10; /* Capital G with spur */
103
- single-story-a: 11; /* Single-story a */
104
- compact-lc-f: 12; /* Compact f */
105
- compact-lc-t: 13; /* Compact t */
106
- }
107
- @styleset {
108
- ss01: 1; ss02: 2; ss03: 3; ss04: 4; ss05: 5; ss06: 6; ss07: 7; ss08: 8;
109
- open-digits: 1; /* Open digits */
110
- disambiguation: 2; /* Disambiguation (with zero) */
111
- disambiguation-except-zero: 4; /* Disambiguation (no zero) */
112
- round-quotes-and-commas: 3; /* Round quotes & commas */
113
- square-punctuation: 7; /* Square punctuation */
114
- square-quotes: 8; /* Square quotes */
115
- circled-characters: 5; /* Circled characters */
116
- squared-characters: 6; /* Squared characters */
117
- }
118
- }
119
- @font-feature-values InterDisplay {
120
- @character-variant {
121
- cv01: 1; cv02: 2; cv03: 3; cv04: 4; cv05: 5; cv06: 6; cv07: 7; cv08: 8;
122
- cv09: 9; cv10: 10; cv11: 11; cv12: 12; cv13: 13;
123
- alt-1: 1; /* Alternate one */
124
- alt-3: 9; /* Flat-top three */
125
- open-4: 2; /* Open four */
126
- open-6: 3; /* Open six */
127
- open-9: 4; /* Open nine */
128
- lc-l-with-tail: 5; /* Lower-case L with tail */
129
- simplified-u: 6; /* Simplified u */
130
- alt-double-s: 7; /* Alternate German double s */
131
- uc-i-with-serif: 8; /* Upper-case i with serif */
132
- uc-g-with-spur: 10; /* Capital G with spur */
133
- single-story-a: 11; /* Single-story a */
134
- compact-lc-f: 12; /* Compact f */
135
- compact-lc-t: 13; /* Compact t */
136
- }
137
- @styleset {
138
- ss01: 1; ss02: 2; ss03: 3; ss04: 4; ss05: 5; ss06: 6; ss07: 7; ss08: 8;
139
- open-digits: 1; /* Open digits */
140
- disambiguation: 2; /* Disambiguation (with zero) */
141
- disambiguation-except-zero: 4; /* Disambiguation (no zero) */
142
- round-quotes-and-commas: 3; /* Round quotes & commas */
143
- square-punctuation: 7; /* Square punctuation */
144
- square-quotes: 8; /* Square quotes */
145
- circled-characters: 5; /* Circled characters */
146
- squared-characters: 6; /* Squared characters */
147
- }
148
- }