@wordpress/components 19.17.0 → 20.0.1-next.d6164808d3.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 (599) hide show
  1. package/CHANGELOG.md +68 -1
  2. package/build/alignment-matrix-control/index.js +1 -1
  3. package/build/alignment-matrix-control/index.js.map +1 -1
  4. package/build/alignment-matrix-control/styles/alignment-matrix-control-styles.js +9 -9
  5. package/build/alignment-matrix-control/styles/alignment-matrix-control-styles.js.map +1 -1
  6. package/build/angle-picker-control/index.js +3 -0
  7. package/build/angle-picker-control/index.js.map +1 -1
  8. package/build/angle-picker-control/styles/angle-picker-control-styles.js +14 -4
  9. package/build/angle-picker-control/styles/angle-picker-control-styles.js.map +1 -1
  10. package/build/autocomplete/index.js +9 -11
  11. package/build/autocomplete/index.js.map +1 -1
  12. package/build/base-control/styles/base-control-styles.js +8 -8
  13. package/build/base-control/styles/base-control-styles.js.map +1 -1
  14. package/build/base-field/styles.js +5 -5
  15. package/build/base-field/styles.js.map +1 -1
  16. package/build/box-control/styles/box-control-visualizer-styles.js +8 -8
  17. package/build/box-control/styles/box-control-visualizer-styles.js.map +1 -1
  18. package/build/color-list-picker/index.js +16 -5
  19. package/build/color-list-picker/index.js.map +1 -1
  20. package/build/color-palette/index.js +22 -12
  21. package/build/color-palette/index.js.map +1 -1
  22. package/build/color-palette/index.native.js +3 -3
  23. package/build/color-palette/index.native.js.map +1 -1
  24. package/build/combobox-control/index.js +7 -4
  25. package/build/combobox-control/index.js.map +1 -1
  26. package/build/{custom-gradient-bar → custom-gradient-picker/gradient-bar}/constants.js +0 -0
  27. package/build/custom-gradient-picker/gradient-bar/constants.js.map +1 -0
  28. package/build/{custom-gradient-bar → custom-gradient-picker/gradient-bar}/control-points.js +34 -41
  29. package/build/custom-gradient-picker/gradient-bar/control-points.js.map +1 -0
  30. package/build/{custom-gradient-bar → custom-gradient-picker/gradient-bar}/index.js +0 -1
  31. package/build/custom-gradient-picker/gradient-bar/index.js.map +1 -0
  32. package/build/{custom-gradient-bar → custom-gradient-picker/gradient-bar}/utils.js +0 -0
  33. package/build/custom-gradient-picker/gradient-bar/utils.js.map +1 -0
  34. package/build/custom-gradient-picker/index.js +19 -4
  35. package/build/custom-gradient-picker/index.js.map +1 -1
  36. package/build/custom-select-control/index.js +21 -11
  37. package/build/custom-select-control/index.js.map +1 -1
  38. package/build/custom-select-control/styles.js +34 -0
  39. package/build/custom-select-control/styles.js.map +1 -0
  40. package/build/date-time/constants.js +9 -0
  41. package/build/date-time/constants.js.map +1 -0
  42. package/build/date-time/date/index.js +175 -186
  43. package/build/date-time/date/index.js.map +1 -1
  44. package/build/date-time/date/styles.js +59 -40
  45. package/build/date-time/date/styles.js.map +1 -1
  46. package/build/date-time/date-time/index.js +5 -2
  47. package/build/date-time/date-time/index.js.map +1 -1
  48. package/build/date-time/time/index.js +22 -17
  49. package/build/date-time/time/index.js.map +1 -1
  50. package/build/date-time/utils.js +27 -0
  51. package/build/date-time/utils.js.map +1 -0
  52. package/build/dimension-control/index.js +2 -6
  53. package/build/dimension-control/index.js.map +1 -1
  54. package/build/disabled/index.js +28 -11
  55. package/build/disabled/index.js.map +1 -1
  56. package/build/disabled/styles/disabled-styles.js +3 -3
  57. package/build/disabled/styles/disabled-styles.js.map +1 -1
  58. package/build/{swatch → disabled}/types.js +0 -0
  59. package/build/{swatch → disabled}/types.js.map +0 -0
  60. package/build/dropdown/index.js +5 -6
  61. package/build/dropdown/index.js.map +1 -1
  62. package/build/duotone-picker/custom-duotone-bar.js +2 -2
  63. package/build/duotone-picker/custom-duotone-bar.js.map +1 -1
  64. package/build/duotone-picker/duotone-picker.js +9 -1
  65. package/build/duotone-picker/duotone-picker.js.map +1 -1
  66. package/build/duotone-picker/duotone-swatch.js +13 -3
  67. package/build/duotone-picker/duotone-swatch.js.map +1 -1
  68. package/build/focal-point-picker/index.js +4 -6
  69. package/build/focal-point-picker/index.js.map +1 -1
  70. package/build/focal-point-picker/styles/focal-point-style.js +4 -4
  71. package/build/focal-point-picker/styles/focal-point-style.js.map +1 -1
  72. package/build/font-size-picker/index.js +43 -14
  73. package/build/font-size-picker/index.js.map +1 -1
  74. package/build/font-size-picker/utils.js +32 -22
  75. package/build/font-size-picker/utils.js.map +1 -1
  76. package/build/form-token-field/index.js +11 -5
  77. package/build/form-token-field/index.js.map +1 -1
  78. package/build/gradient-picker/index.js +15 -3
  79. package/build/gradient-picker/index.js.map +1 -1
  80. package/build/guide/index.js +5 -3
  81. package/build/guide/index.js.map +1 -1
  82. package/build/guide/page-control.js +3 -7
  83. package/build/guide/page-control.js.map +1 -1
  84. package/build/item-group/styles.js +10 -10
  85. package/build/item-group/styles.js.map +1 -1
  86. package/build/mobile/bottom-sheet/index.native.js +3 -6
  87. package/build/mobile/bottom-sheet/index.native.js.map +1 -1
  88. package/build/mobile/global-styles-context/utils.native.js +3 -1
  89. package/build/mobile/global-styles-context/utils.native.js.map +1 -1
  90. package/build/mobile/image/index.native.js +6 -26
  91. package/build/mobile/image/index.native.js.map +1 -1
  92. package/build/mobile/picker/index.android.js +3 -3
  93. package/build/mobile/picker/index.android.js.map +1 -1
  94. package/build/modal/index.js +1 -3
  95. package/build/modal/index.js.map +1 -1
  96. package/build/navigable-container/container.js +9 -8
  97. package/build/navigable-container/container.js.map +1 -1
  98. package/build/navigator/navigator-back-button/hook.js +0 -4
  99. package/build/navigator/navigator-back-button/hook.js.map +1 -1
  100. package/build/navigator/navigator-button/hook.js +0 -4
  101. package/build/navigator/navigator-button/hook.js.map +1 -1
  102. package/build/notice/list.js +10 -6
  103. package/build/notice/list.js.map +1 -1
  104. package/build/palette-edit/index.js +1 -0
  105. package/build/palette-edit/index.js.map +1 -1
  106. package/build/palette-edit/styles.js +10 -10
  107. package/build/palette-edit/styles.js.map +1 -1
  108. package/build/popover/index.js +100 -97
  109. package/build/popover/index.js.map +1 -1
  110. package/build/popover/utils.js +178 -0
  111. package/build/popover/utils.js.map +1 -0
  112. package/build/range-control/index.js +3 -0
  113. package/build/range-control/index.js.map +1 -1
  114. package/build/range-control/styles/range-control-styles.js +43 -37
  115. package/build/range-control/styles/range-control-styles.js.map +1 -1
  116. package/build/select-control/chevron-down.js +30 -0
  117. package/build/select-control/chevron-down.js.map +1 -0
  118. package/build/select-control/index.js +7 -7
  119. package/build/select-control/index.js.map +1 -1
  120. package/build/select-control/styles/select-control-styles.js +30 -15
  121. package/build/select-control/styles/select-control-styles.js.map +1 -1
  122. package/build/snackbar/list.js +5 -3
  123. package/build/snackbar/list.js.map +1 -1
  124. package/build/spinner/index.js +2 -0
  125. package/build/spinner/index.js.map +1 -1
  126. package/build/text/styles.js +7 -7
  127. package/build/text/styles.js.map +1 -1
  128. package/build/toggle-group-control/toggle-group-control/component.js +16 -8
  129. package/build/toggle-group-control/toggle-group-control/component.js.map +1 -1
  130. package/build/toggle-group-control/toggle-group-control/styles.js +7 -5
  131. package/build/toggle-group-control/toggle-group-control/styles.js.map +1 -1
  132. package/build/toggle-group-control/toggle-group-control-option/component.js +15 -5
  133. package/build/toggle-group-control/toggle-group-control-option/component.js.map +1 -1
  134. package/build/toggle-group-control/toggle-group-control-option-base/component.js +5 -1
  135. package/build/toggle-group-control/toggle-group-control-option-base/component.js.map +1 -1
  136. package/build/toggle-group-control/toggle-group-control-option-base/styles.js +20 -7
  137. package/build/toggle-group-control/toggle-group-control-option-base/styles.js.map +1 -1
  138. package/build/toggle-group-control/toggle-group-control-option-icon/component.js +26 -7
  139. package/build/toggle-group-control/toggle-group-control-option-icon/component.js.map +1 -1
  140. package/build/tools-panel/styles.js +11 -11
  141. package/build/tools-panel/styles.js.map +1 -1
  142. package/build/ui/context/context-connect.js +1 -3
  143. package/build/ui/context/context-connect.js.map +1 -1
  144. package/build/unit-control/index.js +2 -3
  145. package/build/unit-control/index.js.map +1 -1
  146. package/build/utils/colors-values.js +52 -142
  147. package/build/utils/colors-values.js.map +1 -1
  148. package/build/utils/config-values.js +1 -1
  149. package/build/utils/config-values.js.map +1 -1
  150. package/build/utils/input/input-control.js +1 -1
  151. package/build/utils/input/input-control.js.map +1 -1
  152. package/build/utils/rtl.js +6 -5
  153. package/build/utils/rtl.js.map +1 -1
  154. package/build/utils/strings.js +50 -0
  155. package/build/utils/strings.js.map +1 -0
  156. package/build-module/alignment-matrix-control/index.js +1 -1
  157. package/build-module/alignment-matrix-control/index.js.map +1 -1
  158. package/build-module/alignment-matrix-control/styles/alignment-matrix-control-styles.js +9 -9
  159. package/build-module/alignment-matrix-control/styles/alignment-matrix-control-styles.js.map +1 -1
  160. package/build-module/angle-picker-control/index.js +3 -0
  161. package/build-module/angle-picker-control/index.js.map +1 -1
  162. package/build-module/angle-picker-control/styles/angle-picker-control-styles.js +13 -4
  163. package/build-module/angle-picker-control/styles/angle-picker-control-styles.js.map +1 -1
  164. package/build-module/autocomplete/index.js +9 -10
  165. package/build-module/autocomplete/index.js.map +1 -1
  166. package/build-module/base-control/styles/base-control-styles.js +8 -8
  167. package/build-module/base-control/styles/base-control-styles.js.map +1 -1
  168. package/build-module/base-field/styles.js +5 -5
  169. package/build-module/base-field/styles.js.map +1 -1
  170. package/build-module/box-control/styles/box-control-visualizer-styles.js +8 -8
  171. package/build-module/box-control/styles/box-control-visualizer-styles.js.map +1 -1
  172. package/build-module/color-list-picker/index.js +13 -5
  173. package/build-module/color-list-picker/index.js.map +1 -1
  174. package/build-module/color-palette/index.js +22 -11
  175. package/build-module/color-palette/index.js.map +1 -1
  176. package/build-module/color-palette/index.native.js +4 -4
  177. package/build-module/color-palette/index.native.js.map +1 -1
  178. package/build-module/combobox-control/index.js +6 -3
  179. package/build-module/combobox-control/index.js.map +1 -1
  180. package/build-module/{custom-gradient-bar → custom-gradient-picker/gradient-bar}/constants.js +0 -0
  181. package/build-module/custom-gradient-picker/gradient-bar/constants.js.map +1 -0
  182. package/build-module/{custom-gradient-bar → custom-gradient-picker/gradient-bar}/control-points.js +34 -41
  183. package/build-module/custom-gradient-picker/gradient-bar/control-points.js.map +1 -0
  184. package/build-module/{custom-gradient-bar → custom-gradient-picker/gradient-bar}/index.js +0 -1
  185. package/build-module/custom-gradient-picker/gradient-bar/index.js.map +1 -0
  186. package/build-module/{custom-gradient-bar → custom-gradient-picker/gradient-bar}/utils.js +0 -0
  187. package/build-module/custom-gradient-picker/gradient-bar/utils.js.map +1 -0
  188. package/build-module/custom-gradient-picker/index.js +16 -3
  189. package/build-module/custom-gradient-picker/index.js.map +1 -1
  190. package/build-module/custom-select-control/index.js +20 -12
  191. package/build-module/custom-select-control/index.js.map +1 -1
  192. package/build-module/custom-select-control/styles.js +22 -0
  193. package/build-module/custom-select-control/styles.js.map +1 -0
  194. package/build-module/date-time/constants.js +2 -0
  195. package/build-module/date-time/constants.js.map +1 -0
  196. package/build-module/date-time/date/index.js +178 -184
  197. package/build-module/date-time/date/index.js.map +1 -1
  198. package/build-module/date-time/date/styles.js +47 -38
  199. package/build-module/date-time/date/styles.js.map +1 -1
  200. package/build-module/date-time/date-time/index.js +4 -2
  201. package/build-module/date-time/date-time/index.js.map +1 -1
  202. package/build-module/date-time/time/index.js +20 -16
  203. package/build-module/date-time/time/index.js.map +1 -1
  204. package/build-module/date-time/utils.js +19 -0
  205. package/build-module/date-time/utils.js.map +1 -0
  206. package/build-module/dimension-control/index.js +1 -5
  207. package/build-module/dimension-control/index.js.map +1 -1
  208. package/build-module/disabled/index.js +28 -11
  209. package/build-module/disabled/index.js.map +1 -1
  210. package/build-module/disabled/styles/disabled-styles.js +3 -3
  211. package/build-module/disabled/styles/disabled-styles.js.map +1 -1
  212. package/build-module/{swatch → disabled}/types.js +0 -0
  213. package/build-module/{swatch → disabled}/types.js.map +0 -0
  214. package/build-module/dropdown/index.js +5 -6
  215. package/build-module/dropdown/index.js.map +1 -1
  216. package/build-module/duotone-picker/custom-duotone-bar.js +1 -1
  217. package/build-module/duotone-picker/custom-duotone-bar.js.map +1 -1
  218. package/build-module/duotone-picker/duotone-picker.js +7 -1
  219. package/build-module/duotone-picker/duotone-picker.js.map +1 -1
  220. package/build-module/duotone-picker/duotone-swatch.js +11 -3
  221. package/build-module/duotone-picker/duotone-swatch.js.map +1 -1
  222. package/build-module/focal-point-picker/index.js +4 -5
  223. package/build-module/focal-point-picker/index.js.map +1 -1
  224. package/build-module/focal-point-picker/styles/focal-point-style.js +4 -4
  225. package/build-module/focal-point-picker/styles/focal-point-style.js.map +1 -1
  226. package/build-module/font-size-picker/index.js +39 -14
  227. package/build-module/font-size-picker/index.js.map +1 -1
  228. package/build-module/font-size-picker/utils.js +31 -23
  229. package/build-module/font-size-picker/utils.js.map +1 -1
  230. package/build-module/form-token-field/index.js +12 -6
  231. package/build-module/form-token-field/index.js.map +1 -1
  232. package/build-module/gradient-picker/index.js +14 -3
  233. package/build-module/gradient-picker/index.js.map +1 -1
  234. package/build-module/guide/index.js +5 -3
  235. package/build-module/guide/index.js.map +1 -1
  236. package/build-module/guide/page-control.js +3 -6
  237. package/build-module/guide/page-control.js.map +1 -1
  238. package/build-module/item-group/styles.js +10 -10
  239. package/build-module/item-group/styles.js.map +1 -1
  240. package/build-module/mobile/bottom-sheet/index.native.js +3 -5
  241. package/build-module/mobile/bottom-sheet/index.native.js.map +1 -1
  242. package/build-module/mobile/global-styles-context/utils.native.js +2 -1
  243. package/build-module/mobile/global-styles-context/utils.native.js.map +1 -1
  244. package/build-module/mobile/image/index.native.js +8 -28
  245. package/build-module/mobile/image/index.native.js.map +1 -1
  246. package/build-module/mobile/picker/index.android.js +3 -3
  247. package/build-module/mobile/picker/index.android.js.map +1 -1
  248. package/build-module/modal/index.js +1 -2
  249. package/build-module/modal/index.js.map +1 -1
  250. package/build-module/navigable-container/container.js +9 -7
  251. package/build-module/navigable-container/container.js.map +1 -1
  252. package/build-module/navigator/navigator-back-button/hook.js +0 -4
  253. package/build-module/navigator/navigator-back-button/hook.js.map +1 -1
  254. package/build-module/navigator/navigator-button/hook.js +0 -4
  255. package/build-module/navigator/navigator-button/hook.js.map +1 -1
  256. package/build-module/notice/list.js +10 -5
  257. package/build-module/notice/list.js.map +1 -1
  258. package/build-module/palette-edit/index.js +1 -0
  259. package/build-module/palette-edit/index.js.map +1 -1
  260. package/build-module/palette-edit/styles.js +10 -10
  261. package/build-module/palette-edit/styles.js.map +1 -1
  262. package/build-module/popover/index.js +100 -98
  263. package/build-module/popover/index.js.map +1 -1
  264. package/build-module/popover/utils.js +164 -0
  265. package/build-module/popover/utils.js.map +1 -0
  266. package/build-module/range-control/index.js +3 -0
  267. package/build-module/range-control/index.js.map +1 -1
  268. package/build-module/range-control/styles/range-control-styles.js +43 -37
  269. package/build-module/range-control/styles/range-control-styles.js.map +1 -1
  270. package/build-module/select-control/chevron-down.js +21 -0
  271. package/build-module/select-control/chevron-down.js.map +1 -0
  272. package/build-module/select-control/index.js +7 -7
  273. package/build-module/select-control/index.js.map +1 -1
  274. package/build-module/select-control/styles/select-control-styles.js +24 -13
  275. package/build-module/select-control/styles/select-control-styles.js.map +1 -1
  276. package/build-module/snackbar/list.js +5 -2
  277. package/build-module/snackbar/list.js.map +1 -1
  278. package/build-module/spinner/index.js +2 -0
  279. package/build-module/spinner/index.js.map +1 -1
  280. package/build-module/text/styles.js +7 -7
  281. package/build-module/text/styles.js.map +1 -1
  282. package/build-module/toggle-group-control/toggle-group-control/component.js +14 -7
  283. package/build-module/toggle-group-control/toggle-group-control/component.js.map +1 -1
  284. package/build-module/toggle-group-control/toggle-group-control/styles.js +5 -4
  285. package/build-module/toggle-group-control/toggle-group-control/styles.js.map +1 -1
  286. package/build-module/toggle-group-control/toggle-group-control-option/component.js +17 -3
  287. package/build-module/toggle-group-control/toggle-group-control-option/component.js.map +1 -1
  288. package/build-module/toggle-group-control/toggle-group-control-option-base/component.js +5 -1
  289. package/build-module/toggle-group-control/toggle-group-control-option-base/component.js.map +1 -1
  290. package/build-module/toggle-group-control/toggle-group-control-option-base/styles.js +16 -6
  291. package/build-module/toggle-group-control/toggle-group-control-option-base/styles.js.map +1 -1
  292. package/build-module/toggle-group-control/toggle-group-control-option-icon/component.js +27 -5
  293. package/build-module/toggle-group-control/toggle-group-control-option-icon/component.js.map +1 -1
  294. package/build-module/tools-panel/styles.js +11 -11
  295. package/build-module/tools-panel/styles.js.map +1 -1
  296. package/build-module/ui/context/context-connect.js +1 -2
  297. package/build-module/ui/context/context-connect.js.map +1 -1
  298. package/build-module/unit-control/index.js +2 -2
  299. package/build-module/unit-control/index.js.map +1 -1
  300. package/build-module/utils/colors-values.js +52 -141
  301. package/build-module/utils/colors-values.js.map +1 -1
  302. package/build-module/utils/config-values.js +1 -1
  303. package/build-module/utils/config-values.js.map +1 -1
  304. package/build-module/utils/input/input-control.js +1 -1
  305. package/build-module/utils/input/input-control.js.map +1 -1
  306. package/build-module/utils/rtl.js +6 -4
  307. package/build-module/utils/rtl.js.map +1 -1
  308. package/build-module/utils/strings.js +37 -0
  309. package/build-module/utils/strings.js.map +1 -0
  310. package/build-style/style-rtl.css +176 -1227
  311. package/build-style/style.css +171 -1225
  312. package/build-types/color-palette/index.d.ts +2 -1
  313. package/build-types/color-palette/index.d.ts.map +1 -1
  314. package/build-types/color-picker/styles.d.ts +2 -2
  315. package/build-types/date-time/constants.d.ts +2 -0
  316. package/build-types/date-time/constants.d.ts.map +1 -0
  317. package/build-types/date-time/date/index.d.ts +3 -1
  318. package/build-types/date-time/date/index.d.ts.map +1 -1
  319. package/build-types/date-time/date/styles.d.ts +22 -8
  320. package/build-types/date-time/date/styles.d.ts.map +1 -1
  321. package/build-types/date-time/date/test/index.d.ts +1 -1
  322. package/build-types/date-time/date/test/index.d.ts.map +1 -1
  323. package/build-types/date-time/date-time/index.d.ts.map +1 -1
  324. package/build-types/date-time/time/index.d.ts.map +1 -1
  325. package/build-types/date-time/utils.d.ts +8 -0
  326. package/build-types/date-time/utils.d.ts.map +1 -0
  327. package/build-types/disabled/index.d.ts +35 -28
  328. package/build-types/disabled/index.d.ts.map +1 -1
  329. package/build-types/disabled/stories/index.d.ts +13 -0
  330. package/build-types/disabled/stories/index.d.ts.map +1 -0
  331. package/build-types/disabled/styles/disabled-styles.d.ts +2 -1
  332. package/build-types/disabled/styles/disabled-styles.d.ts.map +1 -1
  333. package/build-types/disabled/test/index.d.ts +2 -0
  334. package/build-types/{flyout/flyout → disabled/test}/index.d.ts.map +1 -1
  335. package/build-types/disabled/types.d.ts +14 -0
  336. package/build-types/disabled/types.d.ts.map +1 -0
  337. package/build-types/dropdown/index.d.ts.map +1 -1
  338. package/build-types/form-token-field/index.d.ts.map +1 -1
  339. package/build-types/form-token-field/stories/index.d.ts +1 -0
  340. package/build-types/form-token-field/stories/index.d.ts.map +1 -1
  341. package/build-types/form-token-field/types.d.ts +7 -0
  342. package/build-types/form-token-field/types.d.ts.map +1 -1
  343. package/build-types/navigator/navigator-back-button/hook.d.ts +0 -3
  344. package/build-types/navigator/navigator-back-button/hook.d.ts.map +1 -1
  345. package/build-types/navigator/navigator-button/hook.d.ts +0 -3
  346. package/build-types/navigator/navigator-button/hook.d.ts.map +1 -1
  347. package/build-types/placeholder/test/index.d.ts +2 -0
  348. package/build-types/{flyout → placeholder/test}/index.d.ts.map +1 -1
  349. package/build-types/popover/index.d.ts +1 -1
  350. package/build-types/popover/index.d.ts.map +1 -1
  351. package/build-types/popover/utils.d.ts +26 -69
  352. package/build-types/popover/utils.d.ts.map +1 -1
  353. package/build-types/range-control/index.d.ts +2 -2
  354. package/build-types/range-control/index.d.ts.map +1 -1
  355. package/build-types/range-control/styles/range-control-styles.d.ts +5 -2
  356. package/build-types/range-control/styles/range-control-styles.d.ts.map +1 -1
  357. package/build-types/range-control/types.d.ts +2 -2
  358. package/build-types/range-control/types.d.ts.map +1 -1
  359. package/build-types/select-control/chevron-down.d.ts +4 -0
  360. package/build-types/select-control/chevron-down.d.ts.map +1 -0
  361. package/build-types/select-control/index.d.ts.map +1 -1
  362. package/build-types/select-control/styles/select-control-styles.d.ts +8 -0
  363. package/build-types/select-control/styles/select-control-styles.d.ts.map +1 -1
  364. package/build-types/spinner/index.d.ts.map +1 -1
  365. package/build-types/toggle-group-control/stories/index.d.ts +25 -0
  366. package/build-types/toggle-group-control/stories/index.d.ts.map +1 -0
  367. package/build-types/toggle-group-control/test/index.d.ts +2 -0
  368. package/build-types/toggle-group-control/test/index.d.ts.map +1 -0
  369. package/build-types/toggle-group-control/toggle-group-control/component.d.ts +6 -3
  370. package/build-types/toggle-group-control/toggle-group-control/component.d.ts.map +1 -1
  371. package/build-types/toggle-group-control/toggle-group-control/styles.d.ts +1 -0
  372. package/build-types/toggle-group-control/toggle-group-control/styles.d.ts.map +1 -1
  373. package/build-types/toggle-group-control/toggle-group-control-option/component.d.ts +6 -7
  374. package/build-types/toggle-group-control/toggle-group-control-option/component.d.ts.map +1 -1
  375. package/build-types/toggle-group-control/toggle-group-control-option-base/component.d.ts.map +1 -1
  376. package/build-types/toggle-group-control/toggle-group-control-option-base/styles.d.ts +4 -0
  377. package/build-types/toggle-group-control/toggle-group-control-option-base/styles.d.ts.map +1 -1
  378. package/build-types/toggle-group-control/toggle-group-control-option-icon/component.d.ts +11 -9
  379. package/build-types/toggle-group-control/toggle-group-control-option-icon/component.d.ts.map +1 -1
  380. package/build-types/toggle-group-control/types.d.ts +23 -10
  381. package/build-types/toggle-group-control/types.d.ts.map +1 -1
  382. package/build-types/ui/context/context-connect.d.ts +3 -0
  383. package/build-types/ui/context/context-connect.d.ts.map +1 -1
  384. package/build-types/ui/form-group/use-form-group.d.ts +2 -2
  385. package/build-types/unit-control/index.d.ts +2 -1
  386. package/build-types/unit-control/index.d.ts.map +1 -1
  387. package/build-types/unit-control/types.d.ts +5 -1
  388. package/build-types/unit-control/types.d.ts.map +1 -1
  389. package/build-types/utils/colors-values.d.ts +18 -97
  390. package/build-types/utils/colors-values.d.ts.map +1 -1
  391. package/build-types/utils/rtl.d.ts.map +1 -1
  392. package/build-types/utils/strings.d.ts +2 -0
  393. package/build-types/utils/strings.d.ts.map +1 -0
  394. package/package.json +22 -21
  395. package/src/alignment-matrix-control/index.js +1 -1
  396. package/src/alignment-matrix-control/stories/index.js +49 -24
  397. package/src/alignment-matrix-control/styles/alignment-matrix-control-styles.js +1 -3
  398. package/src/angle-picker-control/index.js +7 -1
  399. package/src/angle-picker-control/stories/index.js +8 -5
  400. package/src/angle-picker-control/styles/angle-picker-control-styles.js +12 -3
  401. package/src/autocomplete/index.js +9 -18
  402. package/src/base-control/styles/base-control-styles.ts +1 -1
  403. package/src/base-field/styles.js +1 -1
  404. package/src/base-field/test/__snapshots__/index.js.snap +2 -2
  405. package/src/box-control/styles/box-control-visualizer-styles.js +0 -1
  406. package/src/box-control/test/index.js +8 -8
  407. package/src/button/test/index.js +188 -146
  408. package/src/color-list-picker/index.js +15 -3
  409. package/src/color-list-picker/style.scss +11 -0
  410. package/src/color-palette/index.js +32 -16
  411. package/src/color-palette/index.native.js +10 -6
  412. package/src/color-palette/stories/index.js +1 -1
  413. package/src/color-palette/test/__snapshots__/index.js.snap +17 -3
  414. package/src/combobox-control/index.js +6 -5
  415. package/src/combobox-control/stories/index.js +9 -3
  416. package/src/combobox-control/style.scss +0 -1
  417. package/src/confirm-dialog/test/index.js +85 -62
  418. package/src/{custom-gradient-bar → custom-gradient-picker/gradient-bar}/constants.js +0 -0
  419. package/src/{custom-gradient-bar → custom-gradient-picker/gradient-bar}/control-points.js +54 -50
  420. package/src/{custom-gradient-bar → custom-gradient-picker/gradient-bar}/index.js +0 -3
  421. package/src/{custom-gradient-bar → custom-gradient-picker/gradient-bar}/test/utils.js +0 -0
  422. package/src/{custom-gradient-bar → custom-gradient-picker/gradient-bar}/utils.js +0 -0
  423. package/src/custom-gradient-picker/index.js +18 -3
  424. package/src/custom-gradient-picker/stories/index.js +4 -3
  425. package/src/custom-gradient-picker/style.scss +30 -27
  426. package/src/custom-select-control/README.md +10 -0
  427. package/src/custom-select-control/index.js +22 -16
  428. package/src/custom-select-control/stories/index.js +1 -1
  429. package/src/custom-select-control/style.scss +0 -12
  430. package/src/custom-select-control/styles.ts +28 -0
  431. package/src/custom-select-control/test/index.js +4 -1
  432. package/src/date-time/constants.ts +1 -0
  433. package/src/date-time/date/index.tsx +289 -184
  434. package/src/date-time/date/styles.ts +86 -27
  435. package/src/date-time/date/test/index.tsx +18 -28
  436. package/src/date-time/date-time/index.tsx +3 -2
  437. package/src/date-time/time/index.tsx +23 -19
  438. package/src/date-time/utils.ts +17 -0
  439. package/src/dimension-control/index.js +1 -5
  440. package/src/disabled/index.tsx +80 -0
  441. package/src/disabled/stories/index.tsx +87 -0
  442. package/src/disabled/styles/{disabled-styles.js → disabled-styles.tsx} +0 -0
  443. package/src/disabled/test/index.tsx +174 -0
  444. package/src/disabled/types.ts +13 -0
  445. package/src/dropdown/index.js +3 -5
  446. package/src/dropdown-menu/stories/index.js +13 -2
  447. package/src/duotone-picker/custom-duotone-bar.js +1 -1
  448. package/src/duotone-picker/duotone-picker.js +34 -26
  449. package/src/duotone-picker/duotone-swatch.js +12 -5
  450. package/src/duotone-picker/stories/duotone-picker.js +66 -0
  451. package/src/duotone-picker/stories/duotone-swatch.js +32 -0
  452. package/src/focal-point-picker/index.js +10 -5
  453. package/src/focal-point-picker/styles/focal-point-style.js +0 -1
  454. package/src/focal-point-picker/test/index.js +78 -45
  455. package/src/font-size-picker/index.js +161 -144
  456. package/src/font-size-picker/stories/index.js +1 -0
  457. package/src/font-size-picker/style.scss +8 -5
  458. package/src/font-size-picker/test/index.js +13 -6
  459. package/src/font-size-picker/test/{util.js → utils.js} +77 -1
  460. package/src/font-size-picker/utils.js +38 -23
  461. package/src/form-token-field/README.md +1 -0
  462. package/src/form-token-field/index.tsx +24 -10
  463. package/src/form-token-field/stories/index.tsx +8 -0
  464. package/src/form-token-field/test/index.js +31 -0
  465. package/src/form-token-field/types.ts +7 -0
  466. package/src/gradient-picker/index.js +22 -7
  467. package/src/gradient-picker/stories/index.js +56 -81
  468. package/src/guide/index.js +3 -1
  469. package/src/guide/page-control.js +1 -6
  470. package/src/guide/stories/index.js +12 -11
  471. package/src/guide/test/index.js +54 -37
  472. package/src/guide/test/page-control.js +14 -17
  473. package/src/higher-order/with-notices/test/index.js +4 -2
  474. package/src/higher-order/with-spoken-messages/test/index.js +1 -1
  475. package/src/item-group/styles.ts +3 -3
  476. package/src/menu-group/test/index.js +18 -7
  477. package/src/mobile/bottom-sheet/index.native.js +2 -4
  478. package/src/mobile/global-styles-context/utils.native.js +2 -1
  479. package/src/mobile/image/index.native.js +9 -30
  480. package/src/mobile/picker/index.android.js +10 -4
  481. package/src/mobile/picker/styles.native.scss +4 -4
  482. package/src/modal/index.js +1 -2
  483. package/src/modal/test/index.js +11 -9
  484. package/src/navigable-container/container.js +12 -18
  485. package/src/navigable-container/test/menu.js +14 -11
  486. package/src/navigator/navigator-back-button/hook.ts +0 -3
  487. package/src/navigator/navigator-button/hook.ts +0 -3
  488. package/src/notice/list.js +12 -10
  489. package/src/palette-edit/index.js +1 -0
  490. package/src/palette-edit/styles.js +6 -5
  491. package/src/placeholder/README.md +1 -1
  492. package/src/placeholder/style.scss +65 -20
  493. package/src/placeholder/test/index.tsx +174 -0
  494. package/src/popover/index.js +133 -112
  495. package/src/popover/stories/index.js +17 -3
  496. package/src/popover/test/__snapshots__/index.js.snap +6 -6
  497. package/src/popover/test/index.js +129 -36
  498. package/src/popover/utils.js +107 -0
  499. package/src/range-control/index.tsx +3 -0
  500. package/src/range-control/styles/range-control-styles.ts +9 -4
  501. package/src/range-control/types.ts +5 -2
  502. package/src/select-control/chevron-down.tsx +25 -0
  503. package/src/select-control/index.tsx +6 -9
  504. package/src/select-control/styles/select-control-styles.ts +23 -14
  505. package/src/slot-fill/test/slot.js +5 -5
  506. package/src/snackbar/list.js +3 -2
  507. package/src/spinner/index.tsx +2 -0
  508. package/src/style.scss +0 -2
  509. package/src/text/styles.js +1 -1
  510. package/src/text/test/index.tsx +1 -1
  511. package/src/toggle-group-control/stories/index.tsx +127 -0
  512. package/src/toggle-group-control/test/__snapshots__/{index.js.snap → index.tsx.snap} +28 -22
  513. package/src/toggle-group-control/test/{index.js → index.tsx} +2 -4
  514. package/src/toggle-group-control/toggle-group-control/README.md +2 -0
  515. package/src/toggle-group-control/toggle-group-control/component.tsx +18 -9
  516. package/src/toggle-group-control/toggle-group-control/styles.ts +9 -6
  517. package/src/toggle-group-control/toggle-group-control-option/component.tsx +19 -3
  518. package/src/toggle-group-control/toggle-group-control-option-base/component.tsx +3 -0
  519. package/src/toggle-group-control/toggle-group-control-option-base/styles.ts +18 -0
  520. package/src/toggle-group-control/toggle-group-control-option-icon/README.md +6 -8
  521. package/src/toggle-group-control/toggle-group-control-option-icon/component.tsx +30 -7
  522. package/src/toggle-group-control/types.ts +74 -59
  523. package/src/toolbar/test/index.js +4 -4
  524. package/src/toolbar-group/test/index.js +9 -15
  525. package/src/tools-panel/styles.ts +2 -2
  526. package/src/tools-panel/test/index.js +3 -2
  527. package/src/tooltip/test/index.js +188 -172
  528. package/src/ui/context/context-connect.ts +3 -2
  529. package/src/unit-control/index.tsx +2 -2
  530. package/src/unit-control/types.ts +10 -1
  531. package/src/utils/colors-values.js +42 -137
  532. package/src/utils/config-values.js +1 -1
  533. package/src/utils/input/input-control.js +6 -6
  534. package/src/utils/rtl.js +6 -2
  535. package/src/utils/strings.ts +72 -0
  536. package/src/utils/test/strings.js +15 -0
  537. package/tsconfig.json +0 -1
  538. package/tsconfig.tsbuildinfo +1 -1
  539. package/build/custom-gradient-bar/constants.js.map +0 -1
  540. package/build/custom-gradient-bar/control-points.js.map +0 -1
  541. package/build/custom-gradient-bar/index.js.map +0 -1
  542. package/build/custom-gradient-bar/utils.js.map +0 -1
  543. package/build/date-time/date/utils.js +0 -34
  544. package/build/date-time/date/utils.js.map +0 -1
  545. package/build/swatch/index.js +0 -41
  546. package/build/swatch/index.js.map +0 -1
  547. package/build-module/custom-gradient-bar/constants.js.map +0 -1
  548. package/build-module/custom-gradient-bar/control-points.js.map +0 -1
  549. package/build-module/custom-gradient-bar/index.js.map +0 -1
  550. package/build-module/custom-gradient-bar/utils.js.map +0 -1
  551. package/build-module/date-time/date/utils.js +0 -22
  552. package/build-module/date-time/date/utils.js.map +0 -1
  553. package/build-module/swatch/index.js +0 -30
  554. package/build-module/swatch/index.js.map +0 -1
  555. package/build-types/color-picker/color-display.d.ts +0 -13
  556. package/build-types/color-picker/color-display.d.ts.map +0 -1
  557. package/build-types/date-time/date/test/utils.d.ts +0 -2
  558. package/build-types/date-time/date/test/utils.d.ts.map +0 -1
  559. package/build-types/date-time/date/utils.d.ts +0 -15
  560. package/build-types/date-time/date/utils.d.ts.map +0 -1
  561. package/build-types/flyout/context.d.ts +0 -6
  562. package/build-types/flyout/context.d.ts.map +0 -1
  563. package/build-types/flyout/flyout/component.d.ts +0 -21
  564. package/build-types/flyout/flyout/component.d.ts.map +0 -1
  565. package/build-types/flyout/flyout/hook.d.ts +0 -270
  566. package/build-types/flyout/flyout/hook.d.ts.map +0 -1
  567. package/build-types/flyout/flyout/index.d.ts +0 -3
  568. package/build-types/flyout/flyout-content/component.d.ts +0 -3
  569. package/build-types/flyout/flyout-content/component.d.ts.map +0 -1
  570. package/build-types/flyout/flyout-content/index.d.ts +0 -2
  571. package/build-types/flyout/flyout-content/index.d.ts.map +0 -1
  572. package/build-types/flyout/index.d.ts +0 -2
  573. package/build-types/flyout/styles.d.ts +0 -22
  574. package/build-types/flyout/styles.d.ts.map +0 -1
  575. package/build-types/flyout/types.d.ts +0 -80
  576. package/build-types/flyout/types.d.ts.map +0 -1
  577. package/build-types/flyout/utils.d.ts +0 -8
  578. package/build-types/flyout/utils.d.ts.map +0 -1
  579. package/build-types/swatch/index.d.ts +0 -5
  580. package/build-types/swatch/index.d.ts.map +0 -1
  581. package/build-types/swatch/types.d.ts +0 -11
  582. package/build-types/swatch/types.d.ts.map +0 -1
  583. package/build-types/utils/hooks/use-combined-ref.d.ts +0 -8
  584. package/build-types/utils/hooks/use-combined-ref.d.ts.map +0 -1
  585. package/src/date-time/date/datepicker.scss +0 -863
  586. package/src/date-time/date/style.scss +0 -85
  587. package/src/date-time/date/test/utils.ts +0 -32
  588. package/src/date-time/date/utils.ts +0 -20
  589. package/src/date-time/style.scss +0 -1
  590. package/src/disabled/index.js +0 -55
  591. package/src/disabled/stories/index.js +0 -61
  592. package/src/disabled/test/index.js +0 -240
  593. package/src/menu-group/test/__snapshots__/index.js.snap +0 -23
  594. package/src/placeholder/test/index.js +0 -163
  595. package/src/swatch/index.tsx +0 -22
  596. package/src/swatch/style.scss +0 -21
  597. package/src/swatch/types.ts +0 -11
  598. package/src/toggle-group-control/stories/index.js +0 -203
  599. package/src/tools-panel/test/__snapshots__/index.js.snap +0 -210
