@dust-tt/sparkle 0.2.469 → 0.2.470

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 (118) hide show
  1. package/dist/cjs/index.js +1 -1
  2. package/dist/esm/components/Chip.d.ts.map +1 -1
  3. package/dist/esm/components/Chip.js +16 -5
  4. package/dist/esm/components/Chip.js.map +1 -1
  5. package/dist/esm/components/ContentMessage.js +25 -25
  6. package/dist/esm/components/ContentMessage.js.map +1 -1
  7. package/dist/esm/icons/actions/Calculator.js +1 -1
  8. package/dist/esm/icons/actions/Calculator.js.map +1 -1
  9. package/dist/esm/icons/actions/Camera.js +1 -1
  10. package/dist/esm/icons/actions/Camera.js.map +1 -1
  11. package/dist/esm/icons/actions/Film.js +1 -1
  12. package/dist/esm/icons/actions/Film.js.map +1 -1
  13. package/dist/esm/icons/actions/HandHeart.js +1 -1
  14. package/dist/esm/icons/actions/HandHeart.js.map +1 -1
  15. package/dist/esm/icons/actions/HandThumbDown.js +1 -1
  16. package/dist/esm/icons/actions/HandThumbDown.js.map +1 -1
  17. package/dist/esm/icons/actions/HandThumbUp.js +1 -1
  18. package/dist/esm/icons/actions/HandThumbUp.js.map +1 -1
  19. package/dist/esm/icons/actions/Home.js +1 -1
  20. package/dist/esm/icons/actions/Home.js.map +1 -1
  21. package/dist/esm/icons/actions/Movie.d.ts.map +1 -1
  22. package/dist/esm/icons/actions/Movie.js +2 -1
  23. package/dist/esm/icons/actions/Movie.js.map +1 -1
  24. package/dist/esm/icons/actions/ShakeHands.js +1 -1
  25. package/dist/esm/icons/actions/ShakeHands.js.map +1 -1
  26. package/dist/esm/icons/actions/Ship.js +1 -1
  27. package/dist/esm/icons/actions/Ship.js.map +1 -1
  28. package/dist/esm/icons/actions/Shirt.js +1 -1
  29. package/dist/esm/icons/actions/Shirt.js.map +1 -1
  30. package/dist/esm/icons/actions/TShirt.js +1 -1
  31. package/dist/esm/icons/actions/TShirt.js.map +1 -1
  32. package/dist/esm/icons/actions/Vidicon.js +1 -1
  33. package/dist/esm/icons/actions/Vidicon.js.map +1 -1
  34. package/dist/esm/icons/actions/VolumeUp.js +1 -1
  35. package/dist/esm/icons/actions/VolumeUp.js.map +1 -1
  36. package/dist/esm/icons/src/actions/calculator.svg +1 -1
  37. package/dist/esm/icons/src/actions/camera.svg +1 -1
  38. package/dist/esm/icons/src/actions/film.svg +1 -1
  39. package/dist/esm/icons/src/actions/hand-heart.svg +1 -1
  40. package/dist/esm/icons/src/actions/hand-thumb-down.svg +1 -1
  41. package/dist/esm/icons/src/actions/hand-thumb-up.svg +1 -1
  42. package/dist/esm/icons/src/actions/home.svg +1 -1
  43. package/dist/esm/icons/src/actions/megaphone.svg +1 -1
  44. package/dist/esm/icons/src/actions/movie.svg +2 -1
  45. package/dist/esm/icons/src/actions/shake-hands.svg +1 -1
  46. package/dist/esm/icons/src/actions/ship.svg +1 -1
  47. package/dist/esm/icons/src/actions/shirt.svg +1 -1
  48. package/dist/esm/icons/src/actions/t-shirt.svg +1 -1
  49. package/dist/esm/icons/src/actions/vidicon.svg +1 -1
  50. package/dist/esm/icons/src/actions/volume-up.svg +1 -1
  51. package/dist/esm/logo/platforms/Figma.d.ts +5 -0
  52. package/dist/esm/logo/platforms/Figma.d.ts.map +1 -0
  53. package/dist/esm/logo/platforms/Figma.js +10 -0
  54. package/dist/esm/logo/platforms/Figma.js.map +1 -0
  55. package/dist/esm/logo/platforms/Linear.d.ts.map +1 -1
  56. package/dist/esm/logo/platforms/Linear.js +2 -5
  57. package/dist/esm/logo/platforms/Linear.js.map +1 -1
  58. package/dist/esm/logo/platforms/LinearWhite.d.ts +5 -0
  59. package/dist/esm/logo/platforms/LinearWhite.d.ts.map +1 -0
  60. package/dist/esm/logo/platforms/LinearWhite.js +6 -0
  61. package/dist/esm/logo/platforms/LinearWhite.js.map +1 -0
  62. package/dist/esm/logo/platforms/index.d.ts +2 -0
  63. package/dist/esm/logo/platforms/index.d.ts.map +1 -1
  64. package/dist/esm/logo/platforms/index.js +2 -0
  65. package/dist/esm/logo/platforms/index.js.map +1 -1
  66. package/dist/esm/logo/src/platforms/Figma.svg +7 -0
  67. package/dist/esm/logo/src/platforms/Linear.svg +3 -0
  68. package/dist/esm/logo/src/platforms/LinearWhite.svg +3 -0
  69. package/dist/esm/stories/Chip.stories.d.ts +1 -0
  70. package/dist/esm/stories/Chip.stories.d.ts.map +1 -1
  71. package/dist/esm/stories/Chip.stories.js +24 -1
  72. package/dist/esm/stories/Chip.stories.js.map +1 -1
  73. package/dist/esm/stories/ContentMessage.stories.d.ts +1 -0
  74. package/dist/esm/stories/ContentMessage.stories.d.ts.map +1 -1
  75. package/dist/esm/stories/ContentMessage.stories.js +16 -0
  76. package/dist/esm/stories/ContentMessage.stories.js.map +1 -1
  77. package/dist/sparkle.css +193 -31
  78. package/package.json +1 -1
  79. package/src/components/Chip.tsx +48 -6
  80. package/src/components/ContentMessage.tsx +25 -25
  81. package/src/icons/actions/Calculator.tsx +1 -1
  82. package/src/icons/actions/Camera.tsx +1 -1
  83. package/src/icons/actions/Film.tsx +1 -1
  84. package/src/icons/actions/HandHeart.tsx +1 -1
  85. package/src/icons/actions/HandThumbDown.tsx +1 -1
  86. package/src/icons/actions/HandThumbUp.tsx +1 -1
  87. package/src/icons/actions/Home.tsx +1 -1
  88. package/src/icons/actions/Movie.tsx +2 -4
  89. package/src/icons/actions/ShakeHands.tsx +1 -1
  90. package/src/icons/actions/Ship.tsx +1 -1
  91. package/src/icons/actions/Shirt.tsx +1 -1
  92. package/src/icons/actions/TShirt.tsx +1 -1
  93. package/src/icons/actions/Vidicon.tsx +1 -1
  94. package/src/icons/actions/VolumeUp.tsx +1 -1
  95. package/src/icons/src/actions/calculator.svg +1 -1
  96. package/src/icons/src/actions/camera.svg +1 -1
  97. package/src/icons/src/actions/film.svg +1 -1
  98. package/src/icons/src/actions/hand-heart.svg +1 -1
  99. package/src/icons/src/actions/hand-thumb-down.svg +1 -1
  100. package/src/icons/src/actions/hand-thumb-up.svg +1 -1
  101. package/src/icons/src/actions/home.svg +1 -1
  102. package/src/icons/src/actions/megaphone.svg +1 -1
  103. package/src/icons/src/actions/movie.svg +2 -1
  104. package/src/icons/src/actions/shake-hands.svg +1 -1
  105. package/src/icons/src/actions/ship.svg +1 -1
  106. package/src/icons/src/actions/shirt.svg +1 -1
  107. package/src/icons/src/actions/t-shirt.svg +1 -1
  108. package/src/icons/src/actions/vidicon.svg +1 -1
  109. package/src/icons/src/actions/volume-up.svg +1 -1
  110. package/src/logo/platforms/Figma.tsx +19 -0
  111. package/src/logo/platforms/Linear.tsx +4 -16
  112. package/src/logo/platforms/LinearWhite.tsx +18 -0
  113. package/src/logo/platforms/index.ts +2 -0
  114. package/src/logo/src/platforms/Figma.svg +7 -0
  115. package/src/logo/src/platforms/Linear.svg +3 -0
  116. package/src/logo/src/platforms/LinearWhite.svg +3 -0
  117. package/src/stories/Chip.stories.tsx +86 -1
  118. package/src/stories/ContentMessage.stories.tsx +39 -0
