@workday/canvas-kit-labs-react 7.0.0-alpha.0-next.3 → 7.0.0-alpha.0-next.7

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 (299) hide show
  1. package/combobox/lib/Combobox.tsx +5 -3
  2. package/common/index.ts +0 -8
  3. package/dist/commonjs/combobox/index.js +12 -4
  4. package/dist/commonjs/combobox/lib/AutocompleteList.d.ts.map +1 -1
  5. package/dist/commonjs/combobox/lib/AutocompleteList.js +19 -7
  6. package/dist/commonjs/combobox/lib/Combobox.d.ts.map +1 -1
  7. package/dist/commonjs/combobox/lib/Combobox.js +27 -12
  8. package/dist/commonjs/combobox/lib/Status.d.ts.map +1 -1
  9. package/dist/commonjs/combobox/lib/Status.js +14 -2
  10. package/dist/commonjs/common/index.d.ts +0 -8
  11. package/dist/commonjs/common/index.d.ts.map +1 -1
  12. package/dist/commonjs/common/index.js +14 -7
  13. package/dist/commonjs/common/lib/storybook-utils/ComponentStatesTable.d.ts.map +1 -1
  14. package/dist/commonjs/common/lib/storybook-utils/ComponentStatesTable.js +3 -1
  15. package/dist/commonjs/common/lib/storybook-utils/permutateProps.d.ts.map +1 -1
  16. package/dist/commonjs/common/lib/storybook-utils/permutateProps.js +3 -1
  17. package/dist/commonjs/common/lib/theming/index.js +12 -5
  18. package/dist/commonjs/common/lib/theming/useThemeRTL.d.ts.map +1 -1
  19. package/dist/commonjs/common/lib/theming/useThemeRTL.js +1 -0
  20. package/dist/commonjs/common/lib/theming/useThemedRing.d.ts +1 -1
  21. package/dist/commonjs/common/lib/theming/useThemedRing.d.ts.map +1 -1
  22. package/dist/commonjs/common/lib/theming/useThemedRing.js +3 -1
  23. package/dist/commonjs/drawer/index.js +12 -4
  24. package/dist/commonjs/drawer/lib/Drawer.js +21 -8
  25. package/dist/commonjs/drawer/lib/DrawerHeader.js +20 -8
  26. package/dist/commonjs/index.d.ts +0 -2
  27. package/dist/commonjs/index.d.ts.map +1 -1
  28. package/dist/commonjs/index.js +14 -9
  29. package/dist/commonjs/search-form/index.js +12 -5
  30. package/dist/commonjs/search-form/lib/SearchForm.d.ts +3 -2
  31. package/dist/commonjs/search-form/lib/SearchForm.d.ts.map +1 -1
  32. package/dist/commonjs/search-form/lib/SearchForm.js +21 -8
  33. package/dist/commonjs/search-form/lib/themes.d.ts.map +1 -1
  34. package/dist/commonjs/search-form/lib/themes.js +1 -0
  35. package/dist/es6/combobox/lib/AutocompleteList.d.ts.map +1 -1
  36. package/dist/es6/combobox/lib/Combobox.d.ts.map +1 -1
  37. package/dist/es6/combobox/lib/Combobox.js +1 -1
  38. package/dist/es6/combobox/lib/Status.d.ts.map +1 -1
  39. package/dist/es6/common/index.d.ts +0 -8
  40. package/dist/es6/common/index.d.ts.map +1 -1
  41. package/dist/es6/common/index.js +0 -1
  42. package/dist/es6/common/lib/storybook-utils/ComponentStatesTable.d.ts.map +1 -1
  43. package/dist/es6/common/lib/storybook-utils/permutateProps.d.ts.map +1 -1
  44. package/dist/es6/common/lib/storybook-utils/propTypes.js +1 -0
  45. package/dist/es6/common/lib/theming/useThemeRTL.d.ts.map +1 -1
  46. package/dist/es6/common/lib/theming/useThemedRing.d.ts +1 -1
  47. package/dist/es6/common/lib/theming/useThemedRing.d.ts.map +1 -1
  48. package/dist/es6/drawer/lib/Drawer.js +1 -1
  49. package/dist/es6/drawer/lib/DrawerHeader.js +1 -1
  50. package/dist/es6/index.d.ts +0 -2
  51. package/dist/es6/index.d.ts.map +1 -1
  52. package/dist/es6/index.js +0 -2
  53. package/dist/es6/search-form/lib/SearchForm.d.ts +3 -2
  54. package/dist/es6/search-form/lib/SearchForm.d.ts.map +1 -1
  55. package/dist/es6/search-form/lib/SearchForm.js +1 -1
  56. package/dist/es6/search-form/lib/themes.d.ts.map +1 -1
  57. package/index.ts +0 -2
  58. package/package.json +6 -8
  59. package/search-form/lib/SearchForm.tsx +3 -3
  60. package/search-form/lib/themes.ts +2 -1
  61. package/ts3.5/dist/commonjs/common/index.d.ts +0 -8
  62. package/ts3.5/dist/commonjs/common/lib/theming/useThemedRing.d.ts +1 -1
  63. package/ts3.5/dist/commonjs/index.d.ts +0 -2
  64. package/ts3.5/dist/commonjs/search-form/lib/SearchForm.d.ts +3 -2
  65. package/ts3.5/dist/es6/common/index.d.ts +0 -8
  66. package/ts3.5/dist/es6/common/lib/theming/useThemedRing.d.ts +1 -1
  67. package/ts3.5/dist/es6/index.d.ts +0 -2
  68. package/ts3.5/dist/es6/search-form/lib/SearchForm.d.ts +3 -2
  69. package/common/lib/Box.tsx +0 -73
  70. package/common/lib/utils/border.ts +0 -263
  71. package/common/lib/utils/color.ts +0 -62
  72. package/common/lib/utils/depth.ts +0 -37
  73. package/common/lib/utils/flexItem.ts +0 -56
  74. package/common/lib/utils/layout.ts +0 -77
  75. package/common/lib/utils/other.ts +0 -20
  76. package/common/lib/utils/position.ts +0 -96
  77. package/common/lib/utils/space.ts +0 -207
  78. package/common/lib/utils/types.ts +0 -105
  79. package/dist/commonjs/common/lib/Box.d.ts +0 -31
  80. package/dist/commonjs/common/lib/Box.d.ts.map +0 -1
  81. package/dist/commonjs/common/lib/Box.js +0 -78
  82. package/dist/commonjs/common/lib/utils/border.d.ts +0 -103
  83. package/dist/commonjs/common/lib/utils/border.d.ts.map +0 -1
  84. package/dist/commonjs/common/lib/utils/border.js +0 -152
  85. package/dist/commonjs/common/lib/utils/color.d.ts +0 -26
  86. package/dist/commonjs/common/lib/utils/color.d.ts.map +0 -1
  87. package/dist/commonjs/common/lib/utils/color.js +0 -56
  88. package/dist/commonjs/common/lib/utils/depth.d.ts +0 -22
  89. package/dist/commonjs/common/lib/utils/depth.d.ts.map +0 -1
  90. package/dist/commonjs/common/lib/utils/depth.js +0 -28
  91. package/dist/commonjs/common/lib/utils/flexItem.d.ts +0 -33
  92. package/dist/commonjs/common/lib/utils/flexItem.d.ts.map +0 -1
  93. package/dist/commonjs/common/lib/utils/flexItem.js +0 -38
  94. package/dist/commonjs/common/lib/utils/layout.d.ts +0 -43
  95. package/dist/commonjs/common/lib/utils/layout.d.ts.map +0 -1
  96. package/dist/commonjs/common/lib/utils/layout.js +0 -42
  97. package/dist/commonjs/common/lib/utils/other.d.ts +0 -5
  98. package/dist/commonjs/common/lib/utils/other.d.ts.map +0 -1
  99. package/dist/commonjs/common/lib/utils/other.js +0 -18
  100. package/dist/commonjs/common/lib/utils/position.d.ts +0 -41
  101. package/dist/commonjs/common/lib/utils/position.d.ts.map +0 -1
  102. package/dist/commonjs/common/lib/utils/position.js +0 -77
  103. package/dist/commonjs/common/lib/utils/space.d.ts +0 -64
  104. package/dist/commonjs/common/lib/utils/space.d.ts.map +0 -1
  105. package/dist/commonjs/common/lib/utils/space.js +0 -160
  106. package/dist/commonjs/common/lib/utils/types.d.ts +0 -14
  107. package/dist/commonjs/common/lib/utils/types.d.ts.map +0 -1
  108. package/dist/commonjs/common/lib/utils/types.js +0 -2
  109. package/dist/commonjs/header/index.d.ts +0 -9
  110. package/dist/commonjs/header/index.d.ts.map +0 -1
  111. package/dist/commonjs/header/index.js +0 -16
  112. package/dist/commonjs/header/lib/GlobalHeader.d.ts +0 -38
  113. package/dist/commonjs/header/lib/GlobalHeader.d.ts.map +0 -1
  114. package/dist/commonjs/header/lib/GlobalHeader.js +0 -74
  115. package/dist/commonjs/header/lib/Header.d.ts +0 -76
  116. package/dist/commonjs/header/lib/Header.d.ts.map +0 -1
  117. package/dist/commonjs/header/lib/Header.js +0 -321
  118. package/dist/commonjs/header/lib/parts/DubLogoTitle.d.ts +0 -30
  119. package/dist/commonjs/header/lib/parts/DubLogoTitle.d.ts.map +0 -1
  120. package/dist/commonjs/header/lib/parts/DubLogoTitle.js +0 -105
  121. package/dist/commonjs/header/lib/parts/WorkdayLogoTitle.d.ts +0 -31
  122. package/dist/commonjs/header/lib/parts/WorkdayLogoTitle.d.ts.map +0 -1
  123. package/dist/commonjs/header/lib/parts/WorkdayLogoTitle.js +0 -124
  124. package/dist/commonjs/header/lib/parts/index.d.ts +0 -3
  125. package/dist/commonjs/header/lib/parts/index.d.ts.map +0 -1
  126. package/dist/commonjs/header/lib/parts/index.js +0 -6
  127. package/dist/commonjs/header/lib/shared/themes.d.ts +0 -43
  128. package/dist/commonjs/header/lib/shared/themes.d.ts.map +0 -1
  129. package/dist/commonjs/header/lib/shared/themes.js +0 -62
  130. package/dist/commonjs/header/lib/shared/types.d.ts +0 -15
  131. package/dist/commonjs/header/lib/shared/types.d.ts.map +0 -1
  132. package/dist/commonjs/header/lib/shared/types.js +0 -19
  133. package/dist/commonjs/layout/index.d.ts +0 -5
  134. package/dist/commonjs/layout/index.d.ts.map +0 -1
  135. package/dist/commonjs/layout/index.js +0 -7
  136. package/dist/commonjs/layout/lib/Flex.d.ts +0 -26
  137. package/dist/commonjs/layout/lib/Flex.d.ts.map +0 -1
  138. package/dist/commonjs/layout/lib/Flex.js +0 -70
  139. package/dist/commonjs/layout/lib/Stack.d.ts +0 -27
  140. package/dist/commonjs/layout/lib/Stack.d.ts.map +0 -1
  141. package/dist/commonjs/layout/lib/Stack.js +0 -86
  142. package/dist/commonjs/layout/lib/utils/flex.d.ts +0 -36
  143. package/dist/commonjs/layout/lib/utils/flex.d.ts.map +0 -1
  144. package/dist/commonjs/layout/lib/utils/flex.js +0 -37
  145. package/dist/commonjs/layout/lib/utils/getValidChildren.d.ts +0 -3
  146. package/dist/commonjs/layout/lib/utils/getValidChildren.d.ts.map +0 -1
  147. package/dist/commonjs/layout/lib/utils/getValidChildren.js +0 -16
  148. package/dist/commonjs/layout/lib/utils/stack.d.ts +0 -26
  149. package/dist/commonjs/layout/lib/utils/stack.d.ts.map +0 -1
  150. package/dist/commonjs/layout/lib/utils/stack.js +0 -54
  151. package/dist/commonjs/layout/lib/utils/types.d.ts +0 -8
  152. package/dist/commonjs/layout/lib/utils/types.d.ts.map +0 -1
  153. package/dist/commonjs/layout/lib/utils/types.js +0 -2
  154. package/dist/es6/common/lib/Box.d.ts +0 -31
  155. package/dist/es6/common/lib/Box.d.ts.map +0 -1
  156. package/dist/es6/common/lib/Box.js +0 -66
  157. package/dist/es6/common/lib/utils/border.d.ts +0 -103
  158. package/dist/es6/common/lib/utils/border.d.ts.map +0 -1
  159. package/dist/es6/common/lib/utils/border.js +0 -149
  160. package/dist/es6/common/lib/utils/color.d.ts +0 -26
  161. package/dist/es6/common/lib/utils/color.d.ts.map +0 -1
  162. package/dist/es6/common/lib/utils/color.js +0 -53
  163. package/dist/es6/common/lib/utils/depth.d.ts +0 -22
  164. package/dist/es6/common/lib/utils/depth.d.ts.map +0 -1
  165. package/dist/es6/common/lib/utils/depth.js +0 -25
  166. package/dist/es6/common/lib/utils/flexItem.d.ts +0 -33
  167. package/dist/es6/common/lib/utils/flexItem.d.ts.map +0 -1
  168. package/dist/es6/common/lib/utils/flexItem.js +0 -35
  169. package/dist/es6/common/lib/utils/layout.d.ts +0 -43
  170. package/dist/es6/common/lib/utils/layout.d.ts.map +0 -1
  171. package/dist/es6/common/lib/utils/layout.js +0 -39
  172. package/dist/es6/common/lib/utils/other.d.ts +0 -5
  173. package/dist/es6/common/lib/utils/other.d.ts.map +0 -1
  174. package/dist/es6/common/lib/utils/other.js +0 -15
  175. package/dist/es6/common/lib/utils/position.d.ts +0 -41
  176. package/dist/es6/common/lib/utils/position.d.ts.map +0 -1
  177. package/dist/es6/common/lib/utils/position.js +0 -74
  178. package/dist/es6/common/lib/utils/space.d.ts +0 -64
  179. package/dist/es6/common/lib/utils/space.d.ts.map +0 -1
  180. package/dist/es6/common/lib/utils/space.js +0 -157
  181. package/dist/es6/common/lib/utils/types.d.ts +0 -14
  182. package/dist/es6/common/lib/utils/types.d.ts.map +0 -1
  183. package/dist/es6/common/lib/utils/types.js +0 -0
  184. package/dist/es6/header/index.d.ts +0 -9
  185. package/dist/es6/header/index.d.ts.map +0 -1
  186. package/dist/es6/header/index.js +0 -8
  187. package/dist/es6/header/lib/GlobalHeader.d.ts +0 -38
  188. package/dist/es6/header/lib/GlobalHeader.d.ts.map +0 -1
  189. package/dist/es6/header/lib/GlobalHeader.js +0 -62
  190. package/dist/es6/header/lib/Header.d.ts +0 -76
  191. package/dist/es6/header/lib/Header.d.ts.map +0 -1
  192. package/dist/es6/header/lib/Header.js +0 -309
  193. package/dist/es6/header/lib/parts/DubLogoTitle.d.ts +0 -30
  194. package/dist/es6/header/lib/parts/DubLogoTitle.d.ts.map +0 -1
  195. package/dist/es6/header/lib/parts/DubLogoTitle.js +0 -93
  196. package/dist/es6/header/lib/parts/WorkdayLogoTitle.d.ts +0 -31
  197. package/dist/es6/header/lib/parts/WorkdayLogoTitle.d.ts.map +0 -1
  198. package/dist/es6/header/lib/parts/WorkdayLogoTitle.js +0 -112
  199. package/dist/es6/header/lib/parts/index.d.ts +0 -3
  200. package/dist/es6/header/lib/parts/index.d.ts.map +0 -1
  201. package/dist/es6/header/lib/parts/index.js +0 -2
  202. package/dist/es6/header/lib/shared/themes.d.ts +0 -43
  203. package/dist/es6/header/lib/shared/themes.d.ts.map +0 -1
  204. package/dist/es6/header/lib/shared/themes.js +0 -57
  205. package/dist/es6/header/lib/shared/types.d.ts +0 -15
  206. package/dist/es6/header/lib/shared/types.d.ts.map +0 -1
  207. package/dist/es6/header/lib/shared/types.js +0 -17
  208. package/dist/es6/layout/index.d.ts +0 -5
  209. package/dist/es6/layout/index.d.ts.map +0 -1
  210. package/dist/es6/layout/index.js +0 -2
  211. package/dist/es6/layout/lib/Flex.d.ts +0 -26
  212. package/dist/es6/layout/lib/Flex.d.ts.map +0 -1
  213. package/dist/es6/layout/lib/Flex.js +0 -58
  214. package/dist/es6/layout/lib/Stack.d.ts +0 -27
  215. package/dist/es6/layout/lib/Stack.d.ts.map +0 -1
  216. package/dist/es6/layout/lib/Stack.js +0 -74
  217. package/dist/es6/layout/lib/utils/flex.d.ts +0 -36
  218. package/dist/es6/layout/lib/utils/flex.d.ts.map +0 -1
  219. package/dist/es6/layout/lib/utils/flex.js +0 -34
  220. package/dist/es6/layout/lib/utils/getValidChildren.d.ts +0 -3
  221. package/dist/es6/layout/lib/utils/getValidChildren.d.ts.map +0 -1
  222. package/dist/es6/layout/lib/utils/getValidChildren.js +0 -6
  223. package/dist/es6/layout/lib/utils/stack.d.ts +0 -26
  224. package/dist/es6/layout/lib/utils/stack.d.ts.map +0 -1
  225. package/dist/es6/layout/lib/utils/stack.js +0 -51
  226. package/dist/es6/layout/lib/utils/types.d.ts +0 -8
  227. package/dist/es6/layout/lib/utils/types.d.ts.map +0 -1
  228. package/dist/es6/layout/lib/utils/types.js +0 -0
  229. package/header/LICENSE +0 -51
  230. package/header/README.md +0 -359
  231. package/header/index.ts +0 -9
  232. package/header/lib/GlobalHeader.tsx +0 -73
  233. package/header/lib/Header.tsx +0 -429
  234. package/header/lib/parts/DubLogoTitle.tsx +0 -99
  235. package/header/lib/parts/WorkdayLogoTitle.tsx +0 -120
  236. package/header/lib/parts/index.ts +0 -2
  237. package/header/lib/shared/themes.tsx +0 -97
  238. package/header/lib/shared/types.tsx +0 -16
  239. package/header/package.json +0 -5
  240. package/layout/LICENSE +0 -52
  241. package/layout/README.md +0 -16
  242. package/layout/index.ts +0 -4
  243. package/layout/lib/Flex.tsx +0 -47
  244. package/layout/lib/Stack.tsx +0 -111
  245. package/layout/lib/utils/flex.ts +0 -65
  246. package/layout/lib/utils/getValidChildren.ts +0 -7
  247. package/layout/lib/utils/stack.ts +0 -78
  248. package/layout/lib/utils/types.ts +0 -45
  249. package/layout/package.json +0 -5
  250. package/ts3.5/dist/commonjs/common/lib/Box.d.ts +0 -31
  251. package/ts3.5/dist/commonjs/common/lib/utils/border.d.ts +0 -103
  252. package/ts3.5/dist/commonjs/common/lib/utils/color.d.ts +0 -26
  253. package/ts3.5/dist/commonjs/common/lib/utils/depth.d.ts +0 -22
  254. package/ts3.5/dist/commonjs/common/lib/utils/flexItem.d.ts +0 -33
  255. package/ts3.5/dist/commonjs/common/lib/utils/layout.d.ts +0 -43
  256. package/ts3.5/dist/commonjs/common/lib/utils/other.d.ts +0 -5
  257. package/ts3.5/dist/commonjs/common/lib/utils/position.d.ts +0 -41
  258. package/ts3.5/dist/commonjs/common/lib/utils/space.d.ts +0 -64
  259. package/ts3.5/dist/commonjs/common/lib/utils/types.d.ts +0 -14
  260. package/ts3.5/dist/commonjs/header/index.d.ts +0 -9
  261. package/ts3.5/dist/commonjs/header/lib/GlobalHeader.d.ts +0 -38
  262. package/ts3.5/dist/commonjs/header/lib/Header.d.ts +0 -76
  263. package/ts3.5/dist/commonjs/header/lib/parts/DubLogoTitle.d.ts +0 -30
  264. package/ts3.5/dist/commonjs/header/lib/parts/WorkdayLogoTitle.d.ts +0 -31
  265. package/ts3.5/dist/commonjs/header/lib/parts/index.d.ts +0 -3
  266. package/ts3.5/dist/commonjs/header/lib/shared/themes.d.ts +0 -43
  267. package/ts3.5/dist/commonjs/header/lib/shared/types.d.ts +0 -15
  268. package/ts3.5/dist/commonjs/layout/index.d.ts +0 -5
  269. package/ts3.5/dist/commonjs/layout/lib/Flex.d.ts +0 -26
  270. package/ts3.5/dist/commonjs/layout/lib/Stack.d.ts +0 -27
  271. package/ts3.5/dist/commonjs/layout/lib/utils/flex.d.ts +0 -36
  272. package/ts3.5/dist/commonjs/layout/lib/utils/getValidChildren.d.ts +0 -3
  273. package/ts3.5/dist/commonjs/layout/lib/utils/stack.d.ts +0 -26
  274. package/ts3.5/dist/commonjs/layout/lib/utils/types.d.ts +0 -8
  275. package/ts3.5/dist/es6/common/lib/Box.d.ts +0 -31
  276. package/ts3.5/dist/es6/common/lib/utils/border.d.ts +0 -103
  277. package/ts3.5/dist/es6/common/lib/utils/color.d.ts +0 -26
  278. package/ts3.5/dist/es6/common/lib/utils/depth.d.ts +0 -22
  279. package/ts3.5/dist/es6/common/lib/utils/flexItem.d.ts +0 -33
  280. package/ts3.5/dist/es6/common/lib/utils/layout.d.ts +0 -43
  281. package/ts3.5/dist/es6/common/lib/utils/other.d.ts +0 -5
  282. package/ts3.5/dist/es6/common/lib/utils/position.d.ts +0 -41
  283. package/ts3.5/dist/es6/common/lib/utils/space.d.ts +0 -64
  284. package/ts3.5/dist/es6/common/lib/utils/types.d.ts +0 -14
  285. package/ts3.5/dist/es6/header/index.d.ts +0 -9
  286. package/ts3.5/dist/es6/header/lib/GlobalHeader.d.ts +0 -38
  287. package/ts3.5/dist/es6/header/lib/Header.d.ts +0 -76
  288. package/ts3.5/dist/es6/header/lib/parts/DubLogoTitle.d.ts +0 -30
  289. package/ts3.5/dist/es6/header/lib/parts/WorkdayLogoTitle.d.ts +0 -31
  290. package/ts3.5/dist/es6/header/lib/parts/index.d.ts +0 -3
  291. package/ts3.5/dist/es6/header/lib/shared/themes.d.ts +0 -43
  292. package/ts3.5/dist/es6/header/lib/shared/types.d.ts +0 -15
  293. package/ts3.5/dist/es6/layout/index.d.ts +0 -5
  294. package/ts3.5/dist/es6/layout/lib/Flex.d.ts +0 -26
  295. package/ts3.5/dist/es6/layout/lib/Stack.d.ts +0 -27
  296. package/ts3.5/dist/es6/layout/lib/utils/flex.d.ts +0 -36
  297. package/ts3.5/dist/es6/layout/lib/utils/getValidChildren.d.ts +0 -3
  298. package/ts3.5/dist/es6/layout/lib/utils/stack.d.ts +0 -26
  299. package/ts3.5/dist/es6/layout/lib/utils/types.d.ts +0 -8
