jvetrau-ds 0.1.15 → 0.1.17

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 (380) hide show
  1. package/components/attach/attach.css +141 -0
  2. package/components/{attach.cjs → attach/index.cjs} +2 -2
  3. package/components/attach/index.cjs.map +1 -0
  4. package/components/attach/index.d.cts +2 -0
  5. package/components/attach/index.d.ts +2 -0
  6. package/components/attach/index.js +3 -0
  7. package/components/attach/index.js.map +1 -0
  8. package/components/avatar/avatar.css +69 -0
  9. package/components/{avatar.cjs → avatar/index.cjs} +2 -2
  10. package/components/avatar/index.cjs.map +1 -0
  11. package/components/avatar/index.d.cts +2 -0
  12. package/components/avatar/index.d.ts +2 -0
  13. package/components/avatar/index.js +3 -0
  14. package/components/avatar/index.js.map +1 -0
  15. package/components/button/button.css +104 -0
  16. package/components/{button.cjs → button/index.cjs} +2 -2
  17. package/components/button/index.cjs.map +1 -0
  18. package/components/button/index.d.cts +2 -0
  19. package/components/button/index.d.ts +2 -0
  20. package/components/button/index.js +3 -0
  21. package/components/button/index.js.map +1 -0
  22. package/components/button-icon/button-icon.css +67 -0
  23. package/components/{button-icon.cjs → button-icon/index.cjs} +2 -2
  24. package/components/button-icon/index.cjs.map +1 -0
  25. package/components/button-icon/index.d.cts +3 -0
  26. package/components/button-icon/index.d.ts +3 -0
  27. package/components/button-icon/index.js +3 -0
  28. package/components/button-icon/index.js.map +1 -0
  29. package/components/card/card.css +128 -0
  30. package/components/{card.cjs → card/index.cjs} +2 -2
  31. package/components/card/index.cjs.map +1 -0
  32. package/components/card/index.d.cts +2 -0
  33. package/components/card/index.d.ts +2 -0
  34. package/components/card/index.js +3 -0
  35. package/components/card/index.js.map +1 -0
  36. package/components/checkbox/checkbox.css +80 -0
  37. package/components/{checkbox.cjs → checkbox/index.cjs} +2 -2
  38. package/components/checkbox/index.cjs.map +1 -0
  39. package/components/checkbox/index.d.cts +2 -0
  40. package/components/checkbox/index.d.ts +2 -0
  41. package/components/checkbox/index.js +3 -0
  42. package/components/checkbox/index.js.map +1 -0
  43. package/components/dropdown/dropdown.css +156 -0
  44. package/components/{dropdown.cjs → dropdown/index.cjs} +2 -2
  45. package/components/dropdown/index.cjs.map +1 -0
  46. package/components/{dropdown.d.ts → dropdown/index.d.cts} +1 -1
  47. package/components/{dropdown.d.cts → dropdown/index.d.ts} +1 -1
  48. package/components/dropdown/index.js +3 -0
  49. package/components/dropdown/index.js.map +1 -0
  50. package/components/field/field.css +118 -0
  51. package/components/{field.cjs → field/index.cjs} +2 -2
  52. package/components/field/index.cjs.map +1 -0
  53. package/components/field/index.d.cts +2 -0
  54. package/components/field/index.d.ts +2 -0
  55. package/components/field/index.js +3 -0
  56. package/components/field/index.js.map +1 -0
  57. package/{components.cjs → components/index.cjs} +2 -2
  58. package/components/index.cjs.map +1 -0
  59. package/components/index.d.cts +18 -0
  60. package/components/index.d.ts +18 -0
  61. package/{components.js → components/index.js} +2 -2
  62. package/components/index.js.map +1 -0
  63. package/components/{input.cjs → input/index.cjs} +2 -2
  64. package/components/input/index.cjs.map +1 -0
  65. package/components/input/index.d.cts +2 -0
  66. package/components/input/index.d.ts +2 -0
  67. package/components/input/index.js +3 -0
  68. package/components/input/index.js.map +1 -0
  69. package/components/input/input.css +81 -0
  70. package/components/{logo.cjs → logo/index.cjs} +2 -2
  71. package/components/logo/index.cjs.map +1 -0
  72. package/components/logo/index.d.cts +2 -0
  73. package/components/logo/index.d.ts +2 -0
  74. package/components/logo/index.js +3 -0
  75. package/components/logo/index.js.map +1 -0
  76. package/components/logo/logo.css +41 -0
  77. package/components/{menu.cjs → menu/index.cjs} +2 -2
  78. package/components/menu/index.cjs.map +1 -0
  79. package/components/menu/index.d.cts +2 -0
  80. package/components/menu/index.d.ts +2 -0
  81. package/components/menu/index.js +3 -0
  82. package/components/menu/index.js.map +1 -0
  83. package/components/menu/menu.css +110 -0
  84. package/components/{panel.cjs → panel/index.cjs} +2 -2
  85. package/components/panel/index.cjs.map +1 -0
  86. package/components/panel/index.d.cts +2 -0
  87. package/components/panel/index.d.ts +2 -0
  88. package/components/panel/index.js +3 -0
  89. package/components/panel/index.js.map +1 -0
  90. package/components/panel/panel.css +87 -0
  91. package/components/{progressbar.cjs → progressbar/index.cjs} +2 -2
  92. package/components/progressbar/index.cjs.map +1 -0
  93. package/components/progressbar/index.d.cts +2 -0
  94. package/components/progressbar/index.d.ts +2 -0
  95. package/components/progressbar/index.js +3 -0
  96. package/components/progressbar/index.js.map +1 -0
  97. package/components/progressbar/progressbar.css +170 -0
  98. package/components/{radio.cjs → radio/index.cjs} +2 -2
  99. package/components/radio/index.cjs.map +1 -0
  100. package/components/radio/index.d.cts +2 -0
  101. package/components/radio/index.d.ts +2 -0
  102. package/components/radio/index.js +3 -0
  103. package/components/radio/index.js.map +1 -0
  104. package/components/radio/radio.css +80 -0
  105. package/components/{richedit.cjs → richedit/index.cjs} +2 -2
  106. package/components/richedit/index.cjs.map +1 -0
  107. package/components/richedit/index.d.cts +2 -0
  108. package/components/richedit/index.d.ts +2 -0
  109. package/components/richedit/index.js +3 -0
  110. package/components/richedit/index.js.map +1 -0
  111. package/components/richedit/richedit.css +89 -0
  112. package/components/{search.cjs → search/index.cjs} +2 -2
  113. package/components/search/index.cjs.map +1 -0
  114. package/components/search/index.d.cts +2 -0
  115. package/components/search/index.d.ts +2 -0
  116. package/components/search/index.js +3 -0
  117. package/components/search/index.js.map +1 -0
  118. package/components/search/search.css +89 -0
  119. package/components/{select.cjs → select/index.cjs} +2 -2
  120. package/components/select/index.cjs.map +1 -0
  121. package/components/select/index.d.cts +2 -0
  122. package/components/select/index.d.ts +2 -0
  123. package/components/select/index.js +3 -0
  124. package/components/select/index.js.map +1 -0
  125. package/components/select/select.css +138 -0
  126. package/components/{tabs.cjs → tabs/index.cjs} +2 -2
  127. package/components/tabs/index.cjs.map +1 -0
  128. package/components/tabs/index.d.cts +2 -0
  129. package/components/tabs/index.d.ts +2 -0
  130. package/components/tabs/index.js +3 -0
  131. package/components/tabs/index.js.map +1 -0
  132. package/components/tabs/tabs.css +107 -0
  133. package/components/{tag.cjs → tag/index.cjs} +2 -2
  134. package/components/tag/index.cjs.map +1 -0
  135. package/components/tag/index.d.cts +2 -0
  136. package/components/tag/index.d.ts +2 -0
  137. package/components/tag/index.js +3 -0
  138. package/components/tag/index.js.map +1 -0
  139. package/components/tag/tag.css +87 -0
  140. package/components/{textarea.cjs → textarea/index.cjs} +2 -2
  141. package/components/textarea/index.cjs.map +1 -0
  142. package/components/textarea/index.d.cts +2 -0
  143. package/components/textarea/index.d.ts +2 -0
  144. package/components/textarea/index.js +3 -0
  145. package/components/textarea/index.js.map +1 -0
  146. package/components/textarea/textarea.css +83 -0
  147. package/components/{video.cjs → video/index.cjs} +2 -2
  148. package/components/video/index.cjs.map +1 -0
  149. package/components/video/index.d.cts +2 -0
  150. package/components/video/index.d.ts +2 -0
  151. package/components/video/index.js +3 -0
  152. package/components/video/index.js.map +1 -0
  153. package/components/video/video.css +206 -0
  154. package/icons/icon.css +6 -0
  155. package/icons/icon.d.cts +1 -1
  156. package/icons/icon.d.ts +1 -1
  157. package/icons/index.cjs +16 -0
  158. package/icons/index.cjs.map +1 -0
  159. package/icons/index.d.cts +3 -0
  160. package/icons/index.d.ts +3 -0
  161. package/icons/index.js +3 -0
  162. package/icons/index.js.map +1 -0
  163. package/layouts/base/base.css +44 -0
  164. package/layouts/{base.cjs → base/index.cjs} +2 -2
  165. package/layouts/base/index.cjs.map +1 -0
  166. package/layouts/base/index.d.cts +3 -0
  167. package/layouts/base/index.d.ts +3 -0
  168. package/layouts/base/index.js +3 -0
  169. package/layouts/base/index.js.map +1 -0
  170. package/layouts/foundation/foundation.css +76 -0
  171. package/layouts/{foundation.cjs → foundation/index.cjs} +2 -2
  172. package/layouts/foundation/index.cjs.map +1 -0
  173. package/layouts/{foundation.d.ts → foundation/index.d.cts} +1 -1
  174. package/layouts/{foundation.d.cts → foundation/index.d.ts} +1 -1
  175. package/layouts/foundation/index.js +3 -0
  176. package/layouts/foundation/index.js.map +1 -0
  177. package/layouts/{sidebar.cjs → sidebar/index.cjs} +2 -2
  178. package/layouts/sidebar/index.cjs.map +1 -0
  179. package/layouts/sidebar/index.d.cts +3 -0
  180. package/layouts/sidebar/index.d.ts +3 -0
  181. package/layouts/sidebar/index.js +3 -0
  182. package/layouts/sidebar/index.js.map +1 -0
  183. package/layouts/sidebar/sidebar.css +86 -0
  184. package/package.json +1 -1
  185. package/patterns/footer/footer.css +114 -0
  186. package/patterns/{footer.cjs → footer/index.cjs} +2 -2
  187. package/patterns/footer/index.cjs.map +1 -0
  188. package/patterns/footer/index.d.cts +2 -0
  189. package/patterns/footer/index.d.ts +2 -0
  190. package/patterns/footer/index.js +3 -0
  191. package/patterns/footer/index.js.map +1 -0
  192. package/patterns/header/header.css +81 -0
  193. package/patterns/{header.cjs → header/index.cjs} +2 -2
  194. package/patterns/header/index.cjs.map +1 -0
  195. package/patterns/header/index.d.cts +2 -0
  196. package/patterns/header/index.d.ts +2 -0
  197. package/patterns/header/index.js +3 -0
  198. package/patterns/header/index.js.map +1 -0
  199. package/patterns/{screen-header.cjs → screen-header/index.cjs} +2 -2
  200. package/patterns/screen-header/index.cjs.map +1 -0
  201. package/patterns/screen-header/index.d.cts +2 -0
  202. package/patterns/screen-header/index.d.ts +2 -0
  203. package/patterns/screen-header/index.js +3 -0
  204. package/patterns/screen-header/index.js.map +1 -0
  205. package/patterns/screen-header/screen-header.css +127 -0
  206. package/schema-CvXpQjTQ.d.cts +21 -0
  207. package/schema-CvXpQjTQ.d.ts +21 -0
  208. package/tokens/scales/border.cjs +26 -0
  209. package/tokens/scales/border.cjs.map +1 -0
  210. package/tokens/scales/border.d.cts +5 -0
  211. package/tokens/scales/border.d.ts +5 -0
  212. package/tokens/scales/border.js +24 -0
  213. package/tokens/scales/border.js.map +1 -0
  214. package/tokens/scales/color.cjs +148 -0
  215. package/tokens/scales/color.cjs.map +1 -0
  216. package/tokens/scales/color.d.cts +5 -0
  217. package/tokens/scales/color.d.ts +5 -0
  218. package/tokens/scales/color.js +146 -0
  219. package/tokens/scales/color.js.map +1 -0
  220. package/tokens/scales/depth.cjs +7 -0
  221. package/tokens/scales/depth.cjs.map +1 -0
  222. package/tokens/scales/depth.d.cts +5 -0
  223. package/tokens/scales/depth.d.ts +5 -0
  224. package/tokens/scales/depth.js +5 -0
  225. package/tokens/scales/depth.js.map +1 -0
  226. package/tokens/scales/motion.cjs +7 -0
  227. package/tokens/scales/motion.cjs.map +1 -0
  228. package/tokens/scales/motion.d.cts +5 -0
  229. package/tokens/scales/motion.d.ts +5 -0
  230. package/tokens/scales/motion.js +5 -0
  231. package/tokens/scales/motion.js.map +1 -0
  232. package/tokens/scales/size.cjs +42 -0
  233. package/tokens/scales/size.cjs.map +1 -0
  234. package/tokens/scales/size.d.cts +11 -0
  235. package/tokens/scales/size.d.ts +11 -0
  236. package/tokens/scales/size.js +39 -0
  237. package/tokens/scales/size.js.map +1 -0
  238. package/tokens/scales/typography.cjs +52 -0
  239. package/tokens/scales/typography.cjs.map +1 -0
  240. package/tokens/scales/typography.d.cts +5 -0
  241. package/tokens/scales/typography.d.ts +5 -0
  242. package/tokens/scales/typography.js +50 -0
  243. package/tokens/scales/typography.js.map +1 -0
  244. package/tokens.d.cts +1 -8
  245. package/tokens.d.ts +1 -8
  246. package/components/attach.cjs.map +0 -1
  247. package/components/attach.d.cts +0 -2
  248. package/components/attach.d.ts +0 -2
  249. package/components/attach.js +0 -3
  250. package/components/attach.js.map +0 -1
  251. package/components/avatar.cjs.map +0 -1
  252. package/components/avatar.d.cts +0 -2
  253. package/components/avatar.d.ts +0 -2
  254. package/components/avatar.js +0 -3
  255. package/components/avatar.js.map +0 -1
  256. package/components/button-icon.cjs.map +0 -1
  257. package/components/button-icon.d.cts +0 -3
  258. package/components/button-icon.d.ts +0 -3
  259. package/components/button-icon.js +0 -3
  260. package/components/button-icon.js.map +0 -1
  261. package/components/button.cjs.map +0 -1
  262. package/components/button.d.cts +0 -2
  263. package/components/button.d.ts +0 -2
  264. package/components/button.js +0 -3
  265. package/components/button.js.map +0 -1
  266. package/components/card.cjs.map +0 -1
  267. package/components/card.d.cts +0 -2
  268. package/components/card.d.ts +0 -2
  269. package/components/card.js +0 -3
  270. package/components/card.js.map +0 -1
  271. package/components/checkbox.cjs.map +0 -1
  272. package/components/checkbox.d.cts +0 -2
  273. package/components/checkbox.d.ts +0 -2
  274. package/components/checkbox.js +0 -3
  275. package/components/checkbox.js.map +0 -1
  276. package/components/dropdown.cjs.map +0 -1
  277. package/components/dropdown.js +0 -3
  278. package/components/dropdown.js.map +0 -1
  279. package/components/field.cjs.map +0 -1
  280. package/components/field.d.cts +0 -2
  281. package/components/field.d.ts +0 -2
  282. package/components/field.js +0 -3
  283. package/components/field.js.map +0 -1
  284. package/components/input.cjs.map +0 -1
  285. package/components/input.d.cts +0 -2
  286. package/components/input.d.ts +0 -2
  287. package/components/input.js +0 -3
  288. package/components/input.js.map +0 -1
  289. package/components/logo.cjs.map +0 -1
  290. package/components/logo.d.cts +0 -2
  291. package/components/logo.d.ts +0 -2
  292. package/components/logo.js +0 -3
  293. package/components/logo.js.map +0 -1
  294. package/components/menu.cjs.map +0 -1
  295. package/components/menu.d.cts +0 -2
  296. package/components/menu.d.ts +0 -2
  297. package/components/menu.js +0 -3
  298. package/components/menu.js.map +0 -1
  299. package/components/panel.cjs.map +0 -1
  300. package/components/panel.d.cts +0 -2
  301. package/components/panel.d.ts +0 -2
  302. package/components/panel.js +0 -3
  303. package/components/panel.js.map +0 -1
  304. package/components/progressbar.cjs.map +0 -1
  305. package/components/progressbar.d.cts +0 -2
  306. package/components/progressbar.d.ts +0 -2
  307. package/components/progressbar.js +0 -3
  308. package/components/progressbar.js.map +0 -1
  309. package/components/radio.cjs.map +0 -1
  310. package/components/radio.d.cts +0 -2
  311. package/components/radio.d.ts +0 -2
  312. package/components/radio.js +0 -3
  313. package/components/radio.js.map +0 -1
  314. package/components/richedit.cjs.map +0 -1
  315. package/components/richedit.d.cts +0 -2
  316. package/components/richedit.d.ts +0 -2
  317. package/components/richedit.js +0 -3
  318. package/components/richedit.js.map +0 -1
  319. package/components/search.cjs.map +0 -1
  320. package/components/search.d.cts +0 -2
  321. package/components/search.d.ts +0 -2
  322. package/components/search.js +0 -3
  323. package/components/search.js.map +0 -1
  324. package/components/select.cjs.map +0 -1
  325. package/components/select.d.cts +0 -2
  326. package/components/select.d.ts +0 -2
  327. package/components/select.js +0 -3
  328. package/components/select.js.map +0 -1
  329. package/components/tabs.cjs.map +0 -1
  330. package/components/tabs.d.cts +0 -2
  331. package/components/tabs.d.ts +0 -2
  332. package/components/tabs.js +0 -3
  333. package/components/tabs.js.map +0 -1
  334. package/components/tag.cjs.map +0 -1
  335. package/components/tag.d.cts +0 -2
  336. package/components/tag.d.ts +0 -2
  337. package/components/tag.js +0 -3
  338. package/components/tag.js.map +0 -1
  339. package/components/textarea.cjs.map +0 -1
  340. package/components/textarea.d.cts +0 -2
  341. package/components/textarea.d.ts +0 -2
  342. package/components/textarea.js +0 -3
  343. package/components/textarea.js.map +0 -1
  344. package/components/video.cjs.map +0 -1
  345. package/components/video.d.cts +0 -2
  346. package/components/video.d.ts +0 -2
  347. package/components/video.js +0 -3
  348. package/components/video.js.map +0 -1
  349. package/components.cjs.map +0 -1
  350. package/components.d.cts +0 -18
  351. package/components.d.ts +0 -18
  352. package/components.js.map +0 -1
  353. package/layouts/base.cjs.map +0 -1
  354. package/layouts/base.d.cts +0 -3
  355. package/layouts/base.d.ts +0 -3
  356. package/layouts/base.js +0 -3
  357. package/layouts/base.js.map +0 -1
  358. package/layouts/foundation.cjs.map +0 -1
  359. package/layouts/foundation.js +0 -3
  360. package/layouts/foundation.js.map +0 -1
  361. package/layouts/sidebar.cjs.map +0 -1
  362. package/layouts/sidebar.d.cts +0 -3
  363. package/layouts/sidebar.d.ts +0 -3
  364. package/layouts/sidebar.js +0 -3
  365. package/layouts/sidebar.js.map +0 -1
  366. package/patterns/footer.cjs.map +0 -1
  367. package/patterns/footer.d.cts +0 -2
  368. package/patterns/footer.d.ts +0 -2
  369. package/patterns/footer.js +0 -3
  370. package/patterns/footer.js.map +0 -1
  371. package/patterns/header.cjs.map +0 -1
  372. package/patterns/header.d.cts +0 -2
  373. package/patterns/header.d.ts +0 -2
  374. package/patterns/header.js +0 -3
  375. package/patterns/header.js.map +0 -1
  376. package/patterns/screen-header.cjs.map +0 -1
  377. package/patterns/screen-header.d.cts +0 -2
  378. package/patterns/screen-header.d.ts +0 -2
  379. package/patterns/screen-header.js +0 -3
  380. package/patterns/screen-header.js.map +0 -1
