@makeswift/prop-controllers 0.3.0 → 0.3.1

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 (326) hide show
  1. package/dist/cjs/backgrounds/backgrounds.js +297 -0
  2. package/dist/cjs/backgrounds/backgrounds.js.map +1 -0
  3. package/dist/cjs/backgrounds/index.js +23 -0
  4. package/dist/cjs/backgrounds/index.js.map +1 -0
  5. package/dist/cjs/border/border.js +132 -0
  6. package/dist/cjs/border/border.js.map +1 -0
  7. package/dist/cjs/border/index.js +23 -0
  8. package/dist/cjs/border/index.js.map +1 -0
  9. package/dist/cjs/border-radius/border-radius.js +82 -0
  10. package/dist/cjs/border-radius/border-radius.js.map +1 -0
  11. package/dist/cjs/border-radius/index.js +23 -0
  12. package/dist/cjs/border-radius/index.js.map +1 -0
  13. package/dist/cjs/checkbox/checkbox.js +68 -0
  14. package/dist/cjs/checkbox/checkbox.js.map +1 -0
  15. package/dist/cjs/checkbox/index.js +23 -0
  16. package/dist/cjs/checkbox/index.js.map +1 -0
  17. package/dist/cjs/data.js +85 -0
  18. package/dist/cjs/data.js.map +1 -0
  19. package/dist/cjs/date/date.js +68 -0
  20. package/dist/cjs/date/date.js.map +1 -0
  21. package/dist/cjs/date/index.js +23 -0
  22. package/dist/cjs/date/index.js.map +1 -0
  23. package/dist/cjs/element-id/element-id.js +90 -0
  24. package/dist/cjs/element-id/element-id.js.map +1 -0
  25. package/dist/cjs/element-id/index.js +23 -0
  26. package/dist/cjs/element-id/index.js.map +1 -0
  27. package/dist/cjs/font/font.js +70 -0
  28. package/dist/cjs/font/font.js.map +1 -0
  29. package/dist/cjs/font/index.js +23 -0
  30. package/dist/cjs/font/index.js.map +1 -0
  31. package/dist/cjs/gap-x/gap-x.js +40 -0
  32. package/dist/cjs/gap-x/gap-x.js.map +1 -0
  33. package/dist/cjs/gap-x/index.js +23 -0
  34. package/dist/cjs/gap-x/index.js.map +1 -0
  35. package/dist/cjs/gap-y/gap-y.js +68 -0
  36. package/dist/cjs/gap-y/gap-y.js.map +1 -0
  37. package/dist/cjs/gap-y/index.js +23 -0
  38. package/dist/cjs/gap-y/index.js.map +1 -0
  39. package/dist/cjs/grid/grid.js +130 -0
  40. package/dist/cjs/grid/grid.js.map +1 -0
  41. package/dist/cjs/grid/index.js +23 -0
  42. package/dist/cjs/grid/index.js.map +1 -0
  43. package/dist/cjs/image/image.js +95 -0
  44. package/dist/cjs/image/image.js.map +1 -0
  45. package/dist/cjs/image/index.js +23 -0
  46. package/dist/cjs/image/index.js.map +1 -0
  47. package/dist/cjs/images/images.js +147 -0
  48. package/dist/cjs/images/images.js.map +1 -0
  49. package/dist/cjs/images/index.js +23 -0
  50. package/dist/cjs/images/index.js.map +1 -0
  51. package/dist/cjs/index.js +343 -0
  52. package/dist/cjs/index.js.map +1 -0
  53. package/dist/cjs/link/index.js +23 -0
  54. package/dist/cjs/link/index.js.map +1 -0
  55. package/dist/cjs/link/link.js +137 -0
  56. package/dist/cjs/link/link.js.map +1 -0
  57. package/dist/cjs/margin/index.js +23 -0
  58. package/dist/cjs/margin/index.js.map +1 -0
  59. package/dist/cjs/margin/margin.js +94 -0
  60. package/dist/cjs/margin/margin.js.map +1 -0
  61. package/dist/cjs/navigation-links/index.js +23 -0
  62. package/dist/cjs/navigation-links/index.js.map +1 -0
  63. package/dist/cjs/navigation-links/navigation-links.js +226 -0
  64. package/dist/cjs/navigation-links/navigation-links.js.map +1 -0
  65. package/dist/cjs/number.js +66 -0
  66. package/dist/cjs/number.js.map +1 -0
  67. package/dist/cjs/padding/index.js +23 -0
  68. package/dist/cjs/padding/index.js.map +1 -0
  69. package/dist/cjs/padding/padding.js +91 -0
  70. package/dist/cjs/padding/padding.js.map +1 -0
  71. package/dist/cjs/prop-controllers.js +67 -0
  72. package/dist/cjs/prop-controllers.js.map +1 -0
  73. package/dist/cjs/responsive-color.js +106 -0
  74. package/dist/cjs/responsive-color.js.map +1 -0
  75. package/dist/cjs/responsive-icon-radio-group/index.js +23 -0
  76. package/dist/cjs/responsive-icon-radio-group/index.js.map +1 -0
  77. package/dist/cjs/responsive-icon-radio-group/responsive-icon-radio-group.js +42 -0
  78. package/dist/cjs/responsive-icon-radio-group/responsive-icon-radio-group.js.map +1 -0
  79. package/dist/cjs/responsive-length.js +73 -0
  80. package/dist/cjs/responsive-length.js.map +1 -0
  81. package/dist/cjs/responsive-number/index.js +23 -0
  82. package/dist/cjs/responsive-number/index.js.map +1 -0
  83. package/dist/cjs/responsive-number/responsive-number.js +40 -0
  84. package/dist/cjs/responsive-number/responsive-number.js.map +1 -0
  85. package/dist/cjs/responsive-opacity/index.js +23 -0
  86. package/dist/cjs/responsive-opacity/index.js.map +1 -0
  87. package/dist/cjs/responsive-opacity/responsive-opacity.js +43 -0
  88. package/dist/cjs/responsive-opacity/responsive-opacity.js.map +1 -0
  89. package/dist/cjs/responsive-select/index.js +23 -0
  90. package/dist/cjs/responsive-select/index.js.map +1 -0
  91. package/dist/cjs/responsive-select/responsive-select.js +42 -0
  92. package/dist/cjs/responsive-select/responsive-select.js.map +1 -0
  93. package/dist/cjs/shadows.js +126 -0
  94. package/dist/cjs/shadows.js.map +1 -0
  95. package/dist/cjs/social-links/index.js +23 -0
  96. package/dist/cjs/social-links/index.js.map +1 -0
  97. package/dist/cjs/social-links/social-links.js +128 -0
  98. package/dist/cjs/social-links/social-links.js.map +1 -0
  99. package/dist/cjs/table/index.js +23 -0
  100. package/dist/cjs/table/index.js.map +1 -0
  101. package/dist/cjs/table/table.js +91 -0
  102. package/dist/cjs/table/table.js.map +1 -0
  103. package/dist/cjs/table-form-fields/index.js +23 -0
  104. package/dist/cjs/table-form-fields/index.js.map +1 -0
  105. package/dist/cjs/table-form-fields/table-form-fields.js +113 -0
  106. package/dist/cjs/table-form-fields/table-form-fields.js.map +1 -0
  107. package/dist/cjs/text-area/index.js +23 -0
  108. package/dist/cjs/text-area/index.js.map +1 -0
  109. package/dist/cjs/text-area/text-area.js +67 -0
  110. package/dist/cjs/text-area/text-area.js.map +1 -0
  111. package/dist/cjs/text-input/index.js +23 -0
  112. package/dist/cjs/text-input/index.js.map +1 -0
  113. package/dist/cjs/text-input/text-input.js +67 -0
  114. package/dist/cjs/text-input/text-input.js.map +1 -0
  115. package/dist/cjs/text-style/index.js +23 -0
  116. package/dist/cjs/text-style/index.js.map +1 -0
  117. package/dist/cjs/text-style/text-style.js +88 -0
  118. package/dist/cjs/text-style/text-style.js.map +1 -0
  119. package/dist/cjs/utils/associated-types.js +17 -0
  120. package/dist/cjs/utils/associated-types.js.map +1 -0
  121. package/dist/cjs/utils/utils.js +42 -0
  122. package/dist/cjs/utils/utils.js.map +1 -0
  123. package/dist/cjs/versioned.js +66 -0
  124. package/dist/cjs/versioned.js.map +1 -0
  125. package/dist/cjs/video/index.js +23 -0
  126. package/dist/cjs/video/index.js.map +1 -0
  127. package/dist/cjs/video/video.js +75 -0
  128. package/dist/cjs/video/video.js.map +1 -0
  129. package/dist/cjs/width/index.js +23 -0
  130. package/dist/cjs/width/index.js.map +1 -0
  131. package/dist/cjs/width/width.js +76 -0
  132. package/dist/cjs/width/width.js.map +1 -0
  133. package/dist/esm/backgrounds/backgrounds.js +268 -0
  134. package/dist/esm/backgrounds/backgrounds.js.map +1 -0
  135. package/dist/esm/backgrounds/index.js +2 -0
  136. package/dist/esm/backgrounds/index.js.map +1 -0
  137. package/dist/esm/border/border.js +105 -0
  138. package/dist/esm/border/border.js.map +1 -0
  139. package/dist/esm/border/index.js +2 -0
  140. package/dist/esm/border/index.js.map +1 -0
  141. package/dist/esm/border-radius/border-radius.js +58 -0
  142. package/dist/esm/border-radius/border-radius.js.map +1 -0
  143. package/dist/esm/border-radius/index.js +2 -0
  144. package/dist/esm/border-radius/index.js.map +1 -0
  145. package/dist/esm/checkbox/checkbox.js +40 -0
  146. package/dist/esm/checkbox/checkbox.js.map +1 -0
  147. package/dist/esm/checkbox/index.js +2 -0
  148. package/dist/esm/checkbox/index.js.map +1 -0
  149. package/dist/esm/data.js +52 -0
  150. package/dist/esm/data.js.map +1 -0
  151. package/dist/esm/date/date.js +40 -0
  152. package/dist/esm/date/date.js.map +1 -0
  153. package/dist/esm/date/index.js +2 -0
  154. package/dist/esm/date/index.js.map +1 -0
  155. package/dist/esm/element-id/element-id.js +64 -0
  156. package/dist/esm/element-id/element-id.js.map +1 -0
  157. package/dist/esm/element-id/index.js +2 -0
  158. package/dist/esm/element-id/index.js.map +1 -0
  159. package/dist/esm/font/font.js +42 -0
  160. package/dist/esm/font/font.js.map +1 -0
  161. package/dist/esm/font/index.js +2 -0
  162. package/dist/esm/font/index.js.map +1 -0
  163. package/dist/esm/gap-x/gap-x.js +16 -0
  164. package/dist/esm/gap-x/gap-x.js.map +1 -0
  165. package/dist/esm/gap-x/index.js +2 -0
  166. package/dist/esm/gap-x/index.js.map +1 -0
  167. package/dist/esm/gap-y/gap-y.js +40 -0
  168. package/dist/esm/gap-y/gap-y.js.map +1 -0
  169. package/dist/esm/gap-y/index.js +2 -0
  170. package/dist/esm/gap-y/index.js.map +1 -0
  171. package/dist/esm/grid/grid.js +102 -0
  172. package/dist/esm/grid/grid.js.map +1 -0
  173. package/dist/esm/grid/index.js +2 -0
  174. package/dist/esm/grid/index.js.map +1 -0
  175. package/dist/esm/image/image.js +71 -0
  176. package/dist/esm/image/image.js.map +1 -0
  177. package/dist/esm/image/index.js +2 -0
  178. package/dist/esm/image/index.js.map +1 -0
  179. package/dist/esm/images/images.js +119 -0
  180. package/dist/esm/images/images.js.map +1 -0
  181. package/dist/esm/images/index.js +2 -0
  182. package/dist/esm/images/index.js.map +1 -0
  183. package/dist/esm/index.js +336 -0
  184. package/dist/esm/index.js.map +1 -0
  185. package/dist/esm/link/index.js +2 -0
  186. package/dist/esm/link/index.js.map +1 -0
  187. package/dist/esm/link/link.js +108 -0
  188. package/dist/esm/link/link.js.map +1 -0
  189. package/dist/esm/margin/index.js +2 -0
  190. package/dist/esm/margin/index.js.map +1 -0
  191. package/dist/esm/margin/margin.js +69 -0
  192. package/dist/esm/margin/margin.js.map +1 -0
  193. package/dist/esm/navigation-links/index.js +2 -0
  194. package/dist/esm/navigation-links/index.js.map +1 -0
  195. package/dist/esm/navigation-links/navigation-links.js +199 -0
  196. package/dist/esm/navigation-links/navigation-links.js.map +1 -0
  197. package/dist/esm/number.js +39 -0
  198. package/dist/esm/number.js.map +1 -0
  199. package/dist/esm/padding/index.js +2 -0
  200. package/dist/esm/padding/index.js.map +1 -0
  201. package/dist/esm/padding/padding.js +66 -0
  202. package/dist/esm/padding/padding.js.map +1 -0
  203. package/dist/esm/prop-controllers.js +44 -0
  204. package/dist/esm/prop-controllers.js.map +1 -0
  205. package/dist/esm/responsive-color.js +79 -0
  206. package/dist/esm/responsive-color.js.map +1 -0
  207. package/dist/esm/responsive-icon-radio-group/index.js +2 -0
  208. package/dist/esm/responsive-icon-radio-group/index.js.map +1 -0
  209. package/dist/esm/responsive-icon-radio-group/responsive-icon-radio-group.js +21 -0
  210. package/dist/esm/responsive-icon-radio-group/responsive-icon-radio-group.js.map +1 -0
  211. package/dist/esm/responsive-length.js +43 -0
  212. package/dist/esm/responsive-length.js.map +1 -0
  213. package/dist/esm/responsive-number/index.js +2 -0
  214. package/dist/esm/responsive-number/index.js.map +1 -0
  215. package/dist/esm/responsive-number/responsive-number.js +16 -0
  216. package/dist/esm/responsive-number/responsive-number.js.map +1 -0
  217. package/dist/esm/responsive-opacity/index.js +2 -0
  218. package/dist/esm/responsive-opacity/index.js.map +1 -0
  219. package/dist/esm/responsive-opacity/responsive-opacity.js +18 -0
  220. package/dist/esm/responsive-opacity/responsive-opacity.js.map +1 -0
  221. package/dist/esm/responsive-select/index.js +2 -0
  222. package/dist/esm/responsive-select/index.js.map +1 -0
  223. package/dist/esm/responsive-select/responsive-select.js +21 -0
  224. package/dist/esm/responsive-select/responsive-select.js.map +1 -0
  225. package/dist/esm/shadows.js +100 -0
  226. package/dist/esm/shadows.js.map +1 -0
  227. package/dist/esm/social-links/index.js +2 -0
  228. package/dist/esm/social-links/index.js.map +1 -0
  229. package/dist/esm/social-links/social-links.js +98 -0
  230. package/dist/esm/social-links/social-links.js.map +1 -0
  231. package/dist/esm/table/index.js +2 -0
  232. package/dist/esm/table/index.js.map +1 -0
  233. package/dist/esm/table/table.js +64 -0
  234. package/dist/esm/table/table.js.map +1 -0
  235. package/dist/esm/table-form-fields/index.js +2 -0
  236. package/dist/esm/table-form-fields/index.js.map +1 -0
  237. package/dist/esm/table-form-fields/table-form-fields.js +87 -0
  238. package/dist/esm/table-form-fields/table-form-fields.js.map +1 -0
  239. package/dist/esm/text-area/index.js +2 -0
  240. package/dist/esm/text-area/index.js.map +1 -0
  241. package/dist/esm/text-area/text-area.js +39 -0
  242. package/dist/esm/text-area/text-area.js.map +1 -0
  243. package/dist/esm/text-input/index.js +2 -0
  244. package/dist/esm/text-input/index.js.map +1 -0
  245. package/dist/esm/text-input/text-input.js +39 -0
  246. package/dist/esm/text-input/text-input.js.map +1 -0
  247. package/dist/esm/text-style/index.js +2 -0
  248. package/dist/esm/text-style/index.js.map +1 -0
  249. package/dist/esm/text-style/text-style.js +59 -0
  250. package/dist/esm/text-style/text-style.js.map +1 -0
  251. package/dist/esm/utils/associated-types.js +1 -0
  252. package/dist/esm/utils/associated-types.js.map +1 -0
  253. package/dist/esm/utils/utils.js +18 -0
  254. package/dist/esm/utils/utils.js.map +1 -0
  255. package/dist/esm/versioned.js +43 -0
  256. package/dist/esm/versioned.js.map +1 -0
  257. package/dist/esm/video/index.js +2 -0
  258. package/dist/esm/video/index.js.map +1 -0
  259. package/dist/esm/video/video.js +47 -0
  260. package/dist/esm/video/video.js.map +1 -0
  261. package/dist/esm/width/index.js +2 -0
  262. package/dist/esm/width/index.js.map +1 -0
  263. package/dist/esm/width/width.js +49 -0
  264. package/dist/esm/width/width.js.map +1 -0
  265. package/dist/types/backgrounds/backgrounds.d.ts +97 -97
  266. package/dist/types/border/border.d.ts +595 -765
  267. package/dist/types/border/border.d.ts.map +1 -1
  268. package/dist/types/border/index.d.ts +1 -0
  269. package/dist/types/border/index.d.ts.map +1 -1
  270. package/dist/types/border-radius/border-radius.d.ts +23 -23
  271. package/dist/types/border-radius/border-radius.d.ts.map +1 -1
  272. package/dist/types/checkbox/checkbox.d.ts +4 -4
  273. package/dist/types/data.d.ts +5 -5
  274. package/dist/types/data.d.ts.map +1 -1
  275. package/dist/types/date/date.d.ts +4 -4
  276. package/dist/types/element-id/element-id.d.ts +4 -4
  277. package/dist/types/font/font.d.ts +9 -9
  278. package/dist/types/font/font.d.ts.map +1 -1
  279. package/dist/types/gap-x/gap-x.d.ts +204 -120
  280. package/dist/types/gap-x/gap-x.d.ts.map +1 -1
  281. package/dist/types/gap-y/gap-y.d.ts +8 -8
  282. package/dist/types/grid/grid.d.ts +854 -38
  283. package/dist/types/grid/grid.d.ts.map +1 -1
  284. package/dist/types/image/image.d.ts +4 -4
  285. package/dist/types/images/images.d.ts +94 -94
  286. package/dist/types/index.d.ts +1 -1
  287. package/dist/types/index.d.ts.map +1 -1
  288. package/dist/types/link/link.d.ts +21 -21
  289. package/dist/types/link/link.d.ts.map +1 -1
  290. package/dist/types/margin/margin.d.ts +10 -10
  291. package/dist/types/margin/margin.d.ts.map +1 -1
  292. package/dist/types/navigation-links/navigation-links.d.ts +164 -164
  293. package/dist/types/number.d.ts +4 -4
  294. package/dist/types/padding/padding.d.ts +10 -10
  295. package/dist/types/padding/padding.d.ts.map +1 -1
  296. package/dist/types/prop-controllers.d.ts +2 -99
  297. package/dist/types/prop-controllers.d.ts.map +1 -1
  298. package/dist/types/responsive-color.d.ts +9 -9
  299. package/dist/types/responsive-color.d.ts.map +1 -1
  300. package/dist/types/responsive-icon-radio-group/responsive-icon-radio-group.d.ts +88 -35
  301. package/dist/types/responsive-icon-radio-group/responsive-icon-radio-group.d.ts.map +1 -1
  302. package/dist/types/responsive-length.d.ts +14 -14
  303. package/dist/types/responsive-length.d.ts.map +1 -1
  304. package/dist/types/responsive-number/responsive-number.d.ts +118 -67
  305. package/dist/types/responsive-number/responsive-number.d.ts.map +1 -1
  306. package/dist/types/responsive-opacity/responsive-opacity.d.ts +120 -69
  307. package/dist/types/responsive-opacity/responsive-opacity.d.ts.map +1 -1
  308. package/dist/types/responsive-select/responsive-select.d.ts +88 -35
  309. package/dist/types/responsive-select/responsive-select.d.ts.map +1 -1
  310. package/dist/types/shadows.d.ts +7 -7
  311. package/dist/types/shadows.d.ts.map +1 -1
  312. package/dist/types/social-links/social-links.d.ts +4 -4
  313. package/dist/types/table/table.d.ts +4 -4
  314. package/dist/types/table-form-fields/table-form-fields.d.ts +9 -9
  315. package/dist/types/text-area/text-area.d.ts +4 -4
  316. package/dist/types/text-input/text-input.d.ts +4 -4
  317. package/dist/types/text-style/text-style.d.ts +9 -9
  318. package/dist/types/text-style/text-style.d.ts.map +1 -1
  319. package/dist/types/utils/associated-types.d.ts +4 -1
  320. package/dist/types/utils/associated-types.d.ts.map +1 -1
  321. package/dist/types/versioned.d.ts +187 -122
  322. package/dist/types/versioned.d.ts.map +1 -1
  323. package/dist/types/video/video.d.ts +4 -4
  324. package/dist/types/width/width.d.ts +12 -12
  325. package/package.json +9 -7
  326. package/dist/index.cjs +0 -2489