package/dist/sparkle.css CHANGED
@@ -609,8 +609,15 @@ select {
609
609
  font-weight: 600;
610
610
  }
611
611
 
612
- .s-heading-sm {
612
+ .s-heading-xs {
613
613
  font-size: 12px;
614
+ line-height: 16px;
615
+ letter-spacing: normal;
616
+ font-weight: 600;
617
+ }
618
+
619
+ .s-heading-sm {
620
+ font-size: 14px;
614
621
  line-height: 20px;
615
622
  letter-spacing: -0.28px;
616
623
  font-weight: 600;
@@ -2581,11 +2588,6 @@ select {
2581
2588
  border-color: rgb(238 238 239 / var(--tw-border-opacity));
2582
2589
  }
2583
2590
 
2584
- .s-border-sky-200 {
2585
- --tw-border-opacity: 1;
2586
- border-color: rgb(159 219 255 / var(--tw-border-opacity));
2587
- }
2588
-
2589
2591
  .s-border-success-100 {
2590
2592
  --tw-border-opacity: 1;
2591
2593
  border-color: rgb(240 251 189 / var(--tw-border-opacity));
@@ -3484,11 +3486,6 @@ select {
3484
3486
  background-color: rgb(238 238 239 / var(--tw-bg-opacity));
3485
3487
  }
3486
3488
 
3487
- .s-bg-sky-100 {
3488
- --tw-bg-opacity: 1;
3489
- background-color: rgb(202 235 255 / var(--tw-bg-opacity));
3490
- }
3491
-
3492
3489
  .s-bg-success-100 {
3493
3490
  --tw-bg-opacity: 1;
3494
3491
  background-color: rgb(240 251 189 / var(--tw-bg-opacity));
@@ -4740,11 +4737,6 @@ select {
4740
4737
  color: rgb(8 80 146 / var(--tw-text-opacity));
4741
4738
  }
4742
4739
 
4743
- .s-text-sky-900 {
4744
- --tw-text-opacity: 1;
4745
- color: rgb(7 53 95 / var(--tw-text-opacity));
4746
- }
4747
-
4748
4740
  .s-text-success-500 {
4749
4741
  --tw-text-opacity: 1;
4750
4742
  color: rgb(106 166 104 / var(--tw-text-opacity));
@@ -5359,21 +5351,46 @@ select {
5359
5351
  padding-left: 0.5rem;
5360
5352
  }
5361
5353
 
5354
+ .hover\:s-text-blue-700:hover {
5355
+ --tw-text-opacity: 1;
5356
+ color: rgb(10 108 198 / var(--tw-text-opacity));
5357
+ }
5358
+
5362
5359
  .hover\:s-text-foreground:hover {
5363
5360
  --tw-text-opacity: 1;
5364
5361
  color: rgb(17 20 24 / var(--tw-text-opacity));
5365
5362
  }
5366
5363
 
5364
+ .hover\:s-text-golden-700:hover {
5365
+ --tw-text-opacity: 1;
5366
+ color: rgb(226 119 22 / var(--tw-text-opacity));
5367
+ }
5368
+
5369
+ .hover\:s-text-green-700:hover {
5370
+ --tw-text-opacity: 1;
5371
+ color: rgb(39 118 68 / var(--tw-text-opacity));
5372
+ }
5373
+
5367
5374
  .hover\:s-text-highlight-400:hover {
5368
5375
  --tw-text-opacity: 1;
5369
5376
  color: rgb(75 171 255 / var(--tw-text-opacity));
5370
5377
  }
5371
5378
 
5379
+ .hover\:s-text-highlight-700:hover {
5380
+ --tw-text-opacity: 1;
5381
+ color: rgb(10 108 198 / var(--tw-text-opacity));
5382
+ }
5383
+
5372
5384
  .hover\:s-text-highlight-light:hover {
5373
5385
  --tw-text-opacity: 1;
5374
5386
  color: rgb(75 171 255 / var(--tw-text-opacity));
5375
5387
  }
5376
5388
 
5389
+ .hover\:s-text-info-700:hover {
5390
+ --tw-text-opacity: 1;
5391
+ color: rgb(226 119 22 / var(--tw-text-opacity));
5392
+ }
5393
+
5377
5394
  .hover\:s-text-primary:hover {
5378
5395
  --tw-text-opacity: 1;
5379
5396
  color: rgb(42 50 65 / var(--tw-text-opacity));
@@ -5399,11 +5416,26 @@ select {
5399
5416
  color: rgb(28 34 45 / var(--tw-text-opacity));
5400
5417
  }
5401
5418
 
5419
+ .hover\:s-text-rose-700:hover {
5420
+ --tw-text-opacity: 1;
5421
+ color: rgb(178 46 19 / var(--tw-text-opacity));
5422
+ }
5423
+
5424
+ .hover\:s-text-success-700:hover {
5425
+ --tw-text-opacity: 1;
5426
+ color: rgb(39 118 68 / var(--tw-text-opacity));
5427
+ }
5428
+
5402
5429
  .hover\:s-text-warning-400:hover {
5403
5430
  --tw-text-opacity: 1;
5404
5431
  color: rgb(237 117 108 / var(--tw-text-opacity));
5405
5432
  }
5406
5433
 
5434
+ .hover\:s-text-warning-700:hover {
5435
+ --tw-text-opacity: 1;
5436
+ color: rgb(178 46 19 / var(--tw-text-opacity));
5437
+ }
5438
+
5407
5439
  .hover\:s-underline:hover {
5408
5440
  text-decoration-line: underline;
5409
5441
  }
@@ -5541,6 +5573,21 @@ select {
5541
5573
  background-color: rgb(201 57 19 / var(--tw-bg-opacity));
5542
5574
  }
5543
5575
 
5576
+ .active\:s-text-blue-950:active {
5577
+ --tw-text-opacity: 1;
5578
+ color: rgb(4 23 40 / var(--tw-text-opacity));
5579
+ }
5580
+
5581
+ .active\:s-text-golden-950:active {
5582
+ --tw-text-opacity: 1;
5583
+ color: rgb(51 22 6 / var(--tw-text-opacity));
5584
+ }
5585
+
5586
+ .active\:s-text-green-950:active {
5587
+ --tw-text-opacity: 1;
5588
+ color: rgb(4 20 10 / var(--tw-text-opacity));
5589
+ }
5590
+
5544
5591
  .active\:s-text-highlight-600:active {
5545
5592
  --tw-text-opacity: 1;
5546
5593
  color: rgb(19 127 227 / var(--tw-text-opacity));
@@ -5551,21 +5598,51 @@ select {
5551
5598
  color: rgb(10 108 198 / var(--tw-text-opacity));
5552
5599
  }
5553
5600
 
5601
+ .active\:s-text-highlight-950:active {
5602
+ --tw-text-opacity: 1;
5603
+ color: rgb(4 23 40 / var(--tw-text-opacity));
5604
+ }
5605
+
5554
5606
  .active\:s-text-highlight-dark:active {
5555
5607
  --tw-text-opacity: 1;
5556
5608
  color: rgb(19 127 227 / var(--tw-text-opacity));
5557
5609
  }
5558
5610
 
5611
+ .active\:s-text-info-950:active {
5612
+ --tw-text-opacity: 1;
5613
+ color: rgb(51 22 6 / var(--tw-text-opacity));
5614
+ }
5615
+
5559
5616
  .active\:s-text-primary-200:active {
5560
5617
  --tw-text-opacity: 1;
5561
5618
  color: rgb(211 213 217 / var(--tw-text-opacity));
5562
5619
  }
5563
5620
 
5621
+ .active\:s-text-primary-950:active {
5622
+ --tw-text-opacity: 1;
5623
+ color: rgb(17 20 24 / var(--tw-text-opacity));
5624
+ }
5625
+
5626
+ .active\:s-text-rose-950:active {
5627
+ --tw-text-opacity: 1;
5628
+ color: rgb(34 10 4 / var(--tw-text-opacity));
5629
+ }
5630
+
5631
+ .active\:s-text-success-950:active {
5632
+ --tw-text-opacity: 1;
5633
+ color: rgb(4 20 10 / var(--tw-text-opacity));
5634
+ }
5635
+
5564
5636
  .active\:s-text-warning-600:active {
5565
5637
  --tw-text-opacity: 1;
5566
5638
  color: rgb(201 57 19 / var(--tw-text-opacity));
5567
5639
  }
5568
5640
 
5641
+ .active\:s-text-warning-950:active {
5642
+ --tw-text-opacity: 1;
5643
+ color: rgb(34 10 4 / var(--tw-text-opacity));
5644
+ }
5645
+
5569
5646
  .active\:s-brightness-90:active {
5570
5647
  --tw-brightness: brightness(.9);
5571
5648
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
@@ -6328,11 +6405,6 @@ select {
6328
6405
  border-color: rgb(42 50 65 / var(--tw-border-opacity));
6329
6406
  }
6330
6407
 
6331
- :is(.s-dark .dark\:s-border-sky-200-night) {
6332
- --tw-border-opacity: 1;
6333
- border-color: rgb(8 80 146 / var(--tw-border-opacity));
6334
- }
6335
-
6336
6408
  :is(.s-dark .dark\:s-border-success-100-night) {
6337
6409
  --tw-border-opacity: 1;
6338
6410
  border-color: rgb(10 54 26 / var(--tw-border-opacity));
@@ -7181,11 +7253,6 @@ select {
7181
7253
  background-color: rgb(42 50 65 / var(--tw-bg-opacity));
7182
7254
  }
7183
7255
 
7184
- :is(.s-dark .dark\:s-bg-sky-100-night) {
7185
- --tw-bg-opacity: 1;
7186
- background-color: rgb(7 53 95 / var(--tw-bg-opacity));
7187
- }
7188
-
7189
7256
  :is(.s-dark .dark\:s-bg-success-100-night) {
7190
7257
  --tw-bg-opacity: 1;
7191
7258
  background-color: rgb(10 54 26 / var(--tw-bg-opacity));
@@ -7897,11 +7964,6 @@ select {
7897
7964
  color: rgb(159 219 255 / var(--tw-text-opacity));
7898
7965
  }
7899
7966
 
7900
- :is(.s-dark .dark\:s-text-sky-900-night) {
7901
- --tw-text-opacity: 1;
7902
- color: rgb(202 235 255 / var(--tw-text-opacity));
7903
- }
7904
-
7905
7967
  :is(.s-dark .dark\:s-text-success-400-night) {
7906
7968
  --tw-text-opacity: 1;
7907
7969
  color: rgb(65 139 92 / var(--tw-text-opacity));
@@ -8055,11 +8117,26 @@ select {
8055
8117
  background-color: rgb(34 10 4 / var(--tw-bg-opacity));
8056
8118
  }
8057
8119
 
8120
+ :is(.s-dark .dark\:hover\:s-text-blue-700-night:hover) {
8121
+ --tw-text-opacity: 1;
8122
+ color: rgb(122 198 255 / var(--tw-text-opacity));
8123
+ }
8124
+
8058
8125
  :is(.s-dark .dark\:hover\:s-text-foreground-night:hover) {
8059
8126
  --tw-text-opacity: 1;
8060
8127
  color: rgb(247 247 247 / var(--tw-text-opacity));
8061
8128
  }
8062
8129
 
8130
+ :is(.s-dark .dark\:hover\:s-text-golden-700-night:hover) {
8131
+ --tw-text-opacity: 1;
8132
+ color: rgb(255 208 70 / var(--tw-text-opacity));
8133
+ }
8134
+
8135
+ :is(.s-dark .dark\:hover\:s-text-green-700-night:hover) {
8136
+ --tw-text-opacity: 1;
8137
+ color: rgb(188 222 129 / var(--tw-text-opacity));
8138
+ }
8139
+
8063
8140
  :is(.s-dark .dark\:hover\:s-text-highlight-400-night:hover) {
8064
8141
  --tw-text-opacity: 1;
8065
8142
  color: rgb(19 127 227 / var(--tw-text-opacity));
@@ -8070,11 +8147,21 @@ select {
8070
8147
  color: rgb(28 145 255 / var(--tw-text-opacity));
8071
8148
  }
8072
8149
 
8150
+ :is(.s-dark .dark\:hover\:s-text-highlight-700-night:hover) {
8151
+ --tw-text-opacity: 1;
8152
+ color: rgb(122 198 255 / var(--tw-text-opacity));
8153
+ }
8154
+
8073
8155
  :is(.s-dark .dark\:hover\:s-text-highlight-light-night:hover) {
8074
8156
  --tw-text-opacity: 1;
8075
8157
  color: rgb(19 127 227 / var(--tw-text-opacity));
8076
8158
  }
8077
8159
 
8160
+ :is(.s-dark .dark\:hover\:s-text-info-700-night:hover) {
8161
+ --tw-text-opacity: 1;
8162
+ color: rgb(255 208 70 / var(--tw-text-opacity));
8163
+ }
8164
+
8078
8165
  :is(.s-dark .dark\:hover\:s-text-primary-100-night:hover) {
8079
8166
  --tw-text-opacity: 1;
8080
8167
  color: rgb(28 34 45 / var(--tw-text-opacity));
@@ -8085,6 +8172,11 @@ select {
8085
8172
  color: rgb(84 93 108 / var(--tw-text-opacity));
8086
8173
  }
8087
8174
 
8175
+ :is(.s-dark .dark\:hover\:s-text-primary-500-night:hover) {
8176
+ --tw-text-opacity: 1;
8177
+ color: rgb(123 129 141 / var(--tw-text-opacity));
8178
+ }
8179
+
8088
8180
  :is(.s-dark .dark\:hover\:s-text-primary-900-night:hover) {
8089
8181
  --tw-text-opacity: 1;
8090
8182
  color: rgb(238 238 239 / var(--tw-text-opacity));
@@ -8095,11 +8187,26 @@ select {
8095
8187
  color: rgb(211 213 217 / var(--tw-text-opacity));
8096
8188
  }
8097
8189
 
8190
+ :is(.s-dark .dark\:hover\:s-text-rose-700-night:hover) {
8191
+ --tw-text-opacity: 1;
8192
+ color: rgb(248 166 180 / var(--tw-text-opacity));
8193
+ }
8194
+
8195
+ :is(.s-dark .dark\:hover\:s-text-success-700-night:hover) {
8196
+ --tw-text-opacity: 1;
8197
+ color: rgb(188 222 129 / var(--tw-text-opacity));
8198
+ }
8199
+
8098
8200
  :is(.s-dark .dark\:hover\:s-text-warning-500-night:hover) {
8099
8201
  --tw-text-opacity: 1;
8100
8202
  color: rgb(225 67 34 / var(--tw-text-opacity));
8101
8203
  }
8102
8204
 
8205
+ :is(.s-dark .dark\:hover\:s-text-warning-700-night:hover) {
8206
+ --tw-text-opacity: 1;
8207
+ color: rgb(248 166 180 / var(--tw-text-opacity));
8208
+ }
8209
+
8103
8210
  :is(.s-dark .dark\:hover\:s-text-white:hover) {
8104
8211
  --tw-text-opacity: 1;
8105
8212
  color: rgb(255 255 255 / var(--tw-text-opacity));
@@ -8183,6 +8290,21 @@ select {
8183
8290
  background-color: rgb(87 22 9 / var(--tw-bg-opacity));
8184
8291
  }
8185
8292
 
8293
+ :is(.s-dark .dark\:active\:s-text-blue-950-night:active) {
8294
+ --tw-text-opacity: 1;
8295
+ color: rgb(233 247 255 / var(--tw-text-opacity));
8296
+ }
8297
+
8298
+ :is(.s-dark .dark\:active\:s-text-golden-950-night:active) {
8299
+ --tw-text-opacity: 1;
8300
+ color: rgb(255 250 224 / var(--tw-text-opacity));
8301
+ }
8302
+
8303
+ :is(.s-dark .dark\:active\:s-text-green-950-night:active) {
8304
+ --tw-text-opacity: 1;
8305
+ color: rgb(254 255 240 / var(--tw-text-opacity));
8306
+ }
8307
+
8186
8308
  :is(.s-dark .dark\:active\:s-text-highlight-600-night:active) {
8187
8309
  --tw-text-opacity: 1;
8188
8310
  color: rgb(75 171 255 / var(--tw-text-opacity));
@@ -8193,21 +8315,51 @@ select {
8193
8315
  color: rgb(122 198 255 / var(--tw-text-opacity));
8194
8316
  }
8195
8317
 
8318
+ :is(.s-dark .dark\:active\:s-text-highlight-950-night:active) {
8319
+ --tw-text-opacity: 1;
8320
+ color: rgb(233 247 255 / var(--tw-text-opacity));
8321
+ }
8322
+
8196
8323
  :is(.s-dark .dark\:active\:s-text-highlight-dark-night:active) {
8197
8324
  --tw-text-opacity: 1;
8198
8325
  color: rgb(75 171 255 / var(--tw-text-opacity));
8199
8326
  }
8200
8327
 
8328
+ :is(.s-dark .dark\:active\:s-text-info-950-night:active) {
8329
+ --tw-text-opacity: 1;
8330
+ color: rgb(255 250 224 / var(--tw-text-opacity));
8331
+ }
8332
+
8201
8333
  :is(.s-dark .dark\:active\:s-text-primary-200-night:active) {
8202
8334
  --tw-text-opacity: 1;
8203
8335
  color: rgb(42 50 65 / var(--tw-text-opacity));
8204
8336
  }
8205
8337
 
8338
+ :is(.s-dark .dark\:active\:s-text-primary-950-night:active) {
8339
+ --tw-text-opacity: 1;
8340
+ color: rgb(238 238 239 / var(--tw-text-opacity));
8341
+ }
8342
+
8343
+ :is(.s-dark .dark\:active\:s-text-rose-950-night:active) {
8344
+ --tw-text-opacity: 1;
8345
+ color: rgb(255 241 247 / var(--tw-text-opacity));
8346
+ }
8347
+
8348
+ :is(.s-dark .dark\:active\:s-text-success-950-night:active) {
8349
+ --tw-text-opacity: 1;
8350
+ color: rgb(254 255 240 / var(--tw-text-opacity));
8351
+ }
8352
+
8206
8353
  :is(.s-dark .dark\:active\:s-text-warning-600-night:active) {
8207
8354
  --tw-text-opacity: 1;
8208
8355
  color: rgb(237 117 108 / var(--tw-text-opacity));
8209
8356
  }
8210
8357
 
8358
+ :is(.s-dark .dark\:active\:s-text-warning-950-night:active) {
8359
+ --tw-text-opacity: 1;
8360
+ color: rgb(255 241 247 / var(--tw-text-opacity));
8361
+ }
8362
+
8211
8363
  :is(.s-dark .dark\:disabled\:s-border-border-night:disabled) {
8212
8364
  --tw-border-opacity: 1;
8213
8365
  border-color: rgb(42 50 65 / var(--tw-border-opacity));
@@ -8294,6 +8446,10 @@ select {
8294
8446
  max-width: 36rem;
8295
8447
  }
8296
8448
 
8449
+ .sm\:s-grid-cols-2 {
8450
+ grid-template-columns: repeat(2, minmax(0, 1fr));
8451
+ }
8452
+
8297
8453
  .sm\:s-flex-row {
8298
8454
  flex-direction: row;
8299
8455
  }
@@ -8309,6 +8465,12 @@ select {
8309
8465
  }
8310
8466
  }
8311
8467
 
8468
+ @media (min-width: 1024px) {
8469
+ .lg\:s-grid-cols-3 {
8470
+ grid-template-columns: repeat(3, minmax(0, 1fr));
8471
+ }
8472
+ }
8473
+
8312
8474
  .\[\&\[data-panel-group-direction\=vertical\]\>div\]\:s-rotate-90[data-panel-group-direction=vertical]>div {
8313
8475
  --tw-rotate: 90deg;
8314
8476
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dust-tt/sparkle",
3
- "version": "0.2.469",
3
+ "version": "0.2.470",
4
4
  "scripts": {
5
5
  "build": "rm -rf dist && npm run tailwind && npm run build:esm && npm run build:cjs",
6
6
  "tailwind": "tailwindcss -i ./src/styles/tailwind.css -o dist/sparkle.css",
@@ -30,8 +30,8 @@ export const CHIP_COLORS = [
30
30
  type ChipColorType = (typeof CHIP_COLORS)[number];
31
31
 
32
32
  const sizeVariants: Record<ChipSizeType, string> = {
33
- xs: "s-rounded-lg s-min-h-7 s-text-xs s-font-medium s-px-3 s-gap-1",
34
- sm: "s-rounded-xl s-min-h-9 s-text-sm s-font-medium s-px-3 s-gap-1.5",
33
+ xs: "s-rounded-lg s-min-h-7 s-heading-xs s-px-3 s-gap-1",
34
+ sm: "s-rounded-xl s-min-h-9 s-heading-sm s-px-4 s-gap-1.5",
35
35
  };
36
36
 
37
37
  const backgroundVariants: Record<ChipColorType, string> = {
@@ -60,8 +60,8 @@ const backgroundVariants: Record<ChipColorType, string> = {
60
60
  "dark:s-bg-green-100-night dark:s-border-green-200-night"
61
61
  ),
62
62
  blue: cn(
63
- "s-bg-sky-100 s-border-sky-200",
64
- "dark:s-bg-sky-100-night dark:s-border-sky-200-night"
63
+ "s-bg-blue-100 s-border-blue-200",
64
+ "dark:s-bg-blue-100-night dark:s-border-blue-200-night"
65
65
  ),
66
66
  rose: cn(
67
67
  "s-bg-rose-100 s-border-rose-200",
@@ -80,11 +80,50 @@ const textVariants: Record<ChipColorType, string> = {
80
80
  warning: "s-text-warning-900 dark:s-text-warning-900-night",
81
81
  info: "s-text-info-900 dark:s-text-info-900-night",
82
82
  green: "s-text-green-900 dark:s-text-green-900-night",
83
- blue: "s-text-sky-900 dark:s-text-sky-900-night",
83
+ blue: "s-text-blue-900 dark:s-text-blue-900-night",
84
84
  rose: "s-text-rose-900 dark:s-text-rose-900-night",
85
85
  golden: "s-text-golden-900 dark:s-text-golden-900-night",
86
86
  };
87
87
 
88
+ const closeIconVariants: Record<ChipColorType, string> = {
89
+ primary: cn(
90
+ "s-text-primary-700 hover:s-text-primary-500 active:s-text-primary-950",
91
+ "dark:s-text-primary-700-night dark:hover:s-text-primary-500-night dark:active:s-text-primary-950-night"
92
+ ),
93
+ highlight: cn(
94
+ "s-text-highlight-900 hover:s-text-highlight-700 active:s-text-highlight-950",
95
+ "dark:s-text-highlight-900-night dark:hover:s-text-highlight-700-night dark:active:s-text-highlight-950-night"
96
+ ),
97
+ success: cn(
98
+ "s-text-success-900 hover:s-text-success-700 active:s-text-success-950",
99
+ "dark:s-text-success-900-night dark:hover:s-text-success-700-night dark:active:s-text-success-950-night"
100
+ ),
101
+ warning: cn(
102
+ "s-text-warning-900 hover:s-text-warning-700 active:s-text-warning-950",
103
+ "dark:s-text-warning-900-night dark:hover:s-text-warning-700-night dark:active:s-text-warning-950-night"
104
+ ),
105
+ info: cn(
106
+ "s-text-info-900 hover:s-text-info-700 active:s-text-info-950",
107
+ "dark:s-text-info-900-night dark:hover:s-text-info-700-night dark:active:s-text-info-950-night"
108
+ ),
109
+ green: cn(
110
+ "s-text-green-900 hover:s-text-green-700 active:s-text-green-950",
111
+ "dark:s-text-green-900-night dark:hover:s-text-green-700-night dark:active:s-text-green-950-night"
112
+ ),
113
+ blue: cn(
114
+ "s-text-blue-900 hover:s-text-blue-700 active:s-text-blue-950",
115
+ "dark:s-text-blue-900-night dark:hover:s-text-blue-700-night dark:active:s-text-blue-950-night"
116
+ ),
117
+ rose: cn(
118
+ "s-text-rose-900 hover:s-text-rose-700 active:s-text-rose-950",
119
+ "dark:s-text-rose-900-night dark:hover:s-text-rose-700-night dark:active:s-text-rose-950-night"
120
+ ),
121
+ golden: cn(
122
+ "s-text-golden-900 hover:s-text-golden-700 active:s-text-golden-950",
123
+ "dark:s-text-golden-900-night dark:hover:s-text-golden-700-night dark:active:s-text-golden-950-night"
124
+ ),
125
+ };
126
+
88
127
  const chipVariants = cva("s-inline-flex s-box-border s-items-center", {
89
128
  variants: {
90
129
  size: sizeVariants,
@@ -171,7 +210,10 @@ const Chip = React.forwardRef<HTMLDivElement, ChipProps>(
171
210
  <Icon
172
211
  visual={XMarkIcon}
173
212
  size={size}
174
- className="s-text-primary-700 hover:s-text-primary-500"
213
+ className={cn(
214
+ "s-transition-color -s-mr-1 s-duration-200",
215
+ closeIconVariants[color || "primary"]
216
+ )}
175
217
  />
176
218
  </div>
177
219
  )}
@@ -58,15 +58,15 @@ const contentMessageVariants = cva(
58
58
  const iconVariants = cva("s-shrink-0", {
59
59
  variants: {
60
60
  variant: {
61
- primary: "s-text-primary-800 dark:s-text-primary-800-night",
62
- warning: "s-text-warning-800 dark:s-text-warning-800-night",
63
- success: "s-text-success-800 dark:s-text-success-800-night",
64
- highlight: "s-text-highlight-800 dark:s-text-highlight-800-night",
65
- info: "s-text-info-800 dark:s-text-info-800-night",
66
- green: "s-text-green-800 dark:s-text-green-800-night",
67
- blue: "s-text-blue-800 dark:s-text-blue-800-night",
68
- rose: "s-text-rose-800 dark:s-text-rose-800-night",
69
- golden: "s-text-golden-800 dark:s-text-golden-800-night",
61
+ primary: "s-text-muted-foreground dark:s-text-muted-foreground-night",
62
+ warning: "s-text-warning-900 dark:s-text-warning-900-night",
63
+ success: "s-text-success-900 dark:s-text-success-900-night",
64
+ highlight: "s-text-highlight-900 dark:s-text-highlight-900-night",
65
+ info: "s-text-info-900 dark:s-text-info-900-night",
66
+ green: "s-text-green-900 dark:s-text-green-900-night",
67
+ blue: "s-text-blue-900 dark:s-text-blue-900-night",
68
+ rose: "s-text-rose-900 dark:s-text-rose-900-night",
69
+ golden: "s-text-golden-900 dark:s-text-golden-900-night",
70
70
  },
71
71
  },
72
72
  });
@@ -75,14 +75,14 @@ const titleVariants = cva("s-text-sm s-font-semibold", {
75
75
  variants: {
76
76
  variant: {
77
77
  primary: "s-text-foreground dark:s-text-foreground-night",
78
- warning: "s-text-warning-800 dark:s-text-warning-800-night",
79
- success: "s-text-success-800 dark:s-text-success-800-night",
80
- highlight: "s-text-highlight-800 dark:s-text-highlight-800-night",
81
- info: "s-text-info-800 dark:s-text-info-800-night",
82
- green: "s-text-green-800 dark:s-text-green-800-night",
83
- blue: "s-text-blue-800 dark:s-text-blue-800-night",
84
- rose: "s-text-rose-800 dark:s-text-rose-800-night",
85
- golden: "s-text-golden-800 dark:s-text-golden-800-night",
78
+ warning: "s-text-warning-900 dark:s-text-warning-900-night",
79
+ success: "s-text-success-900 dark:s-text-success-900-night",
80
+ highlight: "s-text-highlight-900 dark:s-text-highlight-900-night",
81
+ info: "s-text-info-900 dark:s-text-info-900-night",
82
+ green: "s-text-green-900 dark:s-text-green-900-night",
83
+ blue: "s-text-blue-900 dark:s-text-blue-900-night",
84
+ rose: "s-text-rose-900 dark:s-text-rose-900-night",
85
+ golden: "s-text-golden-900 dark:s-text-golden-900-night",
86
86
  },
87
87
  },
88
88
  });
@@ -91,14 +91,14 @@ const textVariants = cva("s-text-sm", {
91
91
  variants: {
92
92
  variant: {
93
93
  primary: "s-text-muted-foreground dark:s-text-muted-foreground-night",
94
- warning: "s-text-warning-950 dark:s-text-warning-950-night",
95
- success: "s-text-success-950 dark:s-text-success-950-night",
96
- highlight: "s-text-highlight-950 dark:s-text-highlight-950-night",
97
- info: "s-text-info-950 dark:s-text-info-950-night",
98
- green: "s-text-green-950 dark:s-text-green-950-night",
99
- blue: "s-text-blue-950 dark:s-text-blue-950-night",
100
- rose: "s-text-rose-950 dark:s-text-rose-950-night",
101
- golden: "s-text-golden-950 dark:s-text-golden-950-night",
94
+ warning: "s-text-warning-900 dark:s-text-warning-900-night",
95
+ success: "s-text-success-900 dark:s-text-success-900-night",
96
+ highlight: "s-text-highlight-900 dark:s-text-highlight-900-night",
97
+ info: "s-text-info-900 dark:s-text-info-900-night",
98
+ green: "s-text-green-900 dark:s-text-green-900-night",
99
+ blue: "s-text-blue-900 dark:s-text-blue-900-night",
100
+ rose: "s-text-rose-900 dark:s-text-rose-900-night",
101
+ golden: "s-text-golden-900 dark:s-text-golden-900-night",
102
102
  },
103
103
  },
104
104
  });
@@ -11,7 +11,7 @@ const SvgCalculator = (props: SVGProps<SVGSVGElement>) => (
11
11
  >
12
12
  <path
13
13
  fill="currentColor"
14
- d="M4 2h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1Zm1 2v16h14V4H5Zm2 2h10v4H7V6Zm0 6h2v2H7v-2Zm0 4h2v2H7v-2Zm4-4h2v2h-2v-2Zm0 4h2v2h-2v-2Zm4-4h2v6h-2v-6Z"
14
+ d="M21 2v20H3V2h18ZM5 4v16h14V4H5Zm2 2h10v4H7V6Zm0 6h2v2H7v-2Zm0 4h2v2H7v-2Zm4-4h2v2h-2v-2Zm0 4h2v2h-2v-2Zm4-4h2v6h-2v-6Z"
15
15
  />
16
16
  </svg>
17
17
  );
@@ -11,7 +11,7 @@ const SvgCamera = (props: SVGProps<SVGSVGElement>) => (
11
11
  >
12
12
  <path
13
13
  fill="currentColor"
14
- d="M2 6c0-.552.455-1 .992-1h18.016c.548 0 .992.445.992 1v14c0 .552-.455 1-.992 1H2.992A.994.994 0 0 1 2 20V6Zm2 1v12h16V7H4Zm10 9a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm0 2a5 5 0 1 1 0-10 5 5 0 0 1 0 10ZM4 2h6v2H4V2Z"
14
+ d="M2 5c6.667-.012 13.333-.012 20 0v16c-6.667.012-13.333.013-20 0V5Zm2 2v12h16V7H4Zm10 9a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm0 2a5 5 0 1 1 0-10 5 5 0 0 1 0 10ZM5 2h5v2H5V2Z"
15
15
  />
16
16
  </svg>
17
17
  );
@@ -11,7 +11,7 @@ const SvgFilm = (props: SVGProps<SVGSVGElement>) => (
11
11
  >
12
12
  <path
13
13
  fill="currentColor"
14
- d="M2 3.993A1 1 0 0 1 2.992 3h18.016c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V3.993ZM8 5v14h8V5H8ZM4 5v2h2V5H4Zm14 0v2h2V5h-2ZM4 9v2h2V9H4Zm14 0v2h2V9h-2ZM4 13v2h2v-2H4Zm14 0v2h2v-2h-2ZM4 17v2h2v-2H4Zm14 0v2h2v-2h-2Z"
14
+ d="M2 2.993a681.7 681.7 0 0 0 20 0v18.014a681.7 681.7 0 0 0-20 0V2.993ZM8 5v14h8V5H8ZM4 5v2h2V5H4Zm14 0v2h2V5h-2ZM4 9v2h2V9H4Zm14 0v2h2V9h-2ZM4 13v2h2v-2H4Zm14 0v2h2v-2h-2ZM4 17v2h2v-2H4Zm14 0v2h2v-2h-2Z"
15
15
  />
16
16
  </svg>
17
17
  );
@@ -11,7 +11,7 @@ const SvgHandHeart = (props: SVGProps<SVGSVGElement>) => (
11
11
  >
12
12
  <path
13
13
  fill="currentColor"
14
- d="M5.005 9.003a1 1 0 0 1 1 1 6.97 6.97 0 0 1 4.33 1.5h2.17c1.332 0 2.529.579 3.353 1.498l3.147.002a5 5 0 0 1 4.516 2.851c-2.365 3.12-6.194 5.149-10.516 5.149-2.79 0-5.15-.604-7.061-1.658a.998.998 0 0 1-.94.658h-3a1 1 0 0 1-1-1v-9a1 1 0 0 1 1-1h3Zm1 3v5.02l.045.034c1.794 1.26 4.133 1.946 6.955 1.946 3.004 0 5.798-1.156 7.835-3.13l.133-.133-.12-.1a2.994 2.994 0 0 0-1.643-.63l-.205-.007-2.112-.001c.073.322.112.657.112 1v1h-9v-2h6.79l-.034-.079a2.501 2.501 0 0 0-2.092-1.415l-.164-.005h-2.93a4.985 4.985 0 0 0-3.57-1.5Zm-2-1h-1v7h1v-7Zm9.646-7.425.354.354.353-.354a2.5 2.5 0 0 1 3.536 3.536l-3.89 3.889-3.888-3.89a2.5 2.5 0 1 1 3.535-3.535ZM11.53 4.992a.5.5 0 0 0-.059.637l.058.07 2.475 2.475 2.476-2.475a.5.5 0 0 0 .058-.637l-.058-.07a.5.5 0 0 0-.638-.057l-.07.057-1.769 1.77-1.767-1.77-.068-.058a.5.5 0 0 0-.638.058Z"
14
+ d="M5.944 9.003s.06.447.06 1a6.97 6.97 0 0 1 4.33 1.5h2.17c1.333 0 2.53.579 3.354 1.498l3.147.002a5 5 0 0 1 4.516 2.851c-2.365 3.12-6.194 5.149-10.516 5.149-2.79 0-5.15-.604-7.061-1.658-.138.383 0 .658 0 .658H1s.005-.448.005-1c0-3.333.031-6.668-.005-10h4.944Zm.062 3-.001 5.02.045.034c1.794 1.26 4.133 1.946 6.955 1.946 3.004 0 5.798-1.156 7.835-3.13l.133-.133-.12-.1a2.994 2.994 0 0 0-1.643-.63l-.205-.007-2.112-.001c.073.322.112.657.112 1v1h-9v-2h6.79l-.034-.079a2.501 2.501 0 0 0-2.092-1.415l-.164-.005h-2.93a4.985 4.985 0 0 0-3.57-1.5Zm-2.001-1h-1v7h1v-7Zm9.646-7.425.354.354.353-.354a2.5 2.5 0 0 1 3.536 3.536l-3.89 3.889-3.888-3.89a2.5 2.5 0 1 1 3.535-3.535ZM11.53 4.992a.5.5 0 0 0-.059.637l.058.07 2.475 2.475 2.476-2.475a.5.5 0 0 0 .058-.637l-.058-.07a.5.5 0 0 0-.638-.057l-.07.057-1.769 1.77-1.767-1.77-.068-.058a.5.5 0 0 0-.638.058Z"
15
15
  />
16
16
  </svg>
17
17
  );
@@ -11,7 +11,7 @@ const SvgHandThumbDown = (props: SVGProps<SVGSVGElement>) => (
11
11
  >
12
12
  <path
13
13
  fill="currentColor"
14
- d="M9.4 16H3a2 2 0 0 1-2-2v-2.104a2 2 0 0 1 .15-.762L4.246 3.62A1 1 0 0 1 5.17 3H22a1 1 0 0 1 1 1v10a1 1 0 0 1-1 1h-3.482a1 1 0 0 0-.817.423l-5.453 7.726a.5.5 0 0 1-.632.159L9.802 22.4a2.5 2.5 0 0 1-1.305-2.853L9.4 16Zm7.6-2.588V5H5.84L3 11.896V14h6.4a2 2 0 0 1 1.938 2.493l-.903 3.548a.5.5 0 0 0 .261.571l.661.33 4.71-6.672c.25-.354.57-.644.933-.857ZM19 13h2V5h-2v8Z"
14
+ d="M9.4 16H3a2 2 0 0 1-2-2v-2.104a2 2 0 0 1 .15-.762L4.246 3.62A1 1 0 0 1 5.17 3H23v12h-4.482a1 1 0 0 0-.817.423l-5.453 7.726a.5.5 0 0 1-.632.159L9.802 22.4a2.5 2.5 0 0 1-1.305-2.853L9.4 16Zm7.6-2.588V5H5.84L3 11.896V14h6.4a2 2 0 0 1 1.938 2.493l-.903 3.548a.5.5 0 0 0 .261.571l.661.33 4.71-6.672c.25-.354.57-.644.933-.857ZM19 13h2V5h-2v8Z"
15
15
  />
16
16
  </svg>
17
17
  );
@@ -11,7 +11,7 @@ const SvgHandThumbUp = (props: SVGProps<SVGSVGElement>) => (
11
11
  >
12
12
  <path
13
13
  fill="currentColor"
14
- d="M14.6 8H21a2 2 0 0 1 2 2v2.105c0 .26-.051.52-.15.761l-3.095 7.515a1 1 0 0 1-.925.62H2a1 1 0 0 1-1-1V10a1 1 0 0 1 1-1h3.482a1 1 0 0 0 .817-.424L11.752.851a.5.5 0 0 1 .632-.159l1.814.908a2.5 2.5 0 0 1 1.305 2.852L14.6 8ZM7 10.588V19h11.16L21 12.105V10h-6.4a2 2 0 0 1-1.938-2.493l.903-3.548a.5.5 0 0 0-.261-.57l-.661-.331-4.71 6.672c-.25.354-.57.645-.933.858ZM5 11H3v8h2v-8Z"
14
+ d="M14.6 8H21a2 2 0 0 1 2 2v2.105c0 .26-.051.52-.15.761l-3.095 7.515a1 1 0 0 1-.925.62H1V9h4.482a1 1 0 0 0 .817-.424L11.752.851a.5.5 0 0 1 .632-.159l1.814.908a2.5 2.5 0 0 1 1.305 2.852L14.6 8ZM7 10.588V19h11.16L21 12.105V10h-6.4a2 2 0 0 1-1.938-2.493l.903-3.548a.5.5 0 0 0-.261-.57l-.661-.331-4.71 6.672c-.25.354-.57.645-.933.858ZM5 11H3v8h2v-8Z"
15
15
  />
16
16
  </svg>
17
17
  );
@@ -12,7 +12,7 @@ const SvgHome = (props: SVGProps<SVGSVGElement>) => (
12
12
  <path
13
13
  fill="currentColor"
14
14
  fillRule="evenodd"
15
- d="M4 12v9h16v-9h3L12 2 1 12h3Zm14 0v7H6v-7h12Zm-.173-2L12 4.703 6.173 10h11.654Z"
15
+ d="M4 21V11l8-8 8 8v10H4Zm14-2v-7.172l-6-6-6 6V19h12Z"
16
16
  clipRule="evenodd"
17
17
  />
18
18
  </svg>
@@ -9,10 +9,8 @@ const SvgMovie = (props: SVGProps<SVGSVGElement>) => (
9
9
  viewBox="0 0 24 24"
10
10
  {...props}
11
11
  >
12
- <path
13
- fill="currentColor"
14
- d="M2 3.993A1 1 0 0 1 2.992 3h18.016c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V3.993ZM4 5v14h16V5H4Zm6.622 3.415 4.879 3.252a.4.4 0 0 1 0 .666l-4.88 3.252a.4.4 0 0 1-.621-.332V8.747a.4.4 0 0 1 .622-.332Z"
15
- />
12
+ <path fill="currentColor" d="M2 3h20v18H2V3Zm2 2v14h16V5H4Z" />
13
+ <path fill="currentColor" d="m16 12-7 4V8l7 4Z" />
16
14
  </svg>
17
15
  );
18
16
  export default SvgMovie;