@@ -0,0 +1,141 @@
1
+ .attach {
2
+ /* color */
3
+ --attachment-color: var(--color-text);
4
+ --attachment-item-bg: var(--color-control);
5
+ --attachment-border-color: var(--color-line);
6
+ --attachment-size-color: var(--color-text-note);
7
+
8
+ color: var(--attachment-color);
9
+
10
+ /* typography */
11
+ --attachment-font-family: var(--font-control-family);
12
+ --attachment-font-size: var(--font-control);
13
+ --attachment-font-weight: var(--font-control-weight);
14
+ --attachment-line-height: var(--font-control-line);
15
+ --attachment-letter-spacing: var(--font-control-letter-spacing);
16
+
17
+ font-family: var(--attachment-font-family);
18
+ font-size: var(--attachment-font-size);
19
+ font-weight: var(--attachment-font-weight);
20
+ line-height: var(--attachment-line-height);
21
+ letter-spacing: var(--attachment-letter-spacing);
22
+
23
+ /* size */
24
+ --attachment-gap: var(--margin-control);
25
+ --attachment-item-gap: var(--margin-icon);
26
+ --attachment-item-padding: var(--padding-control-vert);
27
+ --attachment-preview-max-width: 240px;
28
+ --attachment-preview-max-height: 180px;
29
+
30
+ /* border */
31
+ --attachment-radius: var(--radius-control);
32
+ --attachment-border-width: var(--size-border-width-base);
33
+
34
+ /* depth */
35
+
36
+ /* motion */
37
+ }
38
+
39
+ .attach__list {
40
+ /* size */
41
+ display: flex;
42
+ flex-direction: column;
43
+ gap: var(--attachment-gap);
44
+ margin: 0;
45
+ padding: 0;
46
+
47
+ /* border */
48
+ list-style: none;
49
+ }
50
+
51
+ .attach__item {
52
+ /* color */
53
+ background: var(--attachment-item-bg);
54
+
55
+ /* size */
56
+ display: flex;
57
+ align-items: center;
58
+ justify-content: space-between;
59
+ gap: var(--attachment-item-gap);
60
+ padding: var(--attachment-item-padding);
61
+
62
+ /* border */
63
+ border:
64
+ var(--attachment-border-width)
65
+ solid
66
+ var(--attachment-border-color);
67
+ border-radius: var(--attachment-radius);
68
+ }
69
+
70
+ .attach__link {
71
+ /* color */
72
+ color: inherit;
73
+
74
+ /* size */
75
+ min-width: 0;
76
+
77
+ /* typography */
78
+ text-decoration: none;
79
+ }
80
+
81
+ .attach__link:hover .attach__name {
82
+ text-decoration: underline;
83
+ }
84
+
85
+ .attach__preview {
86
+ /* size */
87
+ display: block;
88
+ max-width: var(--attachment-preview-max-width);
89
+ max-height: var(--attachment-preview-max-height);
90
+ object-fit: contain;
91
+
92
+ /* border */
93
+ border-radius: var(--attachment-radius);
94
+ }
95
+
96
+ .attach__file {
97
+ /* size */
98
+ display: flex;
99
+ flex-direction: column;
100
+ min-width: 0;
101
+ }
102
+
103
+ .attach__name {
104
+ /* size */
105
+ overflow: hidden;
106
+
107
+ /* typography */
108
+ text-overflow: ellipsis;
109
+ white-space: nowrap;
110
+ }
111
+
112
+ .attach__size {
113
+ /* color */
114
+ color: var(--attachment-size-color);
115
+
116
+ /* typography */
117
+ font-size: 0.85em;
118
+ }
119
+
120
+ .attach__remove {
121
+ /* color */
122
+ background: transparent;
123
+ color: inherit;
124
+
125
+ /* typography */
126
+ font: inherit;
127
+
128
+ /* size */
129
+ flex-shrink: 0;
130
+ padding: 0;
131
+
132
+ /* border */
133
+ border: 0;
134
+
135
+ /* motion */
136
+ cursor: pointer;
137
+ }
138
+
139
+ .attach__remove:hover {
140
+ text-decoration: underline;
141
+ }
@@ -9,5 +9,5 @@ var attach__default = /*#__PURE__*/_interopDefault(attach);
9
9
 
