@yahoo/uds 3.158.0 → 3.158.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.
@@ -2108,6 +2108,137 @@ var componentData_default = {
2108
2108
  "runtimeConfigInternalComponentProps": {},
2109
2109
  "motionVarPrefixes": []
2110
2110
  },
2111
+ UDSToastConfigProvider: {
2112
+ "name": "UDSToastConfigProvider",
2113
+ "defaultProps": {},
2114
+ "getStylesLiterals": {},
2115
+ "cxLiterals": [],
2116
+ "internalComponents": ["ToastContext.Provider"],
2117
+ "internalComponentProps": {},
2118
+ "propToVariantKeys": {},
2119
+ "runtimeConfigDefaultProps": {},
2120
+ "runtimeConfigGetStyles": {},
2121
+ "runtimeConfigInternalComponentProps": {},
2122
+ "motionVarPrefixes": []
2123
+ },
2124
+ ToastPortal: {
2125
+ "name": "ToastPortal",
2126
+ "defaultProps": {},
2127
+ "getStylesLiterals": {},
2128
+ "cxLiterals": [],
2129
+ "internalComponents": ["ReactToastifyToastContainer"],
2130
+ "internalComponentProps": {},
2131
+ "propToVariantKeys": {},
2132
+ "runtimeConfigDefaultProps": {
2133
+ "size": "toast.defaultSize",
2134
+ "variant": "toast.defaultVariant"
2135
+ },
2136
+ "runtimeConfigGetStyles": {},
2137
+ "runtimeConfigInternalComponentProps": { "ReactToastifyToastContainer": { "autoClose": ["toast.autoClose"] } },
2138
+ "motionVarPrefixes": []
2139
+ },
2140
+ ToastContainer: {
2141
+ "name": "ToastContainer",
2142
+ "defaultProps": {},
2143
+ "getStylesLiterals": {
2144
+ "position": "relative",
2145
+ "alignItems": "center",
2146
+ "display": "flex",
2147
+ "className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
2148
+ },
2149
+ "cxLiterals": ["w-full"],
2150
+ "internalComponents": ["HStack"],
2151
+ "internalComponentProps": { "HStack": {
2152
+ "alignItems": ["center"],
2153
+ "justifyContent": ["space-between"],
2154
+ "overflow": ["hidden"],
2155
+ "position": ["relative"]
2156
+ } },
2157
+ "propToVariantKeys": {
2158
+ "variant": ["toastVariantRoot"],
2159
+ "size": ["toastSizeRoot"]
2160
+ },
2161
+ "runtimeConfigDefaultProps": {
2162
+ "size": "toast.defaultSize",
2163
+ "variant": "toast.defaultVariant"
2164
+ },
2165
+ "runtimeConfigGetStyles": {
2166
+ "toastVariantRoot": ["toast.defaultVariant"],
2167
+ "toastSizeRoot": ["toast.defaultSize"]
2168
+ },
2169
+ "runtimeConfigInternalComponentProps": { "HStack": { "backgroundColor": ["toast.backgroundColor.${variant}"] } },
2170
+ "motionVarPrefixes": []
2171
+ },
2172
+ Toast: {
2173
+ "name": "Toast",
2174
+ "defaultProps": {},
2175
+ "getStylesLiterals": {
2176
+ "className": "animate-spin",
2177
+ "className:1": "flex-none",
2178
+ "spacing": "2",
2179
+ "borderRadius": "full"
2180
+ },
2181
+ "cxLiterals": [
2182
+ "duration-0",
2183
+ "duration-120",
2184
+ "transition-[background-color]",
2185
+ "bg-carbon-15/0",
2186
+ "hover:bg-carbon-15/10",
2187
+ "active:bg-carbon-15/15",
2188
+ "uds-ring"
2189
+ ],
2190
+ "internalComponents": [
2191
+ "IconSlot",
2192
+ "ToastContainer",
2193
+ "Text",
2194
+ "Button",
2195
+ "Pressable"
2196
+ ],
2197
+ "internalComponentProps": {},
2198
+ "propToVariantKeys": {
2199
+ "size": [
2200
+ "toastSizeLabel",
2201
+ "toastSizeIcon",
2202
+ "toastSizeActionButton",
2203
+ "toastSizeCloseIcon"
2204
+ ],
2205
+ "variant": [
2206
+ "toastVariantIcon",
2207
+ "toastVariantActionButton",
2208
+ "toastVariantCloseIcon"
2209
+ ],
2210
+ "closeIcon": ["icon"],
2211
+ "onClickActionButton": ["onClick"]
2212
+ },
2213
+ "runtimeConfigDefaultProps": {
2214
+ "size": "toast.defaultSize",
2215
+ "variant": "toast.defaultVariant"
2216
+ },
2217
+ "runtimeConfigGetStyles": {
2218
+ "toastSizeLabel": ["toast.defaultSize"],
2219
+ "toastVariantIcon": ["toast.defaultVariant"],
2220
+ "toastSizeIcon": ["toast.defaultSize"],
2221
+ "toastSizeActionButton": ["toast.defaultSize"],
2222
+ "toastVariantActionButton": ["toast.defaultVariant"],
2223
+ "toastVariantCloseIcon": ["toast.defaultVariant"],
2224
+ "toastSizeCloseIcon": ["toast.defaultSize"]
2225
+ },
2226
+ "runtimeConfigInternalComponentProps": {
2227
+ "ToastContainer": {
2228
+ "size": ["toast.defaultSize"],
2229
+ "variant": ["toast.defaultVariant"]
2230
+ },
2231
+ "Text": {
2232
+ "variant": ["toast.textVariant.${size}"],
2233
+ "color": ["toast.textColor.${variant}"]
2234
+ },
2235
+ "Button": {
2236
+ "size": ["toast.buttonSize.${size}"],
2237
+ "variant": ["toast.buttonVariant.${variant}"]
2238
+ }
2239
+ },
2240
+ "motionVarPrefixes": []
2241
+ },
2111
2242
  TabList: {
2112
2243
  "name": "TabList",
2113
2244
  "defaultProps": { "variant": "primary" },
@@ -2248,137 +2379,6 @@ var componentData_default = {
2248
2379
  "runtimeConfigInternalComponentProps": {},
2249
2380
  "motionVarPrefixes": []
2250
2381
  },
2251
- UDSToastConfigProvider: {
2252
- "name": "UDSToastConfigProvider",
2253
- "defaultProps": {},
2254
- "getStylesLiterals": {},
2255
- "cxLiterals": [],
2256
- "internalComponents": ["ToastContext.Provider"],
2257
- "internalComponentProps": {},
2258
- "propToVariantKeys": {},
2259
- "runtimeConfigDefaultProps": {},
2260
- "runtimeConfigGetStyles": {},
2261
- "runtimeConfigInternalComponentProps": {},
2262
- "motionVarPrefixes": []
2263
- },
2264
- ToastPortal: {
2265
- "name": "ToastPortal",
2266
- "defaultProps": {},
2267
- "getStylesLiterals": {},
2268
- "cxLiterals": [],
2269
- "internalComponents": ["ReactToastifyToastContainer"],
2270
- "internalComponentProps": {},
2271
- "propToVariantKeys": {},
2272
- "runtimeConfigDefaultProps": {
2273
- "size": "toast.defaultSize",
2274
- "variant": "toast.defaultVariant"
2275
- },
2276
- "runtimeConfigGetStyles": {},
2277
- "runtimeConfigInternalComponentProps": { "ReactToastifyToastContainer": { "autoClose": ["toast.autoClose"] } },
2278
- "motionVarPrefixes": []
2279
- },
2280
- ToastContainer: {
2281
- "name": "ToastContainer",
2282
- "defaultProps": {},
2283
- "getStylesLiterals": {
2284
- "position": "relative",
2285
- "alignItems": "center",
2286
- "display": "flex",
2287
- "className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
2288
- },
2289
- "cxLiterals": ["w-full"],
2290
- "internalComponents": ["HStack"],
2291
- "internalComponentProps": { "HStack": {
2292
- "alignItems": ["center"],
2293
- "justifyContent": ["space-between"],
2294
- "overflow": ["hidden"],
2295
- "position": ["relative"]
2296
- } },
2297
- "propToVariantKeys": {
2298
- "variant": ["toastVariantRoot"],
2299
- "size": ["toastSizeRoot"]
2300
- },
2301
- "runtimeConfigDefaultProps": {
2302
- "size": "toast.defaultSize",
2303
- "variant": "toast.defaultVariant"
2304
- },
2305
- "runtimeConfigGetStyles": {
2306
- "toastVariantRoot": ["toast.defaultVariant"],
2307
- "toastSizeRoot": ["toast.defaultSize"]
2308
- },
2309
- "runtimeConfigInternalComponentProps": { "HStack": { "backgroundColor": ["toast.backgroundColor.${variant}"] } },
2310
- "motionVarPrefixes": []
2311
- },
2312
- Toast: {
2313
- "name": "Toast",
2314
- "defaultProps": {},
2315
- "getStylesLiterals": {
2316
- "className": "animate-spin",
2317
- "className:1": "flex-none",
2318
- "spacing": "2",
2319
- "borderRadius": "full"
2320
- },
2321
- "cxLiterals": [
2322
- "duration-0",
2323
- "duration-120",
2324
- "transition-[background-color]",
2325
- "bg-carbon-15/0",
2326
- "hover:bg-carbon-15/10",
2327
- "active:bg-carbon-15/15",
2328
- "uds-ring"
2329
- ],
2330
- "internalComponents": [
2331
- "IconSlot",
2332
- "ToastContainer",
2333
- "Text",
2334
- "Button",
2335
- "Pressable"
2336
- ],
2337
- "internalComponentProps": {},
2338
- "propToVariantKeys": {
2339
- "size": [
2340
- "toastSizeLabel",
2341
- "toastSizeIcon",
2342
- "toastSizeActionButton",
2343
- "toastSizeCloseIcon"
2344
- ],
2345
- "variant": [
2346
- "toastVariantIcon",
2347
- "toastVariantActionButton",
2348
- "toastVariantCloseIcon"
2349
- ],
2350
- "closeIcon": ["icon"],
2351
- "onClickActionButton": ["onClick"]
2352
- },
2353
- "runtimeConfigDefaultProps": {
2354
- "size": "toast.defaultSize",
2355
- "variant": "toast.defaultVariant"
2356
- },
2357
- "runtimeConfigGetStyles": {
2358
- "toastSizeLabel": ["toast.defaultSize"],
2359
- "toastVariantIcon": ["toast.defaultVariant"],
2360
- "toastSizeIcon": ["toast.defaultSize"],
2361
- "toastSizeActionButton": ["toast.defaultSize"],
2362
- "toastVariantActionButton": ["toast.defaultVariant"],
2363
- "toastVariantCloseIcon": ["toast.defaultVariant"],
2364
- "toastSizeCloseIcon": ["toast.defaultSize"]
2365
- },
2366
- "runtimeConfigInternalComponentProps": {
2367
- "ToastContainer": {
2368
- "size": ["toast.defaultSize"],
2369
- "variant": ["toast.defaultVariant"]
2370
- },
2371
- "Text": {
2372
- "variant": ["toast.textVariant.${size}"],
2373
- "color": ["toast.textColor.${variant}"]
2374
- },
2375
- "Button": {
2376
- "size": ["toast.buttonSize.${size}"],
2377
- "variant": ["toast.buttonVariant.${variant}"]
2378
- }
2379
- },
2380
- "motionVarPrefixes": []
2381
- },
2382
2382
  UDSTooltipConfigProvider: {
2383
2383
  "name": "UDSTooltipConfigProvider",
2384
2384
  "defaultProps": {},
@@ -2108,6 +2108,137 @@ var componentData_default = {
2108
2108
  "runtimeConfigInternalComponentProps": {},
2109
2109
  "motionVarPrefixes": []
2110
2110
  },
2111
+ UDSToastConfigProvider: {
2112
+ "name": "UDSToastConfigProvider",
2113
+ "defaultProps": {},
2114
+ "getStylesLiterals": {},
2115
+ "cxLiterals": [],
2116
+ "internalComponents": ["ToastContext.Provider"],
2117
+ "internalComponentProps": {},
2118
+ "propToVariantKeys": {},
2119
+ "runtimeConfigDefaultProps": {},
2120
+ "runtimeConfigGetStyles": {},
2121
+ "runtimeConfigInternalComponentProps": {},
2122
+ "motionVarPrefixes": []
2123
+ },
2124
+ ToastPortal: {
2125
+ "name": "ToastPortal",
2126
+ "defaultProps": {},
2127
+ "getStylesLiterals": {},
2128
+ "cxLiterals": [],
2129
+ "internalComponents": ["ReactToastifyToastContainer"],
2130
+ "internalComponentProps": {},
2131
+ "propToVariantKeys": {},
2132
+ "runtimeConfigDefaultProps": {
2133
+ "size": "toast.defaultSize",
2134
+ "variant": "toast.defaultVariant"
2135
+ },
2136
+ "runtimeConfigGetStyles": {},
2137
+ "runtimeConfigInternalComponentProps": { "ReactToastifyToastContainer": { "autoClose": ["toast.autoClose"] } },
2138
+ "motionVarPrefixes": []
2139
+ },
2140
+ ToastContainer: {
2141
+ "name": "ToastContainer",
2142
+ "defaultProps": {},
2143
+ "getStylesLiterals": {
2144
+ "position": "relative",
2145
+ "alignItems": "center",
2146
+ "display": "flex",
2147
+ "className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
2148
+ },
2149
+ "cxLiterals": ["w-full"],
2150
+ "internalComponents": ["HStack"],
2151
+ "internalComponentProps": { "HStack": {
2152
+ "alignItems": ["center"],
2153
+ "justifyContent": ["space-between"],
2154
+ "overflow": ["hidden"],
2155
+ "position": ["relative"]
2156
+ } },
2157
+ "propToVariantKeys": {
2158
+ "variant": ["toastVariantRoot"],
2159
+ "size": ["toastSizeRoot"]
2160
+ },
2161
+ "runtimeConfigDefaultProps": {
2162
+ "size": "toast.defaultSize",
2163
+ "variant": "toast.defaultVariant"
2164
+ },
2165
+ "runtimeConfigGetStyles": {
2166
+ "toastVariantRoot": ["toast.defaultVariant"],
2167
+ "toastSizeRoot": ["toast.defaultSize"]
2168
+ },
2169
+ "runtimeConfigInternalComponentProps": { "HStack": { "backgroundColor": ["toast.backgroundColor.${variant}"] } },
2170
+ "motionVarPrefixes": []
2171
+ },
2172
+ Toast: {
2173
+ "name": "Toast",
2174
+ "defaultProps": {},
2175
+ "getStylesLiterals": {
2176
+ "className": "animate-spin",
2177
+ "className:1": "flex-none",
2178
+ "spacing": "2",
2179
+ "borderRadius": "full"
2180
+ },
2181
+ "cxLiterals": [
2182
+ "duration-0",
2183
+ "duration-120",
2184
+ "transition-[background-color]",
2185
+ "bg-carbon-15/0",
2186
+ "hover:bg-carbon-15/10",
2187
+ "active:bg-carbon-15/15",
2188
+ "uds-ring"
2189
+ ],
2190
+ "internalComponents": [
2191
+ "IconSlot",
2192
+ "ToastContainer",
2193
+ "Text",
2194
+ "Button",
2195
+ "Pressable"
2196
+ ],
2197
+ "internalComponentProps": {},
2198
+ "propToVariantKeys": {
2199
+ "size": [
2200
+ "toastSizeLabel",
2201
+ "toastSizeIcon",
2202
+ "toastSizeActionButton",
2203
+ "toastSizeCloseIcon"
2204
+ ],
2205
+ "variant": [
2206
+ "toastVariantIcon",
2207
+ "toastVariantActionButton",
2208
+ "toastVariantCloseIcon"
2209
+ ],
2210
+ "closeIcon": ["icon"],
2211
+ "onClickActionButton": ["onClick"]
2212
+ },
2213
+ "runtimeConfigDefaultProps": {
2214
+ "size": "toast.defaultSize",
2215
+ "variant": "toast.defaultVariant"
2216
+ },
2217
+ "runtimeConfigGetStyles": {
2218
+ "toastSizeLabel": ["toast.defaultSize"],
2219
+ "toastVariantIcon": ["toast.defaultVariant"],
2220
+ "toastSizeIcon": ["toast.defaultSize"],
2221
+ "toastSizeActionButton": ["toast.defaultSize"],
2222
+ "toastVariantActionButton": ["toast.defaultVariant"],
2223
+ "toastVariantCloseIcon": ["toast.defaultVariant"],
2224
+ "toastSizeCloseIcon": ["toast.defaultSize"]
2225
+ },
2226
+ "runtimeConfigInternalComponentProps": {
2227
+ "ToastContainer": {
2228
+ "size": ["toast.defaultSize"],
2229
+ "variant": ["toast.defaultVariant"]
2230
+ },
2231
+ "Text": {
2232
+ "variant": ["toast.textVariant.${size}"],
2233
+ "color": ["toast.textColor.${variant}"]
2234
+ },
2235
+ "Button": {
2236
+ "size": ["toast.buttonSize.${size}"],
2237
+ "variant": ["toast.buttonVariant.${variant}"]
2238
+ }
2239
+ },
2240
+ "motionVarPrefixes": []
2241
+ },
2111
2242
  TabList: {
2112
2243
  "name": "TabList",
2113
2244
  "defaultProps": { "variant": "primary" },
@@ -2248,137 +2379,6 @@ var componentData_default = {
2248
2379
  "runtimeConfigInternalComponentProps": {},
2249
2380
  "motionVarPrefixes": []
2250
2381
  },
2251
- UDSToastConfigProvider: {
2252
- "name": "UDSToastConfigProvider",
2253
- "defaultProps": {},
2254
- "getStylesLiterals": {},
2255
- "cxLiterals": [],
2256
- "internalComponents": ["ToastContext.Provider"],
2257
- "internalComponentProps": {},
2258
- "propToVariantKeys": {},
2259
- "runtimeConfigDefaultProps": {},
2260
- "runtimeConfigGetStyles": {},
2261
- "runtimeConfigInternalComponentProps": {},
2262
- "motionVarPrefixes": []
2263
- },
2264
- ToastPortal: {
2265
- "name": "ToastPortal",
2266
- "defaultProps": {},
2267
- "getStylesLiterals": {},
2268
- "cxLiterals": [],
2269
- "internalComponents": ["ReactToastifyToastContainer"],
2270
- "internalComponentProps": {},
2271
- "propToVariantKeys": {},
2272
- "runtimeConfigDefaultProps": {
2273
- "size": "toast.defaultSize",
2274
- "variant": "toast.defaultVariant"
2275
- },
2276
- "runtimeConfigGetStyles": {},
2277
- "runtimeConfigInternalComponentProps": { "ReactToastifyToastContainer": { "autoClose": ["toast.autoClose"] } },
2278
- "motionVarPrefixes": []
2279
- },
2280
- ToastContainer: {
2281
- "name": "ToastContainer",
2282
- "defaultProps": {},
2283
- "getStylesLiterals": {
2284
- "position": "relative",
2285
- "alignItems": "center",
2286
- "display": "flex",
2287
- "className": "box-border touch-none z-0 w-full break-words mb-2 last:mb-0"
2288
- },
2289
- "cxLiterals": ["w-full"],
2290
- "internalComponents": ["HStack"],
2291
- "internalComponentProps": { "HStack": {
2292
- "alignItems": ["center"],
2293
- "justifyContent": ["space-between"],
2294
- "overflow": ["hidden"],
2295
- "position": ["relative"]
2296
- } },
2297
- "propToVariantKeys": {
2298
- "variant": ["toastVariantRoot"],
2299
- "size": ["toastSizeRoot"]
2300
- },
2301
- "runtimeConfigDefaultProps": {
2302
- "size": "toast.defaultSize",
2303
- "variant": "toast.defaultVariant"
2304
- },
2305
- "runtimeConfigGetStyles": {
2306
- "toastVariantRoot": ["toast.defaultVariant"],
2307
- "toastSizeRoot": ["toast.defaultSize"]
2308
- },
2309
- "runtimeConfigInternalComponentProps": { "HStack": { "backgroundColor": ["toast.backgroundColor.${variant}"] } },
2310
- "motionVarPrefixes": []
2311
- },
2312
- Toast: {
2313
- "name": "Toast",
2314
- "defaultProps": {},
2315
- "getStylesLiterals": {
2316
- "className": "animate-spin",
2317
- "className:1": "flex-none",
2318
- "spacing": "2",
2319
- "borderRadius": "full"
2320
- },
2321
- "cxLiterals": [
2322
- "duration-0",
2323
- "duration-120",
2324
- "transition-[background-color]",
2325
- "bg-carbon-15/0",
2326
- "hover:bg-carbon-15/10",
2327
- "active:bg-carbon-15/15",
2328
- "uds-ring"
2329
- ],
2330
- "internalComponents": [
2331
- "IconSlot",
2332
- "ToastContainer",
2333
- "Text",
2334
- "Button",
2335
- "Pressable"
2336
- ],
2337
- "internalComponentProps": {},
2338
- "propToVariantKeys": {
2339
- "size": [
2340
- "toastSizeLabel",
2341
- "toastSizeIcon",
2342
- "toastSizeActionButton",
2343
- "toastSizeCloseIcon"
2344
- ],
2345
- "variant": [
2346
- "toastVariantIcon",
2347
- "toastVariantActionButton",
2348
- "toastVariantCloseIcon"
2349
- ],
2350
- "closeIcon": ["icon"],
2351
- "onClickActionButton": ["onClick"]
2352
- },
2353
- "runtimeConfigDefaultProps": {
2354
- "size": "toast.defaultSize",
2355
- "variant": "toast.defaultVariant"
2356
- },
2357
- "runtimeConfigGetStyles": {
2358
- "toastSizeLabel": ["toast.defaultSize"],
2359
- "toastVariantIcon": ["toast.defaultVariant"],
2360
- "toastSizeIcon": ["toast.defaultSize"],
2361
- "toastSizeActionButton": ["toast.defaultSize"],
2362
- "toastVariantActionButton": ["toast.defaultVariant"],
2363
- "toastVariantCloseIcon": ["toast.defaultVariant"],
2364
- "toastSizeCloseIcon": ["toast.defaultSize"]
2365
- },
2366
- "runtimeConfigInternalComponentProps": {
2367
- "ToastContainer": {
2368
- "size": ["toast.defaultSize"],
2369
- "variant": ["toast.defaultVariant"]
2370
- },
2371
- "Text": {
2372
- "variant": ["toast.textVariant.${size}"],
2373
- "color": ["toast.textColor.${variant}"]
2374
- },
2375
- "Button": {
2376
- "size": ["toast.buttonSize.${size}"],
2377
- "variant": ["toast.buttonVariant.${variant}"]
2378
- }
2379
- },
2380
- "motionVarPrefixes": []
2381
- },
2382
2382
  UDSTooltipConfigProvider: {
2383
2383
  "name": "UDSTooltipConfigProvider",
2384
2384
  "defaultProps": {},