@crystallize/design-system 1.24.29 → 1.24.31

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
@@ -1499,9 +1499,6 @@
1499
1499
  --tw-text-opacity: 1;
1500
1500
  color: rgb(var(--c-color-green-600-300) / var(--tw-text-opacity));
1501
1501
  }
1502
- .c-tooltip-success .c-tooltip-arrow {
1503
- fill: rgb(var(--c-color-cyan-100-800) / 1);
1504
- }
1505
1502
  .c-tooltip-error {
1506
1503
  border-width: 1px;
1507
1504
  border-style: solid;
@@ -1512,9 +1509,6 @@
1512
1509
  --tw-text-opacity: 1;
1513
1510
  color: rgb(var(--c-color-pink-700-200) / var(--tw-text-opacity));
1514
1511
  }
1515
- .c-tooltip-error .c-tooltip-arrow {
1516
- fill: rgb(var(--c-color-pink-100-800) / 1);
1517
- }
1518
1512
  .c-tooltip-warning {
1519
1513
  border-width: 1px;
1520
1514
  border-style: solid;
@@ -1525,9 +1519,6 @@
1525
1519
  --tw-text-opacity: 1;
1526
1520
  color: rgb(var(--c-color-green-600-300) / var(--tw-text-opacity));
1527
1521
  }
1528
- .c-tooltip-warning .c-tooltip-arrow {
1529
- fill: rgb(var(--c-color-orange-100-800) / 1);
1530
- }
1531
1522
  .c-tooltip-info {
1532
1523
  border-width: 1px;
1533
1524
  border-style: solid;
@@ -1538,9 +1529,6 @@
1538
1529
  --tw-text-opacity: 1;
1539
1530
  color: rgb(var(--c-color-gray-500-400) / var(--tw-text-opacity));
1540
1531
  }
1541
- .c-tooltip-info .c-tooltip-arrow {
1542
- fill: #fff;
1543
- }
1544
1532
 
1545
1533
  /* src/popover/popover.css */
1546
1534
  .c-popover-content {