10
10
 
11
11
  module.exports = attach__default.default;
12
- //# sourceMappingURL=attach.cjs.map
13
- //# sourceMappingURL=attach.cjs.map
12
+ //# sourceMappingURL=index.cjs.map
13
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.cjs","sourcesContent":[]}
@@ -0,0 +1,2 @@
1
+ export { AttachItem, AttachProps, default } from './attach.cjs';
2
+ import 'react';
@@ -0,0 +1,2 @@
1
+ export { AttachItem, AttachProps, default } from './attach.js';
2
+ import 'react';
@@ -0,0 +1,3 @@
1
+ export { default } from './attach';
2
+ //# sourceMappingURL=index.js.map
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}
@@ -0,0 +1,69 @@
1
+ .avatar {
2
+ /* color */
3
+ --avatar-bg: var(--color-control);
4
+ --avatar-color: var(--color-text-control);
5
+
6
+ background: var(--avatar-bg);
7
+ color: var(--avatar-color);
8
+
9
+ /* typography */
10
+ --avatar-font-family: var(--font-control-family);
11
+ --avatar-font-size: var(--font-control);
12
+ --avatar-font-weight: var(--font-control-weight);
13
+ --avatar-line-height: var(--font-control-line);
14
+ --avatar-letter-spacing: var(--font-control-letter-spacing);
15
+
16
+ font-family: var(--avatar-font-family);
17
+ font-size: var(--avatar-font-size);
18
+ font-weight: var(--avatar-font-weight);
19
+ line-height: var(--avatar-line-height);
20
+ letter-spacing: var(--avatar-letter-spacing);
21
+
22
+ /* size */
23
+ --avatar-size: 48px;
24
+
25
+ display: inline-flex;
26
+ align-items: center;
27
+ justify-content: center;
28
+ width: var(--avatar-size);
29
+ height: var(--avatar-size);
30
+ overflow: hidden;
31
+
32
+ /* border */
33
+ --avatar-radius: 50%;
34
+
35
+ border-radius: var(--avatar-radius);
36
+
37
+ /* depth */
38
+
39
+ /* motion */
40
+ }
41
+
42
+ .avatar--button {
43
+ /* color */
44
+
45
+ /* typography */
46
+ font: inherit;
47
+
48
+ /* size */
49
+ padding: 0;
50
+
51
+ /* border */
52
+ border: 0;
53
+
54
+ /* motion */
55
+ cursor: pointer;
56
+ }
57
+
58
+ .avatar__image {
59
+ /* size */
60
+ display: block;
61
+ width: 100%;
62
+ height: 100%;
63
+ object-fit: cover;
64
+ }
65
+
66
+ .avatar__initials {
67
+ /* typography */
68
+ text-transform: uppercase;
69
+ }
@@ -9,5 +9,5 @@ var avatar__default = /*#__PURE__*/_interopDefault(avatar);
9
9
 
