plataforma-fundacao-componentes 2.26.9 → 2.26.11

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.
package/dist/index.css CHANGED
@@ -2211,7 +2211,7 @@ h5 {
2211
2211
  .component-checkbox-classic[data-checked='true']::after {
2212
2212
  background-color: #3fa110; }
2213
2213
 
2214
- @use "sass:map";
2214
+ @use 'sass:map';
2215
2215
  :export {
2216
2216
  widthXs: 575.98px;
2217
2217
  widthSm: 767.98px;
@@ -2240,9 +2240,13 @@ h5 {
2240
2240
  warningDark: #765f00; }
2241
2241
 
2242
2242
  .component-col {
2243
+ box-sizing: border-box;
2243
2244
  display: flex;
2244
- flex-direction: row;
2245
- width: 100%; }
2245
+ align-items: stretch;
2246
+ justify-content: flex-start;
2247
+ flex-flow: row wrap;
2248
+ width: 100%;
2249
+ padding: var(--spacing); }
2246
2250
  .component-col:not(.no-padding) {
2247
2251
  padding: var(--colPadding); }
2248
2252
  .component-col.no-padding-top {
@@ -2254,239 +2258,238 @@ h5 {
2254
2258
  justify-content: flex-end;
2255
2259
  align-items: center; }
2256
2260
  .component-col.button-actions-col {
2257
- padding: 0;
2258
2261
  flex-wrap: wrap; }
2259
- .component-col.button-actions-col button {
2260
- margin: var(--colPadding); }
2261
- @media screen and (max-width: 575.98px) {
2262
- .component-col.button-actions-col button {
2263
- width: 100% !important; } }
2264
- .component-col.component-col-xl-1 {
2262
+ @media screen and (max-width: 575.98px) {
2263
+ .component-col.button-actions-col button {
2264
+ width: 100% !important; } }
2265
+ .component-col.fullfill {
2266
+ flex: 1 1 0%; }
2267
+ .component-col.component-col-xs-1 {
2265
2268
  flex: 0 0 calc(100% * 1 / 12);
2266
2269
  max-width: calc(100% * 1 / 12); }
2267
- .component-col.component-col-xl-2 {
2270
+ .component-col.component-col-xs-2 {
2268
2271
  flex: 0 0 calc(100% * 2 / 12);
2269
2272
  max-width: calc(100% * 2 / 12); }
2270
- .component-col.component-col-xl-3 {
2273
+ .component-col.component-col-xs-3 {
2271
2274
  flex: 0 0 calc(100% * 3 / 12);
2272
2275
  max-width: calc(100% * 3 / 12); }
2273
- .component-col.component-col-xl-4 {
2276
+ .component-col.component-col-xs-4 {
2274
2277
  flex: 0 0 calc(100% * 4 / 12);
2275
2278
  max-width: calc(100% * 4 / 12); }
2276
- .component-col.component-col-xl-5 {
2279
+ .component-col.component-col-xs-5 {
2277
2280
  flex: 0 0 calc(100% * 5 / 12);
2278
2281
  max-width: calc(100% * 5 / 12); }
2279
- .component-col.component-col-xl-6 {
2282
+ .component-col.component-col-xs-6 {
2280
2283
  flex: 0 0 calc(100% * 6 / 12);
2281
2284
  max-width: calc(100% * 6 / 12); }
2282
- .component-col.component-col-xl-7 {
2285
+ .component-col.component-col-xs-7 {
2283
2286
  flex: 0 0 calc(100% * 7 / 12);
2284
2287
  max-width: calc(100% * 7 / 12); }
2285
- .component-col.component-col-xl-8 {
2288
+ .component-col.component-col-xs-8 {
2286
2289
  flex: 0 0 calc(100% * 8 / 12);
2287
2290
  max-width: calc(100% * 8 / 12); }
2288
- .component-col.component-col-xl-9 {
2291
+ .component-col.component-col-xs-9 {
2289
2292
  flex: 0 0 calc(100% * 9 / 12);
2290
2293
  max-width: calc(100% * 9 / 12); }
2291
- .component-col.component-col-xl-10 {
2294
+ .component-col.component-col-xs-10 {
2292
2295
  flex: 0 0 calc(100% * 10 / 12);
2293
2296
  max-width: calc(100% * 10 / 12); }
2294
- .component-col.component-col-xl-11 {
2297
+ .component-col.component-col-xs-11 {
2295
2298
  flex: 0 0 calc(100% * 11 / 12);
2296
2299
  max-width: calc(100% * 11 / 12); }
2297
- .component-col.component-col-xl-12 {
2300
+ .component-col.component-col-xs-12 {
2298
2301
  flex: 0 0 calc(100% * 12 / 12);
2299
2302
  max-width: calc(100% * 12 / 12); }
2300
- @media screen and (max-width: 1199.98px) {
2301
- .component-col.component-col-lg-1 {
2303
+ @media screen and (min-width: 575.98px) {
2304
+ .component-col.component-col-sm-1 {
2302
2305
  flex: 0 0 calc(100% * 1 / 12);
2303
2306
  max-width: calc(100% * 1 / 12); } }
2304
- @media screen and (max-width: 1199.98px) {
2305
- .component-col.component-col-lg-2 {
2307
+ @media screen and (min-width: 575.98px) {
2308
+ .component-col.component-col-sm-2 {
2306
2309
  flex: 0 0 calc(100% * 2 / 12);
2307
2310
  max-width: calc(100% * 2 / 12); } }
2308
- @media screen and (max-width: 1199.98px) {
2309
- .component-col.component-col-lg-3 {
2311
+ @media screen and (min-width: 575.98px) {
2312
+ .component-col.component-col-sm-3 {
2310
2313
  flex: 0 0 calc(100% * 3 / 12);
2311
2314
  max-width: calc(100% * 3 / 12); } }
2312
- @media screen and (max-width: 1199.98px) {
2313
- .component-col.component-col-lg-4 {
2315
+ @media screen and (min-width: 575.98px) {
2316
+ .component-col.component-col-sm-4 {
2314
2317
  flex: 0 0 calc(100% * 4 / 12);
2315
2318
  max-width: calc(100% * 4 / 12); } }
2316
- @media screen and (max-width: 1199.98px) {
2317
- .component-col.component-col-lg-5 {
2319
+ @media screen and (min-width: 575.98px) {
2320
+ .component-col.component-col-sm-5 {
2318
2321
  flex: 0 0 calc(100% * 5 / 12);
2319
2322
  max-width: calc(100% * 5 / 12); } }
2320
- @media screen and (max-width: 1199.98px) {
2321
- .component-col.component-col-lg-6 {
2323
+ @media screen and (min-width: 575.98px) {
2324
+ .component-col.component-col-sm-6 {
2322
2325
  flex: 0 0 calc(100% * 6 / 12);
2323
2326
  max-width: calc(100% * 6 / 12); } }
2324
- @media screen and (max-width: 1199.98px) {
2325
- .component-col.component-col-lg-7 {
2327
+ @media screen and (min-width: 575.98px) {
2328
+ .component-col.component-col-sm-7 {
2326
2329
  flex: 0 0 calc(100% * 7 / 12);
2327
2330
  max-width: calc(100% * 7 / 12); } }
2328
- @media screen and (max-width: 1199.98px) {
2329
- .component-col.component-col-lg-8 {
2331
+ @media screen and (min-width: 575.98px) {
2332
+ .component-col.component-col-sm-8 {
2330
2333
  flex: 0 0 calc(100% * 8 / 12);
2331
2334
  max-width: calc(100% * 8 / 12); } }
2332
- @media screen and (max-width: 1199.98px) {
2333
- .component-col.component-col-lg-9 {
2335
+ @media screen and (min-width: 575.98px) {
2336
+ .component-col.component-col-sm-9 {
2334
2337
  flex: 0 0 calc(100% * 9 / 12);
2335
2338
  max-width: calc(100% * 9 / 12); } }
2336
- @media screen and (max-width: 1199.98px) {
2337
- .component-col.component-col-lg-10 {
2339
+ @media screen and (min-width: 575.98px) {
2340
+ .component-col.component-col-sm-10 {
2338
2341
  flex: 0 0 calc(100% * 10 / 12);
2339
2342
  max-width: calc(100% * 10 / 12); } }
2340
- @media screen and (max-width: 1199.98px) {
2341
- .component-col.component-col-lg-11 {
2343
+ @media screen and (min-width: 575.98px) {
2344
+ .component-col.component-col-sm-11 {
2342
2345
  flex: 0 0 calc(100% * 11 / 12);
2343
2346
  max-width: calc(100% * 11 / 12); } }
2344
- @media screen and (max-width: 1199.98px) {
2345
- .component-col.component-col-lg-12 {
2347
+ @media screen and (min-width: 575.98px) {
2348
+ .component-col.component-col-sm-12 {
2346
2349
  flex: 0 0 calc(100% * 12 / 12);
2347
2350
  max-width: calc(100% * 12 / 12); } }
2348
- @media screen and (max-width: 991.98px) {
2351
+ @media screen and (min-width: 767.98px) {
2349
2352
  .component-col.component-col-md-1 {
2350
2353
  flex: 0 0 calc(100% * 1 / 12);
2351
2354
  max-width: calc(100% * 1 / 12); } }
2352
- @media screen and (max-width: 991.98px) {
2355
+ @media screen and (min-width: 767.98px) {
2353
2356
  .component-col.component-col-md-2 {
2354
2357
  flex: 0 0 calc(100% * 2 / 12);
2355
2358
  max-width: calc(100% * 2 / 12); } }
2356
- @media screen and (max-width: 991.98px) {
2359
+ @media screen and (min-width: 767.98px) {
2357
2360
  .component-col.component-col-md-3 {
2358
2361
  flex: 0 0 calc(100% * 3 / 12);
2359
2362
  max-width: calc(100% * 3 / 12); } }
2360
- @media screen and (max-width: 991.98px) {
2363
+ @media screen and (min-width: 767.98px) {
2361
2364
  .component-col.component-col-md-4 {
2362
2365
  flex: 0 0 calc(100% * 4 / 12);
2363
2366
  max-width: calc(100% * 4 / 12); } }
2364
- @media screen and (max-width: 991.98px) {
2367
+ @media screen and (min-width: 767.98px) {
2365
2368
  .component-col.component-col-md-5 {
2366
2369
  flex: 0 0 calc(100% * 5 / 12);
2367
2370
  max-width: calc(100% * 5 / 12); } }
2368
- @media screen and (max-width: 991.98px) {
2371
+ @media screen and (min-width: 767.98px) {
2369
2372
  .component-col.component-col-md-6 {
2370
2373
  flex: 0 0 calc(100% * 6 / 12);
2371
2374
  max-width: calc(100% * 6 / 12); } }
2372
- @media screen and (max-width: 991.98px) {
2375
+ @media screen and (min-width: 767.98px) {
2373
2376
  .component-col.component-col-md-7 {
2374
2377
  flex: 0 0 calc(100% * 7 / 12);
2375
2378
  max-width: calc(100% * 7 / 12); } }
2376
- @media screen and (max-width: 991.98px) {
2379
+ @media screen and (min-width: 767.98px) {
2377
2380
  .component-col.component-col-md-8 {
2378
2381
  flex: 0 0 calc(100% * 8 / 12);
2379
2382
  max-width: calc(100% * 8 / 12); } }
2380
- @media screen and (max-width: 991.98px) {
2383
+ @media screen and (min-width: 767.98px) {
2381
2384
  .component-col.component-col-md-9 {
2382
2385
  flex: 0 0 calc(100% * 9 / 12);
2383
2386
  max-width: calc(100% * 9 / 12); } }
2384
- @media screen and (max-width: 991.98px) {
2387
+ @media screen and (min-width: 767.98px) {
2385
2388
  .component-col.component-col-md-10 {
2386
2389
  flex: 0 0 calc(100% * 10 / 12);
2387
2390
  max-width: calc(100% * 10 / 12); } }
2388
- @media screen and (max-width: 991.98px) {
2391
+ @media screen and (min-width: 767.98px) {
2389
2392
  .component-col.component-col-md-11 {
2390
2393
  flex: 0 0 calc(100% * 11 / 12);
2391
2394
  max-width: calc(100% * 11 / 12); } }
2392
- @media screen and (max-width: 991.98px) {
2395
+ @media screen and (min-width: 767.98px) {
2393
2396
  .component-col.component-col-md-12 {
2394
2397
  flex: 0 0 calc(100% * 12 / 12);
2395
2398
  max-width: calc(100% * 12 / 12); } }
2396
- @media screen and (max-width: 767.98px) {
2397
- .component-col.component-col-sm-1 {
2399
+ @media screen and (min-width: 991.98px) {
2400
+ .component-col.component-col-lg-1 {
2398
2401
  flex: 0 0 calc(100% * 1 / 12);
2399
2402
  max-width: calc(100% * 1 / 12); } }
2400
- @media screen and (max-width: 767.98px) {
2401
- .component-col.component-col-sm-2 {
2403
+ @media screen and (min-width: 991.98px) {
2404
+ .component-col.component-col-lg-2 {
2402
2405
  flex: 0 0 calc(100% * 2 / 12);
2403
2406
  max-width: calc(100% * 2 / 12); } }
2404
- @media screen and (max-width: 767.98px) {
2405
- .component-col.component-col-sm-3 {
2407
+ @media screen and (min-width: 991.98px) {
2408
+ .component-col.component-col-lg-3 {
2406
2409
  flex: 0 0 calc(100% * 3 / 12);
2407
2410
  max-width: calc(100% * 3 / 12); } }
2408
- @media screen and (max-width: 767.98px) {
2409
- .component-col.component-col-sm-4 {
2411
+ @media screen and (min-width: 991.98px) {
2412
+ .component-col.component-col-lg-4 {
2410
2413
  flex: 0 0 calc(100% * 4 / 12);
2411
2414
  max-width: calc(100% * 4 / 12); } }
2412
- @media screen and (max-width: 767.98px) {
2413
- .component-col.component-col-sm-5 {
2415
+ @media screen and (min-width: 991.98px) {
2416
+ .component-col.component-col-lg-5 {
2414
2417
  flex: 0 0 calc(100% * 5 / 12);
2415
2418
  max-width: calc(100% * 5 / 12); } }
2416
- @media screen and (max-width: 767.98px) {
2417
- .component-col.component-col-sm-6 {
2419
+ @media screen and (min-width: 991.98px) {
2420
+ .component-col.component-col-lg-6 {
2418
2421
  flex: 0 0 calc(100% * 6 / 12);
2419
2422
  max-width: calc(100% * 6 / 12); } }
2420
- @media screen and (max-width: 767.98px) {
2421
- .component-col.component-col-sm-7 {
2423
+ @media screen and (min-width: 991.98px) {
2424
+ .component-col.component-col-lg-7 {
2422
2425
  flex: 0 0 calc(100% * 7 / 12);
2423
2426
  max-width: calc(100% * 7 / 12); } }
2424
- @media screen and (max-width: 767.98px) {
2425
- .component-col.component-col-sm-8 {
2427
+ @media screen and (min-width: 991.98px) {
2428
+ .component-col.component-col-lg-8 {
2426
2429
  flex: 0 0 calc(100% * 8 / 12);
2427
2430
  max-width: calc(100% * 8 / 12); } }
2428
- @media screen and (max-width: 767.98px) {
2429
- .component-col.component-col-sm-9 {
2431
+ @media screen and (min-width: 991.98px) {
2432
+ .component-col.component-col-lg-9 {
2430
2433
  flex: 0 0 calc(100% * 9 / 12);
2431
2434
  max-width: calc(100% * 9 / 12); } }
2432
- @media screen and (max-width: 767.98px) {
2433
- .component-col.component-col-sm-10 {
2435
+ @media screen and (min-width: 991.98px) {
2436
+ .component-col.component-col-lg-10 {
2434
2437
  flex: 0 0 calc(100% * 10 / 12);
2435
2438
  max-width: calc(100% * 10 / 12); } }
2436
- @media screen and (max-width: 767.98px) {
2437
- .component-col.component-col-sm-11 {
2439
+ @media screen and (min-width: 991.98px) {
2440
+ .component-col.component-col-lg-11 {
2438
2441
  flex: 0 0 calc(100% * 11 / 12);
2439
2442
  max-width: calc(100% * 11 / 12); } }
2440
- @media screen and (max-width: 767.98px) {
2441
- .component-col.component-col-sm-12 {
2443
+ @media screen and (min-width: 991.98px) {
2444
+ .component-col.component-col-lg-12 {
2442
2445
  flex: 0 0 calc(100% * 12 / 12);
2443
2446
  max-width: calc(100% * 12 / 12); } }
2444
- @media screen and (max-width: 575.98px) {
2445
- .component-col.component-col-xs-1 {
2447
+ @media screen and (min-width: 1199.98px) {
2448
+ .component-col.component-col-xl-1 {
2446
2449
  flex: 0 0 calc(100% * 1 / 12);
2447
2450
  max-width: calc(100% * 1 / 12); } }
2448
- @media screen and (max-width: 575.98px) {
2449
- .component-col.component-col-xs-2 {
2451
+ @media screen and (min-width: 1199.98px) {
2452
+ .component-col.component-col-xl-2 {
2450
2453
  flex: 0 0 calc(100% * 2 / 12);
2451
2454
  max-width: calc(100% * 2 / 12); } }
2452
- @media screen and (max-width: 575.98px) {
2453
- .component-col.component-col-xs-3 {
2455
+ @media screen and (min-width: 1199.98px) {
2456
+ .component-col.component-col-xl-3 {
2454
2457
  flex: 0 0 calc(100% * 3 / 12);
2455
2458
  max-width: calc(100% * 3 / 12); } }
2456
- @media screen and (max-width: 575.98px) {
2457
- .component-col.component-col-xs-4 {
2459
+ @media screen and (min-width: 1199.98px) {
2460
+ .component-col.component-col-xl-4 {
2458
2461
  flex: 0 0 calc(100% * 4 / 12);
2459
2462
  max-width: calc(100% * 4 / 12); } }
2460
- @media screen and (max-width: 575.98px) {
2461
- .component-col.component-col-xs-5 {
2463
+ @media screen and (min-width: 1199.98px) {
2464
+ .component-col.component-col-xl-5 {
2462
2465
  flex: 0 0 calc(100% * 5 / 12);
2463
2466
  max-width: calc(100% * 5 / 12); } }
2464
- @media screen and (max-width: 575.98px) {
2465
- .component-col.component-col-xs-6 {
2467
+ @media screen and (min-width: 1199.98px) {
2468
+ .component-col.component-col-xl-6 {
2466
2469
  flex: 0 0 calc(100% * 6 / 12);
2467
2470
  max-width: calc(100% * 6 / 12); } }
2468
- @media screen and (max-width: 575.98px) {
2469
- .component-col.component-col-xs-7 {
2471
+ @media screen and (min-width: 1199.98px) {
2472
+ .component-col.component-col-xl-7 {
2470
2473
  flex: 0 0 calc(100% * 7 / 12);
2471
2474
  max-width: calc(100% * 7 / 12); } }
2472
- @media screen and (max-width: 575.98px) {
2473
- .component-col.component-col-xs-8 {
2475
+ @media screen and (min-width: 1199.98px) {
2476
+ .component-col.component-col-xl-8 {
2474
2477
  flex: 0 0 calc(100% * 8 / 12);
2475
2478
  max-width: calc(100% * 8 / 12); } }
2476
- @media screen and (max-width: 575.98px) {
2477
- .component-col.component-col-xs-9 {
2479
+ @media screen and (min-width: 1199.98px) {
2480
+ .component-col.component-col-xl-9 {
2478
2481
  flex: 0 0 calc(100% * 9 / 12);
2479
2482
  max-width: calc(100% * 9 / 12); } }
2480
- @media screen and (max-width: 575.98px) {
2481
- .component-col.component-col-xs-10 {
2483
+ @media screen and (min-width: 1199.98px) {
2484
+ .component-col.component-col-xl-10 {
2482
2485
  flex: 0 0 calc(100% * 10 / 12);
2483
2486
  max-width: calc(100% * 10 / 12); } }
2484
- @media screen and (max-width: 575.98px) {
2485
- .component-col.component-col-xs-11 {
2487
+ @media screen and (min-width: 1199.98px) {
2488
+ .component-col.component-col-xl-11 {
2486
2489
  flex: 0 0 calc(100% * 11 / 12);
2487
2490
  max-width: calc(100% * 11 / 12); } }
2488
- @media screen and (max-width: 575.98px) {
2489
- .component-col.component-col-xs-12 {
2491
+ @media screen and (min-width: 1199.98px) {
2492
+ .component-col.component-col-xl-12 {
2490
2493
  flex: 0 0 calc(100% * 12 / 12);
2491
2494
  max-width: calc(100% * 12 / 12); } }
2492
2495
 
@@ -2640,8 +2643,6 @@ max-width 100% 540px 720px 960px 1140px
2640
2643
  cursor: pointer; }
2641
2644
  .component-control-label span {
2642
2645
  padding-top: 2px; }
2643
- .component-control-label > button {
2644
- min-width: 18px; }
2645
2646
 
2646
2647
  :export {
2647
2648
  widthXs: 575.98px;
@@ -3903,9 +3904,10 @@ max-width 100% 540px 720px 960px 1140px
3903
3904
  warningDark: #765f00; }
3904
3905
 
3905
3906
  .component-row {
3907
+ box-sizing: border-box;
3906
3908
  display: flex;
3907
- flex-wrap: wrap;
3908
- flex-direction: row;
3909
+ flex-flow: row wrap;
3910
+ align-items: stretch;
3909
3911
  width: 100%;
3910
3912
  padding: var(--rowPadding); }
3911
3913
  .component-row.centralized {
@@ -6263,8 +6265,50 @@ h5 {
6263
6265
  warningDark: #765f00; }
6264
6266
 
6265
6267
  .component-switch {
6266
- position: relative;
6267
6268
  display: flex;
6269
+ position: relative; }
6270
+ .component-switch:not(:disabled) {
6271
+ cursor: pointer; }
6272
+ .component-switch:disabled {
6273
+ cursor: not-allowed; }
6274
+
6275
+ /* THEME */
6276
+ .component-switch.ios {
6277
+ border: none;
6278
+ cursor: pointer;
6279
+ align-items: center;
6280
+ position: relative;
6281
+ background-color: #cdd3cd;
6282
+ border-radius: 250px;
6283
+ width: 46px;
6284
+ height: 24px;
6285
+ box-shadow: inset 0 1px 2px 0 rgba(90, 100, 90, 0.3);
6286
+ transition: background-color 0.3s ease; }
6287
+ .component-switch.ios:focus-visible {
6288
+ outline: #33820d; }
6289
+ .component-switch.ios::after {
6290
+ content: '';
6291
+ position: absolute;
6292
+ display: flex;
6293
+ background-color: white;
6294
+ width: 20px;
6295
+ height: 20px;
6296
+ border-radius: 50%;
6297
+ transition: left 0.3s ease, background-color 0.3s ease;
6298
+ left: 2px;
6299
+ box-shadow: 0 1px 2px 0 rgba(90, 100, 90, 0.3); }
6300
+ .component-switch.ios[data-checked='true'] {
6301
+ background-color: #3fa110; }
6302
+ .component-switch.ios[data-checked='true']::after {
6303
+ left: calc(100% - 20px - 2px); }
6304
+ .component-switch.ios:disabled {
6305
+ background-color: #cdd3cd !important; }
6306
+ .component-switch.ios:disabled::after {
6307
+ background-color: #5a645a !important; }
6308
+ .component-switch.ios[data-error='true'] {
6309
+ background-color: #e60000 !important; }
6310
+
6311
+ .component-switch.android {
6268
6312
  align-items: center;
6269
6313
  justify-items: center;
6270
6314
  background-color: rgba(0, 0, 0, 0);
@@ -6273,14 +6317,9 @@ h5 {
6273
6317
  margin-bottom: 4px;
6274
6318
  padding: 0;
6275
6319
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
6276
- .component-switch:focus {
6320
+ .component-switch.android:focus {
6277
6321
  outline: none; }
6278
- .component-switch .component-switch-track {
6279
- width: 38px;
6280
- height: 14px;
6281
- border-radius: 50px;
6282
- transition: background-color 0.3s ease; }
6283
- .component-switch .component-switch-thumb {
6322
+ .component-switch.android .component-switch-thumb {
6284
6323
  align-self: center;
6285
6324
  transition: left 0.3s ease, right 0.3s ease, background-color 0.3s ease;
6286
6325
  width: 20px;
@@ -6288,31 +6327,28 @@ h5 {
6288
6327
  position: absolute;
6289
6328
  border-radius: 100%;
6290
6329
  box-shadow: 0 1px 2px 0 rgba(90, 100, 90, 0.3); }
6291
- .component-switch.component-switch-on .component-switch-thumb {
6292
- left: 20px; }
6293
- .component-switch.component-switch-off .component-switch-thumb {
6294
- left: -2px; }
6295
- .component-switch:not(:disabled) {
6296
- cursor: pointer; }
6297
-
6298
- /* THEME */
6299
- .component-switch:not(:disabled).component-switch-on .component-switch-thumb {
6300
- background-color: #3fa110; }
6301
-
6302
- .component-switch:not(:disabled).component-switch-on .component-switch-track {
6303
- background-color: #33820d; }
6304
-
6305
- .component-switch:not(:disabled).component-switch-off .component-switch-thumb {
6306
- background-color: #fefefe; }
6307
-
6308
- .component-switch:not(:disabled).component-switch-off .component-switch-track {
6309
- background-color: #828a82; }
6310
-
6311
- .component-switch:disabled .component-switch-thumb {
6312
- background-color: #828a82; }
6313
-
6314
- .component-switch:disabled .component-switch-track {
6315
- background-color: #cdd3cd; }
6330
+ .component-switch.android .component-switch-track {
6331
+ width: 38px;
6332
+ height: 14px;
6333
+ border-radius: 50px;
6334
+ transition: background-color 0.3s ease;
6335
+ background-color: #33820d; }
6336
+ .component-switch.android[data-checked='true'] .component-switch-thumb {
6337
+ left: 20px;
6338
+ background-color: #3fa110; }
6339
+ .component-switch.android[data-checked='false'] .component-switch-thumb {
6340
+ left: -2px;
6341
+ background-color: #fefefe; }
6342
+ .component-switch.android[data-checked='false'] .component-switch-track {
6343
+ background-color: #828a82; }
6344
+ .component-switch.android:disabled .component-switch-thumb {
6345
+ background-color: #828a82; }
6346
+ .component-switch.android:disabled .component-switch-track {
6347
+ background-color: #cdd3cd; }
6348
+ .component-switch.android[data-error='true'] .component-switch-thumb {
6349
+ background-color: #ab4745; }
6350
+ .component-switch.android[data-error='true'] .component-switch-track {
6351
+ background-color: #e60000; }
6316
6352
 
6317
6353
  :export {
6318
6354
  widthXs: 575.98px;
@@ -8992,3 +9028,109 @@ h6.tp {
8992
9028
  h6.tp {
8993
9029
  font-size: 14px;
8994
9030
  line-height: 16px; } }
9031
+
9032
+ :export {
9033
+ white: #fefefe;
9034
+ darkenWhite: #efefef;
9035
+ black: #121212;
9036
+ transparent: rgba(0, 0, 0, 0);
9037
+ primary: #3fa110;
9038
+ primaryDark: #33820d;
9039
+ primaryLight: #d7e6c8;
9040
+ secondaryDarker: #323c32;
9041
+ secondaryDark: #5a645a;
9042
+ blueDarker: #2b517b;
9043
+ secondary: #828a82;
9044
+ secondaryLight: #cdd3cd;
9045
+ secondaryLighter: #f8f9f7;
9046
+ danger: #e60000;
9047
+ dangerLight: #ffb4b4;
9048
+ dangerDark: #ab4745;
9049
+ warning: #ffcd00;
9050
+ warningLight: #ffeb98;
9051
+ warningDark: #765f00; }
9052
+
9053
+ :export {
9054
+ widthXs: 575.98px;
9055
+ widthSm: 767.98px;
9056
+ widthMd: 991.98px;
9057
+ widthLg: 1199.98px; }
9058
+
9059
+ .v-slider {
9060
+ -webkit-user-select: none;
9061
+ -moz-user-select: none;
9062
+ user-select: none;
9063
+ display: flex;
9064
+ width: 100%;
9065
+ height: auto;
9066
+ gap: 16px;
9067
+ padding: 4px; }
9068
+ .v-slider[aria-disabled='true'] {
9069
+ cursor: not-allowed !important; }
9070
+ .v-slider[aria-disabled='true'] .v-slider-thumb {
9071
+ cursor: not-allowed !important;
9072
+ background-color: #5a645a !important; }
9073
+ .v-slider[aria-disabled='true'] .v-slider-track {
9074
+ background-color: #cdd3cd !important; }
9075
+ .v-slider[aria-disabled='true'] .v-slider-fill {
9076
+ background-color: #828a82 !important; }
9077
+ .v-slider[aria-disabled='true'] .v-slider-option {
9078
+ cursor: not-allowed !important; }
9079
+ .v-slider .v-slider-input {
9080
+ display: flex; }
9081
+ .v-slider .v-slider-input .v-slider-track {
9082
+ transition: background-color 0.3s ease;
9083
+ position: relative;
9084
+ height: 100%;
9085
+ width: 24px;
9086
+ display: flex;
9087
+ flex-flow: column nowrap;
9088
+ align-items: center;
9089
+ justify-content: flex-end;
9090
+ background-color: #d9d9d9;
9091
+ border-radius: 50px;
9092
+ box-shadow: inset 0 1px 2px 0 rgba(90, 100, 90, 0.3);
9093
+ overflow: hidden; }
9094
+ .v-slider .v-slider-input .v-slider-track .v-slider-fill {
9095
+ width: 100%;
9096
+ height: 70px;
9097
+ border-top-left-radius: 24px;
9098
+ border-top-right-radius: 24px;
9099
+ background-color: #33820d;
9100
+ transition: background-color 0.3s ease, height 0.3s ease, box-shadow 0.3s ease;
9101
+ box-shadow: inset 0 0px 2px 0 rgba(40, 50, 40, 0.6); }
9102
+ .v-slider .v-slider-input .v-slider-track .v-slider-fill[data-checked='false'] {
9103
+ background-color: #d9d9d9;
9104
+ box-shadow: inset 0 2px 2px 0 rgba(40, 50, 40, 0); }
9105
+ .v-slider .v-slider-input .v-slider-track .v-slider-fill.grabbing {
9106
+ background-color: #d7e6c8 !important;
9107
+ box-shadow: inset 0 0 2px 0 rgba(40, 50, 40, 0.3); }
9108
+ .v-slider .v-slider-input .v-slider-track .v-slider-thumb {
9109
+ cursor: grab;
9110
+ width: 20px;
9111
+ height: 20px;
9112
+ margin: 2px;
9113
+ background-color: #fefefe;
9114
+ border-radius: 20px;
9115
+ box-shadow: 0 1px 2px 0 rgba(90, 100, 90, 0.3);
9116
+ transition: background-color 0.3s ease;
9117
+ touch-action: none; }
9118
+ .v-slider .v-slider-input .v-slider-track .v-slider-thumb:active {
9119
+ cursor: grabbing; }
9120
+ .v-slider .v-slider-options {
9121
+ display: flex;
9122
+ flex-flow: column-reverse nowrap;
9123
+ flex: 1 0 auto;
9124
+ gap: 16px; }
9125
+ .v-slider .v-slider-options .v-slider-option {
9126
+ position: relative;
9127
+ cursor: pointer;
9128
+ height: 24px;
9129
+ font-family: "Nunito", sans-serif;
9130
+ font-size: 16px;
9131
+ font-weight: 300;
9132
+ line-height: 24px;
9133
+ text-align: left;
9134
+ color: #323c32; }
9135
+ .v-slider .v-slider-options .v-slider-option[data-checked='true'] {
9136
+ font-weight: 500; }
package/dist/index.d.ts CHANGED
@@ -188,6 +188,7 @@ import ScrollArrowOverflow from './components/scrollArrowOverflow/ScrollArrowOve
188
188
  import { LeftControlWithLabel } from './components/table/components/leftControlWithLabel/LeftControlWithLabel';
189
189
  import TooltipElement from './components/tooltipElement/TooltipElement';
190
190
  import Typography from './components/typography/Typography';
191
+ import VerticalSlider from './components/verticalSlider/verticalSlider';
191
192
  import VideoPlayer from './components/videoPlayer/VideoPlayer';
192
193
  import useCallbackedState from './hooks/useCallbackedState/useCallbackedState';
193
194
  import useCarouselBehaviour from './hooks/useCarouselBehaviour/useCarouselBehaviour';
@@ -236,10 +237,10 @@ export { Accordion, ActionCard, ActionsColumn, AnimatedLink, Banner, BigBlockBut
236
237
  /**
237
238
  * @deprecated Use LeftControlWithLabel instead
238
239
  */
239
- LeftControlWithLabel as LeftCheckboxWithLabel, LeftControlWithLabel, Menu, MenuItem, Modal, ModalManager, MoneyByMonth, MoneyMonthLineChart, Notification, NotificationPanel, PageSubTitle, PageTitle, Pagination, Paginator, PreviaVideo, QRCode, RadioButton, Row, ScrollArrowOverflow, Search, Select, Switch, Table, TableActions, TableFileNameAndAction, TableWithOverflow, Tabs, TextEditor, Title, Toast, ToastManager, Tooltip, TooltipManager, TopLoader, TypedTable, VideoModal, VideoPlayer, };
240
+ LeftControlWithLabel as LeftCheckboxWithLabel, LeftControlWithLabel, Menu, MenuItem, Modal, ModalManager, MoneyByMonth, MoneyMonthLineChart, Notification, NotificationPanel, PageSubTitle, PageTitle, Pagination, Paginator, PreviaVideo, QRCode, RadioButton, Row, ScrollArrowOverflow, Search, Select, Switch, Table, TableActions, TableFileNameAndAction, TableWithOverflow, Tabs, TextEditor, Title, Toast, ToastManager, Tooltip, TooltipManager, TopLoader, TypedTable, VerticalSlider, VideoModal, VideoPlayer, };
240
241
  export { useCallbackedState, useCarouselBehaviour, useControlledTimer, useDraggableContainer, useDropOpened, useEvent, useFloatingPanel, useHTMLShare, useModalManager, useOutsideClick, usePagination, useProgressiveCount, usePublicMenuList, useScreenSize, useScrollTo, useStorageState, useSystemInfo, useTimeElapsed, useToastManager, useValidatedState, };
241
- export { ATMIcon, AconteceuIcon, AddAssemblyIcon,
242
+ export { AconteceuIcon, AddAssemblyIcon,
242
243
  /**
243
244
  * @deprecated Use AddIcon instead
244
245
  */
245
- AddIcon as AddCircleIcon, AddIcon, AgencyIcon, AlertIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, ArrowLeftIcon, ArrowRightIcon, AssembleiasIcon, BackOfficeIcon, BarChartIcon, BeeIcon, Bell16Icon, BellIcon, BigPlayIcon, BoldIcon, CalendarCheckIcon, CalendarIcon, CardsIcon, CataventoVerde, CheckCircleIcon, CheckIcon, ChequeIcon, ChevronArrowDownIcon, ChevronArrowLeftIcon, ChevronArrowRightIcon, Chip, CircleArrowLeft, CircleArrowRight, ClockIcon, CloseIcon, CloudDownloadIcon, CloudUploadIcon, ComitesIcon, ComunidadeIcon, CopyIcon, CreditIcon, CrescerIcon, CrescerLogo, DevicePlusIcon, DownloadIcon, DraggableIcon, EditIcon, EvidenciasIcon, ExclamationIcon, ExitIconArrowLeft, ExitIconArrowRight, EyeIcon, FilePlusIcon, FilesIcon, FilterIcon, FontColorIcon, FontIcon, FormacaoIcon, FundacaoLogo, FundoSocialIcon, GlobeIcon, GraduationIcon, HamburgerIcon, HandUpIcon, HomeIcon, InformationIcon, InvestimentIcon, ItalicIcon, LinkIcon, LinksUteisIcon, ListDotIcon, ListIcon, LoaderIcon, LocalIcon, LockIcon, MessageIcon, MiniInformationIcon, MoneyFileIcon, NavigatorWithMouse, NotebookIcon, OptionsIcon, ParticipantesIcon, PaymentIcon, PercentLoaderIcon, PhonePlusIcon, PieChartIcon, PlayIcon, PrintIcon, QRCodeIcon, QRCodeWhatsapp, RedoIcon, RefreshIcon, SearchIcon, Settings16Icon, SettingsIcon, SicrediLogo, SquaresIcon, SustentabilidadeIcon, ThreeDotsLoader, ThumbsUpIcon, TimesCircleIcon, TooltipElement, TransferenciaIcon, TrashIcon, TrianguloInferior, TwoFileIcon, Typography, UnderlineIcon, UndoIcon, UserIcon, WebsiteIcon, };
246
+ AddIcon as AddCircleIcon, AddIcon, AgencyIcon, AlertIcon, AlignCenterIcon, AlignJustifyIcon, AlignLeftIcon, AlignRightIcon, ArrowLeftIcon, ArrowRightIcon, AssembleiasIcon, ATMIcon, BackOfficeIcon, BarChartIcon, BeeIcon, Bell16Icon, BellIcon, BigPlayIcon, BoldIcon, CalendarCheckIcon, CalendarIcon, CardsIcon, CataventoVerde, CheckCircleIcon, CheckIcon, ChequeIcon, ChevronArrowDownIcon, ChevronArrowLeftIcon, ChevronArrowRightIcon, Chip, CircleArrowLeft, CircleArrowRight, ClockIcon, CloseIcon, CloudDownloadIcon, CloudUploadIcon, ComitesIcon, ComunidadeIcon, CopyIcon, CreditIcon, CrescerIcon, CrescerLogo, DevicePlusIcon, DownloadIcon, DraggableIcon, EditIcon, EvidenciasIcon, ExclamationIcon, ExitIconArrowLeft, ExitIconArrowRight, EyeIcon, FilePlusIcon, FilesIcon, FilterIcon, FontColorIcon, FontIcon, FormacaoIcon, FundacaoLogo, FundoSocialIcon, GlobeIcon, GraduationIcon, HamburgerIcon, HandUpIcon, HomeIcon, InformationIcon, InvestimentIcon, ItalicIcon, LinkIcon, LinksUteisIcon, ListDotIcon, ListIcon, LoaderIcon, LocalIcon, LockIcon, MessageIcon, MiniInformationIcon, MoneyFileIcon, NavigatorWithMouse, NotebookIcon, OptionsIcon, ParticipantesIcon, PaymentIcon, PercentLoaderIcon, PhonePlusIcon, PieChartIcon, PlayIcon, PrintIcon, QRCodeIcon, QRCodeWhatsapp, RedoIcon, RefreshIcon, SearchIcon, Settings16Icon, SettingsIcon, SicrediLogo, SquaresIcon, SustentabilidadeIcon, ThreeDotsLoader, ThumbsUpIcon, TimesCircleIcon, TooltipElement, TransferenciaIcon, TrashIcon, TrianguloInferior, TwoFileIcon, Typography, UnderlineIcon, UndoIcon, UserIcon, WebsiteIcon, };