@economic/taco 0.0.7-alpha.0 → 0.0.8-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@economic/taco",
3
- "version": "0.0.7-alpha.0",
3
+ "version": "0.0.8-alpha.0",
4
4
  "description": "> TODO: description",
5
5
  "author": "Matt Daly <matthew.daly@visma.com>",
6
6
  "homepage": "https://github.com/e-conomic/taco#readme",
@@ -116,5 +116,5 @@
116
116
  "\\.css$": "identity-obj-proxy"
117
117
  }
118
118
  },
119
- "gitHead": "f5dc6b82ddbea9321b68d1d0007077211a639fc3"
119
+ "gitHead": "f7c290aefaaaf2b6ea3350b9cebb365fb904d019"
120
120
  }
package/types.json CHANGED
@@ -1369,9 +1369,28 @@
1369
1369
  "type": "reference",
1370
1370
  "typeArguments": [
1371
1371
  {
1372
- "type": "reference",
1373
- "id": 198,
1374
- "name": "DialogCloseProps"
1372
+ "type": "intersection",
1373
+ "types": [
1374
+ {
1375
+ "type": "reference",
1376
+ "id": 198,
1377
+ "name": "DialogCloseProps"
1378
+ },
1379
+ {
1380
+ "type": "reference",
1381
+ "typeArguments": [
1382
+ {
1383
+ "type": "reference",
1384
+ "qualifiedName": "HTMLButtonElement",
1385
+ "package": "typescript",
1386
+ "name": "HTMLButtonElement"
1387
+ }
1388
+ ],
1389
+ "qualifiedName": "React.RefAttributes",
1390
+ "package": "@types/react",
1391
+ "name": "React.RefAttributes"
1392
+ }
1393
+ ]
1375
1394
  }
1376
1395
  ],
1377
1396
  "qualifiedName": "React.ForwardRefExoticComponent",
@@ -1389,9 +1408,28 @@
1389
1408
  "type": "reference",
1390
1409
  "typeArguments": [
1391
1410
  {
1392
- "type": "reference",
1393
- "id": 179,
1394
- "name": "DialogContentProps"
1411
+ "type": "intersection",
1412
+ "types": [
1413
+ {
1414
+ "type": "reference",
1415
+ "id": 179,
1416
+ "name": "DialogContentProps"
1417
+ },
1418
+ {
1419
+ "type": "reference",
1420
+ "typeArguments": [
1421
+ {
1422
+ "type": "reference",
1423
+ "qualifiedName": "HTMLDivElement",
1424
+ "package": "typescript",
1425
+ "name": "HTMLDivElement"
1426
+ }
1427
+ ],
1428
+ "qualifiedName": "React.RefAttributes",
1429
+ "package": "@types/react",
1430
+ "name": "React.RefAttributes"
1431
+ }
1432
+ ]
1395
1433
  }
1396
1434
  ],
1397
1435
  "qualifiedName": "React.ForwardRefExoticComponent",
@@ -1409,8 +1447,27 @@
1409
1447
  "type": "reference",
1410
1448
  "typeArguments": [
1411
1449
  {
1412
- "type": "reference",
1413
- "name": "DialogDrawerProps"
1450
+ "type": "intersection",
1451
+ "types": [
1452
+ {
1453
+ "type": "reference",
1454
+ "name": "DialogDrawerProps"
1455
+ },
1456
+ {
1457
+ "type": "reference",
1458
+ "typeArguments": [
1459
+ {
1460
+ "type": "reference",
1461
+ "qualifiedName": "HTMLDivElement",
1462
+ "package": "typescript",
1463
+ "name": "HTMLDivElement"
1464
+ }
1465
+ ],
1466
+ "qualifiedName": "React.RefAttributes",
1467
+ "package": "@types/react",
1468
+ "name": "React.RefAttributes"
1469
+ }
1470
+ ]
1414
1471
  }
1415
1472
  ],
1416
1473
  "qualifiedName": "React.ForwardRefExoticComponent",
@@ -1428,8 +1485,27 @@
1428
1485
  "type": "reference",