10
10
 
11
11
  module.exports = avatar__default.default;
12
- //# sourceMappingURL=avatar.cjs.map
13
- //# sourceMappingURL=avatar.cjs.map
12
+ //# sourceMappingURL=index.cjs.map
13
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.cjs","sourcesContent":[]}
@@ -0,0 +1,2 @@
1
+ export { AvatarProps, default } from './avatar.cjs';
2
+ import 'react';
@@ -0,0 +1,2 @@
1
+ export { AvatarProps, default } from './avatar.js';
2
+ import 'react';
@@ -0,0 +1,3 @@
1
+ export { default } from './avatar';
2
+ //# sourceMappingURL=index.js.map
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}
@@ -0,0 +1,104 @@
1
+ .button {
2
+ /* color */
3
+ --button-bg: var(--color-primary-2);
4
+ --button-color: var(--color-text-primary-2);
5
+ --button-bg-disabled: var(--color-bg-disabled);
6
+ --button-color-disabled: var(--color-text-disabled, var(--color-text-control));
7
+
8
+ background: var(--button-bg);
9
+ color: var(--button-color);
10
+
11
+ /* typography */
12
+ --button-font-family: var(--font-control-family);
13
+ --button-font-weight: var(--font-control-weight);
14
+ --button-font-size: var(--font-control);
15
+ --button-line-height: var(--font-control-line);
16
+ --button-letter-spacing: var(--font-control-letter-spacing);
17
+
18
+ font-family: var(--button-font-family);
19
+ font-size: var(--button-font-size);
20
+ font-weight: var(--button-font-weight);
21
+ line-height: var(--button-line-height);
22
+ letter-spacing: var(--button-letter-spacing);
23
+
24
+ /* size */
25
+ --button-gap: var(--margin-icon);
26
+ --button-height: var(--size-control-height);
27
+ --button-padding-x: var(--padding-control-button-horz);
28
+ --button-padding-icon-only: var(--padding-control-button-icon-horz);
29
+
30
+ display: inline-flex;
31
+ align-items: center;
32
+ justify-content: center;
33
+ gap: var(--button-gap);
34
+ min-height: var(--button-height);
35
+ padding-inline: var(--button-padding-x);
36
+
37
+ /* border */
38
+ --button-radius: var(--radius-control-button);
39
+ --button-focus-width: var(--size-border-width-base);
40
+ --button-focus-offset: var(--size-border-width-base);
41
+
42
+ border: 0;
43
+ border-radius: var(--button-radius);
44
+
45
+ /* depth */
46
+
47
+ /* motion */
48
+ --button-opacity-hover: 0.8;
49
+ --button-opacity-active: 0.6;
50
+ --button-opacity-disabled: 0.6;
51
+ --button-transition-duration: 0.2s;
52
+
53
+ cursor: pointer;
54
+ user-select: none;
55
+ transition: opacity var(--button-transition-duration) ease;
56
+ }
57
+
58
+ .button__icon {
59
+ /* color */
60
+
61
+ /* typography */
62
+ line-height: 0;
63
+
64
+ /* size */
65
+ display: inline-flex;
66
+ align-items: center;
67
+ flex-shrink: 0;
68
+
69
+ /* border */
70
+
71
+ /* depth */
72
+
73
+ /* motion */
74
+ }
75
+
76
+ .button:hover {
77
+ opacity: var(--button-opacity-hover);
78
+ }
79
+
80
+ .button:focus-visible {
81
+ outline: var(--button-focus-width) solid var(--button-bg);
82
+ outline-offset: var(--button-focus-offset);
83
+ }
84
+
85
+ .button:active {
86
+ opacity: var(--button-opacity-active);
87
+ }
88
+
89
+ .button:disabled,
90
+ .button--disabled {
91
+ background: var(--button-bg-disabled);
92
+ color: var(--button-color-disabled);
93
+ opacity: var(--button-opacity-disabled);
94
+ cursor: not-allowed;
95
+ }
96
+
97
+ .button--primary {
98
+ --button-bg: var(--color-primary-2);
99
+ --button-color: var(--color-text-primary-2);
100
+ }
101
+
102
+ .button--icon-only {
103
+ padding-inline: var(--button-padding-icon-only);
104
+ }
@@ -9,5 +9,5 @@ var button__default = /*#__PURE__*/_interopDefault(button);
9
9
 
