@yahoo/uds 3.170.0 → 3.171.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 (37) hide show
  1. package/dist/components/client/Menu/Menu.Content.d.cts +6 -0
  2. package/dist/components/client/Menu/Menu.Content.d.ts +6 -0
  3. package/dist/components/client/Modal/Modal.cjs +5 -5
  4. package/dist/components/client/Modal/Modal.d.cts +1 -0
  5. package/dist/components/client/Modal/Modal.d.ts +1 -0
  6. package/dist/components/client/Modal/Modal.js +6 -6
  7. package/dist/components/client/Popover/Popover.cjs +3 -2
  8. package/dist/components/client/Popover/Popover.d.cts +2 -1
  9. package/dist/components/client/Popover/Popover.d.ts +2 -1
  10. package/dist/components/client/Popover/Popover.js +3 -2
  11. package/dist/components/client/Popover/PopoverContent.cjs +1 -0
  12. package/dist/components/client/Popover/PopoverContent.js +1 -0
  13. package/dist/components/client/Popover/PopoverContext.d.cts +1 -0
  14. package/dist/components/client/Popover/PopoverContext.d.ts +1 -0
  15. package/dist/components/client/Popover/PopoverTrigger.cjs +9 -2
  16. package/dist/components/client/Popover/PopoverTrigger.js +10 -3
  17. package/dist/components/client/Toast/UDSToastConfigProvider.d.cts +5 -5
  18. package/dist/components/client/Toast/UDSToastConfigProvider.d.ts +5 -5
  19. package/dist/components/client/Tooltip/Tooltip.cjs +6 -2
  20. package/dist/components/client/Tooltip/Tooltip.d.cts +5 -1
  21. package/dist/components/client/Tooltip/Tooltip.d.ts +5 -1
  22. package/dist/components/client/Tooltip/Tooltip.js +6 -2
  23. package/dist/components/client/Tooltip/TooltipContent.cjs +3 -2
  24. package/dist/components/client/Tooltip/TooltipContent.js +3 -2
  25. package/dist/components/client/Tooltip/tooltipContext.d.cts +2 -0
  26. package/dist/components/client/Tooltip/tooltipContext.d.ts +2 -0
  27. package/dist/css/dist/css/purgeWorker.js +50 -0
  28. package/dist/css/dist/css/runner.cjs +3 -1
  29. package/dist/css/dist/css/runner.js +3 -1
  30. package/dist/css/dist/css/workerPool.cjs +18 -2
  31. package/dist/css/dist/css/workerPool.js +16 -1
  32. package/dist/types/dist/index.d.cts +12 -0
  33. package/dist/types/dist/index.d.ts +12 -0
  34. package/dist/uds/generated/componentData.cjs +197 -197
  35. package/dist/uds/generated/componentData.js +197 -197
  36. package/generated/componentData.json +664 -664
  37. package/package.json +1 -1
@@ -4082,112 +4082,101 @@
4082
4082
  "--uds-motion-smooth-3-"
4083
4083
  ]
4084
4084
  },