1429
1486
  "typeArguments": [
1430
1487
  {
1431
- "type": "reference",
1432
- "name": "DialogExtraProps"
1488
+ "type": "intersection",
1489
+ "types": [
1490
+ {
1491
+ "type": "reference",
1492
+ "name": "DialogExtraProps"
1493
+ },
1494
+ {
1495
+ "type": "reference",
1496
+ "typeArguments": [
1497
+ {
1498
+ "type": "reference",
1499
+ "qualifiedName": "HTMLDivElement",
1500
+ "package": "typescript",
1501
+ "name": "HTMLDivElement"
1502
+ }
1503
+ ],
1504
+ "qualifiedName": "React.RefAttributes",
1505
+ "package": "@types/react",
1506
+ "name": "React.RefAttributes"
1507
+ }
1508
+ ]
1433
1509
  }
1434
1510
  ],
1435
1511
  "qualifiedName": "React.ForwardRefExoticComponent",
@@ -1447,9 +1523,28 @@
1447
1523
  "type": "reference",
1448
1524
  "typeArguments": [
1449
1525
  {
1450
- "type": "reference",
1451
- "id": 197,
1452
- "name": "DialogFooterProps"
1526
+ "type": "intersection",
1527
+ "types": [
1528
+ {
1529
+ "type": "reference",
1530
+ "id": 197,
1531
+ "name": "DialogFooterProps"
1532
+ },
1533
+ {
1534
+ "type": "reference",
1535
+ "typeArguments": [
1536
+ {
1537
+ "type": "reference",
1538
+ "qualifiedName": "HTMLDivElement",
1539
+ "package": "typescript",
1540
+ "name": "HTMLDivElement"
1541
+ }
1542
+ ],
1543
+ "qualifiedName": "React.RefAttributes",
1544
+ "package": "@types/react",
1545
+ "name": "React.RefAttributes"
1546
+ }
1547
+ ]
1453
1548
  }
1454
1549
  ],
1455
1550
  "qualifiedName": "React.ForwardRefExoticComponent",
@@ -1467,9 +1562,28 @@
1467
1562
  "type": "reference",
1468
1563
  "typeArguments": [
1469
1564
  {
1470
- "type": "reference",
1471
- "id": 196,
1472
- "name": "DialogTitleProps"
1565
+ "type": "intersection",
1566
+ "types": [
1567
+ {
1568
+ "type": "reference",
1569
+ "id": 196,
1570
+ "name": "DialogTitleProps"
1571
+ },
1572
+ {
1573
+ "type": "reference",
1574
+ "typeArguments": [
1575
+ {
1576
+ "type": "reference",
1577
+ "qualifiedName": "HTMLHeadingElement",
1578
+ "package": "typescript",
1579
+ "name": "HTMLHeadingElement"
1580
+ }
1581
+ ],
1582
+ "qualifiedName": "React.RefAttributes",
1583
+ "package": "@types/react",
1584
+ "name": "React.RefAttributes"
1585
+ }
1586
+ ]
1473
1587
  }
1474
1588
  ],
1475
1589
  "qualifiedName": "React.ForwardRefExoticComponent",
@@ -1487,8 +1601,27 @@
1487
1601
  "type": "reference",
1488
1602
  "typeArguments": [
1489
1603
  {
1490
- "type": "reference",
1491
- "name": "DialogTriggerProps"
1604
+ "type": "intersection",
1605
+ "types": [
1606
+ {
1607
+ "type": "reference",
1608
+ "name": "DialogTriggerProps"
1609
+ },
1610
+ {
1611
+ "type": "reference",
1612
+ "typeArguments": [
1613
+ {
1614
+ "type": "reference",
1615
+ "qualifiedName": "HTMLButtonElement",
1616
+ "package": "typescript",
1617
+ "name": "HTMLButtonElement"
1618
+ }
1619
+ ],
1620
+ "qualifiedName": "React.RefAttributes",
1621
+ "package": "@types/react",
1622
+ "name": "React.RefAttributes"
1623
+ }
1624
+ ]
1492
1625
  }
1493
1626
  ],
1494
1627
  "qualifiedName": "React.ForwardRefExoticComponent",