@@ -1,207 +0,0 @@
1
- import {
2
- ContentDirection,
3
- PartialEmotionCanvasTheme,
4
- useTheme,
5
- } from '@workday/canvas-kit-react/common';
6
- import {space as spaceTokens, CanvasSpace, CanvasSpaceKeys} from '@workday/canvas-kit-react/tokens';
7
-
8
- type SpacePropValues = CanvasSpaceKeys | number | (string & {});
9
-
10
- /** These props automatically adjust for bidirectionality (LTR & RTL) */
11
- export type SpaceLogicalProps = {
12
- /** sets margin-left property (bidirectional support) */
13
- marginInlineStart?: SpacePropValues;
14
- /** sets margin-right property (bidirectional support) */
15
- marginInlineEnd?: SpacePropValues;
16
- /** sets padding-left property (bidirectional support) */
17
- paddingInlineStart?: SpacePropValues;
18
- /** sets padding-right property (bidirectional support) */
19
- paddingInlineEnd?: SpacePropValues;
20
- };
21
-
22
- /** These props do not adjust for bidirectionality (LTR & RTL) */
23
- export type SpaceStandardProps = {
24
- /** sets margin property */
25
- margin?: SpacePropValues;
26
- /** sets margin-left and margin-right properties */
27
- marginX?: SpacePropValues;
28
- /** sets margin-top and margin-bottom properties */
29
- marginY?: SpacePropValues;
30
- /** sets margin-top property */
31
- marginTop?: SpacePropValues;
32
- /** sets margin-right property (no bidirectional support) */
33
- marginRight?: SpacePropValues;
34
- /** sets margin-bottom property */
35
- marginBottom?: SpacePropValues;
36
- /** sets margin-left property (no bidirectional support) */
37
- marginLeft?: SpacePropValues;
38
- /** sets padding property */
39
- padding?: SpacePropValues;
40
- /** sets padding-left and margin-right properties */
41
- paddingX?: SpacePropValues;
42
- /** sets padding-top and padding-bottom properties */
43
- paddingY?: SpacePropValues;
44
- /** sets padding-top property */
45
- paddingTop?: SpacePropValues;
46
- /** sets padding-right property (no bidirectional support) */
47
- paddingRight?: SpacePropValues;
48
- /** sets padding-bottom */
49
- paddingBottom?: SpacePropValues;
50
- /** sets padding-left property (no bidirectional support) */
51
- paddingLeft?: SpacePropValues;
52
- };
53
-
54
- export type SpaceStyleProps = SpaceStandardProps & SpaceLogicalProps;
55
-
56
- const margin = (value: SpacePropValues) => {
57
- return {margin: spaceTokens[value as keyof CanvasSpace] || value};
58
- };
59
-
60
- const marginX = (value: SpacePropValues) => {
61
- return {
62
- marginLeft: spaceTokens[value as CanvasSpaceKeys] || value,
63
- marginRight: spaceTokens[value as CanvasSpaceKeys] || value,
64
- };
65
- };
66
-
67
- const marginY = (value: SpacePropValues) => {
68
- return {
69
- marginTop: spaceTokens[value as CanvasSpaceKeys] || value,
70
- marginBottom: spaceTokens[value as CanvasSpaceKeys] || value,
71
- };
72
- };
73
-
74
- const marginTop = (value: SpacePropValues) => {
75
- return {
76
- marginTop: spaceTokens[value as CanvasSpaceKeys] || value,
77
- };
78
- };
79
-
80
- const marginRight = (value: SpacePropValues, isRTL = false) => {
81
- const attr = isRTL ? 'marginLeft' : 'marginRight';
82
- return {
83
- [attr]: spaceTokens[value as CanvasSpaceKeys] || value,
84
- };
85
- };
86
-
87
- const marginBottom = (value: SpacePropValues) => {
88
- return {
89
- marginBottom: spaceTokens[value as CanvasSpaceKeys] || value,
90
- };
91
- };
92
-
93
- const marginLeft = (value: SpacePropValues, isRTL = false) => {
94
- const attr = isRTL ? 'marginRight' : 'marginLeft';
95
- return {
96
- [attr]: spaceTokens[value as CanvasSpaceKeys] || value,
97
- };
98
- };
99
-
100
- const padding = (value: SpacePropValues) => {
101
- return {
102
- padding: spaceTokens[value as CanvasSpaceKeys] || value,
103
- };
104
- };
105
-
106
- const paddingX = (value: SpacePropValues) => {
107
- return {
108
- paddingLeft: spaceTokens[value as CanvasSpaceKeys] || value,
109
- paddingRight: spaceTokens[value as CanvasSpaceKeys] || value,
110
- };
111
- };
112
-
113
- const paddingY = (value: SpacePropValues) => {
114
- return {
115
- paddingTop: spaceTokens[value as CanvasSpaceKeys] || value,
116
- paddingBottom: spaceTokens[value as CanvasSpaceKeys] || value,
117
- };
118
- };
119
-
120
- const paddingTop = (value: SpacePropValues) => {
121
- return {
122
- paddingTop: spaceTokens[value as CanvasSpaceKeys] || value,
123
- };
124
- };
125
-
126
- const paddingRight = (value: SpacePropValues, isRTL = false) => {
127
- const attr = isRTL ? 'paddingLeft' : 'paddingRight';
128
- return {
129
- [attr]: spaceTokens[value as CanvasSpaceKeys] || value,
130
- };
131
- };
132
-
133
- const paddingBottom = (value: SpacePropValues) => {
134
- return {
135
- paddingBottom: spaceTokens[value as CanvasSpaceKeys] || value,
136
- };
137
- };
138
-
139
- const paddingLeft = (value: SpacePropValues, isRTL = false) => {
140
- const attr = isRTL ? 'paddingRight' : 'paddingLeft';
141
- return {
142
- [attr]: spaceTokens[value as CanvasSpaceKeys] || value,
143
- };
144
- };
145
-
146
- const logicalSpaceStyleProps = {
147
- marginInlineStart: marginLeft,
148
- marginInlineEnd: marginRight,
149
- paddingInlineStart: paddingLeft,
150
- paddingInlineEnd: paddingRight,
151
- };
152
-
153
- const standardSpaceStyleProps = {
154
- margin,
155
- marginX,
156
- marginY,
157
- marginTop,
158
- marginRight,
159
- marginBottom,
160
- marginLeft,
161
- padding,
162
- paddingX,
163
- paddingY,
164
- paddingTop,
165
- paddingRight,
166
- paddingBottom,
167
- paddingLeft,
168
- };
169
-
170
- /**
171
- * A style prop function that takes component props and returns space styles.
172
- * If no `SpaceStyleProps` are found, it returns an empty object.
173
- *
174
- * @example
175
- * // You'll most likely use `space` with low-level, styled components
176
- * const BoxExample = () => (
177
- * <Box padding="xs" margin="m">
178
- * Hello, space!
179
- * </Box>
180
- * );
181
- *
182
- */
183
- export function space<P extends SpaceStyleProps & {theme?: PartialEmotionCanvasTheme}>(props: P) {
184
- // space will always be used within the context of a component, but eslint doesn't know that
185
- // eslint-disable-next-line react-hooks/rules-of-hooks
186
- const {canvas} = useTheme(props.theme);
187
- let styles = {};
188
- for (const key in props) {
189
- if (props.hasOwnProperty(key)) {
190
- if (key in standardSpaceStyleProps) {
191
- const value = props[key as keyof SpaceStandardProps] as SpacePropValues;
192
- const spaceFn = standardSpaceStyleProps[key as keyof SpaceStandardProps];
193
- const style = spaceFn(value);
194
- styles = {...styles, ...style};
195
- continue;
196
- }
197
- if (key in logicalSpaceStyleProps) {
198
- const value = props[key as keyof SpaceLogicalProps] as SpacePropValues;
199
- const spaceFn = logicalSpaceStyleProps[key as keyof SpaceLogicalProps];
200
- const isRTL = canvas.direction === ContentDirection.RTL;
201
- const style = spaceFn(value, isRTL);
202
- styles = {...styles, ...style};
203
- }
204
- }
205
- }
206
- return styles;
207
- }
@@ -1,105 +0,0 @@
1
- import {
2
- Globals,
3
- GlobalsNumber,
4
- SelfPosition,
5
- DisplayOutside,
6
- DisplayInside,
7
- DisplayInternal,
8
- DisplayLegacy,
9
- LineStyle,
10
- } from 'csstype';
11
-
12
- // We're temporarily creating these types from csstype
13
- // to improve type completion until we move to csstype v3.
14
-
15
- // Border
16
- export type PropertyBorder = Globals | LineStyle | (string & {});
17
-
18
- // Flex Item
19
- export type PropertyJustifySelf =
20
- | Globals
21
- | SelfPosition
22
- | 'auto'
23
- | 'baseline'
24
- | 'left'
25
- | 'normal'
26
- | 'right'
27
- | 'stretch'
28
- | (string & {});
29
-
30
- export type PropertyAlignSelf =
31
- | Globals
32
- | SelfPosition
33
- | 'auto'
34
- | 'baseline'
35
- | 'normal'
36
- | 'stretch'
37
- | (string & {});
38
-
39
- export type PropertyOrder = GlobalsNumber;
40
-
41
- // Layout
42
- export type PropertyDisplay =
43
- | Globals
44
- | DisplayOutside
45
- | DisplayInside
46
- | DisplayInternal
47
- | DisplayLegacy
48
- | 'contents'
49
- | 'list-item'
50
- | 'none'
51
- | (string & {});
52
-
53
- export type PropertyListStyle = Globals | 'inside' | 'none' | 'outside' | (string & {});
54
-
55
- export type PropertyOverflow =
56
- | Globals
57
- | '-moz-hidden-unscrollable'
58
- | 'auto'
59
- | 'clip'
60
- | 'hidden'
61
- | 'scroll'
62
- | 'visible'
63
- | (string & {});
64
-
65
- export type PropertyOverflowX =
66
- | Globals
67
- | '-moz-hidden-unscrollable'
68
- | 'auto'
69
- | 'clip'
70
- | 'hidden'
71
- | 'scroll'
72
- | 'visible';
73
-
74
- export type PropertyOverflowY =
75
- | Globals
76
- | '-moz-hidden-unscrollable'
77
- | 'auto'
78
- | 'clip'
79
- | 'hidden'
80
- | 'scroll'
81
- | 'visible';
82
-
83
- export type PropertyVerticalAlign =
84
- | Globals
85
- | 'baseline'
86
- | 'bottom'
87
- | 'middle'
88
- | 'sub'
89
- | 'super'
90
- | 'text-bottom'
91
- | 'text-top'
92
- | 'top'
93
- | (string & {});
94
-
95
- // Position
96
- export type PropertyPosition =
97
- | Globals
98
- | '-webkit-sticky'
99
- | 'absolute'
100
- | 'fixed'
101
- | 'relative'
102
- | 'static'
103
- | 'sticky';
104
-
105
- export type PropertyZIndex = GlobalsNumber | 'auto';
@@ -1,31 +0,0 @@
1
- import * as React from 'react';
2
- import { BorderStyleProps } from './utils/border';
3
- import { ColorStyleProps } from './utils/color';
4
- import { DepthStyleProps } from './utils/depth';
5
- import { FlexItemStyleProps } from './utils/flexItem';
6
- import { LayoutStyleProps } from './utils/layout';
7
- import { OtherStyleProps } from './utils/other';
8
- import { PositionStyleProps } from './utils/position';
9
- import { SpaceStyleProps } from './utils/space';
10
- export declare type BoxProps = BorderStyleProps & ColorStyleProps & DepthStyleProps & FlexItemStyleProps & LayoutStyleProps & OtherStyleProps & PositionStyleProps & SpaceStyleProps & {
11
- children?: React.ReactNode;
12
- };
13
- /**
14
- * `Box` is a primitive component that provides a common, ergonomic API around Canvas design tokens.
15
- * It is highly flexible, and its primary purpose is to build other components.
16
- *
17
- * @example
18
- * import { Box, BoxProps } from '@workday/canvas-kit-labs-react/common';
19
- *
20
- * interface CardProps extends BoxProps {
21
- * // card-specific props
22
- * }
23
- *
24
- * // `Card`'s default values are set using `BoxProps`
25
- * const Card = (props: CardProps) => (
26
- * <Box depth={2} padding="m" borderRadius="l" {...props}>Hello, Card!</Box>
27
- * );
28
- *
29
- */
30
- export declare const Box: import("@workday/canvas-kit-react/common").ElementComponent<"div", import("./utils/border").BorderShorthandStyleProps & import("./utils/border").BorderColorStyleProps & import("./utils/border").BorderRadiusStyleProps & import("./utils/border").BorderLineStyleProps & import("./utils/border").BorderWidthStyleProps & import("./utils/border").BorderLogicalStyleProps & ColorStyleProps & DepthStyleProps & FlexItemStyleProps & LayoutStyleProps & OtherStyleProps & import("./utils/position").PositionStandardProps & import("./utils/position").PositionLogicalProps & import("./utils/space").SpaceStandardProps & import("./utils/space").SpaceLogicalProps>;
31
- //# sourceMappingURL=Box.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Box.d.ts","sourceRoot":"","sources":["../../../../common/lib/Box.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,OAAO,EAAS,gBAAgB,EAAC,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAQ,eAAe,EAAC,MAAM,eAAe,CAAC;AACrD,OAAO,EAAQ,eAAe,EAAC,MAAM,eAAe,CAAC;AACrD,OAAO,EAAW,kBAAkB,EAAC,MAAM,kBAAkB,CAAC;AAC9D,OAAO,EAAS,gBAAgB,EAAC,MAAM,gBAAgB,CAAC;AACxD,OAAO,EAAQ,eAAe,EAAC,MAAM,eAAe,CAAC;AACrD,OAAO,EAAW,kBAAkB,EAAC,MAAM,kBAAkB,CAAC;AAC9D,OAAO,EAAQ,eAAe,EAAC,MAAM,eAAe,CAAC;AAErD,oBAAY,QAAQ,GAAG,gBAAgB,GACrC,eAAe,GACf,eAAe,GACf,kBAAkB,GAClB,gBAAgB,GAChB,eAAe,GACf,kBAAkB,GAClB,eAAe,GAAG;IAChB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,CAAC;AAsBJ;;;;;;;;;;;;;;;;GAgBG;AACH,eAAO,MAAM,GAAG,2oBASd,CAAC"}
@@ -1,78 +0,0 @@
1
- "use strict";
2
- var __assign = (this && this.__assign) || function () {
3
- __assign = Object.assign || function(t) {
4
- for (var s, i = 1, n = arguments.length; i < n; i++) {
5
- s = arguments[i];
6
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
- t[p] = s[p];
8
- }
9
- return t;
10
- };
11
- return __assign.apply(this, arguments);
12
- };
13
- var __rest = (this && this.__rest) || function (s, e) {
14
- var t = {};
15
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
16
- t[p] = s[p];
17
- if (s != null && typeof Object.getOwnPropertySymbols === "function")
18
- for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
19
- if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
20
- t[p[i]] = s[p[i]];
21
- }
22
- return t;
23
- };
24
- var __importStar = (this && this.__importStar) || function (mod) {
25
- if (mod && mod.__esModule) return mod;
26
- var result = {};
27
- if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
28
- result["default"] = mod;
29
- return result;
30
- };
31
- var __importDefault = (this && this.__importDefault) || function (mod) {
32
- return (mod && mod.__esModule) ? mod : { "default": mod };
33
- };
34
- Object.defineProperty(exports, "__esModule", { value: true });
35
- var React = __importStar(require("react"));
36
- var styled_1 = __importDefault(require("@emotion/styled"));
37
- var is_prop_valid_1 = __importDefault(require("@emotion/is-prop-valid"));
38
- var common_1 = require("@workday/canvas-kit-react/common");
39
- // style props
40
- var border_1 = require("./utils/border");
41
- var color_1 = require("./utils/color");
42
- var depth_1 = require("./utils/depth");
43
- var flexItem_1 = require("./utils/flexItem");
44
- var layout_1 = require("./utils/layout");
45
- var other_1 = require("./utils/other");
46
- var position_1 = require("./utils/position");
47
- var space_1 = require("./utils/space");
48
- var omittedProps = ['display', 'color', 'height', 'overflow', 'width', 'border', 'background'];
49
- var shouldForwardProp = function (prop) {
50
- return is_prop_valid_1.default(prop) && !omittedProps.includes(prop);
51
- };
52
- var StyledBox = styled_1.default('div', { shouldForwardProp: shouldForwardProp })({
53
- boxSizing: 'border-box',
54
- }, border_1.border, color_1.color, depth_1.depth, flexItem_1.flexItem, layout_1.layout, other_1.other, position_1.position, space_1.space);
55
- /**
56
- * `Box` is a primitive component that provides a common, ergonomic API around Canvas design tokens.
57
- * It is highly flexible, and its primary purpose is to build other components.
58
- *
59
- * @example
60
- * import { Box, BoxProps } from '@workday/canvas-kit-labs-react/common';
61
- *
62
- * interface CardProps extends BoxProps {
63
- * // card-specific props
64
- * }
65
- *
66
- * // `Card`'s default values are set using `BoxProps`
67
- * const Card = (props: CardProps) => (
68
- * <Box depth={2} padding="m" borderRadius="l" {...props}>Hello, Card!</Box>
69
- * );
70
- *
71
- */
72
- exports.Box = common_1.createComponent('div')({
73
- displayName: 'Box',
74
- Component: function (_a, ref, Element) {
75
- var children = _a.children, elemProps = __rest(_a, ["children"]);
76
- return (React.createElement(StyledBox, __assign({ as: Element, ref: ref }, elemProps), children));
77
- },
78
- });
@@ -1,103 +0,0 @@
1
- import { CanvasBorderRadiusKeys, CanvasColor } from '@workday/canvas-kit-react/tokens';
2
- import { PartialEmotionCanvasTheme } from '@workday/canvas-kit-react/common';
3
- import { PropertyBorder } from './types';
4
- /** style props to set the border properties */
5
- export declare type BorderShorthandStyleProps = {
6
- /** sets `border` property */
7
- border?: string;
8
- /** sets `border-top` property */
9
- borderTop?: string;
10
- /** sets `border-right` property (no bidirectional support) */
11
- borderRight?: string;
12
- /** sets `border-bottom` property */
13
- borderBottom?: string;
14
- /** sets `border-left` property (no bidirectional support) */
15
- borderLeft?: string;
16
- };
17
- /** style props to set the border color properties */
18
- export declare type BorderColorStyleProps = {
19
- /** sets `border-color` property */
20
- borderColor?: CanvasColor | (string & {});
21
- /** sets `border-top-color` property */
22
- borderTopColor?: CanvasColor | (string & {});
23
- /** sets `border-right-color` property (no bidirectional support) */
24
- borderRightColor?: CanvasColor | (string & {});
25
- /** sets `border-bottom-color` property */
26
- borderBottomColor?: CanvasColor | (string & {});
27
- /** sets `border-left-color` property (no bidirectional support) */
28
- borderLeftColor?: CanvasColor | (string & {});
29
- };
30
- /** style props to set the border radius properties */
31
- export declare type BorderRadiusStyleProps = {
32
- /** sets `border-radius` property */
33
- borderRadius?: CanvasBorderRadiusKeys | number | (string & {});
34
- /** sets `border-top-left-radius` property */
35
- borderTopLeftRadius?: CanvasBorderRadiusKeys | number | (string & {});
36
- /** sets `border-top-right-radius` property */
37
- borderTopRightRadius?: CanvasBorderRadiusKeys | number | (string & {});
38
- /** sets `border-bottom-left-radius` property */
39
- borderBottomLeftRadius?: CanvasBorderRadiusKeys | number | (string & {});
40
- /** sets `border-bottom-right-radius` property */
41
- borderBottomRightRadius?: CanvasBorderRadiusKeys | number | (string & {});
42
- };
43
- /** style props to set the border style properties */
44
- export declare type BorderLineStyleProps = {
45
- /** sets `border-style` property */
46
- borderStyle?: PropertyBorder;
47
- /** sets `border-top-style` property */
48
- borderTopStyle?: PropertyBorder;
49
- /** sets `border-right-style` property (no bidirectional support) */
50
- borderRightStyle?: PropertyBorder;
51
- /** sets `border-bottom-style` property */
52
- borderBottomStyle?: PropertyBorder;
53
- /** sets `border-left-style` property (no bidirectional support) */
54
- borderLeftStyle?: PropertyBorder;
55
- };
56
- /** style props to set the border width properties */
57
- export declare type BorderWidthStyleProps = {
58
- /** sets `border-width` property */
59
- borderWidth?: string | number;
60
- /** sets `border-top-width` property */
61
- borderTopWidth?: string | number;
62
- /** sets `border-right-width` property (no bidirectional support) */
63
- borderRightWidth?: string | number;
64
- /** sets `border-bottom-width` property */
65
- borderBottomWidth?: string | number;
66
- /** sets `border-left-width` property (no bidirectional support) */
67
- borderLeftWidth?: string | number;
68
- };
69
- export declare type BorderLogicalStyleProps = {
70
- /** sets `border-left` property (bidirectional support) */
71
- borderInlineStart?: string;
72
- /** sets `border-left-color` property (bidirectional support) */
73
- borderInlineStartColor?: CanvasColor | (string & {});
74
- /** sets `border-left-style` property (bidirectional support) */
75
- borderInlineStartStyle?: PropertyBorder;
76
- /** sets `border-left-width` property (bidirectional support) */
77
- borderInlineStartWidth?: string | number;
78
- /** sets `border-right` property (bidirectional support) */
79
- borderInlineEnd?: string;
80
- /** sets `border-right-color` property (bidirectional support) */
81
- borderInlineEndColor?: CanvasColor | (string & {});
82
- /** sets `border-right-style` property (bidirectional support) */
83
- borderInlineEndStyle?: PropertyBorder;
84
- /** sets `border-right-width` property (bidirectional support) */
85
- borderInlineEndWidth?: string | number;
86
- };
87
- /** a collection style props for border properties */
88
- export declare type BorderStyleProps = BorderShorthandStyleProps & BorderColorStyleProps & BorderRadiusStyleProps & BorderLineStyleProps & BorderWidthStyleProps & BorderLogicalStyleProps;
89
- /**
90
- * A style prop function that takes components props and returns border styles. Some props, such as borderRadius and borderColor, are connected to our design tokens.
91
- * If no `BorderStyleProps` are found, it returns an empty object.
92
- *
93
- * @example
94
- * // You'll most likely use `border` with low-level, styled components
95
- * const BoxExample = () => (
96
- * <Box border={`solid 1px #333333 ${colors.blackPepper400}`}>Hello, border styles!</Box>
97
- * );
98
- *
99
- */
100
- export declare function border<P extends BorderStyleProps & {
101
- theme?: PartialEmotionCanvasTheme;
102
- }>(props: P): {};
103
- //# sourceMappingURL=border.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"border.d.ts","sourceRoot":"","sources":["../../../../../common/lib/utils/border.ts"],"names":[],"mappings":"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"}