@@ -1,357 +1,11 @@
1
1
  import { CopyContext, ResolveOptions, Types } from '../prop-controllers';
2
2
  import { z } from 'zod';
3
- declare const borderSideDataSchema: z.ZodEffects<z.ZodObject<{
4
- width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
5
- style: z.ZodEnum<["dashed", "dotted", "solid"]>;
6
- color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
7
- swatchId: z.ZodString;
8
- alpha: z.ZodNumber;
9
- }, "strip", z.ZodTypeAny, {
10
- swatchId: string;
11
- alpha: number;
12
- }, {
13
- swatchId: string;
14
- alpha: number;
15
- }>>>;
16
- }, "strip", z.ZodTypeAny, {
17
- style: "dashed" | "dotted" | "solid";
18
- width?: number | null | undefined;
19
- color?: {
20
- swatchId: string;
21
- alpha: number;
22
- } | null | undefined;
23
- }, {
24
- style: "dashed" | "dotted" | "solid";
25
- width?: number | null | undefined;
26
- color?: {
27
- swatchId: string;
28
- alpha: number;
29
- } | null | undefined;
30
- }>, {
31
- width: number | null | undefined;
32
- style: "dashed" | "dotted" | "solid";
33
- color?: {
34
- swatchId: string;
35
- alpha: number;
36
- } | null | undefined;
37
- }, {
38
- style: "dashed" | "dotted" | "solid";
39
- width?: number | null | undefined;
40
- color?: {
41
- swatchId: string;
42
- alpha: number;
43
- } | null | undefined;
44
- }>;
45
- export type BorderSideData = z.infer<typeof borderSideDataSchema>;
46
- declare const borderDataSchema: z.ZodEffects<z.ZodObject<{
47
- borderTop: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
48
- width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
49
- style: z.ZodEnum<["dashed", "dotted", "solid"]>;
50
- color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
51
- swatchId: z.ZodString;
52
- alpha: z.ZodNumber;
53
- }, "strip", z.ZodTypeAny, {
54
- swatchId: string;
55
- alpha: number;
56
- }, {
57
- swatchId: string;
58
- alpha: number;
59
- }>>>;
60
- }, "strip", z.ZodTypeAny, {
61
- style: "dashed" | "dotted" | "solid";
62
- width?: number | null | undefined;
63
- color?: {
64
- swatchId: string;
65
- alpha: number;
66
- } | null | undefined;
67
- }, {
68
- style: "dashed" | "dotted" | "solid";
69
- width?: number | null | undefined;
70
- color?: {
71
- swatchId: string;
72
- alpha: number;
73
- } | null | undefined;
74
- }>, {
75
- width: number | null | undefined;
76
- style: "dashed" | "dotted" | "solid";
77
- color?: {
78
- swatchId: string;
79
- alpha: number;
80
- } | null | undefined;
81
- }, {
82
- style: "dashed" | "dotted" | "solid";
83
- width?: number | null | undefined;
84
- color?: {
85
- swatchId: string;
86
- alpha: number;
87
- } | null | undefined;
88
- }>>>;
89
- borderRight: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
90
- width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
91
- style: z.ZodEnum<["dashed", "dotted", "solid"]>;
92
- color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
93
- swatchId: z.ZodString;
94
- alpha: z.ZodNumber;
95
- }, "strip", z.ZodTypeAny, {
96
- swatchId: string;
97
- alpha: number;
98
- }, {
99
- swatchId: string;
100
- alpha: number;
101
- }>>>;
102
- }, "strip", z.ZodTypeAny, {
103
- style: "dashed" | "dotted" | "solid";
104
- width?: number | null | undefined;
105
- color?: {
106
- swatchId: string;
107
- alpha: number;
108
- } | null | undefined;
109
- }, {
110
- style: "dashed" | "dotted" | "solid";
111
- width?: number | null | undefined;
112
- color?: {
113
- swatchId: string;
114
- alpha: number;
115
- } | null | undefined;
116
- }>, {
117
- width: number | null | undefined;
118
- style: "dashed" | "dotted" | "solid";
119
- color?: {
120
- swatchId: string;
121
- alpha: number;
122
- } | null | undefined;
123
- }, {
124
- style: "dashed" | "dotted" | "solid";
125
- width?: number | null | undefined;
126
- color?: {
127
- swatchId: string;
128
- alpha: number;
129
- } | null | undefined;
130
- }>>>;
131
- borderBottom: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
132
- width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
133
- style: z.ZodEnum<["dashed", "dotted", "solid"]>;
134
- color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
135
- swatchId: z.ZodString;
136
- alpha: z.ZodNumber;
137
- }, "strip", z.ZodTypeAny, {
138
- swatchId: string;
139
- alpha: number;
140
- }, {
141
- swatchId: string;
142
- alpha: number;
143
- }>>>;
144
- }, "strip", z.ZodTypeAny, {
145
- style: "dashed" | "dotted" | "solid";
146
- width?: number | null | undefined;
147
- color?: {
148
- swatchId: string;
149
- alpha: number;
150
- } | null | undefined;
151
- }, {
152
- style: "dashed" | "dotted" | "solid";
153
- width?: number | null | undefined;
154
- color?: {
155
- swatchId: string;
156
- alpha: number;
157
- } | null | undefined;
158
- }>, {
159
- width: number | null | undefined;
160
- style: "dashed" | "dotted" | "solid";
161
- color?: {
162
- swatchId: string;
163
- alpha: number;
164
- } | null | undefined;
165
- }, {
166
- style: "dashed" | "dotted" | "solid";
167
- width?: number | null | undefined;
168
- color?: {
169
- swatchId: string;
170
- alpha: number;
171
- } | null | undefined;
172
- }>>>;
173
- borderLeft: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
174
- width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
175
- style: z.ZodEnum<["dashed", "dotted", "solid"]>;
176
- color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
177
- swatchId: z.ZodString;
178
- alpha: z.ZodNumber;
179
- }, "strip", z.ZodTypeAny, {
180
- swatchId: string;
181
- alpha: number;
182
- }, {
183
- swatchId: string;
184
- alpha: number;
185
- }>>>;
186
- }, "strip", z.ZodTypeAny, {
187
- style: "dashed" | "dotted" | "solid";
188
- width?: number | null | undefined;
189
- color?: {
190
- swatchId: string;
191
- alpha: number;
192
- } | null | undefined;
193
- }, {
194
- style: "dashed" | "dotted" | "solid";
195
- width?: number | null | undefined;
196
- color?: {
197
- swatchId: string;
198
- alpha: number;
199
- } | null | undefined;
200
- }>, {
201
- width: number | null | undefined;
202
- style: "dashed" | "dotted" | "solid";
203
- color?: {
204
- swatchId: string;
205
- alpha: number;
206
- } | null | undefined;
207
- }, {
208
- style: "dashed" | "dotted" | "solid";
209
- width?: number | null | undefined;
210
- color?: {
211
- swatchId: string;
212
- alpha: number;
213
- } | null | undefined;
214
- }>>>;
215
- }, "strip", z.ZodTypeAny, {
216
- borderTop?: {
217
- width: number | null | undefined;
218
- style: "dashed" | "dotted" | "solid";
219
- color?: {
220
- swatchId: string;
221
- alpha: number;
222
- } | null | undefined;
223
- } | null | undefined;
224
- borderRight?: {
225
- width: number | null | undefined;
226
- style: "dashed" | "dotted" | "solid";
227
- color?: {
228
- swatchId: string;
229
- alpha: number;
230
- } | null | undefined;
231
- } | null | undefined;
232
- borderBottom?: {
233
- width: number | null | undefined;
234
- style: "dashed" | "dotted" | "solid";
235
- color?: {
236
- swatchId: string;
237
- alpha: number;
238
- } | null | undefined;
239
- } | null | undefined;
240
- borderLeft?: {
241
- width: number | null | undefined;
242
- style: "dashed" | "dotted" | "solid";
243
- color?: {
244
- swatchId: string;
245
- alpha: number;
246
- } | null | undefined;
247
- } | null | undefined;
248
- }, {
249
- borderTop?: {
250
- style: "dashed" | "dotted" | "solid";
251
- width?: number | null | undefined;
252
- color?: {
253
- swatchId: string;
254
- alpha: number;
255
- } | null | undefined;
256
- } | null | undefined;
257
- borderRight?: {
258
- style: "dashed" | "dotted" | "solid";
259
- width?: number | null | undefined;
260
- color?: {
261
- swatchId: string;
262
- alpha: number;
263
- } | null | undefined;
264
- } | null | undefined;
265
- borderBottom?: {
266
- style: "dashed" | "dotted" | "solid";
267
- width?: number | null | undefined;
268
- color?: {
269
- swatchId: string;
270
- alpha: number;
271
- } | null | undefined;
272
- } | null | undefined;
273
- borderLeft?: {
274
- style: "dashed" | "dotted" | "solid";
275
- width?: number | null | undefined;
276
- color?: {
277
- swatchId: string;
278
- alpha: number;
279
- } | null | undefined;
280
- } | null | undefined;
281
- }>, {
282
- borderTop: {
283
- width: number | null | undefined;
284
- style: "dashed" | "dotted" | "solid";
285
- color?: {
286
- swatchId: string;
287
- alpha: number;
288
- } | null | undefined;
289
- } | null | undefined;
290
- borderRight: {
291
- width: number | null | undefined;
292
- style: "dashed" | "dotted" | "solid";
293
- color?: {
294
- swatchId: string;
295
- alpha: number;
296
- } | null | undefined;
297
- } | null | undefined;
298
- borderBottom: {
299
- width: number | null | undefined;
300
- style: "dashed" | "dotted" | "solid";
301
- color?: {
302
- swatchId: string;
303
- alpha: number;
304
- } | null | undefined;
305
- } | null | undefined;
306
- borderLeft: {
307
- width: number | null | undefined;
308
- style: "dashed" | "dotted" | "solid";
309
- color?: {
310
- swatchId: string;
311
- alpha: number;
312
- } | null | undefined;
313
- } | null | undefined;
314
- }, {
315
- borderTop?: {
316
- style: "dashed" | "dotted" | "solid";
317
- width?: number | null | undefined;
318
- color?: {
319
- swatchId: string;
320
- alpha: number;
321
- } | null | undefined;
322
- } | null | undefined;
323
- borderRight?: {
324
- style: "dashed" | "dotted" | "solid";
325
- width?: number | null | undefined;
326
- color?: {
327
- swatchId: string;
328
- alpha: number;
329
- } | null | undefined;
330
- } | null | undefined;
331
- borderBottom?: {
332
- style: "dashed" | "dotted" | "solid";
333
- width?: number | null | undefined;
334
- color?: {
335
- swatchId: string;
336
- alpha: number;
337
- } | null | undefined;
338
- } | null | undefined;
339
- borderLeft?: {
340
- style: "dashed" | "dotted" | "solid";
341
- width?: number | null | undefined;
342
- color?: {
343
- swatchId: string;
344
- alpha: number;
345
- } | null | undefined;
346
- } | null | undefined;
347
- }>;
348
- export type BorderData = z.infer<typeof borderDataSchema>;
349
3
  declare const responsiveBorderDataSchema: z.ZodArray<z.ZodObject<{
350
4
  deviceId: z.ZodString;
351
5
  value: z.ZodEffects<z.ZodObject<{
352
6
  borderTop: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
353
7
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
354
- style: z.ZodEnum<["dashed", "dotted", "solid"]>;
8
+ style: z.ZodEnum<["dotted", "dashed", "solid"]>;
355
9
  color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
356
10
  swatchId: z.ZodString;
357
11
  alpha: z.ZodNumber;
@@ -363,28 +17,30 @@ declare const responsiveBorderDataSchema: z.ZodArray<z.ZodObject<{
363
17
  alpha: number;
364
18
  }>>>;
365
19
  }, "strip", z.ZodTypeAny, {
366
- style: "dashed" | "dotted" | "solid";
20
+ style: "dotted" | "dashed" | "solid";
367
21
  width?: number | null | undefined;
368
22
  color?: {
369
23
  swatchId: string;
370
24
  alpha: number;
371
25
  } | null | undefined;
372
26
  }, {
373
- style: "dashed" | "dotted" | "solid";
27
+ style: "dotted" | "dashed" | "solid";
374
28
  width?: number | null | undefined;
375
29
  color?: {
376
30
  swatchId: string;
377
31
  alpha: number;
378
32
  } | null | undefined;
379
33
  }>, {
380
- width: number | null | undefined;
381
- style: "dashed" | "dotted" | "solid";
34
+ style: "dotted" | "dashed" | "solid";
35
+ width?: number | null | undefined;
382
36
  color?: {
383
37
  swatchId: string;
384
38
  alpha: number;
385
39
  } | null | undefined;
40
+ } & {
41
+ width: number | null | undefined;
386
42
  }, {
387
- style: "dashed" | "dotted" | "solid";
43
+ style: "dotted" | "dashed" | "solid";
388
44
  width?: number | null | undefined;
389
45
  color?: {
390
46
  swatchId: string;
@@ -393,7 +49,7 @@ declare const responsiveBorderDataSchema: z.ZodArray<z.ZodObject<{
393
49
  }>>>;
394
50
  borderRight: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
395
51
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
396
- style: z.ZodEnum<["dashed", "dotted", "solid"]>;
52
+ style: z.ZodEnum<["dotted", "dashed", "solid"]>;
397
53
  color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
398
54
  swatchId: z.ZodString;
399
55
  alpha: z.ZodNumber;
@@ -405,28 +61,30 @@ declare const responsiveBorderDataSchema: z.ZodArray<z.ZodObject<{
405
61
  alpha: number;
406
62
  }>>>;
407
63
  }, "strip", z.ZodTypeAny, {
408
- style: "dashed" | "dotted" | "solid";
64
+ style: "dotted" | "dashed" | "solid";
409
65
  width?: number | null | undefined;
410
66
  color?: {
411
67
  swatchId: string;
412
68
  alpha: number;
413
69
  } | null | undefined;
414
70
  }, {
415
- style: "dashed" | "dotted" | "solid";
71
+ style: "dotted" | "dashed" | "solid";
416
72
  width?: number | null | undefined;
417
73
  color?: {
418
74
  swatchId: string;
419
75
  alpha: number;
420
76
  } | null | undefined;
421
77
  }>, {
422
- width: number | null | undefined;
423
- style: "dashed" | "dotted" | "solid";
78
+ style: "dotted" | "dashed" | "solid";
79
+ width?: number | null | undefined;
424
80
  color?: {
425
81
  swatchId: string;
426
82
  alpha: number;
427
83
  } | null | undefined;
84
+ } & {
85
+ width: number | null | undefined;
428
86
  }, {
429
- style: "dashed" | "dotted" | "solid";
87
+ style: "dotted" | "dashed" | "solid";
430
88
  width?: number | null | undefined;
431
89
  color?: {
432
90
  swatchId: string;
@@ -435,7 +93,7 @@ declare const responsiveBorderDataSchema: z.ZodArray<z.ZodObject<{
435
93
  }>>>;
436
94
  borderBottom: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
437
95
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
438
- style: z.ZodEnum<["dashed", "dotted", "solid"]>;
96
+ style: z.ZodEnum<["dotted", "dashed", "solid"]>;
439
97
  color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
440
98
  swatchId: z.ZodString;
441
99
  alpha: z.ZodNumber;
@@ -447,28 +105,30 @@ declare const responsiveBorderDataSchema: z.ZodArray<z.ZodObject<{
447
105
  alpha: number;
448
106
  }>>>;
449
107
  }, "strip", z.ZodTypeAny, {
450
- style: "dashed" | "dotted" | "solid";
108
+ style: "dotted" | "dashed" | "solid";
451
109
  width?: number | null | undefined;
452
110
  color?: {
453
111
  swatchId: string;
454
112
  alpha: number;
455
113
  } | null | undefined;
456
114
  }, {
457
- style: "dashed" | "dotted" | "solid";
115
+ style: "dotted" | "dashed" | "solid";
458
116
  width?: number | null | undefined;
459
117
  color?: {
460
118
  swatchId: string;
461
119
  alpha: number;
462
120
  } | null | undefined;
463
121
  }>, {
464
- width: number | null | undefined;
465
- style: "dashed" | "dotted" | "solid";
122
+ style: "dotted" | "dashed" | "solid";
123
+ width?: number | null | undefined;
466
124
  color?: {
467
125
  swatchId: string;
468
126
  alpha: number;
469
127
  } | null | undefined;
128
+ } & {
129
+ width: number | null | undefined;
470
130
  }, {
471
- style: "dashed" | "dotted" | "solid";
131
+ style: "dotted" | "dashed" | "solid";
472
132
  width?: number | null | undefined;
473
133
  color?: {
474
134
  swatchId: string;
@@ -477,7 +137,7 @@ declare const responsiveBorderDataSchema: z.ZodArray<z.ZodObject<{
477
137
  }>>>;
478
138
  borderLeft: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
479
139
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
480
- style: z.ZodEnum<["dashed", "dotted", "solid"]>;
140
+ style: z.ZodEnum<["dotted", "dashed", "solid"]>;
481
141
  color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
482
142
  swatchId: z.ZodString;
483
143
  alpha: z.ZodNumber;
@@ -489,28 +149,30 @@ declare const responsiveBorderDataSchema: z.ZodArray<z.ZodObject<{
489
149
  alpha: number;
490
150
  }>>>;
491
151
  }, "strip", z.ZodTypeAny, {
492
- style: "dashed" | "dotted" | "solid";
152
+ style: "dotted" | "dashed" | "solid";
493
153
  width?: number | null | undefined;
494
154
  color?: {
495
155
  swatchId: string;
496
156
  alpha: number;
497
157
  } | null | undefined;
498
158
  }, {
499
- style: "dashed" | "dotted" | "solid";
159
+ style: "dotted" | "dashed" | "solid";
500
160
  width?: number | null | undefined;
501
161
  color?: {
502
162
  swatchId: string;
503
163
  alpha: number;
504
164
  } | null | undefined;
505
165
  }>, {
506
- width: number | null | undefined;
507
- style: "dashed" | "dotted" | "solid";
166
+ style: "dotted" | "dashed" | "solid";
167
+ width?: number | null | undefined;
508
168
  color?: {
509
169
  swatchId: string;
510
170
  alpha: number;
511
171
  } | null | undefined;
172
+ } & {
173
+ width: number | null | undefined;
512
174
  }, {
513
- style: "dashed" | "dotted" | "solid";
175
+ style: "dotted" | "dashed" | "solid";
514
176
  width?: number | null | undefined;
515
177
  color?: {
516
178
  swatchId: string;
@@ -518,41 +180,49 @@ declare const responsiveBorderDataSchema: z.ZodArray<z.ZodObject<{
518
180
  } | null | undefined;
519
181
  }>>>;
520
182
  }, "strip", z.ZodTypeAny, {
521
- borderTop?: {
522
- width: number | null | undefined;
523
- style: "dashed" | "dotted" | "solid";
183
+ borderTop?: ({
184
+ style: "dotted" | "dashed" | "solid";
185
+ width?: number | null | undefined;
524
186
  color?: {
525
187
  swatchId: string;
526
188
  alpha: number;
527
189
  } | null | undefined;
528
- } | null | undefined;
529
- borderRight?: {
190
+ } & {
530
191
  width: number | null | undefined;
531
- style: "dashed" | "dotted" | "solid";
192
+ }) | null | undefined;
193
+ borderRight?: ({
194
+ style: "dotted" | "dashed" | "solid";
195
+ width?: number | null | undefined;
532
196
  color?: {
533
197
  swatchId: string;
534
198
  alpha: number;
535
199
  } | null | undefined;
536
- } | null | undefined;
537
- borderBottom?: {
200
+ } & {
538
201
  width: number | null | undefined;
539
- style: "dashed" | "dotted" | "solid";
202
+ }) | null | undefined;
203
+ borderBottom?: ({
204
+ style: "dotted" | "dashed" | "solid";
205
+ width?: number | null | undefined;
540
206
  color?: {
541
207
  swatchId: string;
542
208
  alpha: number;
543
209
  } | null | undefined;
544
- } | null | undefined;
545
- borderLeft?: {
210
+ } & {
546
211
  width: number | null | undefined;
547
- style: "dashed" | "dotted" | "solid";
212
+ }) | null | undefined;
213
+ borderLeft?: ({
214
+ style: "dotted" | "dashed" | "solid";
215
+ width?: number | null | undefined;
548
216
  color?: {
549
217
  swatchId: string;
550
218
  alpha: number;
551
219
  } | null | undefined;
552
- } | null | undefined;
220
+ } & {
221
+ width: number | null | undefined;
222
+ }) | null | undefined;
553
223
  }, {
554
224
  borderTop?: {
555
- style: "dashed" | "dotted" | "solid";
225
+ style: "dotted" | "dashed" | "solid";
556
226
  width?: number | null | undefined;
557
227
  color?: {
558
228
  swatchId: string;
@@ -560,7 +230,7 @@ declare const responsiveBorderDataSchema: z.ZodArray<z.ZodObject<{
560
230
  } | null | undefined;
561
231
  } | null | undefined;
562
232
  borderRight?: {
563
- style: "dashed" | "dotted" | "solid";
233
+ style: "dotted" | "dashed" | "solid";
564
234
  width?: number | null | undefined;
565
235
  color?: {
566
236
  swatchId: string;
@@ -568,7 +238,7 @@ declare const responsiveBorderDataSchema: z.ZodArray<z.ZodObject<{
568
238
  } | null | undefined;
569
239
  } | null | undefined;
570
240
  borderBottom?: {
571
- style: "dashed" | "dotted" | "solid";
241
+ style: "dotted" | "dashed" | "solid";
572
242
  width?: number | null | undefined;
573
243
  color?: {
574
244
  swatchId: string;
@@ -576,7 +246,7 @@ declare const responsiveBorderDataSchema: z.ZodArray<z.ZodObject<{
576
246
  } | null | undefined;
577
247
  } | null | undefined;
578
248
  borderLeft?: {
579
- style: "dashed" | "dotted" | "solid";
249
+ style: "dotted" | "dashed" | "solid";
580
250
  width?: number | null | undefined;
581
251
  color?: {
582
252
  swatchId: string;
@@ -584,41 +254,49 @@ declare const responsiveBorderDataSchema: z.ZodArray<z.ZodObject<{
584
254
  } | null | undefined;
585
255
  } | null | undefined;
586
256
  }>, {
587
- borderTop: {
588
- width: number | null | undefined;
589
- style: "dashed" | "dotted" | "solid";
257
+ borderTop: ({
258
+ style: "dotted" | "dashed" | "solid";
259
+ width?: number | null | undefined;
590
260
  color?: {
591
261
  swatchId: string;
592
262
  alpha: number;
593
263
  } | null | undefined;
594
- } | null | undefined;
595
- borderRight: {
264
+ } & {
596
265
  width: number | null | undefined;
597
- style: "dashed" | "dotted" | "solid";
266
+ }) | null | undefined;
267
+ borderRight: ({
268
+ style: "dotted" | "dashed" | "solid";
269
+ width?: number | null | undefined;
598
270
  color?: {
599
271
  swatchId: string;
600
272
  alpha: number;
601
273
  } | null | undefined;
602
- } | null | undefined;
603
- borderBottom: {
274
+ } & {
604
275
  width: number | null | undefined;
605
- style: "dashed" | "dotted" | "solid";
276
+ }) | null | undefined;
277
+ borderBottom: ({
278
+ style: "dotted" | "dashed" | "solid";
279
+ width?: number | null | undefined;
606
280
  color?: {
607
281
  swatchId: string;
608
282
  alpha: number;
609
283
  } | null | undefined;
610
- } | null | undefined;
611
- borderLeft: {
284
+ } & {
612
285
  width: number | null | undefined;
613
- style: "dashed" | "dotted" | "solid";
286
+ }) | null | undefined;
287
+ borderLeft: ({
288
+ style: "dotted" | "dashed" | "solid";
289
+ width?: number | null | undefined;
614
290
  color?: {
615
291
  swatchId: string;
616
292
  alpha: number;
617
293
  } | null | undefined;
618
- } | null | undefined;
294
+ } & {
295
+ width: number | null | undefined;
296
+ }) | null | undefined;
619
297
  }, {
620
298
  borderTop?: {
621
- style: "dashed" | "dotted" | "solid";
299
+ style: "dotted" | "dashed" | "solid";
622
300
  width?: number | null | undefined;
623
301
  color?: {
624
302
  swatchId: string;
@@ -626,7 +304,7 @@ declare const responsiveBorderDataSchema: z.ZodArray<z.ZodObject<{
626
304
  } | null | undefined;
627
305
  } | null | undefined;
628
306
  borderRight?: {
629
- style: "dashed" | "dotted" | "solid";
307
+ style: "dotted" | "dashed" | "solid";
630
308
  width?: number | null | undefined;
631
309
  color?: {
632
310
  swatchId: string;
@@ -634,7 +312,7 @@ declare const responsiveBorderDataSchema: z.ZodArray<z.ZodObject<{
634
312
  } | null | undefined;
635
313
  } | null | undefined;
636
314
  borderBottom?: {
637
- style: "dashed" | "dotted" | "solid";
315
+ style: "dotted" | "dashed" | "solid";
638
316
  width?: number | null | undefined;
639
317
  color?: {
640
318
  swatchId: string;
@@ -642,7 +320,7 @@ declare const responsiveBorderDataSchema: z.ZodArray<z.ZodObject<{
642
320
  } | null | undefined;
643
321
  } | null | undefined;
644
322
  borderLeft?: {
645
- style: "dashed" | "dotted" | "solid";
323
+ style: "dotted" | "dashed" | "solid";
646
324
  width?: number | null | undefined;
647
325
  color?: {
648
326
  swatchId: string;
@@ -650,46 +328,54 @@ declare const responsiveBorderDataSchema: z.ZodArray<z.ZodObject<{
650
328
  } | null | undefined;
651
329
  } | null | undefined;
652
330
  }>;
653
- }, z.UnknownKeysParam, z.ZodTypeAny, {
331
+ }, "strip", z.ZodTypeAny, {
654
332
  value: {
655
- borderTop: {
656
- width: number | null | undefined;
657
- style: "dashed" | "dotted" | "solid";
333
+ borderTop: ({
334
+ style: "dotted" | "dashed" | "solid";
335
+ width?: number | null | undefined;
658
336
  color?: {
659
337
  swatchId: string;
660
338
  alpha: number;
661
339
  } | null | undefined;
662
- } | null | undefined;
663
- borderRight: {
340
+ } & {
664
341
  width: number | null | undefined;
665
- style: "dashed" | "dotted" | "solid";
342
+ }) | null | undefined;
343
+ borderRight: ({
344
+ style: "dotted" | "dashed" | "solid";
345
+ width?: number | null | undefined;
666
346
  color?: {
667
347
  swatchId: string;
668
348
  alpha: number;
669
349
  } | null | undefined;
670
- } | null | undefined;
671
- borderBottom: {
350
+ } & {
672
351
  width: number | null | undefined;
673
- style: "dashed" | "dotted" | "solid";
352
+ }) | null | undefined;
353
+ borderBottom: ({
354
+ style: "dotted" | "dashed" | "solid";
355
+ width?: number | null | undefined;
674
356
  color?: {
675
357
  swatchId: string;
676
358
  alpha: number;
677
359
  } | null | undefined;
678
- } | null | undefined;
679
- borderLeft: {
360
+ } & {
680
361
  width: number | null | undefined;
681
- style: "dashed" | "dotted" | "solid";
362
+ }) | null | undefined;
363
+ borderLeft: ({
364
+ style: "dotted" | "dashed" | "solid";
365
+ width?: number | null | undefined;
682
366
  color?: {
683
367
  swatchId: string;
684
368
  alpha: number;
685
369
  } | null | undefined;
686
- } | null | undefined;
370
+ } & {
371
+ width: number | null | undefined;
372
+ }) | null | undefined;
687
373
  };
688
374
  deviceId: string;
689
375
  }, {
690
376
  value: {
691
377
  borderTop?: {
692
- style: "dashed" | "dotted" | "solid";
378
+ style: "dotted" | "dashed" | "solid";
693
379
  width?: number | null | undefined;
694
380
  color?: {
695
381
  swatchId: string;
@@ -697,7 +383,7 @@ declare const responsiveBorderDataSchema: z.ZodArray<z.ZodObject<{
697
383
  } | null | undefined;
698
384
  } | null | undefined;
699
385
  borderRight?: {
700
- style: "dashed" | "dotted" | "solid";
386
+ style: "dotted" | "dashed" | "solid";
701
387
  width?: number | null | undefined;
702
388
  color?: {
703
389
  swatchId: string;
@@ -705,7 +391,7 @@ declare const responsiveBorderDataSchema: z.ZodArray<z.ZodObject<{
705
391
  } | null | undefined;
706
392
  } | null | undefined;
707
393
  borderBottom?: {
708
- style: "dashed" | "dotted" | "solid";
394
+ style: "dotted" | "dashed" | "solid";
709
395
  width?: number | null | undefined;
710
396
  color?: {
711
397
  swatchId: string;
@@ -713,7 +399,7 @@ declare const responsiveBorderDataSchema: z.ZodArray<z.ZodObject<{
713
399
  } | null | undefined;
714
400
  } | null | undefined;
715
401
  borderLeft?: {
716
- style: "dashed" | "dotted" | "solid";
402
+ style: "dotted" | "dashed" | "solid";
717
403
  width?: number | null | undefined;
718
404
  color?: {
719
405
  swatchId: string;
@@ -729,7 +415,7 @@ declare const borderPropControllerDataV0Schema: z.ZodArray<z.ZodObject<{
729
415
  value: z.ZodEffects<z.ZodObject<{
730
416
  borderTop: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
731
417
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
732
- style: z.ZodEnum<["dashed", "dotted", "solid"]>;
418
+ style: z.ZodEnum<["dotted", "dashed", "solid"]>;
733
419
  color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
734
420
  swatchId: z.ZodString;
735
421
  alpha: z.ZodNumber;
@@ -741,28 +427,30 @@ declare const borderPropControllerDataV0Schema: z.ZodArray<z.ZodObject<{
741
427
  alpha: number;
742
428
  }>>>;
743
429
  }, "strip", z.ZodTypeAny, {
744
- style: "dashed" | "dotted" | "solid";
430
+ style: "dotted" | "dashed" | "solid";
745
431
  width?: number | null | undefined;
746
432
  color?: {
747
433
  swatchId: string;
748
434
  alpha: number;
749
435
  } | null | undefined;
750
436
  }, {
751
- style: "dashed" | "dotted" | "solid";
437
+ style: "dotted" | "dashed" | "solid";
752
438
  width?: number | null | undefined;
753
439
  color?: {
754
440
  swatchId: string;
755
441
  alpha: number;
756
442
  } | null | undefined;
757
443
  }>, {
758
- width: number | null | undefined;
759
- style: "dashed" | "dotted" | "solid";
444
+ style: "dotted" | "dashed" | "solid";
445
+ width?: number | null | undefined;
760
446
  color?: {
761
447
  swatchId: string;
762
448
  alpha: number;
763
449
  } | null | undefined;
450
+ } & {
451
+ width: number | null | undefined;
764
452
  }, {
765
- style: "dashed" | "dotted" | "solid";
453
+ style: "dotted" | "dashed" | "solid";
766
454
  width?: number | null | undefined;
767
455
  color?: {
768
456
  swatchId: string;
@@ -771,7 +459,7 @@ declare const borderPropControllerDataV0Schema: z.ZodArray<z.ZodObject<{
771
459
  }>>>;
772
460
  borderRight: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
773
461
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
774
- style: z.ZodEnum<["dashed", "dotted", "solid"]>;
462
+ style: z.ZodEnum<["dotted", "dashed", "solid"]>;
775
463
  color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
776
464
  swatchId: z.ZodString;
777
465
  alpha: z.ZodNumber;
@@ -783,28 +471,30 @@ declare const borderPropControllerDataV0Schema: z.ZodArray<z.ZodObject<{
783
471
  alpha: number;
784
472
  }>>>;
785
473
  }, "strip", z.ZodTypeAny, {
786
- style: "dashed" | "dotted" | "solid";
474
+ style: "dotted" | "dashed" | "solid";
787
475
  width?: number | null | undefined;
788
476
  color?: {
789
477
  swatchId: string;
790
478
  alpha: number;
791
479
  } | null | undefined;
792
480
  }, {
793
- style: "dashed" | "dotted" | "solid";
481
+ style: "dotted" | "dashed" | "solid";
794
482
  width?: number | null | undefined;
795
483
  color?: {
796
484
  swatchId: string;
797
485
  alpha: number;
798
486
  } | null | undefined;
799
487
  }>, {
800
- width: number | null | undefined;
801
- style: "dashed" | "dotted" | "solid";
488
+ style: "dotted" | "dashed" | "solid";
489
+ width?: number | null | undefined;
802
490
  color?: {
803
491
  swatchId: string;
804
492
  alpha: number;
805
493
  } | null | undefined;
494
+ } & {
495
+ width: number | null | undefined;
806
496
  }, {
807
- style: "dashed" | "dotted" | "solid";
497
+ style: "dotted" | "dashed" | "solid";
808
498
  width?: number | null | undefined;
809
499
  color?: {
810
500
  swatchId: string;
@@ -813,7 +503,7 @@ declare const borderPropControllerDataV0Schema: z.ZodArray<z.ZodObject<{
813
503
  }>>>;
814
504
  borderBottom: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
815
505
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
816
- style: z.ZodEnum<["dashed", "dotted", "solid"]>;
506
+ style: z.ZodEnum<["dotted", "dashed", "solid"]>;
817
507
  color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
818
508
  swatchId: z.ZodString;
819
509
  alpha: z.ZodNumber;
@@ -825,28 +515,30 @@ declare const borderPropControllerDataV0Schema: z.ZodArray<z.ZodObject<{
825
515
  alpha: number;
826
516
  }>>>;
827
517
  }, "strip", z.ZodTypeAny, {
828
- style: "dashed" | "dotted" | "solid";
518
+ style: "dotted" | "dashed" | "solid";
829
519
  width?: number | null | undefined;
830
520
  color?: {
831
521
  swatchId: string;
832
522
  alpha: number;
833
523
  } | null | undefined;
834
524
  }, {
835
- style: "dashed" | "dotted" | "solid";
525
+ style: "dotted" | "dashed" | "solid";
836
526
  width?: number | null | undefined;
837
527
  color?: {
838
528
  swatchId: string;
839
529
  alpha: number;
840
530
  } | null | undefined;
841
531
  }>, {
842
- width: number | null | undefined;
843
- style: "dashed" | "dotted" | "solid";
532
+ style: "dotted" | "dashed" | "solid";
533
+ width?: number | null | undefined;
844
534
  color?: {
845
535
  swatchId: string;
846
536
  alpha: number;
847
537
  } | null | undefined;
538
+ } & {
539
+ width: number | null | undefined;
848
540
  }, {
849
- style: "dashed" | "dotted" | "solid";
541
+ style: "dotted" | "dashed" | "solid";
850
542
  width?: number | null | undefined;
851
543
  color?: {
852
544
  swatchId: string;
@@ -855,7 +547,7 @@ declare const borderPropControllerDataV0Schema: z.ZodArray<z.ZodObject<{
855
547
  }>>>;
856
548
  borderLeft: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
857
549
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
858
- style: z.ZodEnum<["dashed", "dotted", "solid"]>;
550
+ style: z.ZodEnum<["dotted", "dashed", "solid"]>;
859
551
  color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
860
552
  swatchId: z.ZodString;
861
553
  alpha: z.ZodNumber;
@@ -867,28 +559,30 @@ declare const borderPropControllerDataV0Schema: z.ZodArray<z.ZodObject<{
867
559
  alpha: number;
868
560
  }>>>;
869
561
  }, "strip", z.ZodTypeAny, {
870
- style: "dashed" | "dotted" | "solid";
562
+ style: "dotted" | "dashed" | "solid";
871
563
  width?: number | null | undefined;
872
564
  color?: {
873
565
  swatchId: string;
874
566
  alpha: number;
875
567
  } | null | undefined;
876
568
  }, {
877
- style: "dashed" | "dotted" | "solid";
569
+ style: "dotted" | "dashed" | "solid";
878
570
  width?: number | null | undefined;
879
571
  color?: {
880
572
  swatchId: string;
881
573
  alpha: number;
882
574
  } | null | undefined;
883
575
  }>, {
884
- width: number | null | undefined;
885
- style: "dashed" | "dotted" | "solid";
576
+ style: "dotted" | "dashed" | "solid";
577
+ width?: number | null | undefined;
886
578
  color?: {
887
579
  swatchId: string;
888
580
  alpha: number;
889
581
  } | null | undefined;
582
+ } & {
583
+ width: number | null | undefined;
890
584
  }, {
891
- style: "dashed" | "dotted" | "solid";
585
+ style: "dotted" | "dashed" | "solid";
892
586
  width?: number | null | undefined;
893
587
  color?: {
894
588
  swatchId: string;
@@ -896,41 +590,49 @@ declare const borderPropControllerDataV0Schema: z.ZodArray<z.ZodObject<{
896
590
  } | null | undefined;
897
591
  }>>>;
898
592
  }, "strip", z.ZodTypeAny, {
899
- borderTop?: {
900
- width: number | null | undefined;
901
- style: "dashed" | "dotted" | "solid";
593
+ borderTop?: ({
594
+ style: "dotted" | "dashed" | "solid";
595
+ width?: number | null | undefined;
902
596
  color?: {
903
597
  swatchId: string;
904
598
  alpha: number;
905
599
  } | null | undefined;
906
- } | null | undefined;
907
- borderRight?: {
600
+ } & {
908
601
  width: number | null | undefined;
909
- style: "dashed" | "dotted" | "solid";
602
+ }) | null | undefined;
603
+ borderRight?: ({
604
+ style: "dotted" | "dashed" | "solid";
605
+ width?: number | null | undefined;
910
606
  color?: {
911
607
  swatchId: string;
912
608
  alpha: number;
913
609
  } | null | undefined;
914
- } | null | undefined;
915
- borderBottom?: {
610
+ } & {
916
611
  width: number | null | undefined;
917
- style: "dashed" | "dotted" | "solid";
612
+ }) | null | undefined;
613
+ borderBottom?: ({
614
+ style: "dotted" | "dashed" | "solid";
615
+ width?: number | null | undefined;
918
616
  color?: {
919
617
  swatchId: string;
920
618
  alpha: number;
921
619
  } | null | undefined;
922
- } | null | undefined;
923
- borderLeft?: {
620
+ } & {
924
621
  width: number | null | undefined;
925
- style: "dashed" | "dotted" | "solid";
622
+ }) | null | undefined;
623
+ borderLeft?: ({
624
+ style: "dotted" | "dashed" | "solid";
625
+ width?: number | null | undefined;
926
626
  color?: {
927
627
  swatchId: string;
928
628
  alpha: number;
929
629
  } | null | undefined;
930
- } | null | undefined;
630
+ } & {
631
+ width: number | null | undefined;
632
+ }) | null | undefined;
931
633
  }, {
932
634
  borderTop?: {
933
- style: "dashed" | "dotted" | "solid";
635
+ style: "dotted" | "dashed" | "solid";
934
636
  width?: number | null | undefined;
935
637
  color?: {
936
638
  swatchId: string;
@@ -938,7 +640,7 @@ declare const borderPropControllerDataV0Schema: z.ZodArray<z.ZodObject<{
938
640
  } | null | undefined;
939
641
  } | null | undefined;
940
642
  borderRight?: {
941
- style: "dashed" | "dotted" | "solid";
643
+ style: "dotted" | "dashed" | "solid";
942
644
  width?: number | null | undefined;
943
645
  color?: {
944
646
  swatchId: string;
@@ -946,7 +648,7 @@ declare const borderPropControllerDataV0Schema: z.ZodArray<z.ZodObject<{
946
648
  } | null | undefined;
947
649
  } | null | undefined;
948
650
  borderBottom?: {
949
- style: "dashed" | "dotted" | "solid";
651
+ style: "dotted" | "dashed" | "solid";
950
652
  width?: number | null | undefined;
951
653
  color?: {
952
654
  swatchId: string;
@@ -954,7 +656,7 @@ declare const borderPropControllerDataV0Schema: z.ZodArray<z.ZodObject<{
954
656
  } | null | undefined;
955
657
  } | null | undefined;
956
658
  borderLeft?: {
957
- style: "dashed" | "dotted" | "solid";
659
+ style: "dotted" | "dashed" | "solid";
958
660
  width?: number | null | undefined;
959
661
  color?: {
960
662
  swatchId: string;
@@ -962,41 +664,49 @@ declare const borderPropControllerDataV0Schema: z.ZodArray<z.ZodObject<{
962
664
  } | null | undefined;
963
665
  } | null | undefined;
964
666
  }>, {
965
- borderTop: {
966
- width: number | null | undefined;
967
- style: "dashed" | "dotted" | "solid";
667
+ borderTop: ({
668
+ style: "dotted" | "dashed" | "solid";
669
+ width?: number | null | undefined;
968
670
  color?: {
969
671
  swatchId: string;
970
672
  alpha: number;
971
673
  } | null | undefined;
972
- } | null | undefined;
973
- borderRight: {
674
+ } & {
974
675
  width: number | null | undefined;
975
- style: "dashed" | "dotted" | "solid";
676
+ }) | null | undefined;
677
+ borderRight: ({
678
+ style: "dotted" | "dashed" | "solid";
679
+ width?: number | null | undefined;
976
680
  color?: {
977
681
  swatchId: string;
978
682
  alpha: number;
979
683
  } | null | undefined;
980
- } | null | undefined;
981
- borderBottom: {
684
+ } & {
982
685
  width: number | null | undefined;
983
- style: "dashed" | "dotted" | "solid";
686
+ }) | null | undefined;
687
+ borderBottom: ({
688
+ style: "dotted" | "dashed" | "solid";
689
+ width?: number | null | undefined;
984
690
  color?: {
985
691
  swatchId: string;
986
692
  alpha: number;
987
693
  } | null | undefined;
988
- } | null | undefined;
989
- borderLeft: {
694
+ } & {
990
695
  width: number | null | undefined;
991
- style: "dashed" | "dotted" | "solid";
696
+ }) | null | undefined;
697
+ borderLeft: ({
698
+ style: "dotted" | "dashed" | "solid";
699
+ width?: number | null | undefined;
992
700
  color?: {
993
701
  swatchId: string;
994
702
  alpha: number;
995
703
  } | null | undefined;
996
- } | null | undefined;
704
+ } & {
705
+ width: number | null | undefined;
706
+ }) | null | undefined;
997
707
  }, {
998
708
  borderTop?: {
999
- style: "dashed" | "dotted" | "solid";
709
+ style: "dotted" | "dashed" | "solid";
1000
710
  width?: number | null | undefined;
1001
711
  color?: {
1002
712
  swatchId: string;
@@ -1004,7 +714,7 @@ declare const borderPropControllerDataV0Schema: z.ZodArray<z.ZodObject<{
1004
714
  } | null | undefined;
1005
715
  } | null | undefined;
1006
716
  borderRight?: {
1007
- style: "dashed" | "dotted" | "solid";
717
+ style: "dotted" | "dashed" | "solid";
1008
718
  width?: number | null | undefined;
1009
719
  color?: {
1010
720
  swatchId: string;
@@ -1012,7 +722,7 @@ declare const borderPropControllerDataV0Schema: z.ZodArray<z.ZodObject<{
1012
722
  } | null | undefined;
1013
723
  } | null | undefined;
1014
724
  borderBottom?: {
1015
- style: "dashed" | "dotted" | "solid";
725
+ style: "dotted" | "dashed" | "solid";
1016
726
  width?: number | null | undefined;
1017
727
  color?: {
1018
728
  swatchId: string;
@@ -1020,7 +730,7 @@ declare const borderPropControllerDataV0Schema: z.ZodArray<z.ZodObject<{
1020
730
  } | null | undefined;
1021
731
  } | null | undefined;
1022
732
  borderLeft?: {
1023
- style: "dashed" | "dotted" | "solid";
733
+ style: "dotted" | "dashed" | "solid";
1024
734
  width?: number | null | undefined;
1025
735
  color?: {
1026
736
  swatchId: string;
@@ -1028,46 +738,54 @@ declare const borderPropControllerDataV0Schema: z.ZodArray<z.ZodObject<{
1028
738
  } | null | undefined;
1029
739
  } | null | undefined;
1030
740
  }>;
1031
- }, z.UnknownKeysParam, z.ZodTypeAny, {
741
+ }, "strip", z.ZodTypeAny, {
1032
742
  value: {
1033
- borderTop: {
1034
- width: number | null | undefined;
1035
- style: "dashed" | "dotted" | "solid";
743
+ borderTop: ({
744
+ style: "dotted" | "dashed" | "solid";
745
+ width?: number | null | undefined;
1036
746
  color?: {
1037
747
  swatchId: string;
1038
748
  alpha: number;
1039
749
  } | null | undefined;
1040
- } | null | undefined;
1041
- borderRight: {
750
+ } & {
1042
751
  width: number | null | undefined;
1043
- style: "dashed" | "dotted" | "solid";
752
+ }) | null | undefined;
753
+ borderRight: ({
754
+ style: "dotted" | "dashed" | "solid";
755
+ width?: number | null | undefined;
1044
756
  color?: {
1045
757
  swatchId: string;
1046
758
  alpha: number;
1047
759
  } | null | undefined;
1048
- } | null | undefined;
1049
- borderBottom: {
760
+ } & {
1050
761
  width: number | null | undefined;
1051
- style: "dashed" | "dotted" | "solid";
762
+ }) | null | undefined;
763
+ borderBottom: ({
764
+ style: "dotted" | "dashed" | "solid";
765
+ width?: number | null | undefined;
1052
766
  color?: {
1053
767
  swatchId: string;
1054
768
  alpha: number;
1055
769
  } | null | undefined;
1056
- } | null | undefined;
1057
- borderLeft: {
770
+ } & {
1058
771
  width: number | null | undefined;
1059
- style: "dashed" | "dotted" | "solid";
772
+ }) | null | undefined;
773
+ borderLeft: ({
774
+ style: "dotted" | "dashed" | "solid";
775
+ width?: number | null | undefined;
1060
776
  color?: {
1061
777
  swatchId: string;
1062
778
  alpha: number;
1063
779
  } | null | undefined;
1064
- } | null | undefined;
780
+ } & {
781
+ width: number | null | undefined;
782
+ }) | null | undefined;
1065
783
  };
1066
784
  deviceId: string;
1067
785
  }, {
1068
786
  value: {
1069
787
  borderTop?: {
1070
- style: "dashed" | "dotted" | "solid";
788
+ style: "dotted" | "dashed" | "solid";
1071
789
  width?: number | null | undefined;
1072
790
  color?: {
1073
791
  swatchId: string;
@@ -1075,7 +793,7 @@ declare const borderPropControllerDataV0Schema: z.ZodArray<z.ZodObject<{
1075
793
  } | null | undefined;
1076
794
  } | null | undefined;
1077
795
  borderRight?: {
1078
- style: "dashed" | "dotted" | "solid";
796
+ style: "dotted" | "dashed" | "solid";
1079
797
  width?: number | null | undefined;
1080
798
  color?: {
1081
799
  swatchId: string;
@@ -1083,7 +801,7 @@ declare const borderPropControllerDataV0Schema: z.ZodArray<z.ZodObject<{
1083
801
  } | null | undefined;
1084
802
  } | null | undefined;
1085
803
  borderBottom?: {
1086
- style: "dashed" | "dotted" | "solid";
804
+ style: "dotted" | "dashed" | "solid";
1087
805
  width?: number | null | undefined;
1088
806
  color?: {
1089
807
  swatchId: string;
@@ -1091,7 +809,7 @@ declare const borderPropControllerDataV0Schema: z.ZodArray<z.ZodObject<{
1091
809
  } | null | undefined;
1092
810
  } | null | undefined;
1093
811
  borderLeft?: {
1094
- style: "dashed" | "dotted" | "solid";
812
+ style: "dotted" | "dashed" | "solid";
1095
813
  width?: number | null | undefined;
1096
814
  color?: {
1097
815
  swatchId: string;
@@ -1110,7 +828,7 @@ declare const borderPropControllerDataV1Schema: z.ZodObject<{
1110
828
  value: z.ZodEffects<z.ZodObject<{
1111
829
  borderTop: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
1112
830
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1113
- style: z.ZodEnum<["dashed", "dotted", "solid"]>;
831
+ style: z.ZodEnum<["dotted", "dashed", "solid"]>;
1114
832
  color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1115
833
  swatchId: z.ZodString;
1116
834
  alpha: z.ZodNumber;
@@ -1122,28 +840,30 @@ declare const borderPropControllerDataV1Schema: z.ZodObject<{
1122
840
  alpha: number;
1123
841
  }>>>;
1124
842
  }, "strip", z.ZodTypeAny, {
1125
- style: "dashed" | "dotted" | "solid";
843
+ style: "dotted" | "dashed" | "solid";
1126
844
  width?: number | null | undefined;
1127
845
  color?: {
1128
846
  swatchId: string;
1129
847
  alpha: number;
1130
848
  } | null | undefined;
1131
849
  }, {
1132
- style: "dashed" | "dotted" | "solid";
850
+ style: "dotted" | "dashed" | "solid";
1133
851
  width?: number | null | undefined;
1134
852
  color?: {
1135
853
  swatchId: string;
1136
854
  alpha: number;
1137
855
  } | null | undefined;
1138
856
  }>, {
1139
- width: number | null | undefined;
1140
- style: "dashed" | "dotted" | "solid";
857
+ style: "dotted" | "dashed" | "solid";
858
+ width?: number | null | undefined;
1141
859
  color?: {
1142
860
  swatchId: string;
1143
861
  alpha: number;
1144
862
  } | null | undefined;
863
+ } & {
864
+ width: number | null | undefined;
1145
865
  }, {
1146
- style: "dashed" | "dotted" | "solid";
866
+ style: "dotted" | "dashed" | "solid";
1147
867
  width?: number | null | undefined;
1148
868
  color?: {
1149
869
  swatchId: string;
@@ -1152,7 +872,7 @@ declare const borderPropControllerDataV1Schema: z.ZodObject<{
1152
872
  }>>>;
1153
873
  borderRight: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
1154
874
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1155
- style: z.ZodEnum<["dashed", "dotted", "solid"]>;
875
+ style: z.ZodEnum<["dotted", "dashed", "solid"]>;
1156
876
  color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1157
877
  swatchId: z.ZodString;
1158
878
  alpha: z.ZodNumber;
@@ -1164,28 +884,30 @@ declare const borderPropControllerDataV1Schema: z.ZodObject<{
1164
884
  alpha: number;
1165
885
  }>>>;
1166
886
  }, "strip", z.ZodTypeAny, {
1167
- style: "dashed" | "dotted" | "solid";
887
+ style: "dotted" | "dashed" | "solid";
1168
888
  width?: number | null | undefined;
1169
889
  color?: {
1170
890
  swatchId: string;
1171
891
  alpha: number;
1172
892
  } | null | undefined;
1173
893
  }, {
1174
- style: "dashed" | "dotted" | "solid";
894
+ style: "dotted" | "dashed" | "solid";
1175
895
  width?: number | null | undefined;
1176
896
  color?: {
1177
897
  swatchId: string;
1178
898
  alpha: number;
1179
899
  } | null | undefined;
1180
900
  }>, {
1181
- width: number | null | undefined;
1182
- style: "dashed" | "dotted" | "solid";
901
+ style: "dotted" | "dashed" | "solid";
902
+ width?: number | null | undefined;
1183
903
  color?: {
1184
904
  swatchId: string;
1185
905
  alpha: number;
1186
906
  } | null | undefined;
907
+ } & {
908
+ width: number | null | undefined;
1187
909
  }, {
1188
- style: "dashed" | "dotted" | "solid";
910
+ style: "dotted" | "dashed" | "solid";
1189
911
  width?: number | null | undefined;
1190
912
  color?: {
1191
913
  swatchId: string;
@@ -1194,7 +916,7 @@ declare const borderPropControllerDataV1Schema: z.ZodObject<{
1194
916
  }>>>;
1195
917
  borderBottom: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
1196
918
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1197
- style: z.ZodEnum<["dashed", "dotted", "solid"]>;
919
+ style: z.ZodEnum<["dotted", "dashed", "solid"]>;
1198
920
  color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1199
921
  swatchId: z.ZodString;
1200
922
  alpha: z.ZodNumber;
@@ -1206,28 +928,30 @@ declare const borderPropControllerDataV1Schema: z.ZodObject<{
1206
928
  alpha: number;
1207
929
  }>>>;
1208
930
  }, "strip", z.ZodTypeAny, {
1209
- style: "dashed" | "dotted" | "solid";
931
+ style: "dotted" | "dashed" | "solid";
1210
932
  width?: number | null | undefined;
1211
933
  color?: {
1212
934
  swatchId: string;
1213
935
  alpha: number;
1214
936
  } | null | undefined;
1215
937
  }, {
1216
- style: "dashed" | "dotted" | "solid";
938
+ style: "dotted" | "dashed" | "solid";
1217
939
  width?: number | null | undefined;
1218
940
  color?: {
1219
941
  swatchId: string;
1220
942
  alpha: number;
1221
943
  } | null | undefined;
1222
944
  }>, {
1223
- width: number | null | undefined;
1224
- style: "dashed" | "dotted" | "solid";
945
+ style: "dotted" | "dashed" | "solid";
946
+ width?: number | null | undefined;
1225
947
  color?: {
1226
948
  swatchId: string;
1227
949
  alpha: number;
1228
950
  } | null | undefined;
951
+ } & {
952
+ width: number | null | undefined;
1229
953
  }, {
1230
- style: "dashed" | "dotted" | "solid";
954
+ style: "dotted" | "dashed" | "solid";
1231
955
  width?: number | null | undefined;
1232
956
  color?: {
1233
957
  swatchId: string;
@@ -1236,7 +960,7 @@ declare const borderPropControllerDataV1Schema: z.ZodObject<{
1236
960
  }>>>;
1237
961
  borderLeft: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
1238
962
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1239
- style: z.ZodEnum<["dashed", "dotted", "solid"]>;
963
+ style: z.ZodEnum<["dotted", "dashed", "solid"]>;
1240
964
  color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1241
965
  swatchId: z.ZodString;
1242
966
  alpha: z.ZodNumber;
@@ -1248,28 +972,30 @@ declare const borderPropControllerDataV1Schema: z.ZodObject<{
1248
972
  alpha: number;
1249
973
  }>>>;
1250
974
  }, "strip", z.ZodTypeAny, {
1251
- style: "dashed" | "dotted" | "solid";
975
+ style: "dotted" | "dashed" | "solid";
1252
976
  width?: number | null | undefined;
1253
977
  color?: {
1254
978
  swatchId: string;
1255
979
  alpha: number;
1256
980
  } | null | undefined;
1257
981
  }, {
1258
- style: "dashed" | "dotted" | "solid";
982
+ style: "dotted" | "dashed" | "solid";
1259
983
  width?: number | null | undefined;
1260
984
  color?: {
1261
985
  swatchId: string;
1262
986
  alpha: number;
1263
987
  } | null | undefined;
1264
988
  }>, {
1265
- width: number | null | undefined;
1266
- style: "dashed" | "dotted" | "solid";
989
+ style: "dotted" | "dashed" | "solid";
990
+ width?: number | null | undefined;
1267
991
  color?: {
1268
992
  swatchId: string;
1269
993
  alpha: number;
1270
994
  } | null | undefined;
995
+ } & {
996
+ width: number | null | undefined;
1271
997
  }, {
1272
- style: "dashed" | "dotted" | "solid";
998
+ style: "dotted" | "dashed" | "solid";
1273
999
  width?: number | null | undefined;
1274
1000
  color?: {
1275
1001
  swatchId: string;
@@ -1277,41 +1003,49 @@ declare const borderPropControllerDataV1Schema: z.ZodObject<{
1277
1003
  } | null | undefined;
1278
1004
  }>>>;
1279
1005
  }, "strip", z.ZodTypeAny, {
1280
- borderTop?: {
1281
- width: number | null | undefined;
1282
- style: "dashed" | "dotted" | "solid";
1006
+ borderTop?: ({
1007
+ style: "dotted" | "dashed" | "solid";
1008
+ width?: number | null | undefined;
1283
1009
  color?: {
1284
1010
  swatchId: string;
1285
1011
  alpha: number;
1286
1012
  } | null | undefined;
1287
- } | null | undefined;
1288
- borderRight?: {
1013
+ } & {
1289
1014
  width: number | null | undefined;
1290
- style: "dashed" | "dotted" | "solid";
1015
+ }) | null | undefined;
1016
+ borderRight?: ({
1017
+ style: "dotted" | "dashed" | "solid";
1018
+ width?: number | null | undefined;
1291
1019
  color?: {
1292
1020
  swatchId: string;
1293
1021
  alpha: number;
1294
1022
  } | null | undefined;
1295
- } | null | undefined;
1296
- borderBottom?: {
1023
+ } & {
1297
1024
  width: number | null | undefined;
1298
- style: "dashed" | "dotted" | "solid";
1025
+ }) | null | undefined;
1026
+ borderBottom?: ({
1027
+ style: "dotted" | "dashed" | "solid";
1028
+ width?: number | null | undefined;
1299
1029
  color?: {
1300
1030
  swatchId: string;
1301
1031
  alpha: number;
1302
1032
  } | null | undefined;
1303
- } | null | undefined;
1304
- borderLeft?: {
1033
+ } & {
1305
1034
  width: number | null | undefined;
1306
- style: "dashed" | "dotted" | "solid";
1035
+ }) | null | undefined;
1036
+ borderLeft?: ({
1037
+ style: "dotted" | "dashed" | "solid";
1038
+ width?: number | null | undefined;
1307
1039
  color?: {
1308
1040
  swatchId: string;
1309
1041
  alpha: number;
1310
1042
  } | null | undefined;
1311
- } | null | undefined;
1043
+ } & {
1044
+ width: number | null | undefined;
1045
+ }) | null | undefined;
1312
1046
  }, {
1313
1047
  borderTop?: {
1314
- style: "dashed" | "dotted" | "solid";
1048
+ style: "dotted" | "dashed" | "solid";
1315
1049
  width?: number | null | undefined;
1316
1050
  color?: {
1317
1051
  swatchId: string;
@@ -1319,7 +1053,7 @@ declare const borderPropControllerDataV1Schema: z.ZodObject<{
1319
1053
  } | null | undefined;
1320
1054
  } | null | undefined;
1321
1055
  borderRight?: {
1322
- style: "dashed" | "dotted" | "solid";
1056
+ style: "dotted" | "dashed" | "solid";
1323
1057
  width?: number | null | undefined;
1324
1058
  color?: {
1325
1059
  swatchId: string;
@@ -1327,7 +1061,7 @@ declare const borderPropControllerDataV1Schema: z.ZodObject<{
1327
1061
  } | null | undefined;
1328
1062
  } | null | undefined;
1329
1063
  borderBottom?: {
1330
- style: "dashed" | "dotted" | "solid";
1064
+ style: "dotted" | "dashed" | "solid";
1331
1065
  width?: number | null | undefined;
1332
1066
  color?: {
1333
1067
  swatchId: string;
@@ -1335,7 +1069,7 @@ declare const borderPropControllerDataV1Schema: z.ZodObject<{
1335
1069
  } | null | undefined;
1336
1070
  } | null | undefined;
1337
1071
  borderLeft?: {
1338
- style: "dashed" | "dotted" | "solid";
1072
+ style: "dotted" | "dashed" | "solid";
1339
1073
  width?: number | null | undefined;
1340
1074
  color?: {
1341
1075
  swatchId: string;
@@ -1343,41 +1077,49 @@ declare const borderPropControllerDataV1Schema: z.ZodObject<{
1343
1077
  } | null | undefined;
1344
1078
  } | null | undefined;
1345
1079
  }>, {
1346
- borderTop: {
1347
- width: number | null | undefined;
1348
- style: "dashed" | "dotted" | "solid";
1080
+ borderTop: ({
1081
+ style: "dotted" | "dashed" | "solid";
1082
+ width?: number | null | undefined;
1349
1083
  color?: {
1350
1084
  swatchId: string;
1351
1085
  alpha: number;
1352
1086
  } | null | undefined;
1353
- } | null | undefined;
1354
- borderRight: {
1087
+ } & {
1355
1088
  width: number | null | undefined;
1356
- style: "dashed" | "dotted" | "solid";
1089
+ }) | null | undefined;
1090
+ borderRight: ({
1091
+ style: "dotted" | "dashed" | "solid";
1092
+ width?: number | null | undefined;
1357
1093
  color?: {
1358
1094
  swatchId: string;
1359
1095
  alpha: number;
1360
1096
  } | null | undefined;
1361
- } | null | undefined;
1362
- borderBottom: {
1097
+ } & {
1363
1098
  width: number | null | undefined;
1364
- style: "dashed" | "dotted" | "solid";
1099
+ }) | null | undefined;
1100
+ borderBottom: ({
1101
+ style: "dotted" | "dashed" | "solid";
1102
+ width?: number | null | undefined;
1365
1103
  color?: {
1366
1104
  swatchId: string;
1367
1105
  alpha: number;
1368
1106
  } | null | undefined;
1369
- } | null | undefined;
1370
- borderLeft: {
1107
+ } & {
1371
1108
  width: number | null | undefined;
1372
- style: "dashed" | "dotted" | "solid";
1109
+ }) | null | undefined;
1110
+ borderLeft: ({
1111
+ style: "dotted" | "dashed" | "solid";
1112
+ width?: number | null | undefined;
1373
1113
  color?: {
1374
1114
  swatchId: string;
1375
1115
  alpha: number;
1376
1116
  } | null | undefined;
1377
- } | null | undefined;
1117
+ } & {
1118
+ width: number | null | undefined;
1119
+ }) | null | undefined;
1378
1120
  }, {
1379
1121
  borderTop?: {
1380
- style: "dashed" | "dotted" | "solid";
1122
+ style: "dotted" | "dashed" | "solid";
1381
1123
  width?: number | null | undefined;
1382
1124
  color?: {
1383
1125
  swatchId: string;
@@ -1385,7 +1127,7 @@ declare const borderPropControllerDataV1Schema: z.ZodObject<{
1385
1127
  } | null | undefined;
1386
1128
  } | null | undefined;
1387
1129
  borderRight?: {
1388
- style: "dashed" | "dotted" | "solid";
1130
+ style: "dotted" | "dashed" | "solid";
1389
1131
  width?: number | null | undefined;
1390
1132
  color?: {
1391
1133
  swatchId: string;
@@ -1393,7 +1135,7 @@ declare const borderPropControllerDataV1Schema: z.ZodObject<{
1393
1135
  } | null | undefined;
1394
1136
  } | null | undefined;
1395
1137
  borderBottom?: {
1396
- style: "dashed" | "dotted" | "solid";
1138
+ style: "dotted" | "dashed" | "solid";
1397
1139
  width?: number | null | undefined;
1398
1140
  color?: {
1399
1141
  swatchId: string;
@@ -1401,7 +1143,7 @@ declare const borderPropControllerDataV1Schema: z.ZodObject<{
1401
1143
  } | null | undefined;
1402
1144
  } | null | undefined;
1403
1145
  borderLeft?: {
1404
- style: "dashed" | "dotted" | "solid";
1146
+ style: "dotted" | "dashed" | "solid";
1405
1147
  width?: number | null | undefined;
1406
1148
  color?: {
1407
1149
  swatchId: string;
@@ -1409,46 +1151,54 @@ declare const borderPropControllerDataV1Schema: z.ZodObject<{
1409
1151
  } | null | undefined;
1410
1152
  } | null | undefined;
1411
1153
  }>;
1412
- }, z.UnknownKeysParam, z.ZodTypeAny, {
1154
+ }, "strip", z.ZodTypeAny, {
1413
1155
  value: {
1414
- borderTop: {
1415
- width: number | null | undefined;
1416
- style: "dashed" | "dotted" | "solid";
1156
+ borderTop: ({
1157
+ style: "dotted" | "dashed" | "solid";
1158
+ width?: number | null | undefined;
1417
1159
  color?: {
1418
1160
  swatchId: string;
1419
1161
  alpha: number;
1420
1162
  } | null | undefined;
1421
- } | null | undefined;
1422
- borderRight: {
1163
+ } & {
1423
1164
  width: number | null | undefined;
1424
- style: "dashed" | "dotted" | "solid";
1165
+ }) | null | undefined;
1166
+ borderRight: ({
1167
+ style: "dotted" | "dashed" | "solid";
1168
+ width?: number | null | undefined;
1425
1169
  color?: {
1426
1170
  swatchId: string;
1427
1171
  alpha: number;
1428
1172
  } | null | undefined;
1429
- } | null | undefined;
1430
- borderBottom: {
1173
+ } & {
1431
1174
  width: number | null | undefined;
1432
- style: "dashed" | "dotted" | "solid";
1175
+ }) | null | undefined;
1176
+ borderBottom: ({
1177
+ style: "dotted" | "dashed" | "solid";
1178
+ width?: number | null | undefined;
1433
1179
  color?: {
1434
1180
  swatchId: string;
1435
1181
  alpha: number;
1436
1182
  } | null | undefined;
1437
- } | null | undefined;
1438
- borderLeft: {
1183
+ } & {
1439
1184
  width: number | null | undefined;
1440
- style: "dashed" | "dotted" | "solid";
1185
+ }) | null | undefined;
1186
+ borderLeft: ({
1187
+ style: "dotted" | "dashed" | "solid";
1188
+ width?: number | null | undefined;
1441
1189
  color?: {
1442
1190
  swatchId: string;
1443
1191
  alpha: number;
1444
1192
  } | null | undefined;
1445
- } | null | undefined;
1193
+ } & {
1194
+ width: number | null | undefined;
1195
+ }) | null | undefined;
1446
1196
  };
1447
1197
  deviceId: string;
1448
1198
  }, {
1449
1199
  value: {
1450
1200
  borderTop?: {
1451
- style: "dashed" | "dotted" | "solid";
1201
+ style: "dotted" | "dashed" | "solid";
1452
1202
  width?: number | null | undefined;
1453
1203
  color?: {
1454
1204
  swatchId: string;
@@ -1456,7 +1206,7 @@ declare const borderPropControllerDataV1Schema: z.ZodObject<{
1456
1206
  } | null | undefined;
1457
1207
  } | null | undefined;
1458
1208
  borderRight?: {
1459
- style: "dashed" | "dotted" | "solid";
1209
+ style: "dotted" | "dashed" | "solid";
1460
1210
  width?: number | null | undefined;
1461
1211
  color?: {
1462
1212
  swatchId: string;
@@ -1464,7 +1214,7 @@ declare const borderPropControllerDataV1Schema: z.ZodObject<{
1464
1214
  } | null | undefined;
1465
1215
  } | null | undefined;
1466
1216
  borderBottom?: {
1467
- style: "dashed" | "dotted" | "solid";
1217
+ style: "dotted" | "dashed" | "solid";
1468
1218
  width?: number | null | undefined;
1469
1219
  color?: {
1470
1220
  swatchId: string;
@@ -1472,7 +1222,7 @@ declare const borderPropControllerDataV1Schema: z.ZodObject<{
1472
1222
  } | null | undefined;
1473
1223
  } | null | undefined;
1474
1224
  borderLeft?: {
1475
- style: "dashed" | "dotted" | "solid";
1225
+ style: "dotted" | "dashed" | "solid";
1476
1226
  width?: number | null | undefined;
1477
1227
  color?: {
1478
1228
  swatchId: string;
@@ -1483,50 +1233,57 @@ declare const borderPropControllerDataV1Schema: z.ZodObject<{
1483
1233
  deviceId: string;
1484
1234
  }>, "many">;
1485
1235
  }, "strip", z.ZodTypeAny, {
1486
- "@@makeswift/type": "prop-controllers::border::v1";
1487
1236
  value: {
1488
1237
  value: {
1489
- borderTop: {
1490
- width: number | null | undefined;
1491
- style: "dashed" | "dotted" | "solid";
1238
+ borderTop: ({
1239
+ style: "dotted" | "dashed" | "solid";
1240
+ width?: number | null | undefined;
1492
1241
  color?: {
1493
1242
  swatchId: string;
1494
1243
  alpha: number;
1495
1244
  } | null | undefined;
1496
- } | null | undefined;
1497
- borderRight: {
1245
+ } & {
1498
1246
  width: number | null | undefined;
1499
- style: "dashed" | "dotted" | "solid";
1247
+ }) | null | undefined;
1248
+ borderRight: ({
1249
+ style: "dotted" | "dashed" | "solid";
1250
+ width?: number | null | undefined;
1500
1251
  color?: {
1501
1252
  swatchId: string;
1502
1253
  alpha: number;
1503
1254
  } | null | undefined;
1504
- } | null | undefined;
1505
- borderBottom: {
1255
+ } & {
1506
1256
  width: number | null | undefined;
1507
- style: "dashed" | "dotted" | "solid";
1257
+ }) | null | undefined;
1258
+ borderBottom: ({
1259
+ style: "dotted" | "dashed" | "solid";
1260
+ width?: number | null | undefined;
1508
1261
  color?: {
1509
1262
  swatchId: string;
1510
1263
  alpha: number;
1511
1264
  } | null | undefined;
1512
- } | null | undefined;
1513
- borderLeft: {
1265
+ } & {
1514
1266
  width: number | null | undefined;
1515
- style: "dashed" | "dotted" | "solid";
1267
+ }) | null | undefined;
1268
+ borderLeft: ({
1269
+ style: "dotted" | "dashed" | "solid";
1270
+ width?: number | null | undefined;
1516
1271
  color?: {
1517
1272
  swatchId: string;
1518
1273
  alpha: number;
1519
1274
  } | null | undefined;
1520
- } | null | undefined;
1275
+ } & {
1276
+ width: number | null | undefined;
1277
+ }) | null | undefined;
1521
1278
  };
1522
1279
  deviceId: string;
1523
1280
  }[];
1524
- }, {
1525
1281
  "@@makeswift/type": "prop-controllers::border::v1";
1282
+ }, {
1526
1283
  value: {
1527
1284
  value: {
1528
1285
  borderTop?: {
1529
- style: "dashed" | "dotted" | "solid";
1286
+ style: "dotted" | "dashed" | "solid";
1530
1287
  width?: number | null | undefined;
1531
1288
  color?: {
1532
1289
  swatchId: string;
@@ -1534,7 +1291,7 @@ declare const borderPropControllerDataV1Schema: z.ZodObject<{
1534
1291
  } | null | undefined;
1535
1292
  } | null | undefined;
1536
1293
  borderRight?: {
1537
- style: "dashed" | "dotted" | "solid";
1294
+ style: "dotted" | "dashed" | "solid";
1538
1295
  width?: number | null | undefined;
1539
1296
  color?: {
1540
1297
  swatchId: string;
@@ -1542,7 +1299,7 @@ declare const borderPropControllerDataV1Schema: z.ZodObject<{
1542
1299
  } | null | undefined;
1543
1300
  } | null | undefined;
1544
1301
  borderBottom?: {
1545
- style: "dashed" | "dotted" | "solid";
1302
+ style: "dotted" | "dashed" | "solid";
1546
1303
  width?: number | null | undefined;
1547
1304
  color?: {
1548
1305
  swatchId: string;
@@ -1550,7 +1307,7 @@ declare const borderPropControllerDataV1Schema: z.ZodObject<{
1550
1307
  } | null | undefined;
1551
1308
  } | null | undefined;
1552
1309
  borderLeft?: {
1553
- style: "dashed" | "dotted" | "solid";
1310
+ style: "dotted" | "dashed" | "solid";
1554
1311
  width?: number | null | undefined;
1555
1312
  color?: {
1556
1313
  swatchId: string;
@@ -1560,6 +1317,7 @@ declare const borderPropControllerDataV1Schema: z.ZodObject<{
1560
1317
  };
1561
1318
  deviceId: string;
1562
1319
  }[];
1320
+ "@@makeswift/type": "prop-controllers::border::v1";
1563
1321
  }>;
1564
1322
  export type BorderPropControllerDataV1 = z.infer<typeof borderPropControllerDataV1Schema>;
1565
1323
  export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.ZodObject<{
@@ -1567,7 +1325,7 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
1567
1325
  value: z.ZodEffects<z.ZodObject<{
1568
1326
  borderTop: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
1569
1327
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1570
- style: z.ZodEnum<["dashed", "dotted", "solid"]>;
1328
+ style: z.ZodEnum<["dotted", "dashed", "solid"]>;
1571
1329
  color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1572
1330
  swatchId: z.ZodString;
1573
1331
  alpha: z.ZodNumber;
@@ -1579,28 +1337,30 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
1579
1337
  alpha: number;
1580
1338
  }>>>;
1581
1339
  }, "strip", z.ZodTypeAny, {
1582
- style: "dashed" | "dotted" | "solid";
1340
+ style: "dotted" | "dashed" | "solid";
1583
1341
  width?: number | null | undefined;
1584
1342
  color?: {
1585
1343
  swatchId: string;
1586
1344
  alpha: number;
1587
1345
  } | null | undefined;
1588
1346
  }, {
1589
- style: "dashed" | "dotted" | "solid";
1347
+ style: "dotted" | "dashed" | "solid";
1590
1348
  width?: number | null | undefined;
1591
1349
  color?: {
1592
1350
  swatchId: string;
1593
1351
  alpha: number;
1594
1352
  } | null | undefined;
1595
1353
  }>, {
1596
- width: number | null | undefined;
1597
- style: "dashed" | "dotted" | "solid";
1354
+ style: "dotted" | "dashed" | "solid";
1355
+ width?: number | null | undefined;
1598
1356
  color?: {
1599
1357
  swatchId: string;
1600
1358
  alpha: number;
1601
1359
  } | null | undefined;
1360
+ } & {
1361
+ width: number | null | undefined;
1602
1362
  }, {
1603
- style: "dashed" | "dotted" | "solid";
1363
+ style: "dotted" | "dashed" | "solid";
1604
1364
  width?: number | null | undefined;
1605
1365
  color?: {
1606
1366
  swatchId: string;
@@ -1609,7 +1369,7 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
1609
1369
  }>>>;
1610
1370
  borderRight: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
1611
1371
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1612
- style: z.ZodEnum<["dashed", "dotted", "solid"]>;
1372
+ style: z.ZodEnum<["dotted", "dashed", "solid"]>;
1613
1373
  color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1614
1374
  swatchId: z.ZodString;
1615
1375
  alpha: z.ZodNumber;
@@ -1621,28 +1381,30 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
1621
1381
  alpha: number;
1622
1382
  }>>>;
1623
1383
  }, "strip", z.ZodTypeAny, {
1624
- style: "dashed" | "dotted" | "solid";
1384
+ style: "dotted" | "dashed" | "solid";
1625
1385
  width?: number | null | undefined;
1626
1386
  color?: {
1627
1387
  swatchId: string;
1628
1388
  alpha: number;
1629
1389
  } | null | undefined;
1630
1390
  }, {
1631
- style: "dashed" | "dotted" | "solid";
1391
+ style: "dotted" | "dashed" | "solid";
1632
1392
  width?: number | null | undefined;
1633
1393
  color?: {
1634
1394
  swatchId: string;
1635
1395
  alpha: number;
1636
1396
  } | null | undefined;
1637
1397
  }>, {
1638
- width: number | null | undefined;
1639
- style: "dashed" | "dotted" | "solid";
1398
+ style: "dotted" | "dashed" | "solid";
1399
+ width?: number | null | undefined;
1640
1400
  color?: {
1641
1401
  swatchId: string;
1642
1402
  alpha: number;
1643
1403
  } | null | undefined;
1404
+ } & {
1405
+ width: number | null | undefined;
1644
1406
  }, {
1645
- style: "dashed" | "dotted" | "solid";
1407
+ style: "dotted" | "dashed" | "solid";
1646
1408
  width?: number | null | undefined;
1647
1409
  color?: {
1648
1410
  swatchId: string;
@@ -1651,7 +1413,7 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
1651
1413
  }>>>;
1652
1414
  borderBottom: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
1653
1415
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1654
- style: z.ZodEnum<["dashed", "dotted", "solid"]>;
1416
+ style: z.ZodEnum<["dotted", "dashed", "solid"]>;
1655
1417
  color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1656
1418
  swatchId: z.ZodString;
1657
1419
  alpha: z.ZodNumber;
@@ -1663,28 +1425,30 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
1663
1425
  alpha: number;
1664
1426
  }>>>;
1665
1427
  }, "strip", z.ZodTypeAny, {
1666
- style: "dashed" | "dotted" | "solid";
1428
+ style: "dotted" | "dashed" | "solid";
1667
1429
  width?: number | null | undefined;
1668
1430
  color?: {
1669
1431
  swatchId: string;
1670
1432
  alpha: number;
1671
1433
  } | null | undefined;
1672
1434
  }, {
1673
- style: "dashed" | "dotted" | "solid";
1435
+ style: "dotted" | "dashed" | "solid";
1674
1436
  width?: number | null | undefined;
1675
1437
  color?: {
1676
1438
  swatchId: string;
1677
1439
  alpha: number;
1678
1440
  } | null | undefined;
1679
1441
  }>, {
1680
- width: number | null | undefined;
1681
- style: "dashed" | "dotted" | "solid";
1442
+ style: "dotted" | "dashed" | "solid";
1443
+ width?: number | null | undefined;
1682
1444
  color?: {
1683
1445
  swatchId: string;
1684
1446
  alpha: number;
1685
1447
  } | null | undefined;
1448
+ } & {
1449
+ width: number | null | undefined;
1686
1450
  }, {
1687
- style: "dashed" | "dotted" | "solid";
1451
+ style: "dotted" | "dashed" | "solid";
1688
1452
  width?: number | null | undefined;
1689
1453
  color?: {
1690
1454
  swatchId: string;
@@ -1693,7 +1457,7 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
1693
1457
  }>>>;
1694
1458
  borderLeft: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
1695
1459
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1696
- style: z.ZodEnum<["dashed", "dotted", "solid"]>;
1460
+ style: z.ZodEnum<["dotted", "dashed", "solid"]>;
1697
1461
  color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1698
1462
  swatchId: z.ZodString;
1699
1463
  alpha: z.ZodNumber;
@@ -1705,28 +1469,30 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
1705
1469
  alpha: number;
1706
1470
  }>>>;
1707
1471
  }, "strip", z.ZodTypeAny, {
1708
- style: "dashed" | "dotted" | "solid";
1472
+ style: "dotted" | "dashed" | "solid";
1709
1473
  width?: number | null | undefined;
1710
1474
  color?: {
1711
1475
  swatchId: string;
1712
1476
  alpha: number;
1713
1477
  } | null | undefined;
1714
1478
  }, {
1715
- style: "dashed" | "dotted" | "solid";
1479
+ style: "dotted" | "dashed" | "solid";
1716
1480
  width?: number | null | undefined;
1717
1481
  color?: {
1718
1482
  swatchId: string;
1719
1483
  alpha: number;
1720
1484
  } | null | undefined;
1721
1485
  }>, {
1722
- width: number | null | undefined;
1723
- style: "dashed" | "dotted" | "solid";
1486
+ style: "dotted" | "dashed" | "solid";
1487
+ width?: number | null | undefined;
1724
1488
  color?: {
1725
1489
  swatchId: string;
1726
1490
  alpha: number;
1727
1491
  } | null | undefined;
1492
+ } & {
1493
+ width: number | null | undefined;
1728
1494
  }, {
1729
- style: "dashed" | "dotted" | "solid";
1495
+ style: "dotted" | "dashed" | "solid";
1730
1496
  width?: number | null | undefined;
1731
1497
  color?: {
1732
1498
  swatchId: string;
@@ -1734,41 +1500,49 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
1734
1500
  } | null | undefined;
1735
1501
  }>>>;
1736
1502
  }, "strip", z.ZodTypeAny, {
1737
- borderTop?: {
1738
- width: number | null | undefined;
1739
- style: "dashed" | "dotted" | "solid";
1503
+ borderTop?: ({
1504
+ style: "dotted" | "dashed" | "solid";
1505
+ width?: number | null | undefined;
1740
1506
  color?: {
1741
1507
  swatchId: string;
1742
1508
  alpha: number;
1743
1509
  } | null | undefined;
1744
- } | null | undefined;
1745
- borderRight?: {
1510
+ } & {
1746
1511
  width: number | null | undefined;
1747
- style: "dashed" | "dotted" | "solid";
1512
+ }) | null | undefined;
1513
+ borderRight?: ({
1514
+ style: "dotted" | "dashed" | "solid";
1515
+ width?: number | null | undefined;
1748
1516
  color?: {
1749
1517
  swatchId: string;
1750
1518
  alpha: number;
1751
1519
  } | null | undefined;
1752
- } | null | undefined;
1753
- borderBottom?: {
1520
+ } & {
1754
1521
  width: number | null | undefined;
1755
- style: "dashed" | "dotted" | "solid";
1522
+ }) | null | undefined;
1523
+ borderBottom?: ({
1524
+ style: "dotted" | "dashed" | "solid";
1525
+ width?: number | null | undefined;
1756
1526
  color?: {
1757
1527
  swatchId: string;
1758
1528
  alpha: number;
1759
1529
  } | null | undefined;
1760
- } | null | undefined;
1761
- borderLeft?: {
1530
+ } & {
1762
1531
  width: number | null | undefined;
1763
- style: "dashed" | "dotted" | "solid";
1532
+ }) | null | undefined;
1533
+ borderLeft?: ({
1534
+ style: "dotted" | "dashed" | "solid";
1535
+ width?: number | null | undefined;
1764
1536
  color?: {
1765
1537
  swatchId: string;
1766
1538
  alpha: number;
1767
1539
  } | null | undefined;
1768
- } | null | undefined;
1540
+ } & {
1541
+ width: number | null | undefined;
1542
+ }) | null | undefined;
1769
1543
  }, {
1770
1544
  borderTop?: {
1771
- style: "dashed" | "dotted" | "solid";
1545
+ style: "dotted" | "dashed" | "solid";
1772
1546
  width?: number | null | undefined;
1773
1547
  color?: {
1774
1548
  swatchId: string;
@@ -1776,7 +1550,7 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
1776
1550
  } | null | undefined;
1777
1551
  } | null | undefined;
1778
1552
  borderRight?: {
1779
- style: "dashed" | "dotted" | "solid";
1553
+ style: "dotted" | "dashed" | "solid";
1780
1554
  width?: number | null | undefined;
1781
1555
  color?: {
1782
1556
  swatchId: string;
@@ -1784,7 +1558,7 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
1784
1558
  } | null | undefined;
1785
1559
  } | null | undefined;
1786
1560
  borderBottom?: {
1787
- style: "dashed" | "dotted" | "solid";
1561
+ style: "dotted" | "dashed" | "solid";
1788
1562
  width?: number | null | undefined;
1789
1563
  color?: {
1790
1564
  swatchId: string;
@@ -1792,7 +1566,7 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
1792
1566
  } | null | undefined;
1793
1567
  } | null | undefined;
1794
1568
  borderLeft?: {
1795
- style: "dashed" | "dotted" | "solid";
1569
+ style: "dotted" | "dashed" | "solid";
1796
1570
  width?: number | null | undefined;
1797
1571
  color?: {
1798
1572
  swatchId: string;
@@ -1800,41 +1574,49 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
1800
1574
  } | null | undefined;
1801
1575
  } | null | undefined;
1802
1576
  }>, {
1803
- borderTop: {
1804
- width: number | null | undefined;
1805
- style: "dashed" | "dotted" | "solid";
1577
+ borderTop: ({
1578
+ style: "dotted" | "dashed" | "solid";
1579
+ width?: number | null | undefined;
1806
1580
  color?: {
1807
1581
  swatchId: string;
1808
1582
  alpha: number;
1809
1583
  } | null | undefined;
1810
- } | null | undefined;
1811
- borderRight: {
1584
+ } & {
1812
1585
  width: number | null | undefined;
1813
- style: "dashed" | "dotted" | "solid";
1586
+ }) | null | undefined;
1587
+ borderRight: ({
1588
+ style: "dotted" | "dashed" | "solid";
1589
+ width?: number | null | undefined;
1814
1590
  color?: {
1815
1591
  swatchId: string;
1816
1592
  alpha: number;
1817
1593
  } | null | undefined;
1818
- } | null | undefined;
1819
- borderBottom: {
1594
+ } & {
1820
1595
  width: number | null | undefined;
1821
- style: "dashed" | "dotted" | "solid";
1596
+ }) | null | undefined;
1597
+ borderBottom: ({
1598
+ style: "dotted" | "dashed" | "solid";
1599
+ width?: number | null | undefined;
1822
1600
  color?: {
1823
1601
  swatchId: string;
1824
1602
  alpha: number;
1825
1603
  } | null | undefined;
1826
- } | null | undefined;
1827
- borderLeft: {
1604
+ } & {
1828
1605
  width: number | null | undefined;
1829
- style: "dashed" | "dotted" | "solid";
1606
+ }) | null | undefined;
1607
+ borderLeft: ({
1608
+ style: "dotted" | "dashed" | "solid";
1609
+ width?: number | null | undefined;
1830
1610
  color?: {
1831
1611
  swatchId: string;
1832
1612
  alpha: number;
1833
1613
  } | null | undefined;
1834
- } | null | undefined;
1614
+ } & {
1615
+ width: number | null | undefined;
1616
+ }) | null | undefined;
1835
1617
  }, {
1836
1618
  borderTop?: {
1837
- style: "dashed" | "dotted" | "solid";
1619
+ style: "dotted" | "dashed" | "solid";
1838
1620
  width?: number | null | undefined;
1839
1621
  color?: {
1840
1622
  swatchId: string;
@@ -1842,7 +1624,7 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
1842
1624
  } | null | undefined;
1843
1625
  } | null | undefined;
1844
1626
  borderRight?: {
1845
- style: "dashed" | "dotted" | "solid";
1627
+ style: "dotted" | "dashed" | "solid";
1846
1628
  width?: number | null | undefined;
1847
1629
  color?: {
1848
1630
  swatchId: string;
@@ -1850,7 +1632,7 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
1850
1632
  } | null | undefined;
1851
1633
  } | null | undefined;
1852
1634
  borderBottom?: {
1853
- style: "dashed" | "dotted" | "solid";
1635
+ style: "dotted" | "dashed" | "solid";
1854
1636
  width?: number | null | undefined;
1855
1637
  color?: {
1856
1638
  swatchId: string;
@@ -1858,7 +1640,7 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
1858
1640
  } | null | undefined;
1859
1641
  } | null | undefined;
1860
1642
  borderLeft?: {
1861
- style: "dashed" | "dotted" | "solid";
1643
+ style: "dotted" | "dashed" | "solid";
1862
1644
  width?: number | null | undefined;
1863
1645
  color?: {
1864
1646
  swatchId: string;
@@ -1866,46 +1648,54 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
1866
1648
  } | null | undefined;
1867
1649
  } | null | undefined;
1868
1650
  }>;
1869
- }, z.UnknownKeysParam, z.ZodTypeAny, {
1651
+ }, "strip", z.ZodTypeAny, {
1870
1652
  value: {
1871
- borderTop: {
1872
- width: number | null | undefined;
1873
- style: "dashed" | "dotted" | "solid";
1653
+ borderTop: ({
1654
+ style: "dotted" | "dashed" | "solid";
1655
+ width?: number | null | undefined;
1874
1656
  color?: {
1875
1657
  swatchId: string;
1876
1658
  alpha: number;
1877
1659
  } | null | undefined;
1878
- } | null | undefined;
1879
- borderRight: {
1660
+ } & {
1880
1661
  width: number | null | undefined;
1881
- style: "dashed" | "dotted" | "solid";
1662
+ }) | null | undefined;
1663
+ borderRight: ({
1664
+ style: "dotted" | "dashed" | "solid";
1665
+ width?: number | null | undefined;
1882
1666
  color?: {
1883
1667
  swatchId: string;
1884
1668
  alpha: number;
1885
1669
  } | null | undefined;
1886
- } | null | undefined;
1887
- borderBottom: {
1670
+ } & {
1888
1671
  width: number | null | undefined;
1889
- style: "dashed" | "dotted" | "solid";
1672
+ }) | null | undefined;
1673
+ borderBottom: ({
1674
+ style: "dotted" | "dashed" | "solid";
1675
+ width?: number | null | undefined;
1890
1676
  color?: {
1891
1677
  swatchId: string;
1892
1678
  alpha: number;
1893
1679
  } | null | undefined;
1894
- } | null | undefined;
1895
- borderLeft: {
1680
+ } & {
1896
1681
  width: number | null | undefined;
1897
- style: "dashed" | "dotted" | "solid";
1682
+ }) | null | undefined;
1683
+ borderLeft: ({
1684
+ style: "dotted" | "dashed" | "solid";
1685
+ width?: number | null | undefined;
1898
1686
  color?: {
1899
1687
  swatchId: string;
1900
1688
  alpha: number;
1901
1689
  } | null | undefined;
1902
- } | null | undefined;
1690
+ } & {
1691
+ width: number | null | undefined;
1692
+ }) | null | undefined;
1903
1693
  };
1904
1694
  deviceId: string;
1905
1695
  }, {
1906
1696
  value: {
1907
1697
  borderTop?: {
1908
- style: "dashed" | "dotted" | "solid";
1698
+ style: "dotted" | "dashed" | "solid";
1909
1699
  width?: number | null | undefined;
1910
1700
  color?: {
1911
1701
  swatchId: string;
@@ -1913,7 +1703,7 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
1913
1703
  } | null | undefined;
1914
1704
  } | null | undefined;
1915
1705
  borderRight?: {
1916
- style: "dashed" | "dotted" | "solid";
1706
+ style: "dotted" | "dashed" | "solid";
1917
1707
  width?: number | null | undefined;
1918
1708
  color?: {
1919
1709
  swatchId: string;
@@ -1921,7 +1711,7 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
1921
1711
  } | null | undefined;
1922
1712
  } | null | undefined;
1923
1713
  borderBottom?: {
1924
- style: "dashed" | "dotted" | "solid";
1714
+ style: "dotted" | "dashed" | "solid";
1925
1715
  width?: number | null | undefined;
1926
1716
  color?: {
1927
1717
  swatchId: string;
@@ -1929,7 +1719,7 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
1929
1719
  } | null | undefined;
1930
1720
  } | null | undefined;
1931
1721
  borderLeft?: {
1932
- style: "dashed" | "dotted" | "solid";
1722
+ style: "dotted" | "dashed" | "solid";
1933
1723
  width?: number | null | undefined;
1934
1724
  color?: {
1935
1725
  swatchId: string;
@@ -1945,7 +1735,7 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
1945
1735
  value: z.ZodEffects<z.ZodObject<{
1946
1736
  borderTop: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
1947
1737
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1948
- style: z.ZodEnum<["dashed", "dotted", "solid"]>;
1738
+ style: z.ZodEnum<["dotted", "dashed", "solid"]>;
1949
1739
  color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1950
1740
  swatchId: z.ZodString;
1951
1741
  alpha: z.ZodNumber;
@@ -1957,28 +1747,30 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
1957
1747
  alpha: number;
1958
1748
  }>>>;
1959
1749
  }, "strip", z.ZodTypeAny, {
1960
- style: "dashed" | "dotted" | "solid";
1750
+ style: "dotted" | "dashed" | "solid";
1961
1751
  width?: number | null | undefined;
1962
1752
  color?: {
1963
1753
  swatchId: string;
1964
1754
  alpha: number;
1965
1755
  } | null | undefined;
1966
1756
  }, {
1967
- style: "dashed" | "dotted" | "solid";
1757
+ style: "dotted" | "dashed" | "solid";
1968
1758
  width?: number | null | undefined;
1969
1759
  color?: {
1970
1760
  swatchId: string;
1971
1761
  alpha: number;
1972
1762
  } | null | undefined;
1973
1763
  }>, {
1974
- width: number | null | undefined;
1975
- style: "dashed" | "dotted" | "solid";
1764
+ style: "dotted" | "dashed" | "solid";
1765
+ width?: number | null | undefined;
1976
1766
  color?: {
1977
1767
  swatchId: string;
1978
1768
  alpha: number;
1979
1769
  } | null | undefined;
1770
+ } & {
1771
+ width: number | null | undefined;
1980
1772
  }, {
1981
- style: "dashed" | "dotted" | "solid";
1773
+ style: "dotted" | "dashed" | "solid";
1982
1774
  width?: number | null | undefined;
1983
1775
  color?: {
1984
1776
  swatchId: string;
@@ -1987,7 +1779,7 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
1987
1779
  }>>>;
1988
1780
  borderRight: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
1989
1781
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1990
- style: z.ZodEnum<["dashed", "dotted", "solid"]>;
1782
+ style: z.ZodEnum<["dotted", "dashed", "solid"]>;
1991
1783
  color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
1992
1784
  swatchId: z.ZodString;
1993
1785
  alpha: z.ZodNumber;
@@ -1999,28 +1791,30 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
1999
1791
  alpha: number;
2000
1792
  }>>>;
2001
1793
  }, "strip", z.ZodTypeAny, {
2002
- style: "dashed" | "dotted" | "solid";
1794
+ style: "dotted" | "dashed" | "solid";
2003
1795
  width?: number | null | undefined;
2004
1796
  color?: {
2005
1797
  swatchId: string;
2006
1798
  alpha: number;
2007
1799
  } | null | undefined;
2008
1800
  }, {
2009
- style: "dashed" | "dotted" | "solid";
1801
+ style: "dotted" | "dashed" | "solid";
2010
1802
  width?: number | null | undefined;
2011
1803
  color?: {
2012
1804
  swatchId: string;
2013
1805
  alpha: number;
2014
1806
  } | null | undefined;
2015
1807
  }>, {
2016
- width: number | null | undefined;
2017
- style: "dashed" | "dotted" | "solid";
1808
+ style: "dotted" | "dashed" | "solid";
1809
+ width?: number | null | undefined;
2018
1810
  color?: {
2019
1811
  swatchId: string;
2020
1812
  alpha: number;
2021
1813
  } | null | undefined;
1814
+ } & {
1815
+ width: number | null | undefined;
2022
1816
  }, {
2023
- style: "dashed" | "dotted" | "solid";
1817
+ style: "dotted" | "dashed" | "solid";
2024
1818
  width?: number | null | undefined;
2025
1819
  color?: {
2026
1820
  swatchId: string;
@@ -2029,7 +1823,7 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
2029
1823
  }>>>;
2030
1824
  borderBottom: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
2031
1825
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2032
- style: z.ZodEnum<["dashed", "dotted", "solid"]>;
1826
+ style: z.ZodEnum<["dotted", "dashed", "solid"]>;
2033
1827
  color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2034
1828
  swatchId: z.ZodString;
2035
1829
  alpha: z.ZodNumber;
@@ -2041,28 +1835,30 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
2041
1835
  alpha: number;
2042
1836
  }>>>;
2043
1837
  }, "strip", z.ZodTypeAny, {
2044
- style: "dashed" | "dotted" | "solid";
1838
+ style: "dotted" | "dashed" | "solid";
2045
1839
  width?: number | null | undefined;
2046
1840
  color?: {
2047
1841
  swatchId: string;
2048
1842
  alpha: number;
2049
1843
  } | null | undefined;
2050
1844
  }, {
2051
- style: "dashed" | "dotted" | "solid";
1845
+ style: "dotted" | "dashed" | "solid";
2052
1846
  width?: number | null | undefined;
2053
1847
  color?: {
2054
1848
  swatchId: string;
2055
1849
  alpha: number;
2056
1850
  } | null | undefined;
2057
1851
  }>, {
2058
- width: number | null | undefined;
2059
- style: "dashed" | "dotted" | "solid";
1852
+ style: "dotted" | "dashed" | "solid";
1853
+ width?: number | null | undefined;
2060
1854
  color?: {
2061
1855
  swatchId: string;
2062
1856
  alpha: number;
2063
1857
  } | null | undefined;
1858
+ } & {
1859
+ width: number | null | undefined;
2064
1860
  }, {
2065
- style: "dashed" | "dotted" | "solid";
1861
+ style: "dotted" | "dashed" | "solid";
2066
1862
  width?: number | null | undefined;
2067
1863
  color?: {
2068
1864
  swatchId: string;
@@ -2071,7 +1867,7 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
2071
1867
  }>>>;
2072
1868
  borderLeft: z.ZodOptional<z.ZodNullable<z.ZodEffects<z.ZodObject<{
2073
1869
  width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2074
- style: z.ZodEnum<["dashed", "dotted", "solid"]>;
1870
+ style: z.ZodEnum<["dotted", "dashed", "solid"]>;
2075
1871
  color: z.ZodOptional<z.ZodNullable<z.ZodObject<{
2076
1872
  swatchId: z.ZodString;
2077
1873
  alpha: z.ZodNumber;
@@ -2083,28 +1879,30 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
2083
1879
  alpha: number;
2084
1880
  }>>>;
2085
1881
  }, "strip", z.ZodTypeAny, {
2086
- style: "dashed" | "dotted" | "solid";
1882
+ style: "dotted" | "dashed" | "solid";
2087
1883
  width?: number | null | undefined;
2088
1884
  color?: {
2089
1885
  swatchId: string;
2090
1886
  alpha: number;
2091
1887
  } | null | undefined;
2092
1888
  }, {
2093
- style: "dashed" | "dotted" | "solid";
1889
+ style: "dotted" | "dashed" | "solid";
2094
1890
  width?: number | null | undefined;
2095
1891
  color?: {
2096
1892
  swatchId: string;
2097
1893
  alpha: number;
2098
1894
  } | null | undefined;
2099
1895
  }>, {
2100
- width: number | null | undefined;
2101
- style: "dashed" | "dotted" | "solid";
1896
+ style: "dotted" | "dashed" | "solid";
1897
+ width?: number | null | undefined;
2102
1898
  color?: {
2103
1899
  swatchId: string;
2104
1900
  alpha: number;
2105
1901
  } | null | undefined;
1902
+ } & {
1903
+ width: number | null | undefined;
2106
1904
  }, {
2107
- style: "dashed" | "dotted" | "solid";
1905
+ style: "dotted" | "dashed" | "solid";
2108
1906
  width?: number | null | undefined;
2109
1907
  color?: {
2110
1908
  swatchId: string;
@@ -2112,41 +1910,49 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
2112
1910
  } | null | undefined;
2113
1911
  }>>>;
2114
1912
  }, "strip", z.ZodTypeAny, {
2115
- borderTop?: {
2116
- width: number | null | undefined;
2117
- style: "dashed" | "dotted" | "solid";
1913
+ borderTop?: ({
1914
+ style: "dotted" | "dashed" | "solid";
1915
+ width?: number | null | undefined;
2118
1916
  color?: {
2119
1917
  swatchId: string;
2120
1918
  alpha: number;
2121
1919
  } | null | undefined;
2122
- } | null | undefined;
2123
- borderRight?: {
1920
+ } & {
2124
1921
  width: number | null | undefined;
2125
- style: "dashed" | "dotted" | "solid";
1922
+ }) | null | undefined;
1923
+ borderRight?: ({
1924
+ style: "dotted" | "dashed" | "solid";
1925
+ width?: number | null | undefined;
2126
1926
  color?: {
2127
1927
  swatchId: string;
2128
1928
  alpha: number;
2129
1929
  } | null | undefined;
2130
- } | null | undefined;
2131
- borderBottom?: {
1930
+ } & {
2132
1931
  width: number | null | undefined;
2133
- style: "dashed" | "dotted" | "solid";
1932
+ }) | null | undefined;
1933
+ borderBottom?: ({
1934
+ style: "dotted" | "dashed" | "solid";
1935
+ width?: number | null | undefined;
2134
1936
  color?: {
2135
1937
  swatchId: string;
2136
1938
  alpha: number;
2137
1939
  } | null | undefined;
2138
- } | null | undefined;
2139
- borderLeft?: {
1940
+ } & {
2140
1941
  width: number | null | undefined;
2141
- style: "dashed" | "dotted" | "solid";
1942
+ }) | null | undefined;
1943
+ borderLeft?: ({
1944
+ style: "dotted" | "dashed" | "solid";
1945
+ width?: number | null | undefined;
2142
1946
  color?: {
2143
1947
  swatchId: string;
2144
1948
  alpha: number;
2145
1949
  } | null | undefined;
2146
- } | null | undefined;
1950
+ } & {
1951
+ width: number | null | undefined;
1952
+ }) | null | undefined;
2147
1953
  }, {
2148
1954
  borderTop?: {
2149
- style: "dashed" | "dotted" | "solid";
1955
+ style: "dotted" | "dashed" | "solid";
2150
1956
  width?: number | null | undefined;
2151
1957
  color?: {
2152
1958
  swatchId: string;
@@ -2154,7 +1960,7 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
2154
1960
  } | null | undefined;
2155
1961
  } | null | undefined;
2156
1962
  borderRight?: {
2157
- style: "dashed" | "dotted" | "solid";
1963
+ style: "dotted" | "dashed" | "solid";
2158
1964
  width?: number | null | undefined;
2159
1965
  color?: {
2160
1966
  swatchId: string;
@@ -2162,7 +1968,7 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
2162
1968
  } | null | undefined;
2163
1969
  } | null | undefined;
2164
1970
  borderBottom?: {
2165
- style: "dashed" | "dotted" | "solid";
1971
+ style: "dotted" | "dashed" | "solid";
2166
1972
  width?: number | null | undefined;
2167
1973
  color?: {
2168
1974
  swatchId: string;
@@ -2170,7 +1976,7 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
2170
1976
  } | null | undefined;
2171
1977
  } | null | undefined;
2172
1978
  borderLeft?: {
2173
- style: "dashed" | "dotted" | "solid";
1979
+ style: "dotted" | "dashed" | "solid";
2174
1980
  width?: number | null | undefined;
2175
1981
  color?: {
2176
1982
  swatchId: string;
@@ -2178,41 +1984,49 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
2178
1984
  } | null | undefined;
2179
1985
  } | null | undefined;
2180
1986
  }>, {
2181
- borderTop: {
2182
- width: number | null | undefined;
2183
- style: "dashed" | "dotted" | "solid";
1987
+ borderTop: ({
1988
+ style: "dotted" | "dashed" | "solid";
1989
+ width?: number | null | undefined;
2184
1990
  color?: {
2185
1991
  swatchId: string;
2186
1992
  alpha: number;
2187
1993
  } | null | undefined;
2188
- } | null | undefined;
2189
- borderRight: {
1994
+ } & {
2190
1995
  width: number | null | undefined;
2191
- style: "dashed" | "dotted" | "solid";
1996
+ }) | null | undefined;
1997
+ borderRight: ({
1998
+ style: "dotted" | "dashed" | "solid";
1999
+ width?: number | null | undefined;
2192
2000
  color?: {
2193
2001
  swatchId: string;
2194
2002
  alpha: number;
2195
2003
  } | null | undefined;
2196
- } | null | undefined;
2197
- borderBottom: {
2004
+ } & {
2198
2005
  width: number | null | undefined;
2199
- style: "dashed" | "dotted" | "solid";
2006
+ }) | null | undefined;
2007
+ borderBottom: ({
2008
+ style: "dotted" | "dashed" | "solid";
2009
+ width?: number | null | undefined;
2200
2010
  color?: {
2201
2011
  swatchId: string;
2202
2012
  alpha: number;
2203
2013
  } | null | undefined;
2204
- } | null | undefined;
2205
- borderLeft: {
2014
+ } & {
2206
2015
  width: number | null | undefined;
2207
- style: "dashed" | "dotted" | "solid";
2016
+ }) | null | undefined;
2017
+ borderLeft: ({
2018
+ style: "dotted" | "dashed" | "solid";
2019
+ width?: number | null | undefined;
2208
2020
  color?: {
2209
2021
  swatchId: string;
2210
2022
  alpha: number;
2211
2023
  } | null | undefined;
2212
- } | null | undefined;
2024
+ } & {
2025
+ width: number | null | undefined;
2026
+ }) | null | undefined;
2213
2027
  }, {
2214
2028
  borderTop?: {
2215
- style: "dashed" | "dotted" | "solid";
2029
+ style: "dotted" | "dashed" | "solid";
2216
2030
  width?: number | null | undefined;
2217
2031
  color?: {
2218
2032
  swatchId: string;
@@ -2220,7 +2034,7 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
2220
2034
  } | null | undefined;
2221
2035
  } | null | undefined;
2222
2036
  borderRight?: {
2223
- style: "dashed" | "dotted" | "solid";
2037
+ style: "dotted" | "dashed" | "solid";
2224
2038
  width?: number | null | undefined;
2225
2039
  color?: {
2226
2040
  swatchId: string;
@@ -2228,7 +2042,7 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
2228
2042
  } | null | undefined;
2229
2043
  } | null | undefined;
2230
2044
  borderBottom?: {
2231
- style: "dashed" | "dotted" | "solid";
2045
+ style: "dotted" | "dashed" | "solid";
2232
2046
  width?: number | null | undefined;
2233
2047
  color?: {
2234
2048
  swatchId: string;
@@ -2236,7 +2050,7 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
2236
2050
  } | null | undefined;
2237
2051
  } | null | undefined;
2238
2052
  borderLeft?: {
2239
- style: "dashed" | "dotted" | "solid";
2053
+ style: "dotted" | "dashed" | "solid";
2240
2054
  width?: number | null | undefined;
2241
2055
  color?: {
2242
2056
  swatchId: string;
@@ -2244,46 +2058,54 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
2244
2058
  } | null | undefined;
2245
2059
  } | null | undefined;
2246
2060
  }>;
2247
- }, z.UnknownKeysParam, z.ZodTypeAny, {
2061
+ }, "strip", z.ZodTypeAny, {
2248
2062
  value: {
2249
- borderTop: {
2250
- width: number | null | undefined;
2251
- style: "dashed" | "dotted" | "solid";
2063
+ borderTop: ({
2064
+ style: "dotted" | "dashed" | "solid";
2065
+ width?: number | null | undefined;
2252
2066
  color?: {
2253
2067
  swatchId: string;
2254
2068
  alpha: number;
2255
2069
  } | null | undefined;
2256
- } | null | undefined;
2257
- borderRight: {
2070
+ } & {
2258
2071
  width: number | null | undefined;
2259
- style: "dashed" | "dotted" | "solid";
2072
+ }) | null | undefined;
2073
+ borderRight: ({
2074
+ style: "dotted" | "dashed" | "solid";
2075
+ width?: number | null | undefined;
2260
2076
  color?: {
2261
2077
  swatchId: string;
2262
2078
  alpha: number;
2263
2079
  } | null | undefined;
2264
- } | null | undefined;
2265
- borderBottom: {
2080
+ } & {
2266
2081
  width: number | null | undefined;
2267
- style: "dashed" | "dotted" | "solid";
2082
+ }) | null | undefined;
2083
+ borderBottom: ({
2084
+ style: "dotted" | "dashed" | "solid";
2085
+ width?: number | null | undefined;
2268
2086
  color?: {
2269
2087
  swatchId: string;
2270
2088
  alpha: number;
2271
2089
  } | null | undefined;
2272
- } | null | undefined;
2273
- borderLeft: {
2090
+ } & {
2274
2091
  width: number | null | undefined;
2275
- style: "dashed" | "dotted" | "solid";
2092
+ }) | null | undefined;
2093
+ borderLeft: ({
2094
+ style: "dotted" | "dashed" | "solid";
2095
+ width?: number | null | undefined;
2276
2096
  color?: {
2277
2097
  swatchId: string;
2278
2098
  alpha: number;
2279
2099
  } | null | undefined;
2280
- } | null | undefined;
2100
+ } & {
2101
+ width: number | null | undefined;
2102
+ }) | null | undefined;
2281
2103
  };
2282
2104
  deviceId: string;
2283
2105
  }, {
2284
2106
  value: {
2285
2107
  borderTop?: {
2286
- style: "dashed" | "dotted" | "solid";
2108
+ style: "dotted" | "dashed" | "solid";
2287
2109
  width?: number | null | undefined;
2288
2110
  color?: {
2289
2111
  swatchId: string;
@@ -2291,7 +2113,7 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
2291
2113
  } | null | undefined;
2292
2114
  } | null | undefined;
2293
2115
  borderRight?: {
2294
- style: "dashed" | "dotted" | "solid";
2116
+ style: "dotted" | "dashed" | "solid";
2295
2117
  width?: number | null | undefined;
2296
2118
  color?: {
2297
2119
  swatchId: string;
@@ -2299,7 +2121,7 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
2299
2121
  } | null | undefined;
2300
2122
  } | null | undefined;
2301
2123
  borderBottom?: {
2302
- style: "dashed" | "dotted" | "solid";
2124
+ style: "dotted" | "dashed" | "solid";
2303
2125
  width?: number | null | undefined;
2304
2126
  color?: {
2305
2127
  swatchId: string;
@@ -2307,7 +2129,7 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
2307
2129
  } | null | undefined;
2308
2130
  } | null | undefined;
2309
2131
  borderLeft?: {
2310
- style: "dashed" | "dotted" | "solid";
2132
+ style: "dotted" | "dashed" | "solid";
2311
2133
  width?: number | null | undefined;
2312
2134
  color?: {
2313
2135
  swatchId: string;
@@ -2318,50 +2140,57 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
2318
2140
  deviceId: string;
2319
2141
  }>, "many">;
2320
2142
  }, "strip", z.ZodTypeAny, {
2321
- "@@makeswift/type": "prop-controllers::border::v1";
2322
2143
  value: {
2323
2144
  value: {
2324
- borderTop: {
2325
- width: number | null | undefined;
2326
- style: "dashed" | "dotted" | "solid";
2145
+ borderTop: ({
2146
+ style: "dotted" | "dashed" | "solid";
2147
+ width?: number | null | undefined;
2327
2148
  color?: {
2328
2149
  swatchId: string;
2329
2150
  alpha: number;
2330
2151
  } | null | undefined;
2331
- } | null | undefined;
2332
- borderRight: {
2152
+ } & {
2333
2153
  width: number | null | undefined;
2334
- style: "dashed" | "dotted" | "solid";
2154
+ }) | null | undefined;
2155
+ borderRight: ({
2156
+ style: "dotted" | "dashed" | "solid";
2157
+ width?: number | null | undefined;
2335
2158
  color?: {
2336
2159
  swatchId: string;
2337
2160
  alpha: number;
2338
2161
  } | null | undefined;
2339
- } | null | undefined;
2340
- borderBottom: {
2162
+ } & {
2341
2163
  width: number | null | undefined;
2342
- style: "dashed" | "dotted" | "solid";
2164
+ }) | null | undefined;
2165
+ borderBottom: ({
2166
+ style: "dotted" | "dashed" | "solid";
2167
+ width?: number | null | undefined;
2343
2168
  color?: {
2344
2169
  swatchId: string;
2345
2170
  alpha: number;
2346
2171
  } | null | undefined;
2347
- } | null | undefined;
2348
- borderLeft: {
2172
+ } & {
2349
2173
  width: number | null | undefined;
2350
- style: "dashed" | "dotted" | "solid";
2174
+ }) | null | undefined;
2175
+ borderLeft: ({
2176
+ style: "dotted" | "dashed" | "solid";
2177
+ width?: number | null | undefined;
2351
2178
  color?: {
2352
2179
  swatchId: string;
2353
2180
  alpha: number;
2354
2181
  } | null | undefined;
2355
- } | null | undefined;
2182
+ } & {
2183
+ width: number | null | undefined;
2184
+ }) | null | undefined;
2356
2185
  };
2357
2186
  deviceId: string;
2358
2187
  }[];
2359
- }, {
2360
2188
  "@@makeswift/type": "prop-controllers::border::v1";
2189
+ }, {
2361
2190
  value: {
2362
2191
  value: {
2363
2192
  borderTop?: {
2364
- style: "dashed" | "dotted" | "solid";
2193
+ style: "dotted" | "dashed" | "solid";
2365
2194
  width?: number | null | undefined;
2366
2195
  color?: {
2367
2196
  swatchId: string;
@@ -2369,7 +2198,7 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
2369
2198
  } | null | undefined;
2370
2199
  } | null | undefined;
2371
2200
  borderRight?: {
2372
- style: "dashed" | "dotted" | "solid";
2201
+ style: "dotted" | "dashed" | "solid";
2373
2202
  width?: number | null | undefined;
2374
2203
  color?: {
2375
2204
  swatchId: string;
@@ -2377,7 +2206,7 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
2377
2206
  } | null | undefined;
2378
2207
  } | null | undefined;
2379
2208
  borderBottom?: {
2380
- style: "dashed" | "dotted" | "solid";
2209
+ style: "dotted" | "dashed" | "solid";
2381
2210
  width?: number | null | undefined;
2382
2211
  color?: {
2383
2212
  swatchId: string;
@@ -2385,7 +2214,7 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
2385
2214
  } | null | undefined;
2386
2215
  } | null | undefined;
2387
2216
  borderLeft?: {
2388
- style: "dashed" | "dotted" | "solid";
2217
+ style: "dotted" | "dashed" | "solid";
2389
2218
  width?: number | null | undefined;
2390
2219
  color?: {
2391
2220
  swatchId: string;
@@ -2395,13 +2224,14 @@ export declare const borderPropControllerDataSchema: z.ZodUnion<[z.ZodArray<z.Zo
2395
2224
  };
2396
2225
  deviceId: string;
2397
2226
  }[];
2227
+ "@@makeswift/type": "prop-controllers::border::v1";
2398
2228
  }>]>;
2399
2229
  export type BorderPropControllerData = z.infer<typeof borderPropControllerDataSchema>;
2400
2230
  export declare const BorderPropControllerFormat: {
2401
2231
  readonly ClassName: "makeswift::prop-controllers::border::format::class-name";
2402
2232
  readonly ResponsiveValue: "makeswift::prop-controllers::border::format::responsive-value";
2403
2233
  };
2404
- export type BorderPropControllerFormat = typeof BorderPropControllerFormat[keyof typeof BorderPropControllerFormat];
2234
+ export type BorderPropControllerFormat = (typeof BorderPropControllerFormat)[keyof typeof BorderPropControllerFormat];
2405
2235
  type BorderOptions = {
2406
2236
  format?: BorderPropControllerFormat;
2407
2237
  };