10
10
 
11
11
  module.exports = button__default.default;
12
- //# sourceMappingURL=button.cjs.map
13
- //# sourceMappingURL=button.cjs.map
12
+ //# sourceMappingURL=index.cjs.map
13
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.cjs","sourcesContent":[]}
@@ -0,0 +1,2 @@
1
+ export { ButtonProps, default } from './button.cjs';
2
+ import 'react';
@@ -0,0 +1,2 @@
1
+ export { ButtonProps, default } from './button.js';
2
+ import 'react';
@@ -0,0 +1,3 @@
1
+ export { default } from './button';
2
+ //# sourceMappingURL=index.js.map
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}
@@ -0,0 +1,67 @@
1
+ .button-icon {
2
+ /* color */
3
+ --button-icon-bg: transparent;
4
+ --button-icon-color: var(--color-text);
5
+ --button-icon-bg-disabled: transparent;
6
+ --button-icon-color-disabled: var(--color-text-disabled);
7
+
8
+ background: var(--button-icon-bg);
9
+ color: var(--button-icon-color);
10
+
11
+ /* typography */
12
+
13
+ /* size */
14
+ --button-icon-size: 32px;
15
+
16
+ display: inline-flex;
17
+ align-items: center;
18
+ justify-content: center;
19
+ width: var(--button-icon-size);
20
+ height: var(--button-icon-size);
21
+ padding: 0;
22
+
23
+ /* border */
24
+ --button-icon-radius: var(--radius-control);
25
+ --button-icon-focus-width: var(--size-border-width-min);
26
+ --button-icon-focus-offset: 2px;
27
+
28
+ border: 0;
29
+ border-radius: var(--button-icon-radius);
30
+
31
+ /* depth */
32
+
33
+ /* motion */
34
+ --button-icon-transition-duration: var(--motion-duration1);
35
+ --button-icon-opacity-hover: 0.8;
36
+ --button-icon-opacity-active: 0.7;
37
+
38
+ cursor: pointer;
39
+ user-select: none;
40
+ transition: opacity var(--button-icon-transition-duration);
41
+ }
42
+
43
+ .button-icon__icon {
44
+ /* size */
45
+ flex-shrink: 0;
46
+ }
47
+
48
+ .button-icon:hover {
49
+ opacity: var(--button-icon-opacity-hover);
50
+ }
51
+
52
+ .button-icon:focus-visible {
53
+ outline: var(--button-icon-focus-width) solid currentColor;
54
+ outline-offset: var(--button-icon-focus-offset);
55
+ }
56
+
57
+ .button-icon:active {
58
+ opacity: var(--button-icon-opacity-active);
59
+ }
60
+
61
+ .button-icon:disabled,
62
+ .button-icon--disabled {
63
+ background: var(--button-icon-bg-disabled);
64
+ color: var(--button-icon-color-disabled);
65
+ cursor: not-allowed;
66
+ opacity: 1;
67
+ }
@@ -9,5 +9,5 @@ var buttonIcon__default = /*#__PURE__*/_interopDefault(buttonIcon);
9
9
 