@@ -833,7 +833,6 @@ input.components-combobox-control__input[type=text]:focus {
833
833
  flex-wrap: wrap;
834
834
  align-items: flex-start;
835
835
  width: 100%;
836
- margin: 0 0 8px 0;
837
836
  padding: 0;
838
837
  }
839
838
  @media (prefers-reduced-motion: reduce) {
@@ -886,6 +885,14 @@ input.components-combobox-control__input[type=text]:focus {
886
885
  margin: 8px 0;
887
886
  }
888
887
 
888
+ .components-color-list-picker__swatch-button {
889
+ padding: 6px;
890
+ }
891
+
892
+ .components-color-list-picker__swatch-color {
893
+ margin: 2px;
894
+ }
895
+
889
896
  .components-color-palette__custom-color {
890
897
  position: relative;
891
898
  border: none;
@@ -916,1236 +923,161 @@ input.components-combobox-control__input[type=text]:focus {
916
923
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
917
924
  border: none;
918
925
  outline: none;
919
- border-radius: 2px;
920
- padding: 0;
921
- }
922
- .components-dropdown__content.components-color-palette__custom-color-dropdown-content .components-popover__content .react-colorful__saturation {
923
- border-top-right-radius: 2px;
924
- border-top-left-radius: 2px;
925
- }
926
-
927
- .components-color-palette__custom-color-name {
928
- text-align: left;
929
- }
930
-
931
- .components-color-palette__custom-color-value {
932
- margin-left: 16px;
933
- text-transform: uppercase;
934
- }
935
-
936
- .components-custom-gradient-picker__gradient-bar:not(.has-gradient) {
937
- opacity: 0.4;
938
- }
939
-
940
- .components-custom-gradient-picker__gradient-bar {
941
- border-radius: 2px;
942
- margin-top: 12px;
943
- width: 100%;
944
- height: 48px;
945
- margin-bottom: 20px;
946
- }
947
- .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container {
948
- position: relative;
949
- width: calc(100% - 48px);
950
- margin-left: auto;
951
- margin-right: auto;
952
- }
953
- .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point {
954
- border-radius: 50%;
955
- background: #fff;
956
- padding: 2px;
957
- top: 16px;
958
- min-width: 16px;
959
- width: 16px;
960
- height: 16px;
961
- position: relative;
962
- color: #1e1e1e;
963
- }
964
- .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point svg {
965
- height: 100%;
966
- width: 100%;
967
- }
968
- .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button {
969
- border-radius: 50%;
970
- height: 16px;
971
- width: 16px;
972
- padding: 0;
973
- position: absolute;
974
- top: 16px;
975
- box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 2px 0 rgba(0, 0, 0, 0.25);
976
- outline: 2px solid transparent;
977
- }
978
- .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus, .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active {
979
- box-shadow: inset 0 0 0 calc(var(--wp-admin-border-width-focus) * 2) #fff, 0 0 2px 0 rgba(0, 0, 0, 0.25);
980
- outline: 1.5px solid transparent;
981
- }
982
-
983
- .components-custom-gradient-picker__color-picker-popover .components-custom-gradient-picker__remove-control-point {
984
- margin-left: auto;
985
- margin-right: auto;
986
- display: block;
987
- margin-bottom: 8px;
988
- }
989
-
990
- .components-custom-gradient-picker__inserter {
991
- /*rtl:ignore*/
992
- direction: ltr;
993
- width: 100%;
994
- }
995
-
996
- .components-custom-gradient-picker__liner-gradient-indicator {
997
- display: inline-block;
998
- flex: 0 auto;
999
- width: 20px;
1000
- height: 20px;
1001
- }
1002
-
1003
- .components-custom-gradient-picker .components-custom-gradient-picker__ui-line {
1004
- margin-bottom: 16px;
1005
- }
1006
- .components-custom-gradient-picker .components-custom-gradient-picker__ui-line .components-base-control.components-angle-picker,
1007
- .components-custom-gradient-picker .components-custom-gradient-picker__ui-line .components-base-control.components-custom-gradient-picker__type-picker {
1008
- margin-bottom: 0;
1009
- }
1010
-
1011
- .components-custom-gradient-picker .components-custom-gradient-picker__toolbar {
1012
- border: none;
1013
- }
1014
- .components-custom-gradient-picker .components-custom-gradient-picker__toolbar > div + div {
1015
- margin-left: 1px;
1016
- }
1017
- .components-custom-gradient-picker .components-custom-gradient-picker__toolbar button.is-pressed > svg {
1018
- background: #fff;
1019
- border: 1px solid #949494;
1020
- border-radius: 2px;
1021
- }
1022
-
1023
- .components-custom-select-control {
1024
- position: relative;
1025
- font-size: 13px;
1026
- }
1027
-
1028
- .components-custom-select-control__button {
1029
- position: relative;
1030
- text-align: left;
1031
- outline: 0;
1032
- }
1033
- .components-custom-select-control__button:not(.is-next-unconstrained-width) {
1034
- min-width: 130px;
1035
- }
1036
- .components-custom-select-control__button .components-custom-select-control__button-icon {
1037
- height: 100%;
1038
- padding: 0;
1039
- position: absolute;
1040
- right: 4px;
1041
- top: 0;
1042
- }
1043
-
1044
- .components-custom-select-control__menu {
1045
- border: 1px solid #1e1e1e;
1046
- background-color: #fff;
1047
- border-radius: 2px;
1048
- outline: none;
1049
- transition: none;
1050
- max-height: 400px;
1051
- min-width: 100%;
1052
- overflow: auto;
1053
- padding: 0;
1054
- position: absolute;
1055
- z-index: 1000000;
1056
- }
1057
- .components-custom-select-control__menu[aria-hidden=true] {
1058
- display: none;
1059
- }
1060
-
1061
- .components-custom-select-control__item {
1062
- align-items: center;
1063
- display: grid;
1064
- grid-template-columns: auto auto;
1065
- list-style-type: none;
1066
- padding: 8px 16px;
1067
- cursor: default;
1068
- line-height: 28px;
1069
- }
1070
- .components-custom-select-control__item:not(.is-next-36px-default-size) {
1071
- padding: 8px;
1072
- }
1073
- .components-custom-select-control__item.has-hint {
1074
- grid-template-columns: auto auto 30px;
1075
- }
1076
- .components-custom-select-control__item.is-highlighted {
1077
- background: #ddd;
1078
- }
1079
- .components-custom-select-control__item .components-custom-select-control__item-hint {
1080
- color: #757575;
1081
- text-align: right;
1082
- padding-right: 4px;
1083
- }
1084
- .components-custom-select-control__item .components-custom-select-control__item-icon {
1085
- margin-left: auto;
1086
- }
1087
- .components-custom-select-control__item:last-child {
1088
- margin-bottom: 0;
1089
- }
1090
-
1091
- /**
1092
- * Parts of this source were derived and modified from react-dates,
1093
- * released under the MIT license.
1094
- *
1095
- * https://github.com/airbnb/react-dates
1096
- *
1097
- * The MIT License (MIT)
1098
- *
1099
- * Copyright (c) 2016 Airbnb
1100
- *
1101
- * Permission is hereby granted, free of charge, to any person obtaining a copy
1102
- * of this software and associated documentation files (the "Software"), to deal
1103
- * in the Software without restriction, including without limitation the rights
1104
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1105
- * copies of the Software, and to permit persons to whom the Software is
1106
- * furnished to do so, subject to the following conditions:
1107
- *
1108
- * The above copyright notice and this permission notice shall be included in all
1109
- * copies or substantial portions of the Software.
1110
- *
1111
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1112
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1113
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1114
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1115
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1116
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1117
- * SOFTWARE.
1118
- */
1119
- /*rtl:begin:ignore*/
1120
- .PresetDateRangePicker_panel {
1121
- padding: 0 22px 11px;
1122
- }
1123
-
1124
- .PresetDateRangePicker_button {
1125
- position: relative;
1126
- height: 100%;
1127
- text-align: center;
1128
- background: 0 0;
1129
- border: 2px solid #00a699;
1130
- color: #00a699;
1131
- padding: 4px 12px;
1132
- margin-right: 8px;
1133
- font: inherit;
1134
- font-weight: 700;
1135
- line-height: normal;
1136
- overflow: visible;
1137
- box-sizing: border-box;
1138
- cursor: pointer;
1139
- }
1140
-
1141
- .PresetDateRangePicker_button:active {
1142
- outline: 0;
1143
- }
1144
-
1145
- .PresetDateRangePicker_button__selected {
1146
- color: #fff;
1147
- background: #00a699;
1148
- }
1149
-
1150
- .SingleDatePickerInput {
1151
- display: inline-block;
1152
- background-color: #fff;
1153
- }
1154
-
1155
- .SingleDatePickerInput__withBorder {
1156
- border-radius: 2px;
1157
- border: 1px solid #dbdbdb;
1158
- }
1159
-
1160
- .SingleDatePickerInput__rtl {
1161
- direction: rtl;
1162
- }
1163
-
1164
- .SingleDatePickerInput__disabled {
1165
- background-color: #f2f2f2;
1166
- }
1167
-
1168
- .SingleDatePickerInput__block {
1169
- display: block;
1170
- }
1171
-
1172
- .SingleDatePickerInput__showClearDate {
1173
- padding-right: 30px;
1174
- }
1175
-
1176
- .SingleDatePickerInput_clearDate {
1177
- background: 0 0;
1178
- border: 0;
1179
- color: inherit;
1180
- font: inherit;
1181
- line-height: normal;
1182
- overflow: visible;
1183
- cursor: pointer;
1184
- padding: 10px;
1185
- margin: 0 10px 0 5px;
1186
- position: absolute;
1187
- right: 0;
1188
- top: 50%;
1189
- transform: translateY(-50%);
1190
- }
1191
-
1192
- .SingleDatePickerInput_clearDate__default:focus,
1193
- .SingleDatePickerInput_clearDate__default:hover {
1194
- background: #dbdbdb;
1195
- border-radius: 50%;
1196
- }
1197
-
1198
- .SingleDatePickerInput_clearDate__small {
1199
- padding: 6px;
1200
- }
1201
-
1202
- .SingleDatePickerInput_clearDate__hide {
1203
- visibility: hidden;
1204
- }
1205
-
1206
- .SingleDatePickerInput_clearDate_svg {
1207
- fill: #82888a;
1208
- height: 12px;
1209
- width: 15px;
1210
- vertical-align: middle;
1211
- }
1212
-
1213
- .SingleDatePickerInput_clearDate_svg__small {
1214
- height: 9px;
1215
- }
1216
-
1217
- .SingleDatePickerInput_calendarIcon {
1218
- background: 0 0;
1219
- border: 0;
1220
- color: inherit;
1221
- font: inherit;
1222
- line-height: normal;
1223
- overflow: visible;
1224
- cursor: pointer;
1225
- display: inline-block;
1226
- vertical-align: middle;
1227
- padding: 10px;
1228
- margin: 0 5px 0 10px;
1229
- }
1230
-
1231
- .SingleDatePickerInput_calendarIcon_svg {
1232
- fill: #82888a;
1233
- height: 15px;
1234
- width: 14px;
1235
- vertical-align: middle;
1236
- }
1237
-
1238
- .SingleDatePicker {
1239
- position: relative;
1240
- display: inline-block;
1241
- }
1242
-
1243
- .SingleDatePicker__block {
1244
- display: block;
1245
- }
1246
-
1247
- .SingleDatePicker_picker {
1248
- z-index: 1;
1249
- background-color: #fff;
1250
- position: absolute;
1251
- }
1252
-
1253
- .SingleDatePicker_picker__rtl {
1254
- direction: rtl;
1255
- }
1256
-
1257
- .SingleDatePicker_picker__directionLeft {
1258
- left: 0;
1259
- }
1260
-
1261
- .SingleDatePicker_picker__directionRight {
1262
- right: 0;
1263
- }
1264
-
1265
- .SingleDatePicker_picker__portal {
1266
- background-color: rgba(0, 0, 0, 0.3);
1267
- position: fixed;
1268
- top: 0;
1269
- left: 0;
1270
- height: 100%;
1271
- width: 100%;
1272
- }
1273
-
1274
- .SingleDatePicker_picker__fullScreenPortal {
1275
- background-color: #fff;
1276
- }
1277
-
1278
- .SingleDatePicker_closeButton {
1279
- background: 0 0;
1280
- border: 0;
1281
- color: inherit;
1282
- font: inherit;
1283
- line-height: normal;
1284
- overflow: visible;
1285
- cursor: pointer;
1286
- position: absolute;
1287
- top: 0;
1288
- right: 0;
1289
- padding: 15px;
1290
- z-index: 2;
1291
- }
1292
-
1293
- .SingleDatePicker_closeButton:focus,
1294
- .SingleDatePicker_closeButton:hover {
1295
- color: #b0b3b4;
1296
- text-decoration: none;
1297
- }
1298
-
1299
- .SingleDatePicker_closeButton_svg {
1300
- height: 15px;
1301
- width: 15px;
1302
- fill: #cacccd;
1303
- }
1304
-
1305
- .DayPickerKeyboardShortcuts_buttonReset {
1306
- background: 0 0;
1307
- border: 0;
1308
- border-radius: 0;
1309
- color: inherit;
1310
- font: inherit;
1311
- line-height: normal;
1312
- overflow: visible;
1313
- padding: 0;
1314
- cursor: pointer;
1315
- font-size: 14px;
1316
- }
1317
-
1318
- .DayPickerKeyboardShortcuts_buttonReset:active {
1319
- outline: 0;
1320
- }
1321
-
1322
- .DayPickerKeyboardShortcuts_show {
1323
- width: 22px;
1324
- position: absolute;
1325
- z-index: 2;
1326
- }
1327
-
1328
- .DayPickerKeyboardShortcuts_show__bottomRight {
1329
- border-top: 26px solid transparent;
1330
- border-right: 33px solid #00a699;
1331
- bottom: 0;
1332
- right: 0;
1333
- }
1334
-
1335
- .DayPickerKeyboardShortcuts_show__bottomRight:hover {
1336
- border-right: 33px solid #008489;
1337
- }
1338
-
1339
- .DayPickerKeyboardShortcuts_show__topRight {
1340
- border-bottom: 26px solid transparent;
1341
- border-right: 33px solid #00a699;
1342
- top: 0;
1343
- right: 0;
1344
- }
1345
-
1346
- .DayPickerKeyboardShortcuts_show__topRight:hover {
1347
- border-right: 33px solid #008489;
1348
- }
1349
-
1350
- .DayPickerKeyboardShortcuts_show__topLeft {
1351
- border-bottom: 26px solid transparent;
1352
- border-left: 33px solid #00a699;
1353
- top: 0;
1354
- left: 0;
1355
- }
1356
-
1357
- .DayPickerKeyboardShortcuts_show__topLeft:hover {
1358
- border-left: 33px solid #008489;
1359
- }
1360
-
1361
- .DayPickerKeyboardShortcuts_showSpan {
1362
- color: #fff;
1363
- position: absolute;
1364
- }
1365
-
1366
- .DayPickerKeyboardShortcuts_showSpan__bottomRight {
1367
- bottom: 0;
1368
- right: -28px;
1369
- }
1370
-
1371
- .DayPickerKeyboardShortcuts_showSpan__topRight {
1372
- top: 1px;
1373
- right: -28px;
1374
- }
1375
-
1376
- .DayPickerKeyboardShortcuts_showSpan__topLeft {
1377
- top: 1px;
1378
- left: -28px;
1379
- }
1380
-
1381
- .DayPickerKeyboardShortcuts_panel {
1382
- overflow: auto;
1383
- background: #fff;
1384
- border: 1px solid #dbdbdb;
1385
- border-radius: 2px;
1386
- position: absolute;
1387
- top: 0;
1388
- bottom: 0;
1389
- right: 0;
1390
- left: 0;
1391
- z-index: 2;
1392
- padding: 22px;
1393
- margin: 33px;
1394
- }
1395
-
1396
- .DayPickerKeyboardShortcuts_title {
1397
- font-size: 16px;
1398
- font-weight: 700;
1399
- margin: 0;
1400
- }
1401
-
1402
- .DayPickerKeyboardShortcuts_list {
1403
- list-style: none;
1404
- padding: 0;
1405
- font-size: 14px;
1406
- }
1407
-
1408
- .DayPickerKeyboardShortcuts_close {
1409
- position: absolute;
1410
- right: 22px;
1411
- top: 22px;
1412
- z-index: 2;
1413
- }
1414
-
1415
- .DayPickerKeyboardShortcuts_close:active {
1416
- outline: 0;
1417
- }
1418
-
1419
- .DayPickerKeyboardShortcuts_closeSvg {
1420
- height: 15px;
1421
- width: 15px;
1422
- fill: #cacccd;
1423
- }
1424
-
1425
- .DayPickerKeyboardShortcuts_closeSvg:focus,
1426
- .DayPickerKeyboardShortcuts_closeSvg:hover {
1427
- fill: #82888a;
1428
- }
1429
-
1430
- .CalendarDay {
1431
- box-sizing: border-box;
1432
- cursor: pointer;
1433
- font-size: 14px;
1434
- text-align: center;
1435
- }
1436
-
1437
- .CalendarDay:active {
1438
- outline: 0;
1439
- }
1440
-
1441
- .CalendarDay__defaultCursor {
1442
- cursor: default;
1443
- }
1444
-
1445
- .CalendarDay__default {
1446
- border: 1px solid #e4e7e7;
1447
- color: #484848;
1448
- background: #fff;
1449
- }
1450
-
1451
- .CalendarDay__default:hover {
1452
- background: #e4e7e7;
1453
- border: 1px double #e4e7e7;
1454
- color: inherit;
1455
- }
1456
-
1457
- .CalendarDay__hovered_offset {
1458
- background: #f4f5f5;
1459
- border: 1px double #e4e7e7;
1460
- color: inherit;
1461
- }
1462
-
1463
- .CalendarDay__outside {
1464
- border: 0;
1465
- background: #fff;
1466
- color: #484848;
1467
- }
1468
-
1469
- .CalendarDay__outside:hover {
1470
- border: 0;
1471
- }
1472
-
1473
- .CalendarDay__blocked_minimum_nights {
1474
- background: #fff;
1475
- border: 1px solid #eceeee;
1476
- color: #cacccd;
1477
- }
1478
-
1479
- .CalendarDay__blocked_minimum_nights:active,
1480
- .CalendarDay__blocked_minimum_nights:hover {
1481
- background: #fff;
1482
- color: #cacccd;
1483
- }
1484
-
1485
- .CalendarDay__highlighted_calendar {
1486
- background: #ffe8bc;
1487
- color: #484848;
1488
- }
1489
-
1490
- .CalendarDay__highlighted_calendar:active,
1491
- .CalendarDay__highlighted_calendar:hover {
1492
- background: #ffce71;
1493
- color: #484848;
1494
- }
1495
-
1496
- .CalendarDay__selected_span {
1497
- background: #66e2da;
1498
- border: 1px solid #33dacd;
1499
- color: #fff;
1500
- }
1501
-
1502
- .CalendarDay__selected_span:active,
1503
- .CalendarDay__selected_span:hover {
1504
- background: #33dacd;
1505
- border: 1px solid #33dacd;
1506
- color: #fff;
1507
- }
1508
-
1509
- .CalendarDay__last_in_range {
1510
- border-right: #00a699;
1511
- }
1512
-
1513
- .CalendarDay__selected,
1514
- .CalendarDay__selected:active,
1515
- .CalendarDay__selected:hover {
1516
- background: #00a699;
1517
- border: 1px solid #00a699;
1518
- color: #fff;
1519
- }
1520
-
1521
- .CalendarDay__hovered_span,
1522
- .CalendarDay__hovered_span:hover {
1523
- background: #b2f1ec;
1524
- border: 1px solid #80e8e0;
1525
- color: #007a87;
1526
- }
1527
-
1528
- .CalendarDay__hovered_span:active {
1529
- background: #80e8e0;
1530
- border: 1px solid #80e8e0;
1531
- color: #007a87;
1532
- }
1533
-
1534
- .CalendarDay__blocked_calendar,
1535
- .CalendarDay__blocked_calendar:active,
1536
- .CalendarDay__blocked_calendar:hover {
1537
- background: #cacccd;
1538
- border: 1px solid #cacccd;
1539
- color: #82888a;
1540
- }
1541
-
1542
- .CalendarDay__blocked_out_of_range,
1543
- .CalendarDay__blocked_out_of_range:active,
1544
- .CalendarDay__blocked_out_of_range:hover {
1545
- background: #fff;
1546
- border: 1px solid #e4e7e7;
1547
- color: #cacccd;
1548
- }
1549
-
1550
- .CalendarMonth {
1551
- background: #fff;
1552
- text-align: center;
1553
- vertical-align: top;
1554
- -webkit-user-select: none;
1555
- user-select: none;
1556
- }
1557
-
1558
- .CalendarMonth_table {
1559
- border-collapse: collapse;
1560
- border-spacing: 0;
1561
- }
1562
-
1563
- .CalendarMonth_verticalSpacing {
1564
- border-collapse: separate;
1565
- }
1566
-
1567
- .CalendarMonth_caption {
1568
- color: #484848;
1569
- font-size: 18px;
1570
- text-align: center;
1571
- padding-top: 22px;
1572
- padding-bottom: 37px;
1573
- caption-side: initial;
1574
- }
1575
-
1576
- .CalendarMonth_caption__verticalScrollable {
1577
- padding-top: 12px;
1578
- padding-bottom: 7px;
1579
- }
1580
-
1581
- .CalendarMonthGrid {
1582
- background: #fff;
1583
- text-align: left;
1584
- z-index: 0;
1585
- }
1586
-
1587
- .CalendarMonthGrid__animating {
1588
- z-index: 1;
1589
- }
1590
-
1591
- .CalendarMonthGrid__horizontal {
1592
- position: absolute;
1593
- left: 0;
1594
- }
1595
-
1596
- .CalendarMonthGrid__vertical {
1597
- margin: 0 auto;
1598
- }
1599
-
1600
- .CalendarMonthGrid__vertical_scrollable {
1601
- margin: 0 auto;
1602
- overflow-y: scroll;
1603
- }
1604
-
1605
- .CalendarMonthGrid_month__horizontal {
1606
- display: inline-block;
1607
- vertical-align: top;
1608
- min-height: 100%;
1609
- }
1610
-
1611
- .CalendarMonthGrid_month__hideForAnimation {
1612
- position: absolute;
1613
- z-index: -1;
1614
- opacity: 0;
1615
- pointer-events: none;
1616
- }
1617
-
1618
- .CalendarMonthGrid_month__hidden {
1619
- visibility: hidden;
1620
- }
1621
-
1622
- .DayPickerNavigation {
1623
- position: relative;
1624
- z-index: 2;
1625
- }
1626
-
1627
- .DayPickerNavigation__horizontal {
1628
- height: 0;
1629
- }
1630
-
1631
- .DayPickerNavigation__verticalDefault {
1632
- position: absolute;
1633
- width: 100%;
1634
- height: 52px;
1635
- bottom: 0;
1636
- left: 0;
1637
- }
1638
-
1639
- .DayPickerNavigation__verticalScrollableDefault {
1640
- position: relative;
1641
- }
1642
-
1643
- .DayPickerNavigation_button {
1644
- cursor: pointer;
1645
- -webkit-user-select: none;
1646
- user-select: none;
1647
- border: 0;
1648
- padding: 0;
1649
- margin: 0;
1650
- }
1651
-
1652
- .DayPickerNavigation_button__default {
1653
- border: 1px solid #e4e7e7;
1654
- background-color: #fff;
1655
- color: #757575;
1656
- }
1657
-
1658
- .DayPickerNavigation_button__default:focus,
1659
- .DayPickerNavigation_button__default:hover {
1660
- border: 1px solid #c4c4c4;
1661
- }
1662
-
1663
- .DayPickerNavigation_button__default:active {
1664
- background: #f2f2f2;
1665
- }
1666
-
1667
- .DayPickerNavigation_button__horizontalDefault {
1668
- position: absolute;
1669
- top: 18px;
1670
- line-height: 0.78;
1671
- border-radius: 3px;
1672
- padding: 6px 9px;
1673
- }
1674
-
1675
- .DayPickerNavigation_leftButton__horizontalDefault {
1676
- left: 22px;
1677
- }
1678
-
1679
- .DayPickerNavigation_rightButton__horizontalDefault {
1680
- right: 22px;
1681
- }
1682
-
1683
- .DayPickerNavigation_button__verticalDefault {
1684
- padding: 5px;
1685
- background: #fff;
1686
- box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
1687
- position: relative;
1688
- display: inline-block;
1689
- height: 100%;
1690
- width: 50%;
1691
- }
1692
-
1693
- .DayPickerNavigation_nextButton__verticalDefault {
1694
- border-left: 0;
1695
- }
1696
-
1697
- .DayPickerNavigation_nextButton__verticalScrollableDefault {
1698
- width: 100%;
1699
- }
1700
-
1701
- .DayPickerNavigation_svg__horizontal {
1702
- height: 19px;
1703
- width: 19px;
1704
- fill: #82888a;
1705
- display: block;
1706
- }
1707
-
1708
- .DayPickerNavigation_svg__vertical {
1709
- height: 42px;
1710
- width: 42px;
1711
- fill: #484848;
1712
- display: block;
1713
- }
1714
-
1715
- .DayPicker {
1716
- background: #fff;
1717
- position: relative;
1718
- text-align: left;
1719
- }
1720
-
1721
- .DayPicker__horizontal {
1722
- background: #fff;
1723
- }
1724
-
1725
- .DayPicker__verticalScrollable {
1726
- height: 100%;
1727
- }
1728
-
1729
- .DayPicker__hidden {
1730
- visibility: hidden;
1731
- }
1732
-
1733
- .DayPicker__withBorder {
1734
- box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07);
1735
- border-radius: 3px;
1736
- }
1737
-
1738
- .DayPicker_portal__horizontal {
1739
- box-shadow: none;
1740
- position: absolute;
1741
- left: 50%;
1742
- top: 50%;
1743
- }
1744
-
1745
- .DayPicker_portal__vertical {
1746
- position: initial;
1747
- }
1748
-
1749
- .DayPicker_focusRegion {
1750
- outline: 0;
1751
- }
1752
-
1753
- .DayPicker_calendarInfo__horizontal,
1754
- .DayPicker_wrapper__horizontal {
1755
- display: inline-block;
1756
- vertical-align: top;
1757
- }
1758
-
1759
- .DayPicker_weekHeaders {
1760
- position: relative;
1761
- }
1762
-
1763
- .DayPicker_weekHeaders__horizontal {
1764
- margin-left: 13px;
1765
- }
1766
-
1767
- .DayPicker_weekHeader {
1768
- color: #757575;
1769
- position: absolute;
1770
- top: 62px;
1771
- z-index: 2;
1772
- text-align: left;
1773
- padding: 0 !important;
1774
- }
1775
-
1776
- .DayPicker_weekHeader__vertical {
1777
- left: 50%;
1778
- }
1779
-
1780
- .DayPicker_weekHeader__verticalScrollable {
1781
- top: 0;
1782
- display: table-row;
1783
- border-bottom: 1px solid #dbdbdb;
1784
- background: #fff;
1785
- margin-left: 0;
1786
- left: 0;
1787
- width: 100%;
1788
- text-align: center;
1789
- }
1790
-
1791
- .DayPicker_weekHeader_ul {
1792
- list-style: none;
1793
- margin: 1px 0;
1794
- padding-left: 0;
1795
- padding-right: 0;
1796
- font-size: 14px;
1797
- }
1798
-
1799
- .DayPicker_weekHeader_li {
1800
- display: inline-block;
1801
- text-align: center;
1802
- margin: 0 1px;
1803
- }
1804
-
1805
- .DayPicker_transitionContainer {
1806
- position: relative;
1807
- overflow: hidden;
1808
- border-radius: 3px;
1809
- }
1810
-
1811
- .DayPicker_transitionContainer__horizontal {
1812
- transition: height 0.2s ease-in-out;
1813
- }
1814
-
1815
- .DayPicker_transitionContainer__vertical {
1816
- width: 100%;
1817
- }
1818
-
1819
- .DayPicker_transitionContainer__verticalScrollable {
1820
- padding-top: 20px;
1821
- height: 100%;
1822
- position: absolute;
1823
- top: 0;
1824
- bottom: 0;
1825
- right: 0;
1826
- left: 0;
1827
- overflow-y: scroll;
1828
- }
1829
-
1830
- .DateInput {
1831
- margin: 0;
1832
- padding: 0;
1833
- background: #fff;
1834
- position: relative;
1835
- display: inline-block;
1836
- width: 130px;
1837
- vertical-align: middle;
1838
- }
1839
-
1840
- .DateInput__small {
1841
- width: 97px;
1842
- }
1843
-
1844
- .DateInput__block {
1845
- width: 100%;
1846
- }
1847
-
1848
- .DateInput__disabled {
1849
- background: #f2f2f2;
1850
- color: #dbdbdb;
1851
- }
1852
-
1853
- .DateInput_input {
1854
- font-weight: 200;
1855
- font-size: 19px;
1856
- line-height: 24px;
1857
- color: #484848;
1858
- background-color: #fff;
1859
- width: 100%;
1860
- padding: 11px 11px 9px;
1861
- border: 0;
1862
- border-top: 0;
1863
- border-right: 0;
1864
- border-bottom: 2px solid transparent;
1865
- border-left: 0;
1866
- border-radius: 0;
1867
- }
1868
-
1869
- .DateInput_input__small {
1870
- font-size: 15px;
1871
- line-height: 18px;
1872
- letter-spacing: 0.2px;
1873
- padding: 7px 7px 5px;
1874
- }
1875
-
1876
- .DateInput_input__regular {
1877
- font-weight: auto;
1878
- }
1879
-
1880
- .DateInput_input__readOnly {
1881
- -webkit-user-select: none;
1882
- user-select: none;
1883
- }
1884
-
1885
- .DateInput_input__focused {
1886
- outline: 0;
1887
- background: #fff;
1888
- border: 0;
1889
- border-top: 0;
1890
- border-right: 0;
1891
- border-bottom: 2px solid #008489;
1892
- border-left: 0;
1893
- }
1894
-
1895
- .DateInput_input__disabled {
1896
- background: #f2f2f2;
1897
- font-style: italic;
1898
- }
1899
-
1900
- .DateInput_screenReaderMessage {
1901
- border: 0;
1902
- clip: rect(0, 0, 0, 0);
1903
- height: 1px;
1904
- margin: -1px;
1905
- overflow: hidden;
1906
- padding: 0;
1907
- position: absolute;
1908
- width: 1px;
1909
- }
1910
-
1911
- .DateInput_fang {
1912
- position: absolute;
1913
- width: 20px;
1914
- height: 10px;
1915
- left: 22px;
1916
- z-index: 2;
1917
- }
1918
-
1919
- .DateInput_fangShape {
1920
- fill: #fff;
1921
- }
1922
-
1923
- .DateInput_fangStroke {
1924
- stroke: #dbdbdb;
1925
- fill: transparent;
1926
- }
1927
-
1928
- .DateRangePickerInput {
1929
- background-color: #fff;
1930
- display: inline-block;
926
+ border-radius: 2px;
927
+ padding: 0;
1931
928
  }
1932
-
1933
- .DateRangePickerInput__disabled {
1934
- background: #f2f2f2;
929
+ .components-dropdown__content.components-color-palette__custom-color-dropdown-content .components-popover__content .react-colorful__saturation {
930
+ border-top-right-radius: 2px;
931
+ border-top-left-radius: 2px;
1935
932
  }
1936
933
 
1937
- .DateRangePickerInput__withBorder {
1938
- border-radius: 2px;
1939
- border: 1px solid #dbdbdb;
934
+ .components-color-palette__custom-color-name {
935
+ text-align: left;
1940
936
  }
1941
937
 
1942
- .DateRangePickerInput__rtl {
1943
- direction: rtl;
938
+ .components-color-palette__custom-color-value {
939
+ margin-left: 16px;
940
+ text-transform: uppercase;
1944
941
  }
1945
942
 
1946
- .DateRangePickerInput__block {
1947
- display: block;
943
+ .components-custom-gradient-picker:not(.is-next-has-no-margin) {
944
+ margin-top: 12px;
945
+ margin-bottom: 24px;
1948
946
  }
1949
947
 
1950
- .DateRangePickerInput__showClearDates {
1951
- padding-right: 30px;
948
+ .components-custom-gradient-picker__gradient-bar:not(.has-gradient) {
949
+ opacity: 0.4;
1952
950
  }
1953
951
 
1954
- .DateRangePickerInput_arrow {
1955
- display: inline-block;
1956
- vertical-align: middle;
1957
- color: #484848;
952
+ .components-custom-gradient-picker__gradient-bar {
953
+ border-radius: 2px;
954
+ width: 100%;
955
+ height: 48px;
1958
956
  }
1959
-
1960
- .DateRangePickerInput_arrow_svg {
1961
- vertical-align: middle;
1962
- fill: #484848;
1963
- height: 24px;
1964
- width: 24px;
957
+ .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container {
958
+ position: relative;
959
+ width: calc(100% - 48px);
960
+ margin-left: auto;
961
+ margin-right: auto;
1965
962
  }
1966
-
1967
- .DateRangePickerInput_clearDates {
1968
- background: 0 0;
1969
- border: 0;
1970
- color: inherit;
1971
- font: inherit;
1972
- line-height: normal;
1973
- overflow: visible;
1974
- cursor: pointer;
1975
- padding: 10px;
1976
- margin: 0 10px 0 5px;
963
+ .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown {
1977
964
  position: absolute;
1978
- right: 0;
1979
- top: 50%;
1980
- transform: translateY(-50%);
1981
- }
1982
-
1983
- .DateRangePickerInput_clearDates__small {
1984
- padding: 6px;
965
+ height: 16px;
966
+ width: 16px;
967
+ top: 16px;
968
+ display: flex;
1985
969
  }
1986
-
1987
- .DateRangePickerInput_clearDates_default:focus,
1988
- .DateRangePickerInput_clearDates_default:hover {
1989
- background: #dbdbdb;
970
+ .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown {
971
+ position: relative;
972
+ height: inherit;
973
+ width: inherit;
974
+ min-width: 16px;
1990
975
  border-radius: 50%;
976
+ background: #fff;
977
+ padding: 2px;
978
+ color: #1e1e1e;
1991
979
  }
1992
-
1993
- .DateRangePickerInput_clearDates__hide {
1994
- visibility: hidden;
980
+ .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg {
981
+ height: 100%;
982
+ width: 100%;
1995
983
  }
1996
-
1997
- .DateRangePickerInput_clearDates_svg {
1998
- fill: #82888a;
1999
- height: 12px;
2000
- width: 15px;
2001
- vertical-align: middle;
984
+ .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button {
985
+ height: inherit;
986
+ width: inherit;
987
+ border-radius: 50%;
988
+ padding: 0;
989
+ box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 2px 0 rgba(0, 0, 0, 0.25);
990
+ outline: 2px solid transparent;
2002
991
  }
2003
-
2004
- .DateRangePickerInput_clearDates_svg__small {
2005
- height: 9px;
992
+ .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus, .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active {
993
+ box-shadow: inset 0 0 0 calc(var(--wp-admin-border-width-focus) * 2) #fff, 0 0 2px 0 rgba(0, 0, 0, 0.25);
994
+ outline: 1.5px solid transparent;
2006
995
  }
2007
996
 
2008
- .DateRangePickerInput_calendarIcon {
2009
- background: 0 0;
2010
- border: 0;
2011
- color: inherit;
2012
- font: inherit;
2013
- line-height: normal;
2014
- overflow: visible;
2015
- cursor: pointer;
2016
- display: inline-block;
2017
- vertical-align: middle;
2018
- padding: 10px;
2019
- margin: 0 5px 0 10px;
997
+ .components-custom-gradient-picker__remove-control-point-wrapper {
998
+ padding-bottom: 8px;
2020
999
  }
2021
1000
 
2022
- .DateRangePickerInput_calendarIcon_svg {
2023
- fill: #82888a;
2024
- height: 15px;
2025
- width: 14px;
2026
- vertical-align: middle;
1001
+ .components-custom-gradient-picker__inserter {
1002
+ /*rtl:ignore*/
1003
+ direction: ltr;
2027
1004
  }
2028
1005
 
2029
- .DateRangePicker {
2030
- position: relative;
1006
+ .components-custom-gradient-picker__liner-gradient-indicator {
2031
1007
  display: inline-block;
1008
+ flex: 0 auto;
1009
+ width: 20px;
1010
+ height: 20px;
2032
1011
  }
2033
1012
 
2034
- .DateRangePicker__block {
2035
- display: block;
2036
- }
2037
-
2038
- .DateRangePicker_picker {
2039
- z-index: 1;
2040
- background-color: #fff;
2041
- position: absolute;
1013
+ .components-custom-gradient-picker .components-custom-gradient-picker__toolbar {
1014
+ border: none;
2042
1015
  }
2043
-
2044
- .DateRangePicker_picker__rtl {
2045
- direction: rtl;
1016
+ .components-custom-gradient-picker .components-custom-gradient-picker__toolbar > div + div {
1017
+ margin-left: 1px;
2046
1018
  }
2047
-
2048
- .DateRangePicker_picker__directionLeft {
2049
- left: 0;
1019
+ .components-custom-gradient-picker .components-custom-gradient-picker__toolbar button.is-pressed > svg {
1020
+ background: #fff;
1021
+ border: 1px solid #949494;
1022
+ border-radius: 2px;
2050
1023
  }
2051
1024
 
2052
- .DateRangePicker_picker__directionRight {
2053
- right: 0;
1025
+ .components-custom-select-control {
1026
+ position: relative;
1027
+ font-size: 13px;
2054
1028
  }
2055
1029
 
2056
- .DateRangePicker_picker__portal {
2057
- background-color: rgba(0, 0, 0, 0.3);
2058
- position: fixed;
2059
- top: 0;
2060
- left: 0;
2061
- height: 100%;
2062
- width: 100%;
1030
+ .components-custom-select-control__button {
1031
+ position: relative;
1032
+ text-align: left;
1033
+ outline: 0;
2063
1034
  }
2064
1035
 
2065
- .DateRangePicker_picker__fullScreenPortal {
1036
+ .components-custom-select-control__menu {
1037
+ border: 1px solid #1e1e1e;
2066
1038
  background-color: #fff;
2067
- }
2068
-
2069
- .DateRangePicker_closeButton {
2070
- background: 0 0;
2071
- border: 0;
2072
- color: inherit;
2073
- font: inherit;
2074
- line-height: normal;
2075
- overflow: visible;
2076
- cursor: pointer;
1039
+ border-radius: 2px;
1040
+ outline: none;
1041
+ transition: none;
1042
+ max-height: 400px;
1043
+ min-width: 100%;
1044
+ overflow: auto;
1045
+ padding: 0;
2077
1046
  position: absolute;
2078
- top: 0;
2079
- right: 0;
2080
- padding: 15px;
2081
- z-index: 2;
2082
- }
2083
-
2084
- .DateRangePicker_closeButton:focus,
2085
- .DateRangePicker_closeButton:hover {
2086
- color: #b0b3b4;
2087
- text-decoration: none;
1047
+ z-index: 1000000;
2088
1048
  }
2089
-
2090
- .DateRangePicker_closeButton_svg {
2091
- height: 15px;
2092
- width: 15px;
2093
- fill: #cacccd;
1049
+ .components-custom-select-control__menu[aria-hidden=true] {
1050
+ display: none;
2094
1051
  }
2095
1052
 
2096
- /*rtl:end:ignore*/
2097
- .components-datetime__date .CalendarMonthGrid__horizontal,
2098
- .components-datetime__date .DayPicker_weekHeader_li {
2099
- transform: none !important;
2100
- width: 100% !important;
2101
- }
2102
- .components-datetime__date .CalendarMonthGrid_month__horizontal,
2103
- .components-datetime__date .CalendarMonth_table,
2104
- .components-datetime__date .DayPicker_weekHeader {
2105
- width: 100%;
2106
- }
2107
- .components-datetime__date .DayPicker_weekHeaders__horizontal {
2108
- margin: 0;
2109
- }
2110
- .components-datetime__date .DayPicker_weekHeader_ul {
2111
- display: flex;
2112
- }
2113
- .components-datetime__date .DayPicker_weekHeader {
2114
- top: 50px;
2115
- }
2116
- .components-datetime__date .CalendarMonth_caption {
2117
- font-size: 13px;
2118
- }
2119
- .components-datetime__date .CalendarMonth_table {
2120
- border-collapse: separate;
2121
- border-spacing: 2px;
2122
- }
2123
- .components-datetime__date .CalendarDay {
2124
- border: none;
2125
- font-size: 13px;
2126
- border-radius: 50%;
2127
- background: #fff;
1053
+ .components-custom-select-control__item {
1054
+ align-items: center;
1055
+ display: grid;
1056
+ grid-template-columns: auto auto;
1057
+ list-style-type: none;
1058
+ padding: 8px 16px;
1059
+ cursor: default;
1060
+ line-height: 28px;
2128
1061
  }
2129
- .components-datetime__date .CalendarDay:hover {
2130
- color: var(--wp-admin-theme-color);
1062
+ .components-custom-select-control__item:not(.is-next-36px-default-size) {
1063
+ padding: 8px;
2131
1064
  }
2132
- .components-datetime__date .CalendarDay:focus {
2133
- box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 3px #fff;
2134
- outline: 2px solid transparent;
1065
+ .components-custom-select-control__item.has-hint {
1066
+ grid-template-columns: auto auto 30px;
2135
1067
  }
2136
- .components-datetime__date .CalendarDay__today {
2137
- background: #f0f0f0;
1068
+ .components-custom-select-control__item.is-highlighted {
1069
+ background: #ddd;
2138
1070
  }
2139
- .components-datetime__date .CalendarDay__selected {
2140
- background: var(--wp-admin-theme-color);
2141
- border: 2px solid transparent;
1071
+ .components-custom-select-control__item .components-custom-select-control__item-hint {
1072
+ color: #757575;
1073
+ text-align: right;
1074
+ padding-right: 4px;
2142
1075
  }
2143
- .components-datetime__date .CalendarDay__selected:hover {
2144
- background: var(--wp-admin-theme-color-darker-20);
2145
- color: #fff;
1076
+ .components-custom-select-control__item .components-custom-select-control__item-icon {
1077
+ margin-left: auto;
2146
1078
  }
2147
- .components-datetime__date .CalendarDay__selected:focus {
2148
- box-shadow: inset 0 0 0 1px #fff;
1079
+ .components-custom-select-control__item:last-child {
1080
+ margin-bottom: 0;
2149
1081
  }
2150
1082
 
2151
1083
  .block-editor-dimension-control .components-base-control__field {
@@ -2346,6 +1278,9 @@ body.is-dragging-components-draggable {
2346
1278
  margin-left: 4px;
2347
1279
  color: #757575;
2348
1280
  }
1281
+ .components-font-size-picker__header .components-base-control__label {
1282
+ margin-bottom: 0;
1283
+ }
2349
1284
  .components-font-size-picker__header .components-button.is-small.has-icon:not(.has-text) {
2350
1285
  min-width: 24px;
2351
1286
  padding: 0;
@@ -2355,6 +1290,8 @@ body.is-dragging-components-draggable {
2355
1290
  max-width: 248px;
2356
1291
  align-items: center;
2357
1292
  margin-top: 8px;
1293
+ }
1294
+ .components-font-size-picker__controls:not(.is-next-has-no-margin-bottom) {
2358
1295
  margin-bottom: 24px;
2359
1296
  }
2360
1297
  .components-font-size-picker__controls .components-unit-control-wrapper .components-input-control__label {
@@ -2362,9 +1299,6 @@ body.is-dragging-components-draggable {
2362
1299
  padding-bottom: 0 !important;
2363
1300
  margin-bottom: 8px !important;
2364
1301
  }
2365
- .components-font-size-picker__controls .components-custom-select-control__button {
2366
- width: 100%;
2367
- }
2368
1302
  .components-font-size-picker__controls .components-font-size-picker__number {
2369
1303
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
2370
1304
  padding: 6px 8px;
@@ -3359,12 +2293,6 @@ body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right
3359
2293
  align-items: flex-start;
3360
2294
  }
3361
2295
  }
3362
- .components-placeholder.components-placeholder.has-illustration {
3363
- background: none;
3364
- border: none;
3365
- box-shadow: none;
3366
- min-width: 100px;
3367
- }
3368
2296
 
3369
2297
  .components-placeholder__error,
3370
2298
  .components-placeholder__instructions,
@@ -3477,11 +2405,6 @@ body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right
3477
2405
  width: 100%;
3478
2406
  }
3479
2407
 
3480
- .components-placeholder__preview img {
3481
- margin: 3%;
3482
- width: 50%;
3483
- }
3484
-
3485
2408
  .components-placeholder__fieldset .components-button {
3486
2409
  margin-right: 12px;
3487
2410
  margin-bottom: 12px;
@@ -3518,19 +2441,62 @@ body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right
3518
2441
  padding: 0 8px 2px;
3519
2442
  }
3520
2443
 
3521
- .components-placeholder__illustration {
2444
+ /**
2445
+ * Dashed style placeholders
2446
+ */
2447
+ .components-placeholder.has-illustration {
2448
+ color: inherit;
2449
+ display: flex;
2450
+ box-shadow: none;
2451
+ min-width: 100px;
2452
+ border-radius: 2px;
2453
+ -webkit-backdrop-filter: blur(100px);
2454
+ backdrop-filter: blur(100px);
2455
+ background-color: rgba(255, 255, 255, 0.1);
3522
2456
  border: 1px dashed currentColor;
3523
- box-sizing: border-box;
2457
+ overflow: hidden;
2458
+ }
2459
+ .is-dark-theme .components-placeholder.has-illustration {
2460
+ background-color: rgba(0, 0, 0, 0.1);
2461
+ }
2462
+ .components-placeholder.has-illustration .components-placeholder__fieldset {
2463
+ width: auto;
2464
+ }
2465
+ .components-placeholder.has-illustration .components-placeholder__label,
2466
+ .components-placeholder.has-illustration .components-placeholder__instructions,
2467
+ .components-placeholder.has-illustration .components-button {
2468
+ opacity: 0;
2469
+ transition: opacity 0.1s linear;
2470
+ }
2471
+ @media (prefers-reduced-motion: reduce) {
2472
+ .components-placeholder.has-illustration .components-placeholder__label,
2473
+ .components-placeholder.has-illustration .components-placeholder__instructions,
2474
+ .components-placeholder.has-illustration .components-button {
2475
+ transition-duration: 0s;
2476
+ transition-delay: 0s;
2477
+ }
2478
+ }
2479
+ .is-selected > .components-placeholder.has-illustration .components-placeholder__label,
2480
+ .is-selected > .components-placeholder.has-illustration .components-placeholder__instructions,
2481
+ .is-selected > .components-placeholder.has-illustration .components-button {
2482
+ opacity: 1;
2483
+ }
2484
+
2485
+ .components-placeholder__preview {
2486
+ display: flex;
2487
+ justify-content: center;
2488
+ }
2489
+
2490
+ .components-placeholder__illustration {
2491
+ box-sizing: content-box;
3524
2492
  position: absolute;
3525
- top: 0;
3526
- right: 0;
3527
- bottom: 0;
3528
- left: 0;
2493
+ top: 50%;
2494
+ left: 50%;
2495
+ transform: translate(-50%, -50%);
3529
2496
  width: 100%;
3530
2497
  height: 100%;
3531
2498
  stroke: currentColor;
3532
2499
  stroke-dasharray: 3;
3533
- opacity: 0.4;
3534
2500
  }
3535
2501
 
3536
2502
  .components-popover {
@@ -4118,26 +3084,6 @@ body.lockscroll {
4118
3084
  padding-top: 8px;
4119
3085
  }
4120
3086
 
4121
- .components-swatch {
4122
- width: 18px;
4123
- height: 18px;
4124
- border-radius: 50%;
4125
- color: transparent;
4126
- background: transparent;
4127
- }
4128
- .components-swatch::after {
4129
- content: "";
4130
- display: block;
4131
- width: 100%;
4132
- height: 100%;
4133
- border: 1px solid rgba(0, 0, 0, 0.2);
4134
- border-radius: 50%;
4135
- }
4136
-
4137
- .components-button.has-icon.has-text .components-swatch {
4138
- margin-right: 8px;
4139
- }
4140
-
4141
3087
  .components-tab-panel__tabs {
4142
3088
  display: flex;
4143
3089
  align-items: stretch;