4085
- "BottomSheetDismiss": {
4086
- "name": "BottomSheetDismiss",
4085
+ "PaddleButtonNext": {
4086
+ "name": "PaddleButtonNext",
4087
4087
  "defaultProps": {},
4088
4088
  "getStylesLiterals": {},
4089
4089
  "cxLiterals": [],
4090
4090
  "internalComponents": [
4091
- "AriakitDialogDismiss"
4091
+ "PaddleButton"
4092
4092
  ],
4093
- "internalComponentProps": {},
4093
+ "internalComponentProps": {
4094
+ "PaddleButton": {
4095
+ "paddleRole": [
4096
+ "next"
4097
+ ]
4098
+ }
4099
+ },
4094
4100
  "propToVariantKeys": {},
4095
4101
  "runtimeConfigDefaultProps": {},
4096
4102
  "runtimeConfigGetStyles": {},
4097
4103
  "runtimeConfigInternalComponentProps": {},
4098
4104
  "motionVarPrefixes": []
4099
4105
  },
4100
- "BottomSheetContent": {
4101
- "name": "BottomSheetContent",
4106
+ "UDSPaddleNavConfigProvider": {
4107
+ "name": "UDSPaddleNavConfigProvider",
4102
4108
  "defaultProps": {},
4103
4109
  "getStylesLiterals": {},
4104
4110
  "cxLiterals": [
4105
- "min-h-0",
4106
- "touch-pan-y"
4107
- ],
4108
- "internalComponents": [
4109
- "Box",
4110
- "VStack"
4111
+ "md"
4111
4112
  ],
4112
- "internalComponentProps": {
4113
- "Box": {
4114
- "display": [
4115
- "block"
4116
- ],
4117
- "flex": [
4118
- "1"
4119
- ]
4120
- },
4121
- "VStack": {
4122
- "className": [
4123
- "pb-[calc(env(safe-area-inset-bottom))]"
4124
- ]
4125
- }
4126
- },
4113
+ "internalComponents": [],
4114
+ "internalComponentProps": {},
4127
4115
  "propToVariantKeys": {},
4128
4116
  "runtimeConfigDefaultProps": {},
4129
4117
  "runtimeConfigGetStyles": {},
4130
4118
  "runtimeConfigInternalComponentProps": {},
4131
4119
  "motionVarPrefixes": []
4132
4120
  },
4133
- "BottomSheetHeader": {
4134
- "name": "BottomSheetHeader",
4121
+ "PaddleNav": {
4122
+ "name": "PaddleNav",
4135
4123
  "defaultProps": {
4136
- "variant": "default"
4124
+ "orientation": "horizontal",
4125
+ "variant": "primary",
4126
+ "size": "md"
4137
4127
  },
4138
4128
  "getStylesLiterals": {},
4139
4129
  "cxLiterals": [
4140
- "grid-cols-[40px_1fr_40px]",
4130
+ "pointer-events-none",
4131
+ "inline-flex",
4132
+ "flex-row",
4133
+ "gap-2",
4141
4134
  "items-center",
4142
- "w-full",
4143
- "min-h-10",
4144
- "mt-2"
4135
+ "pointer-events-auto",
4136
+ "flex-col",
4137
+ "relative",
4138
+ "min-w-0",
4139
+ "min-h-0",
4140
+ "flex-1",
4141
+ "inline-block",
4142
+ "absolute",
4143
+ "z-10",
4144
+ "top-2",
4145
+ "left-1/2",
4146
+ "-translate-x-1/2",
4147
+ "left-2",
4148
+ "top-1/2",
4149
+ "-translate-y-1/2",
4150
+ "bottom-2",
4151
+ "right-2",
4152
+ "-top-12",
4153
+ "left-0",
4154
+ "right-0",
4155
+ "-bottom-12"
4145
4156
  ],
4146
4157
  "internalComponents": [
4147
- "Box",
4148
- "Text",
4149
- "DialogHeading"
4158
+ "PaddleNavContext.Provider",
4159
+ "Box"
4150
4160
  ],
4151
4161
  "internalComponentProps": {
4152
4162
  "Box": {
4153
- "className": [
4154
- "h-10 w-10 opacity-0 pointer-events-none"
4155
- ],
4156
4163
  "display": [
4157
- "grid",
4158
- "flex"
4159
- ],
4160
- "justifyContent": [
4161
- "flex-start",
4162
- "flex-end"
4163
- ]
4164
- },
4165
- "Text": {
4166
- "as": [
4167
- "p"
4168
- ],
4169
- "variant": [
4170
- "inherit"
4164
+ "inline-flex"
4171
4165
  ],
4172
- "color": [
4173
- "inherit"
4166
+ "alignItems": [
4167
+ "center"
4174
4168
  ],
4175
- "textAlign": [
4169
+ "justifyContent": [
4176
4170
  "center"
4177
4171
  ],
4178
- "className": [
4179
- "m-0 w-full"
4180
- ]
4181
- },
4182
- "DialogHeading": {
4183
- "role": [
4184
- "heading"
4172
+ "data-paddle-nav-outside": [
4173
+ "true"
4185
4174
  ]
4186
4175
  }
4187
4176
  },
4188
4177
  "propToVariantKeys": {
4189
- "variant": [
4190
- "bottomsheetVariantHeader"
4178
+ "orientation": [
4179
+ "data-paddle-nav-orientation"
4191
4180
  ]
4192
4181
  },
4193
4182
  "runtimeConfigDefaultProps": {},
@@ -4195,14 +4184,16 @@
4195
4184
  "runtimeConfigInternalComponentProps": {},
4196
4185
  "motionVarPrefixes": []
4197
4186
  },
4198
- "BottomSheetTrigger": {
4199
- "name": "BottomSheetTrigger",
4187
+ "PaddleNavContent": {
4188
+ "name": "PaddleNavContent",
4200
4189
  "defaultProps": {},
4201
4190
  "getStylesLiterals": {},
4202
- "cxLiterals": [],
4203
- "internalComponents": [
4204
- "AriakitDialogDisclosure"
4191
+ "cxLiterals": [
4192
+ "min-w-0",
4193
+ "min-h-0",
4194
+ "relative"
4205
4195
  ],
4196
+ "internalComponents": [],
4206
4197
  "internalComponentProps": {},
4207
4198
  "propToVariantKeys": {},
4208
4199
  "runtimeConfigDefaultProps": {},
@@ -4210,141 +4201,147 @@
4210
4201
  "runtimeConfigInternalComponentProps": {},
4211
4202
  "motionVarPrefixes": []
4212
4203
  },
4213
- "UDSBottomSheetConfigProvider": {
4214
- "name": "UDSBottomSheetConfigProvider",
4204
+ "PaddleButtonPrevious": {
4205
+ "name": "PaddleButtonPrevious",
4215
4206
  "defaultProps": {},
4216
4207
  "getStylesLiterals": {},
4217
4208
  "cxLiterals": [],
4218
4209
  "internalComponents": [
4219
- "BottomSheetContext.Provider"
4210
+ "PaddleButton"
4220
4211
  ],
4221
- "internalComponentProps": {},
4212
+ "internalComponentProps": {
4213
+ "PaddleButton": {
4214
+ "paddleRole": [
4215
+ "previous"
4216
+ ]
4217
+ }
4218
+ },
4222
4219
  "propToVariantKeys": {},
4223
4220
  "runtimeConfigDefaultProps": {},
4224
4221
  "runtimeConfigGetStyles": {},
4225
4222
  "runtimeConfigInternalComponentProps": {},
4226
4223
  "motionVarPrefixes": []
4227
4224
  },
4228
- "BottomSheetInternalContext": {
4229
- "name": "BottomSheetInternalContext",
4225
+ "PaddleButton": {
4226
+ "name": "PaddleButton",
4230
4227
  "defaultProps": {},
4231
4228
  "getStylesLiterals": {},
4232
- "cxLiterals": [],
4233
- "internalComponents": [],
4234
- "internalComponentProps": {},
4235
- "propToVariantKeys": {},
4236
- "runtimeConfigDefaultProps": {},
4237
- "runtimeConfigGetStyles": {},
4238
- "runtimeConfigInternalComponentProps": {},
4239
- "motionVarPrefixes": []
4240
- },
4241
- "BottomSheet": {
4242
- "name": "BottomSheet",
4243
- "defaultProps": {
4244
- "variant": "default"
4245
- },
4246
- "getStylesLiterals": {},
4247
4229
  "cxLiterals": [
4248
- "fixed",
4230
+ "relative",
4231
+ "inline-flex",
4232
+ "items-center",
4233
+ "justify-center",
4234
+ "box-border",
4249
4235
  "overflow-hidden",
4250
- "inset-x-0",
4251
- "bottom-0",
4252
- "z-50",
4253
- "[will-change:transform]",
4254
- "touch-none",
4255
- "[transform:translate3d(0,var(--uds-bottomsheet-hidden-translate),0)]",
4256
- "data-[enter]:[transform:translate3d(0,var(--uds-bottomsheet-visible-translate),0)]",
4257
- "transition-transform",
4258
- "duration-500",
4259
- "ease-[cubic-bezier(0.32,0.72,0,1)]",
4260
- "motion-reduce:transition-none",
4261
- "top-[-4px]",
4262
- "z-[1]",
4263
- "touch-pan-y"
4236
+ "border-solid",
4237
+ "select-none",
4238
+ "uds-nested-radius",
4239
+ "transition-[color,border-color,box-shadow]",
4240
+ "duration-[180ms]",
4241
+ "ease-[cubic-bezier(0,0,0.2,1)]",
4242
+ "uds-ring",
4243
+ "cursor-pointer",
4244
+ "cursor-not-allowed",
4245
+ "opacity-50",
4246
+ "pointer-events-none",
4247
+ "hidden",
4248
+ "absolute",
4249
+ "inset-0",
4250
+ "-z-10",
4251
+ "rounded-[var(--uds-nested-radius)]",
4252
+ "transition-[background-color,opacity]"
4264
4253
  ],
4265
4254
  "internalComponents": [
4266
- "Scrim",
4267
- "BottomSheetHandle",
4268
- "Dialog",
4269
- "Box",
4270
- "BottomSheetInternalContext.Provider"
4255
+ "Icon"
4271
4256
  ],
4272
4257
  "internalComponentProps": {
4273
- "BottomSheetHandle": {
4274
- "ariaLabel": [
4275
- "Resize sheet"
4276
- ]
4277
- },
4278
- "Dialog": {
4279
- "data-testid": [
4280
- "bottom-sheet"
4281
- ]
4282
- },
4283
- "Box": {
4284
- "display": [
4285
- "block",
4286
- "flex"
4287
- ],
4288
- "position": [
4289
- "absolute"
4290
- ],
4291
- "flexDirection": [
4292
- "column"
4293
- ],
4294
- "className": [
4295
- "absolute inset-0 min-h-0 p-[inherit]"
4258
+ "Icon": {
4259
+ "color": [
4260
+ "current"
4296
4261
  ]
4297
4262
  }
4298
4263
  },
4299
4264
  "propToVariantKeys": {
4265
+ "size": [
4266
+ "paddlenavSizeRoot",
4267
+ "paddlenavSizeIcon"
4268
+ ],
4300
4269
  "variant": [
4301
- "bottomsheetVariantRoot"
4270
+ "paddlenavVariantRoot",
4271
+ "paddlenavVariantBackground",
4272
+ "paddlenavVariantIcon"
4302
4273
  ]
4303
4274
  },
4304
- "runtimeConfigDefaultProps": {},
4275
+ "runtimeConfigDefaultProps": {
4276
+ "size": "paddleNav.defaultSize"
4277
+ },
4305
4278
  "runtimeConfigGetStyles": {},
4306
- "runtimeConfigInternalComponentProps": {},
4279
+ "runtimeConfigInternalComponentProps": {
4280
+ "Icon": {
4281
+ "size": [
4282
+ "paddleNav.iconSize.${size}"
4283
+ ]
4284
+ }
4285
+ },
4307
4286
  "motionVarPrefixes": []
4308
4287
  },
4309
- "BottomSheetHandle": {
4310
- "name": "BottomSheetHandle",
4288
+ "TabList": {
4289
+ "name": "TabList",
4311
4290
  "defaultProps": {
4312
- "variant": "default"
4291
+ "variant": "primary"
4292
+ },
4293
+ "getStylesLiterals": {
4294
+ "tabSizeRoot": "default",
4295
+ "tabVariantActiveRoot": "on"
4313
4296
  },
4314
- "getStylesLiterals": {},
4315
4297
  "cxLiterals": [
4316
- "relative",
4317
- "h-5",
4318
- "w-16",
4319
- "outline-none",
4320
- "focus-visible:outline-none",
4321
- "[touch-action:pan-y]",
4298
+ "pointer-events-none",
4322
4299
  "absolute",
4323
- "left-1/2",
4324
- "top-1/2",
4325
- "-translate-x-1/2",
4326
- "-translate-y-1/2",
4327
- "h-1",
4328
- "w-8",
4329
- "rounded-full"
4300
+ "bottom-0",
4301
+ "left-0",
4302
+ "right-0",
4303
+ "h-[var(--uds-tab-underline-width,0px)]",
4304
+ "bg-[var(--uds-tab-underline-color,transparent)]",
4305
+ "transition-[height,background-color]",
4306
+ "duration-[240ms]",
4307
+ "ease-[cubic-bezier(0.2,0,0,1)]",
4308
+ "!m-0",
4309
+ "!p-0",
4310
+ "!gap-0",
4311
+ "box-border",
4312
+ "z-0",
4313
+ "min-w-0",
4314
+ "min-h-0",
4315
+ "flex",
4316
+ "flex-row",
4317
+ "items-center",
4318
+ "overflow-x-auto",
4319
+ "overflow-y-clip",
4320
+ "scrollbar-none",
4321
+ "[overflow-clip-margin:6px]",
4322
+ "overflow-clip",
4323
+ "[overflow-clip-margin:8px]",
4324
+ "relative",
4325
+ "left",
4326
+ "240ms",
4327
+ "cubic-bezier(0.2,",
4328
+ "0,",
4329
+ "1),",
4330
+ "top",
4331
+ "width",
4332
+ "height",
4333
+ "1)",
4334
+ "--uds-tab-underline-color",
4335
+ "--uds-tab-underline-width"
4330
4336
  ],
4331
4337
  "internalComponents": [
4332
- "Box"
4338
+ "AriakitTabList"
4333
4339
  ],
4334
- "internalComponentProps": {
4335
- "Box": {
4336
- "display": [
4337
- "block",
4338
- "flex"
4339
- ],
4340
- "justifyContent": [
4341
- "center"
4342
- ]
4343
- }
4344
- },
4340
+ "internalComponentProps": {},
4345
4341
  "propToVariantKeys": {
4346
4342
  "variant": [
4347
- "bottomsheetVariantHandleIndicator"
4343
+ "tabsVariantRoot",
4344
+ "tabVariantRoot"
4348
4345
  ]
4349
4346
  },
4350
4347
  "runtimeConfigDefaultProps": {},
@@ -4352,13 +4349,13 @@
4352
4349
  "runtimeConfigInternalComponentProps": {},
4353
4350
  "motionVarPrefixes": []
4354
4351
  },
4355
- "BottomSheetProvider": {
4356
- "name": "BottomSheetProvider",
4352
+ "TabPanel": {
4353
+ "name": "TabPanel",
4357
4354
  "defaultProps": {},
4358
4355
  "getStylesLiterals": {},
4359
4356
  "cxLiterals": [],
4360
4357
  "internalComponents": [
4361
- "AriakitDialogProvider"
4358
+ "AriakitTabPanel"
4362
4359
  ],
4363
4360
  "internalComponentProps": {},
4364
4361
  "propToVariantKeys": {},
@@ -4367,33 +4364,34 @@
4367
4364
  "runtimeConfigInternalComponentProps": {},
4368
4365
  "motionVarPrefixes": []
4369
4366
  },
4370
- "PaddleButtonNext": {
4371
- "name": "PaddleButtonNext",
4372
- "defaultProps": {},
4367
+ "Tabs": {
4368
+ "name": "Tabs",
4369
+ "defaultProps": {
4370
+ "variant": "primary"
4371
+ },
4373
4372
  "getStylesLiterals": {},
4374
4373
  "cxLiterals": [],
4375
4374
  "internalComponents": [
4376
- "PaddleButton"
4375
+ "TabsContext.Provider",
4376
+ "TabProvider"
4377
4377
  ],
4378
- "internalComponentProps": {
4379
- "PaddleButton": {
4380
- "paddleRole": [
4381
- "next"
4382
- ]
4383
- }
4378
+ "internalComponentProps": {},
4379
+ "propToVariantKeys": {
4380
+ "onSelectionChange": [
4381
+ "setSelectedId"
4382
+ ]
4384
4383
  },
4385
- "propToVariantKeys": {},
4386
4384
  "runtimeConfigDefaultProps": {},
4387
4385
  "runtimeConfigGetStyles": {},
4388
4386
  "runtimeConfigInternalComponentProps": {},
4389
4387
  "motionVarPrefixes": []
4390
4388
  },
4391
- "UDSPaddleNavConfigProvider": {
4392
- "name": "UDSPaddleNavConfigProvider",
4389
+ "UDSTabConfigProvider": {
4390
+ "name": "UDSTabConfigProvider",
4393
4391
  "defaultProps": {},
4394
4392
  "getStylesLiterals": {},
4395
4393
  "cxLiterals": [
4396
- "md"
4394
+ "sm"
4397
4395
  ],
4398
4396
  "internalComponents": [],
4399
4397
  "internalComponentProps": {},
@@ -4403,82 +4401,94 @@
4403
4401
  "runtimeConfigInternalComponentProps": {},
4404
4402
  "motionVarPrefixes": []
4405
4403
  },
4406
- "PaddleNav": {
4407
- "name": "PaddleNav",
4404
+ "Tab": {
4405
+ "name": "Tab",
4408
4406
  "defaultProps": {
4409
- "orientation": "horizontal",
4410
- "variant": "primary",
4411
- "size": "md"
4407
+ "variant": "primary"
4408
+ },
4409
+ "getStylesLiterals": {
4410
+ "tabSizeRoot": "default",
4411
+ "tabVariantActiveRoot": "off",
4412
+ "tabVariantActiveRoot:1": "on",
4413
+ "tabSizeIcon": "default"
4412
4414
  },
4413
- "getStylesLiterals": {},
4414
4415
  "cxLiterals": [
4415
4416
  "pointer-events-none",
4416
- "inline-flex",
4417
- "flex-row",
4418
- "gap-2",
4419
- "items-center",
4420
- "pointer-events-auto",
4421
- "flex-col",
4422
- "relative",
4423
- "min-w-0",
4424
- "min-h-0",
4425
- "flex-1",
4426
- "inline-block",
4427
4417
  "absolute",
4428
- "z-10",
4429
- "top-2",
4430
- "left-1/2",
4431
- "-translate-x-1/2",
4432
- "left-2",
4433
- "top-1/2",
4434
- "-translate-y-1/2",
4435
- "bottom-2",
4436
- "right-2",
4437
- "-top-12",
4418
+ "bottom-0",
4438
4419
  "left-0",
4439
4420
  "right-0",
4440
- "-bottom-12"
4421
+ "h-[var(--uds-tab-underline-width,0px)]",
4422
+ "bg-[var(--uds-tab-underline-color,transparent)]",
4423
+ "transition-[height,background-color]",
4424
+ "duration-[240ms]",
4425
+ "ease-[cubic-bezier(0.2,0,0,1)]",
4426
+ "!bg-transparent",
4427
+ "!shadow-none",
4428
+ "inline-flex",
4429
+ "items-center",
4430
+ "shrink-0",
4431
+ "box-border",
4432
+ "relative",
4433
+ "z-[1]",
4434
+ "cursor-pointer",
4435
+ "select-none",
4436
+ "whitespace-nowrap",
4437
+ "uds-ring",
4438
+ "opacity-50",
4439
+ "cursor-default",
4440
+ "border-solid",
4441
+ "border-b-solid",
4442
+ "transition-colors"
4441
4443
  ],
4442
4444
  "internalComponents": [
4443
- "PaddleNavContext.Provider",
4444
- "Box"
4445
+ "IconSlot",
4446
+ "AriakitTab",
4447
+ "Text"
4445
4448
  ],
4446
4449
  "internalComponentProps": {
4447
- "Box": {
4448
- "display": [
4449
- "inline-flex"
4450
- ],
4451
- "alignItems": [
4452
- "center"
4450
+ "Text": {
4451
+ "variant": [
4452
+ "inherit"
4453
4453
  ],
4454
- "justifyContent": [
4455
- "center"
4454
+ "as": [
4455
+ "span"
4456
4456
  ],
4457
- "data-paddle-nav-outside": [
4458
- "true"
4457
+ "color": [
4458
+ "current"
4459
4459
  ]
4460
4460
  }
4461
4461
  },
4462
4462
  "propToVariantKeys": {
4463
- "orientation": [
4464
- "data-paddle-nav-orientation"
4463
+ "variant": [
4464
+ "tabVariantRoot",
4465
+ "tabVariantIcon"
4466
+ ],
4467
+ "activeState": [
4468
+ "tabVariantActiveIcon"
4469
+ ],
4470
+ "startIcon": [
4471
+ "icon"
4472
+ ],
4473
+ "endIcon": [
4474
+ "icon"
4465
4475
  ]
4466
4476
  },
4467
- "runtimeConfigDefaultProps": {},
4477
+ "runtimeConfigDefaultProps": {
4478
+ "size": "tab.defaultSize"
4479
+ },
4468
4480
  "runtimeConfigGetStyles": {},
4469
4481
  "runtimeConfigInternalComponentProps": {},
4470
4482
  "motionVarPrefixes": []
4471
4483
  },
4472
- "PaddleNavContent": {
4473
- "name": "PaddleNavContent",
4484
+ "UDSToastConfigProvider": {
4485
+ "name": "UDSToastConfigProvider",
4474
4486
  "defaultProps": {},
4475
4487
  "getStylesLiterals": {},
4476
- "cxLiterals": [
4477
- "min-w-0",
4478
- "min-h-0",
4479
- "relative"
4488
+ "cxLiterals": [],
4489
+ "internalComponents": [
4490
+ "ToastContext.Provider"
4480
4491
  ],
4481
- "internalComponents": [],
4482
4492
  "internalComponentProps": {},
4483
4493
  "propToVariantKeys": {},
4484
4494
  "runtimeConfigDefaultProps": {},
@@ -4486,329 +4496,34 @@
4486
4496
  "runtimeConfigInternalComponentProps": {},
4487
4497
  "motionVarPrefixes": []
4488
4498
  },
4489
- "PaddleButtonPrevious": {
4490
- "name": "PaddleButtonPrevious",
4499
+ "ToastContainer": {
4500
+ "name": "ToastContainer",
4491
4501
  "defaultProps": {},
4492
- "getStylesLiterals": {},
4493
- "cxLiterals": [],
4502
+ "getStylesLiterals": {
4503
+ "position": "relative",
4504
+ "alignItems": "center",
4505
+ "display": "flex",
4506
+ "className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
4507
+ },
4508
+ "cxLiterals": [
4509
+ "w-full"
4510
+ ],
4494
4511
  "internalComponents": [
4495
- "PaddleButton"
4512
+ "HStack"
4496
4513
  ],
4497
4514
  "internalComponentProps": {
4498
- "PaddleButton": {
4499
- "paddleRole": [
4500
- "previous"
4501
- ]
4502
- }
4503
- },
4504
- "propToVariantKeys": {},
4505
- "runtimeConfigDefaultProps": {},
4506
- "runtimeConfigGetStyles": {},
4507
- "runtimeConfigInternalComponentProps": {},
4508
- "motionVarPrefixes": []
4509
- },
4510
- "PaddleButton": {
4511
- "name": "PaddleButton",
4512
- "defaultProps": {},
4513
- "getStylesLiterals": {},
4514
- "cxLiterals": [
4515
- "relative",
4516
- "inline-flex",
4517
- "items-center",
4518
- "justify-center",
4519
- "box-border",
4520
- "overflow-hidden",
4521
- "border-solid",
4522
- "select-none",
4523
- "uds-nested-radius",
4524
- "transition-[color,border-color,box-shadow]",
4525
- "duration-[180ms]",
4526
- "ease-[cubic-bezier(0,0,0.2,1)]",
4527
- "uds-ring",
4528
- "cursor-pointer",
4529
- "cursor-not-allowed",
4530
- "opacity-50",
4531
- "pointer-events-none",
4532
- "hidden",
4533
- "absolute",
4534
- "inset-0",
4535
- "-z-10",
4536
- "rounded-[var(--uds-nested-radius)]",
4537
- "transition-[background-color,opacity]"
4538
- ],
4539
- "internalComponents": [
4540
- "Icon"
4541
- ],
4542
- "internalComponentProps": {
4543
- "Icon": {
4544
- "color": [
4545
- "current"
4546
- ]
4547
- }
4548
- },
4549
- "propToVariantKeys": {
4550
- "size": [
4551
- "paddlenavSizeRoot",
4552
- "paddlenavSizeIcon"
4553
- ],
4554
- "variant": [
4555
- "paddlenavVariantRoot",
4556
- "paddlenavVariantBackground",
4557
- "paddlenavVariantIcon"
4558
- ]
4559
- },
4560
- "runtimeConfigDefaultProps": {
4561
- "size": "paddleNav.defaultSize"
4562
- },
4563
- "runtimeConfigGetStyles": {},
4564
- "runtimeConfigInternalComponentProps": {
4565
- "Icon": {
4566
- "size": [
4567
- "paddleNav.iconSize.${size}"
4568
- ]
4569
- }
4570
- },
4571
- "motionVarPrefixes": []
4572
- },
4573
- "TabList": {
4574
- "name": "TabList",
4575
- "defaultProps": {
4576
- "variant": "primary"
4577
- },
4578
- "getStylesLiterals": {
4579
- "tabSizeRoot": "default",
4580
- "tabVariantActiveRoot": "on"
4581
- },
4582
- "cxLiterals": [
4583
- "pointer-events-none",
4584
- "absolute",
4585
- "bottom-0",
4586
- "left-0",
4587
- "right-0",
4588
- "h-[var(--uds-tab-underline-width,0px)]",
4589
- "bg-[var(--uds-tab-underline-color,transparent)]",
4590
- "transition-[height,background-color]",
4591
- "duration-[240ms]",
4592
- "ease-[cubic-bezier(0.2,0,0,1)]",
4593
- "!m-0",
4594
- "!p-0",
4595
- "!gap-0",
4596
- "box-border",
4597
- "z-0",
4598
- "min-w-0",
4599
- "min-h-0",
4600
- "flex",
4601
- "flex-row",
4602
- "items-center",
4603
- "overflow-x-auto",
4604
- "overflow-y-clip",
4605
- "scrollbar-none",
4606
- "[overflow-clip-margin:6px]",
4607
- "overflow-clip",
4608
- "[overflow-clip-margin:8px]",
4609
- "relative",
4610
- "left",
4611
- "240ms",
4612
- "cubic-bezier(0.2,",
4613
- "0,",
4614
- "1),",
4615
- "top",
4616
- "width",
4617
- "height",
4618
- "1)",
4619
- "--uds-tab-underline-color",
4620
- "--uds-tab-underline-width"
4621
- ],
4622
- "internalComponents": [
4623
- "AriakitTabList"
4624
- ],
4625
- "internalComponentProps": {},
4626
- "propToVariantKeys": {
4627
- "variant": [
4628
- "tabsVariantRoot",
4629
- "tabVariantRoot"
4630
- ]
4631
- },
4632
- "runtimeConfigDefaultProps": {},
4633
- "runtimeConfigGetStyles": {},
4634
- "runtimeConfigInternalComponentProps": {},
4635
- "motionVarPrefixes": []
4636
- },
4637
- "TabPanel": {
4638
- "name": "TabPanel",
4639
- "defaultProps": {},
4640
- "getStylesLiterals": {},
4641
- "cxLiterals": [],
4642
- "internalComponents": [
4643
- "AriakitTabPanel"
4644
- ],
4645
- "internalComponentProps": {},
4646
- "propToVariantKeys": {},
4647
- "runtimeConfigDefaultProps": {},
4648
- "runtimeConfigGetStyles": {},
4649
- "runtimeConfigInternalComponentProps": {},
4650
- "motionVarPrefixes": []
4651
- },
4652
- "Tabs": {
4653
- "name": "Tabs",
4654
- "defaultProps": {
4655
- "variant": "primary"
4656
- },
4657
- "getStylesLiterals": {},
4658
- "cxLiterals": [],
4659
- "internalComponents": [
4660
- "TabsContext.Provider",
4661
- "TabProvider"
4662
- ],
4663
- "internalComponentProps": {},
4664
- "propToVariantKeys": {
4665
- "onSelectionChange": [
4666
- "setSelectedId"
4667
- ]
4668
- },
4669
- "runtimeConfigDefaultProps": {},
4670
- "runtimeConfigGetStyles": {},
4671
- "runtimeConfigInternalComponentProps": {},
4672
- "motionVarPrefixes": []
4673
- },
4674
- "UDSTabConfigProvider": {
4675
- "name": "UDSTabConfigProvider",
4676
- "defaultProps": {},
4677
- "getStylesLiterals": {},
4678
- "cxLiterals": [
4679
- "sm"
4680
- ],
4681
- "internalComponents": [],
4682
- "internalComponentProps": {},
4683
- "propToVariantKeys": {},
4684
- "runtimeConfigDefaultProps": {},
4685
- "runtimeConfigGetStyles": {},
4686
- "runtimeConfigInternalComponentProps": {},
4687
- "motionVarPrefixes": []
4688
- },
4689
- "Tab": {
4690
- "name": "Tab",
4691
- "defaultProps": {
4692
- "variant": "primary"
4693
- },
4694
- "getStylesLiterals": {
4695
- "tabSizeRoot": "default",
4696
- "tabVariantActiveRoot": "off",
4697
- "tabVariantActiveRoot:1": "on",
4698
- "tabSizeIcon": "default"
4699
- },
4700
- "cxLiterals": [
4701
- "pointer-events-none",
4702
- "absolute",
4703
- "bottom-0",
4704
- "left-0",
4705
- "right-0",
4706
- "h-[var(--uds-tab-underline-width,0px)]",
4707
- "bg-[var(--uds-tab-underline-color,transparent)]",
4708
- "transition-[height,background-color]",
4709
- "duration-[240ms]",
4710
- "ease-[cubic-bezier(0.2,0,0,1)]",
4711
- "!bg-transparent",
4712
- "!shadow-none",
4713
- "inline-flex",
4714
- "items-center",
4715
- "shrink-0",
4716
- "box-border",
4717
- "relative",
4718
- "z-[1]",
4719
- "cursor-pointer",
4720
- "select-none",
4721
- "whitespace-nowrap",
4722
- "uds-ring",
4723
- "opacity-50",
4724
- "cursor-default",
4725
- "border-solid",
4726
- "border-b-solid",
4727
- "transition-colors"
4728
- ],
4729
- "internalComponents": [
4730
- "IconSlot",
4731
- "AriakitTab",
4732
- "Text"
4733
- ],
4734
- "internalComponentProps": {
4735
- "Text": {
4736
- "variant": [
4737
- "inherit"
4738
- ],
4739
- "as": [
4740
- "span"
4741
- ],
4742
- "color": [
4743
- "current"
4744
- ]
4745
- }
4746
- },
4747
- "propToVariantKeys": {
4748
- "variant": [
4749
- "tabVariantRoot",
4750
- "tabVariantIcon"
4751
- ],
4752
- "activeState": [
4753
- "tabVariantActiveIcon"
4754
- ],
4755
- "startIcon": [
4756
- "icon"
4757
- ],
4758
- "endIcon": [
4759
- "icon"
4760
- ]
4761
- },
4762
- "runtimeConfigDefaultProps": {
4763
- "size": "tab.defaultSize"
4764
- },
4765
- "runtimeConfigGetStyles": {},
4766
- "runtimeConfigInternalComponentProps": {},
4767
- "motionVarPrefixes": []
4768
- },
4769
- "UDSToastConfigProvider": {
4770
- "name": "UDSToastConfigProvider",
4771
- "defaultProps": {},
4772
- "getStylesLiterals": {},
4773
- "cxLiterals": [],
4774
- "internalComponents": [
4775
- "ToastContext.Provider"
4776
- ],
4777
- "internalComponentProps": {},
4778
- "propToVariantKeys": {},
4779
- "runtimeConfigDefaultProps": {},
4780
- "runtimeConfigGetStyles": {},
4781
- "runtimeConfigInternalComponentProps": {},
4782
- "motionVarPrefixes": []
4783
- },
4784
- "ToastContainer": {
4785
- "name": "ToastContainer",
4786
- "defaultProps": {},
4787
- "getStylesLiterals": {
4788
- "position": "relative",
4789
- "alignItems": "center",
4790
- "display": "flex",
4791
- "className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
4792
- },
4793
- "cxLiterals": [
4794
- "w-full"
4795
- ],
4796
- "internalComponents": [
4797
- "HStack"
4798
- ],
4799
- "internalComponentProps": {
4800
- "HStack": {
4801
- "alignItems": [
4802
- "center"
4803
- ],
4804
- "justifyContent": [
4805
- "space-between"
4806
- ],
4807
- "overflow": [
4808
- "hidden"
4809
- ],
4810
- "position": [
4811
- "relative"
4515
+ "HStack": {
4516
+ "alignItems": [
4517
+ "center"
4518
+ ],
4519
+ "justifyContent": [
4520
+ "space-between"
4521
+ ],
4522
+ "overflow": [
4523
+ "hidden"
4524
+ ],
4525
+ "position": [
4526
+ "relative"
4812
4527
  ]
4813
4528
  }
4814
4529
  },
@@ -4948,167 +4663,437 @@
4948
4663
  },
4949
4664
  "Text": {
4950
4665
  "variant": [
4951
- "toast.textVariant.${size}"
4666
+ "toast.textVariant.${size}"
4667
+ ],
4668
+ "color": [
4669
+ "toast.textColor.${variant}"
4670
+ ]
4671
+ },
4672
+ "Button": {
4673
+ "size": [
4674
+ "toast.buttonSize.${size}"
4675
+ ],
4676
+ "variant": [
4677
+ "toast.buttonVariant.${variant}"
4678
+ ]
4679
+ }
4680
+ },
4681
+ "motionVarPrefixes": []
4682
+ },
4683
+ "Checkbox": {
4684
+ "name": "Checkbox",
4685
+ "defaultProps": {},
4686
+ "getStylesLiterals": {},
4687
+ "cxLiterals": [
4688
+ "opacity-0",
4689
+ "opacity-55",
4690
+ "opacity-100",
4691
+ "uds-ring",
4692
+ "uds-ring-within",
4693
+ "transition-[background-color,border-color,box-shadow]",
4694
+ "pointer-events-none",
4695
+ "transition-opacity",
4696
+ "group",
4697
+ "group-hover:scale-110",
4698
+ "group-active:scale-90",
4699
+ "transition-[background-color,border-color,box-shadow,transform]",
4700
+ "group-active:opacity-55"
4701
+ ],
4702
+ "internalComponents": [
4703
+ "CheckboxBase",
4704
+ "Icon",
4705
+ "SpringMotionConfig",
4706
+ "RootElement",
4707
+ "MotionBox",
4708
+ "Box",
4709
+ "CheckboxProps"
4710
+ ],
4711
+ "internalComponentProps": {
4712
+ "Icon": {
4713
+ "size": [
4714
+ "sm"
4715
+ ]
4716
+ },
4717
+ "RootElement": {
4718
+ "data-testid": [
4719
+ "container"
4720
+ ]
4721
+ },
4722
+ "MotionBox": {
4723
+ "position": [
4724
+ "relative"
4725
+ ],
4726
+ "alignItems": [
4727
+ "center"
4728
+ ],
4729
+ "justifyContent": [
4730
+ "center"
4731
+ ],
4732
+ "flex": [
4733
+ "none"
4734
+ ]
4735
+ },
4736
+ "Box": {
4737
+ "position": [
4738
+ "relative"
4739
+ ],
4740
+ "alignItems": [
4741
+ "center"
4742
+ ],
4743
+ "justifyContent": [
4744
+ "center"
4745
+ ],
4746
+ "flex": [
4747
+ "none"
4748
+ ]
4749
+ }
4750
+ },
4751
+ "propToVariantKeys": {
4752
+ "size": [
4753
+ "checkboxSizeCheckbox"
4754
+ ],
4755
+ "variant": [
4756
+ "checkboxVariantCheckbox",
4757
+ "checkboxVariantCheckboxIcon"
4758
+ ],
4759
+ "valueState": [
4760
+ "checkboxVariantValueCheckbox",
4761
+ "checkboxVariantValueCheckboxIcon"
4762
+ ],
4763
+ "reduceMotion": [
4764
+ "reducedMotion"
4765
+ ]
4766
+ },
4767
+ "runtimeConfigDefaultProps": {},
4768
+ "runtimeConfigGetStyles": {},
4769
+ "runtimeConfigInternalComponentProps": {},
4770
+ "motionVarPrefixes": [
4771
+ "--uds-motion-subtle-3-",
4772
+ "--uds-motion-smooth-3-"
4773
+ ]
4774
+ },
4775
+ "CheckboxBase": {
4776
+ "name": "CheckboxBase",
4777
+ "defaultProps": {
4778
+ "labelPosition": "start",
4779
+ "variant": "primary",
4780
+ "size": "md"
4781
+ },
4782
+ "getStylesLiterals": {
4783
+ "display": "flex",
4784
+ "flexDirection": "row",
4785
+ "flexDirection:1": "row-reverse",
4786
+ "alignItems": "center"
4787
+ },
4788
+ "cxLiterals": [
4789
+ "cursor-pointer",
4790
+ "cursor-default",
4791
+ "opacity-50",
4792
+ "cursor-[inherit]",
4793
+ "absolute",
4794
+ "opacity-0",
4795
+ "top-[-1px]",
4796
+ "left-[-1px]",
4797
+ "w-[calc(100%+2px)]",
4798
+ "h-[calc(100%+2px)]",
4799
+ "text-start",
4800
+ "text-end"
4801
+ ],
4802
+ "internalComponents": [
4803
+ "FormLabel"
4804
+ ],
4805
+ "internalComponentProps": {
4806
+ "FormLabel": {
4807
+ "as": [
4808
+ "div"
4809
+ ],
4810
+ "variant": [
4811
+ "inherit"
4812
+ ],
4813
+ "color": [
4814
+ "inherit"
4815
+ ]
4816
+ }
4817
+ },
4818
+ "propToVariantKeys": {
4819
+ "size": [
4820
+ "checkboxSizeRoot"
4821
+ ],
4822
+ "variant": [
4823
+ "checkboxVariantRoot"
4824
+ ],
4825
+ "valueState": [
4826
+ "checkboxVariantValueRoot"
4827
+ ]
4828
+ },
4829
+ "runtimeConfigDefaultProps": {},
4830
+ "runtimeConfigGetStyles": {},
4831
+ "runtimeConfigInternalComponentProps": {},
4832
+ "motionVarPrefixes": []
4833
+ },
4834
+ "BottomSheetDismiss": {
4835
+ "name": "BottomSheetDismiss",
4836
+ "defaultProps": {},
4837
+ "getStylesLiterals": {},
4838
+ "cxLiterals": [],
4839
+ "internalComponents": [
4840
+ "AriakitDialogDismiss"
4841
+ ],
4842
+ "internalComponentProps": {},
4843
+ "propToVariantKeys": {},
4844
+ "runtimeConfigDefaultProps": {},
4845
+ "runtimeConfigGetStyles": {},
4846
+ "runtimeConfigInternalComponentProps": {},
4847
+ "motionVarPrefixes": []
4848
+ },
4849
+ "BottomSheetContent": {
4850
+ "name": "BottomSheetContent",
4851
+ "defaultProps": {},
4852
+ "getStylesLiterals": {},
4853
+ "cxLiterals": [
4854
+ "min-h-0",
4855
+ "touch-pan-y"
4856
+ ],
4857
+ "internalComponents": [
4858
+ "Box",
4859
+ "VStack"
4860
+ ],
4861
+ "internalComponentProps": {
4862
+ "Box": {
4863
+ "display": [
4864
+ "block"
4865
+ ],
4866
+ "flex": [
4867
+ "1"
4868
+ ]
4869
+ },
4870
+ "VStack": {
4871
+ "className": [
4872
+ "pb-[calc(env(safe-area-inset-bottom))]"
4873
+ ]
4874
+ }
4875
+ },
4876
+ "propToVariantKeys": {},
4877
+ "runtimeConfigDefaultProps": {},
4878
+ "runtimeConfigGetStyles": {},
4879
+ "runtimeConfigInternalComponentProps": {},
4880
+ "motionVarPrefixes": []
4881
+ },
4882
+ "BottomSheetHeader": {
4883
+ "name": "BottomSheetHeader",
4884
+ "defaultProps": {
4885
+ "variant": "default"
4886
+ },
4887
+ "getStylesLiterals": {},
4888
+ "cxLiterals": [
4889
+ "grid-cols-[40px_1fr_40px]",
4890
+ "items-center",
4891
+ "w-full",
4892
+ "min-h-10",
4893
+ "mt-2"
4894
+ ],
4895
+ "internalComponents": [
4896
+ "Box",
4897
+ "Text",
4898
+ "DialogHeading"
4899
+ ],
4900
+ "internalComponentProps": {
4901
+ "Box": {
4902
+ "className": [
4903
+ "h-10 w-10 opacity-0 pointer-events-none"
4904
+ ],
4905
+ "display": [
4906
+ "grid",
4907
+ "flex"
4908
+ ],
4909
+ "justifyContent": [
4910
+ "flex-start",
4911
+ "flex-end"
4912
+ ]
4913
+ },
4914
+ "Text": {
4915
+ "as": [
4916
+ "p"
4917
+ ],
4918
+ "variant": [
4919
+ "inherit"
4952
4920
  ],
4953
4921
  "color": [
4954
- "toast.textColor.${variant}"
4922
+ "inherit"
4923
+ ],
4924
+ "textAlign": [
4925
+ "center"
4926
+ ],
4927
+ "className": [
4928
+ "m-0 w-full"
4955
4929
  ]
4956
4930
  },
4957
- "Button": {
4958
- "size": [
4959
- "toast.buttonSize.${size}"
4960
- ],
4961
- "variant": [
4962
- "toast.buttonVariant.${variant}"
4931
+ "DialogHeading": {
4932
+ "role": [
4933
+ "heading"
4963
4934
  ]
4964
4935
  }
4965
4936
  },
4937
+ "propToVariantKeys": {
4938
+ "variant": [
4939
+ "bottomsheetVariantHeader"
4940
+ ]
4941
+ },
4942
+ "runtimeConfigDefaultProps": {},
4943
+ "runtimeConfigGetStyles": {},
4944
+ "runtimeConfigInternalComponentProps": {},
4966
4945
  "motionVarPrefixes": []
4967
4946
  },
4968
- "Checkbox": {
4969
- "name": "Checkbox",
4947
+ "BottomSheetTrigger": {
4948
+ "name": "BottomSheetTrigger",
4949
+ "defaultProps": {},
4950
+ "getStylesLiterals": {},
4951
+ "cxLiterals": [],
4952
+ "internalComponents": [
4953
+ "AriakitDialogDisclosure"
4954
+ ],
4955
+ "internalComponentProps": {},
4956
+ "propToVariantKeys": {},
4957
+ "runtimeConfigDefaultProps": {},
4958
+ "runtimeConfigGetStyles": {},
4959
+ "runtimeConfigInternalComponentProps": {},
4960
+ "motionVarPrefixes": []
4961
+ },
4962
+ "UDSBottomSheetConfigProvider": {
4963
+ "name": "UDSBottomSheetConfigProvider",
4964
+ "defaultProps": {},
4965
+ "getStylesLiterals": {},
4966
+ "cxLiterals": [],
4967
+ "internalComponents": [
4968
+ "BottomSheetContext.Provider"
4969
+ ],
4970
+ "internalComponentProps": {},
4971
+ "propToVariantKeys": {},
4972
+ "runtimeConfigDefaultProps": {},
4973
+ "runtimeConfigGetStyles": {},
4974
+ "runtimeConfigInternalComponentProps": {},
4975
+ "motionVarPrefixes": []
4976
+ },
4977
+ "BottomSheetInternalContext": {
4978
+ "name": "BottomSheetInternalContext",
4970
4979
  "defaultProps": {},
4971
4980
  "getStylesLiterals": {},
4981
+ "cxLiterals": [],
4982
+ "internalComponents": [],
4983
+ "internalComponentProps": {},
4984
+ "propToVariantKeys": {},
4985
+ "runtimeConfigDefaultProps": {},
4986
+ "runtimeConfigGetStyles": {},
4987
+ "runtimeConfigInternalComponentProps": {},
4988
+ "motionVarPrefixes": []
4989
+ },
4990
+ "BottomSheet": {
4991
+ "name": "BottomSheet",
4992
+ "defaultProps": {
4993
+ "variant": "default"
4994
+ },
4995
+ "getStylesLiterals": {},
4972
4996
  "cxLiterals": [
4973
- "opacity-0",
4974
- "opacity-55",
4975
- "opacity-100",
4976
- "uds-ring",
4977
- "uds-ring-within",
4978
- "transition-[background-color,border-color,box-shadow]",
4979
- "pointer-events-none",
4980
- "transition-opacity",
4981
- "group",
4982
- "group-hover:scale-110",
4983
- "group-active:scale-90",
4984
- "transition-[background-color,border-color,box-shadow,transform]",
4985
- "group-active:opacity-55"
4997
+ "fixed",
4998
+ "overflow-hidden",
4999
+ "inset-x-0",
5000
+ "bottom-0",
5001
+ "z-50",
5002
+ "[will-change:transform]",
5003
+ "touch-none",
5004
+ "[transform:translate3d(0,var(--uds-bottomsheet-hidden-translate),0)]",
5005
+ "data-[enter]:[transform:translate3d(0,var(--uds-bottomsheet-visible-translate),0)]",
5006
+ "transition-transform",
5007
+ "duration-500",
5008
+ "ease-[cubic-bezier(0.32,0.72,0,1)]",
5009
+ "motion-reduce:transition-none",
5010
+ "top-[-4px]",
5011
+ "z-[1]",
5012
+ "touch-pan-y"
4986
5013
  ],
4987
5014
  "internalComponents": [
4988
- "CheckboxBase",
4989
- "Icon",
4990
- "SpringMotionConfig",
4991
- "RootElement",
4992
- "MotionBox",
5015
+ "Scrim",
5016
+ "BottomSheetHandle",
5017
+ "Dialog",
4993
5018
  "Box",
4994
- "CheckboxProps"
5019
+ "BottomSheetInternalContext.Provider"
4995
5020
  ],
4996
5021
  "internalComponentProps": {
4997
- "Icon": {
4998
- "size": [
4999
- "sm"
5022
+ "BottomSheetHandle": {
5023
+ "ariaLabel": [
5024
+ "Resize sheet"
5000
5025
  ]
5001
5026
  },
5002
- "RootElement": {
5027
+ "Dialog": {
5003
5028
  "data-testid": [
5004
- "container"
5005
- ]
5006
- },
5007
- "MotionBox": {
5008
- "position": [
5009
- "relative"
5010
- ],
5011
- "alignItems": [
5012
- "center"
5013
- ],
5014
- "justifyContent": [
5015
- "center"
5016
- ],
5017
- "flex": [
5018
- "none"
5029
+ "bottom-sheet"
5019
5030
  ]
5020
5031
  },
5021
5032
  "Box": {
5022
- "position": [
5023
- "relative"
5033
+ "display": [
5034
+ "block",
5035
+ "flex"
5024
5036
  ],
5025
- "alignItems": [
5026
- "center"
5037
+ "position": [
5038
+ "absolute"
5027
5039
  ],
5028
- "justifyContent": [
5029
- "center"
5040
+ "flexDirection": [
5041
+ "column"
5030
5042
  ],
5031
- "flex": [
5032
- "none"
5043
+ "className": [
5044
+ "absolute inset-0 min-h-0 p-[inherit]"
5033
5045
  ]
5034
5046
  }
5035
5047
  },
5036
5048
  "propToVariantKeys": {
5037
- "size": [
5038
- "checkboxSizeCheckbox"
5039
- ],
5040
5049
  "variant": [
5041
- "checkboxVariantCheckbox",
5042
- "checkboxVariantCheckboxIcon"
5043
- ],
5044
- "valueState": [
5045
- "checkboxVariantValueCheckbox",
5046
- "checkboxVariantValueCheckboxIcon"
5047
- ],
5048
- "reduceMotion": [
5049
- "reducedMotion"
5050
+ "bottomsheetVariantRoot"
5050
5051
  ]
5051
5052
  },
5052
5053
  "runtimeConfigDefaultProps": {},
5053
5054
  "runtimeConfigGetStyles": {},
5054
5055
  "runtimeConfigInternalComponentProps": {},
5055
- "motionVarPrefixes": [
5056
- "--uds-motion-subtle-3-",
5057
- "--uds-motion-smooth-3-"
5058
- ]
5056
+ "motionVarPrefixes": []
5059
5057
  },
5060
- "CheckboxBase": {
5061
- "name": "CheckboxBase",
5058
+ "BottomSheetHandle": {
5059
+ "name": "BottomSheetHandle",
5062
5060
  "defaultProps": {
5063
- "labelPosition": "start",
5064
- "variant": "primary",
5065
- "size": "md"
5066
- },
5067
- "getStylesLiterals": {
5068
- "display": "flex",
5069
- "flexDirection": "row",
5070
- "flexDirection:1": "row-reverse",
5071
- "alignItems": "center"
5061
+ "variant": "default"
5072
5062
  },
5063
+ "getStylesLiterals": {},
5073
5064
  "cxLiterals": [
5074
- "cursor-pointer",
5075
- "cursor-default",
5076
- "opacity-50",
5077
- "cursor-[inherit]",
5065
+ "relative",
5066
+ "h-5",
5067
+ "w-16",
5068
+ "outline-none",
5069
+ "focus-visible:outline-none",
5070
+ "[touch-action:pan-y]",
5078
5071
  "absolute",
5079
- "opacity-0",
5080
- "top-[-1px]",
5081
- "left-[-1px]",
5082
- "w-[calc(100%+2px)]",
5083
- "h-[calc(100%+2px)]",
5084
- "text-start",
5085
- "text-end"
5072
+ "left-1/2",
5073
+ "top-1/2",
5074
+ "-translate-x-1/2",
5075
+ "-translate-y-1/2",
5076
+ "h-1",
5077
+ "w-8",
5078
+ "rounded-full"
5086
5079
  ],
5087
5080
  "internalComponents": [
5088
- "FormLabel"
5081
+ "Box"
5089
5082
  ],
5090
5083
  "internalComponentProps": {
5091
- "FormLabel": {
5092
- "as": [
5093
- "div"
5094
- ],
5095
- "variant": [
5096
- "inherit"
5084
+ "Box": {
5085
+ "display": [
5086
+ "block",
5087
+ "flex"
5097
5088
  ],
5098
- "color": [
5099
- "inherit"
5089
+ "justifyContent": [
5090
+ "center"
5100
5091
  ]
5101
5092
  }
5102
5093
  },
5103
5094
  "propToVariantKeys": {
5104
- "size": [
5105
- "checkboxSizeRoot"
5106
- ],
5107
5095
  "variant": [
5108
- "checkboxVariantRoot"
5109
- ],
5110
- "valueState": [
5111
- "checkboxVariantValueRoot"
5096
+ "bottomsheetVariantHandleIndicator"
5112
5097
  ]
5113
5098
  },
5114
5099
  "runtimeConfigDefaultProps": {},
@@ -5116,6 +5101,21 @@
5116
5101
  "runtimeConfigInternalComponentProps": {},
5117
5102
  "motionVarPrefixes": []
5118
5103
  },
5104
+ "BottomSheetProvider": {
5105
+ "name": "BottomSheetProvider",
5106
+ "defaultProps": {},
5107
+ "getStylesLiterals": {},
5108
+ "cxLiterals": [],
5109
+ "internalComponents": [
5110
+ "AriakitDialogProvider"
5111
+ ],
5112
+ "internalComponentProps": {},
5113
+ "propToVariantKeys": {},
5114
+ "runtimeConfigDefaultProps": {},
5115
+ "runtimeConfigGetStyles": {},
5116
+ "runtimeConfigInternalComponentProps": {},
5117
+ "motionVarPrefixes": []
5118
+ },
5119
5119
  "SwitchStaticHandle": {
5120
5120
  "name": "SwitchStaticHandle",
5121
5121
  "defaultProps": {},