10
10
 
11
11
  module.exports = buttonIcon__default.default;
12
- //# sourceMappingURL=button-icon.cjs.map
13
- //# sourceMappingURL=button-icon.cjs.map
12
+ //# sourceMappingURL=index.cjs.map
13
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.cjs","sourcesContent":[]}
@@ -0,0 +1,3 @@
1
+ export { ButtonIconProps, default } from './button-icon.cjs';
2
+ import 'react';
3
+ import '../../types-PU1522Kr.cjs';
@@ -0,0 +1,3 @@
1
+ export { ButtonIconProps, default } from './button-icon.js';
2
+ import 'react';
3
+ import '../../types-PU1522Kr.js';
@@ -0,0 +1,3 @@
1
+ export { default } from './button-icon';
2
+ //# sourceMappingURL=index.js.map
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}
@@ -0,0 +1,128 @@
1
+ .card {
2
+ /* color */
3
+ --card-bg: var(--color-bg-container);
4
+ --card-color: var(--color-text-container);
5
+
6
+ background: var(--card-bg);
7
+ color: var(--card-color);
8
+
9
+ /* typography */
10
+
11
+ /* size */
12
+ --card-width: 100%;
13
+ --card-padding: var(--padding-container);
14
+ --card-gap: var(--margin-container-item);
15
+ --card-title-gap: var(--font-h2-margin);
16
+ --card-content-min-height: 200px;
17
+
18
+ display: flex;
19
+ flex-direction: column;
20
+ align-items: stretch;
21
+ justify-content: center;
22
+ gap: var(--card-gap);
23
+ width: var(--card-width);
24
+ padding: var(--card-padding);
25
+
26
+ /* border */
27
+ --card-radius: var(--radius-container);
28
+
29
+ border-radius: var(--card-radius);
30
+
31
+ /* depth */
32
+
33
+ /* motion */
34
+ }
35
+
36
+ .card__header {
37
+ /* color */
38
+
39
+ /* typography */
40
+
41
+ /* size */
42
+ display: flex;
43
+ flex-direction: column;
44
+ gap: var(--card-title-gap);
45
+ width: 100%;
46
+
47
+ /* border */
48
+
49
+ /* depth */
50
+
51
+ /* motion */
52
+ }
53
+
54
+ .card__title {
55
+ /* color */
56
+ color: inherit;
57
+
58
+ /* typography */
59
+ font-family: var(--font-h2-family);
60
+ font-size: var(--font-h2);
61
+ font-weight: var(--font-h2-weight);
62
+ line-height: var(--font-h2-line);
63
+ letter-spacing: var(--font-h2-letter-spacing);
64
+
65
+ /* size */
66
+ margin: 0;
67
+
68
+ /* border */
69
+
70
+ /* depth */
71
+
72
+ /* motion */
73
+ }
74
+
75
+ .card__description {
76
+ /* color */
77
+ color: inherit;
78
+
79
+ /* typography */
80
+ font-family: var(--font-lead-family);
81
+ font-size: var(--font-lead);
82
+ font-weight: var(--font-lead-weight);
83
+ line-height: var(--font-lead-line);
84
+ letter-spacing: var(--font-lead-letter-spacing);
85
+
86
+ /* size */
87
+ margin: 0;
88
+
89
+ /* border */
90
+
91
+ /* depth */
92
+
93
+ /* motion */
94
+ }
95
+
96
+ .card__content {
97
+ /* color */
98
+
99
+ /* typography */
100
+
101
+ /* size */
102
+ min-height: var(--card-content-min-height);
103
+ width: 100%;
104
+
105
+ /* border */
106
+
107
+ /* depth */
108
+
109
+ /* motion */
110
+ }
111
+
112
+ .card__actions {
113
+ /* color */
114
+
115
+ /* typography */
116
+
117
+ /* size */
118
+ display: flex;
119
+ align-items: center;
120
+ gap: var(--margin-control);
121
+ width: 100%;
122
+
123
+ /* border */
124
+
125
+ /* depth */
126
+
127
+ /* motion */
128
+ }
@@ -9,5 +9,5 @@ var card__default = /*#__PURE__*/_interopDefault(card);
9
9
 
10
10
 
11
11
  module.exports = card__default.default;
12
- //# sourceMappingURL=card.cjs.map
13
- //# sourceMappingURL=card.cjs.map
12
+ //# sourceMappingURL=index.cjs.map
13
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.cjs","sourcesContent":[]}
@@ -0,0 +1,2 @@
1
+ export { CardProps, default } from './card.cjs';
2
+ import 'react';
@@ -0,0 +1,2 @@
1
+ export { CardProps, default } from './card.js';
2
+ import 'react';
@@ -0,0 +1,3 @@
1
+ export { default } from './card';
2
+ //# sourceMappingURL=index.js.map
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}