@innovaccer/design-system 4.6.0 → 4.7.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/CHANGELOG.md +48 -0
- package/css/Readme.md +32 -32
- package/css/dist/index.css +1140 -1017
- package/css/dist/index.css.map +1 -1
- package/css/src/ai-components/button.module.css +3 -3
- package/css/src/ai-components/chat.module.css +24 -8
- package/css/src/ai-components/chip.module.css +38 -15
- package/css/src/ai-components/iconButton.module.css +33 -14
- package/css/src/components/actionButton.module.css +3 -3
- package/css/src/components/actionCard.module.css +4 -4
- package/css/src/components/avatar.module.css +15 -15
- package/css/src/components/avatarGroup.module.css +9 -9
- package/css/src/components/avatarSelection.module.css +15 -15
- package/css/src/components/badge.module.css +6 -6
- package/css/src/components/breadcrumbs.module.css +4 -4
- package/css/src/components/button.module.css +23 -23
- package/css/src/components/calendar.module.css +30 -30
- package/css/src/components/caption.module.css +2 -2
- package/css/src/components/card.module.css +7 -7
- package/css/src/components/cardSubdued.module.css +5 -5
- package/css/src/components/chat.module.css +8 -8
- package/css/src/components/chatBubble.module.css +14 -14
- package/css/src/components/chatSeparator.module.css +6 -6
- package/css/src/components/checkbox.module.css +22 -22
- package/css/src/components/chip.module.css +14 -14
- package/css/src/components/chipGroup.module.css +1 -1
- package/css/src/components/chipInput.module.css +16 -16
- package/css/src/components/choiceList.module.css +4 -4
- package/css/src/components/collapsible.module.css +4 -4
- package/css/src/components/dateRangePicker.module.css +3 -3
- package/css/src/components/dropdown.module.css +25 -25
- package/css/src/components/dropdownButton.module.css +12 -12
- package/css/src/components/dropzone.module.css +16 -16
- package/css/src/components/editableChipInput.module.css +9 -9
- package/css/src/components/editableDropdown.module.css +2 -2
- package/css/src/components/editableInput.module.css +11 -11
- package/css/src/components/emptyState.module.css +11 -11
- package/css/src/components/fileList.module.css +10 -10
- package/css/src/components/fileUploader.module.css +4 -4
- package/css/src/components/fullscreenModal.module.css +7 -7
- package/css/src/components/grid.module.css +39 -39
- package/css/src/components/horizontalNav.module.css +6 -6
- package/css/src/components/inlineMessage.module.css +7 -7
- package/css/src/components/input.module.css +15 -15
- package/css/src/components/label.module.css +7 -7
- package/css/src/components/legend.module.css +2 -2
- package/css/src/components/link.module.css +4 -4
- package/css/src/components/linkButton.module.css +3 -3
- package/css/src/components/listbox.module.css +9 -9
- package/css/src/components/menu.module.css +7 -7
- package/css/src/components/message.module.css +8 -8
- package/css/src/components/metaList.module.css +4 -4
- package/css/src/components/meter.module.css +6 -6
- package/css/src/components/metricInput.module.css +13 -13
- package/css/src/components/modal.module.css +9 -9
- package/css/src/components/navigation.module.css +19 -19
- package/css/src/components/overlay.module.css +6 -6
- package/css/src/components/pageHeader.module.css +8 -8
- package/css/src/components/pagination.module.css +9 -9
- package/css/src/components/pills.module.css +6 -6
- package/css/src/components/placeholder.module.css +3 -3
- package/css/src/components/popover.module.css +1 -1
- package/css/src/components/progressBar.module.css +5 -5
- package/css/src/components/progressRing.module.css +6 -6
- package/css/src/components/radio.module.css +31 -31
- package/css/src/components/select.module.css +17 -17
- package/css/src/components/selectionCard.module.css +12 -12
- package/css/src/components/sidesheet.module.css +10 -10
- package/css/src/components/slider.module.css +12 -12
- package/css/src/components/spinner.module.css +8 -8
- package/css/src/components/statusHint.module.css +5 -5
- package/css/src/components/stepper.module.css +5 -5
- package/css/src/components/subheading.module.css +1 -1
- package/css/src/components/switch.module.css +13 -13
- package/css/src/components/table.module.css +2 -2
- package/css/src/components/tabs.module.css +15 -15
- package/css/src/components/textarea.module.css +6 -6
- package/css/src/components/toast.module.css +16 -16
- package/css/src/components/tooltip.module.css +3 -3
- package/css/src/components/verticalNav.module.css +20 -20
- package/css/src/core/animation.css +4 -4
- package/css/src/utils/border.css +32 -0
- package/css/src/utils/spacing.css +270 -270
- package/css/src/variables/index.css +36 -3
- package/dist/brotli/index.js +1 -1
- package/dist/brotli/index.js.br +0 -0
- package/dist/cjs/index.js +1 -1
- package/dist/core/ai-components/AIIconButton/icons/SaraIconDefault.d.ts +6 -0
- package/dist/core/ai-components/AIIconButton/icons/SaraIconDisabled.d.ts +6 -0
- package/dist/core/ai-components/AIResponse/ChatBox.d.ts +7 -1
- package/dist/core/ai-components/AIResponse/index.d.ts +3 -0
- package/dist/core/components/atoms/heading/Heading.d.ts +2 -2
- package/dist/core/components/css-utilities/designTokens/Data.d.ts +8 -0
- package/dist/esm/index.js +451 -526
- package/dist/gzip/index.js +1 -1
- package/dist/gzip/index.js.gz +0 -0
- package/dist/index.js +290 -364
- package/dist/index.js.map +1 -1
- package/dist/index.umd.css +1140 -1017
- package/dist/index.umd.js +1 -1
- package/dist/types/tsconfig.type.tsbuildinfo +39 -70
- package/package.json +1 -1
- package/types/types-tests.tsx +1 -1
- package/dist/core/ai-components/AIIconButton/icons/SaraDisabledBottom.d.ts +0 -6
- package/dist/core/ai-components/AIIconButton/icons/SaraDisabledTop.d.ts +0 -6
- package/dist/core/ai-components/AIIconButton/icons/SaraIconBottom.d.ts +0 -6
- package/dist/core/ai-components/AIIconButton/icons/SaraIconTop.d.ts +0 -6
|
@@ -282,7 +282,7 @@
|
|
|
282
282
|
"affectsGlobalScope": false
|
|
283
283
|
},
|
|
284
284
|
"../../core/components/atoms/avatar/Avatar.tsx": {
|
|
285
|
-
"version": "
|
|
285
|
+
"version": "141e2d1a220b9cc7aca44f8a6cf83e661123df57330717e6d2f9b049ab9aaea2",
|
|
286
286
|
"signature": "17ea5c450ae3aa801e4a3d2553c773d60a2a5b659df3d80f3fa5bcb13b36d3fb",
|
|
287
287
|
"affectsGlobalScope": false
|
|
288
288
|
},
|
|
@@ -322,7 +322,7 @@
|
|
|
322
322
|
"affectsGlobalScope": false
|
|
323
323
|
},
|
|
324
324
|
"../../core/components/atoms/avatarGroup/AvatarGroup.tsx": {
|
|
325
|
-
"version": "
|
|
325
|
+
"version": "44e42cf53cd736bd8ce22d2faf9b82a1e099d1192304ce7dfdaa484233867a0e",
|
|
326
326
|
"signature": "0d8017426867ffefe0273a2372fb52eb3a49fd6cb2bc8f78160027786e5a2203",
|
|
327
327
|
"affectsGlobalScope": false
|
|
328
328
|
},
|
|
@@ -467,12 +467,12 @@
|
|
|
467
467
|
"affectsGlobalScope": false
|
|
468
468
|
},
|
|
469
469
|
"../../core/components/atoms/_chip/index.tsx": {
|
|
470
|
-
"version": "
|
|
470
|
+
"version": "793c299e3c2db559314ec26c128b25be203d93de636a605580190a033850e7e0",
|
|
471
471
|
"signature": "211c28e5d8da1ee3cb29ab5bff5d13cbea0616dfc0fb5a1646fbbdf5066b6752",
|
|
472
472
|
"affectsGlobalScope": false
|
|
473
473
|
},
|
|
474
474
|
"../../core/components/atoms/chip/Chip.tsx": {
|
|
475
|
-
"version": "
|
|
475
|
+
"version": "d07ac0e410ad39855814eef3c24c72ad3915444e0cc3091b3878c5a9c9a71d4d",
|
|
476
476
|
"signature": "9eaa4652c2a9de60d50dba5fbd3bf0034ed6118f130aa67a1a4d79ebbf066561",
|
|
477
477
|
"affectsGlobalScope": false
|
|
478
478
|
},
|
|
@@ -662,8 +662,8 @@
|
|
|
662
662
|
"affectsGlobalScope": false
|
|
663
663
|
},
|
|
664
664
|
"../../core/components/atoms/heading/Heading.tsx": {
|
|
665
|
-
"version": "
|
|
666
|
-
"signature": "
|
|
665
|
+
"version": "cab503981beff97d1d7601882dd97113de64acdf25148e14107e9aad7bc01caf",
|
|
666
|
+
"signature": "2406e16b342233e764234ebb879123fd982bcf8f9377f49beeb31b6ef4efae0a",
|
|
667
667
|
"affectsGlobalScope": false
|
|
668
668
|
},
|
|
669
669
|
"../../core/components/atoms/heading/index.tsx": {
|
|
@@ -1827,7 +1827,7 @@
|
|
|
1827
1827
|
"affectsGlobalScope": false
|
|
1828
1828
|
},
|
|
1829
1829
|
"../../core/components/molecules/tabs/Tabs.tsx": {
|
|
1830
|
-
"version": "
|
|
1830
|
+
"version": "9064885fa85ffabc1e05541b52579edafccca2592ecc7a9ff809e1ff76b944d8",
|
|
1831
1831
|
"signature": "0f1a7e179525d9fd6854cc53cda190e5bf5a7a6f33d918f951ffca63fd9d1086",
|
|
1832
1832
|
"affectsGlobalScope": false
|
|
1833
1833
|
},
|
|
@@ -1857,7 +1857,7 @@
|
|
|
1857
1857
|
"affectsGlobalScope": false
|
|
1858
1858
|
},
|
|
1859
1859
|
"../../core/components/molecules/dropzone/DropzoneIcon.tsx": {
|
|
1860
|
-
"version": "
|
|
1860
|
+
"version": "f372b2c7620ca045872d8529e56c37ccd0114c19b21c5ec9b12afacccfb6305b",
|
|
1861
1861
|
"signature": "d513c26f0c8be53331858a7e53933a0d2c1d9d5cea35d33fae16514ded1fbe44",
|
|
1862
1862
|
"affectsGlobalScope": false
|
|
1863
1863
|
},
|
|
@@ -1987,7 +1987,7 @@
|
|
|
1987
1987
|
"affectsGlobalScope": false
|
|
1988
1988
|
},
|
|
1989
1989
|
"../../core/components/organisms/table/DraggableDropdown.tsx": {
|
|
1990
|
-
"version": "
|
|
1990
|
+
"version": "4496e72fc9422eac668dcf529caf97d4fbe0523c125f7173480a7b614d18d04b",
|
|
1991
1991
|
"signature": "5a5a746d27b2b24ec629bb2bca1b6528bbbc653c1bb22a9f16eeb9754d51111e",
|
|
1992
1992
|
"affectsGlobalScope": false
|
|
1993
1993
|
},
|
|
@@ -2327,7 +2327,7 @@
|
|
|
2327
2327
|
"affectsGlobalScope": false
|
|
2328
2328
|
},
|
|
2329
2329
|
"../../core/components/atoms/avatarSelection/AvatarSelection.tsx": {
|
|
2330
|
-
"version": "
|
|
2330
|
+
"version": "927764b6c0383d9fff52bc5c1658c5864f4a0a38b092f892b356af6f2cedbd91",
|
|
2331
2331
|
"signature": "0dd16c1ff443de3fa913bb9753c17ccbbb57c6a8dcfbf868d63a209020a9481b",
|
|
2332
2332
|
"affectsGlobalScope": false
|
|
2333
2333
|
},
|
|
@@ -2382,7 +2382,7 @@
|
|
|
2382
2382
|
"affectsGlobalScope": false
|
|
2383
2383
|
},
|
|
2384
2384
|
"../../core/components/organisms/combobox/Combobox.tsx": {
|
|
2385
|
-
"version": "
|
|
2385
|
+
"version": "0c5be6c6b7f27f3504ca05e7bbbfa7219cef1bca4c57d4a0146fac43ceb35ce3",
|
|
2386
2386
|
"signature": "5b9b2025ae6fe12127b3cb775d4af0c6605629f98a024b365502d8cb82558b68",
|
|
2387
2387
|
"affectsGlobalScope": false
|
|
2388
2388
|
},
|
|
@@ -2651,33 +2651,23 @@
|
|
|
2651
2651
|
"signature": "1389ba817a4817d5bf081ae32bc36e7c31bccc572003ba450bc60aea3bba8ef5",
|
|
2652
2652
|
"affectsGlobalScope": false
|
|
2653
2653
|
},
|
|
2654
|
-
"../../core/ai-components/AIIconButton/icons/
|
|
2655
|
-
"version": "
|
|
2656
|
-
"signature": "
|
|
2654
|
+
"../../core/ai-components/AIIconButton/icons/SaraIconDefault.tsx": {
|
|
2655
|
+
"version": "787e07cf919e4c89af97dda7a359d5086f3839ef2bd5105099319672331c8aaa",
|
|
2656
|
+
"signature": "223aeb5856ff8fac6a6151b3093d96ecaa899b76d12cc9a332feb4004b133c1b",
|
|
2657
2657
|
"affectsGlobalScope": false
|
|
2658
2658
|
},
|
|
2659
|
-
"../../core/ai-components/AIIconButton/icons/
|
|
2660
|
-
"version": "
|
|
2661
|
-
"signature": "
|
|
2662
|
-
"affectsGlobalScope": false
|
|
2663
|
-
},
|
|
2664
|
-
"../../core/ai-components/AIIconButton/icons/SaraDisabledTop.tsx": {
|
|
2665
|
-
"version": "b0396a8d06883df82c8bffa4b36d175857080ee3606370504b34d9603905c8af",
|
|
2666
|
-
"signature": "69b5e5b083a9d51bcef3e89bad2fd9c6b0e7c6009ec5ba44e2ace31ad15891c0",
|
|
2667
|
-
"affectsGlobalScope": false
|
|
2668
|
-
},
|
|
2669
|
-
"../../core/ai-components/AIIconButton/icons/SaraDisabledBottom.tsx": {
|
|
2670
|
-
"version": "4772a749265d84c97cc97c7106d63b2af9d9bcc8cb95c1afa4b61b37e5ee7100",
|
|
2671
|
-
"signature": "b92c044e52ca3e8c6123e1fa45c2e6c45fc0c2bac635943fc44e5f97a8f24e9b",
|
|
2659
|
+
"../../core/ai-components/AIIconButton/icons/SaraIconDisabled.tsx": {
|
|
2660
|
+
"version": "c5efd18a4985a44e0aa20814adce28968eb62134f2bb918285cd7fab37b093d2",
|
|
2661
|
+
"signature": "c132dfeaef14d921b888ee31197b1f3bd28229fc4bea6db7aef1d21453f76748",
|
|
2672
2662
|
"affectsGlobalScope": false
|
|
2673
2663
|
},
|
|
2674
2664
|
"../../core/ai-components/AIIconButton/SaraIcon.tsx": {
|
|
2675
|
-
"version": "
|
|
2665
|
+
"version": "d5752cc97007b49480c5b681e067a33da6ee8c22d767f98f682b5524e6ab4c0b",
|
|
2676
2666
|
"signature": "af2ff0d1097e0a6f80acec3dfaee870d5e81035c733c54f65c77b6b6138915f3",
|
|
2677
2667
|
"affectsGlobalScope": false
|
|
2678
2668
|
},
|
|
2679
2669
|
"../../core/ai-components/AIIconButton/index.tsx": {
|
|
2680
|
-
"version": "
|
|
2670
|
+
"version": "ea4c472c5abb8ebc7dc39cad808c3c18ee7ae10139c0a1308b1faf292d3e1d9d",
|
|
2681
2671
|
"signature": "41e86dc5054eeb0c56f226623379b3a86c23b905d9643aec7688541efdaa0a65",
|
|
2682
2672
|
"affectsGlobalScope": false
|
|
2683
2673
|
},
|
|
@@ -2687,8 +2677,8 @@
|
|
|
2687
2677
|
"affectsGlobalScope": false
|
|
2688
2678
|
},
|
|
2689
2679
|
"../../core/ai-components/AIResponse/ChatBox.tsx": {
|
|
2690
|
-
"version": "
|
|
2691
|
-
"signature": "
|
|
2680
|
+
"version": "417425fef02f3007b44f1bcedfe09c7dae3e14d9a4289b763d651e775cf29aa3",
|
|
2681
|
+
"signature": "930a974397fa8e4d7fbc51f5eec20fd0f8e6fd9a2e2a72cb71b33d288e9cec58",
|
|
2692
2682
|
"affectsGlobalScope": false
|
|
2693
2683
|
},
|
|
2694
2684
|
"../../core/ai-components/AIResponse/ChatButton.tsx": {
|
|
@@ -2707,8 +2697,8 @@
|
|
|
2707
2697
|
"affectsGlobalScope": false
|
|
2708
2698
|
},
|
|
2709
2699
|
"../../core/ai-components/AIResponse/index.tsx": {
|
|
2710
|
-
"version": "
|
|
2711
|
-
"signature": "
|
|
2700
|
+
"version": "9540290cccb4f69f79dccc85753860c9432ffe415d9a1463ba431eac9d7233f2",
|
|
2701
|
+
"signature": "a1956bef8467980ed7470a7de248d01f06ea8a7e5a40067af8e08adb217c4b98",
|
|
2712
2702
|
"affectsGlobalScope": false
|
|
2713
2703
|
},
|
|
2714
2704
|
"../../core/index.type.tsx": {
|
|
@@ -2772,7 +2762,7 @@
|
|
|
2772
2762
|
"affectsGlobalScope": false
|
|
2773
2763
|
},
|
|
2774
2764
|
"../../core/components/css-utilities/Spacing/Data.tsx": {
|
|
2775
|
-
"version": "
|
|
2765
|
+
"version": "93b8e01000659b21ad8c6d0229af878a3c72a35a788d6a13e6cbcba6dc0ce057",
|
|
2776
2766
|
"signature": "b58336d143b58336739c5a9734a83ce78ee25852b3f3133aeff906fc364b3e09",
|
|
2777
2767
|
"affectsGlobalScope": false
|
|
2778
2768
|
},
|
|
@@ -2782,12 +2772,12 @@
|
|
|
2782
2772
|
"affectsGlobalScope": false
|
|
2783
2773
|
},
|
|
2784
2774
|
"../../core/components/css-utilities/designTokens/Data.tsx": {
|
|
2785
|
-
"version": "
|
|
2786
|
-
"signature": "
|
|
2775
|
+
"version": "5285f3396ae1c56347169a1c428067b0131955d94bb18ea8d9f71b9dea980a47",
|
|
2776
|
+
"signature": "58be0909363e890fbca4dfccdecd1a07667ed92b5e94633acc1a30d1f68a4f1c",
|
|
2787
2777
|
"affectsGlobalScope": false
|
|
2788
2778
|
},
|
|
2789
2779
|
"../../core/components/css-utilities/designTokens/Schema.tsx": {
|
|
2790
|
-
"version": "
|
|
2780
|
+
"version": "d568d167ecd5f0462976c87c763aea50a4596c6e7f7a64a3ba80a066e0a0227c",
|
|
2791
2781
|
"signature": "85de6c4e1e3a2c5f0f99214df2622289e4f89e9a53192ef71a1f619b46714d85",
|
|
2792
2782
|
"affectsGlobalScope": false
|
|
2793
2783
|
},
|
|
@@ -4002,7 +3992,7 @@
|
|
|
4002
3992
|
"affectsGlobalScope": false
|
|
4003
3993
|
},
|
|
4004
3994
|
"../../figma/AIButton.figma.tsx": {
|
|
4005
|
-
"version": "
|
|
3995
|
+
"version": "e4972d9ab5ada6eb4985f41bd0f122a6a04c5fad1726bc0796f32501c240630c",
|
|
4006
3996
|
"signature": "8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881",
|
|
4007
3997
|
"affectsGlobalScope": false
|
|
4008
3998
|
},
|
|
@@ -4017,7 +4007,7 @@
|
|
|
4017
4007
|
"affectsGlobalScope": false
|
|
4018
4008
|
},
|
|
4019
4009
|
"../../figma/AIResponse.figma.tsx": {
|
|
4020
|
-
"version": "
|
|
4010
|
+
"version": "8e495081a9d7d3730a699b76c93a767a6a91cb488cb3e8a63532f4abe22696f2",
|
|
4021
4011
|
"signature": "8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881",
|
|
4022
4012
|
"affectsGlobalScope": false
|
|
4023
4013
|
},
|
|
@@ -5869,12 +5859,6 @@
|
|
|
5869
5859
|
"*",
|
|
5870
5860
|
"*",
|
|
5871
5861
|
"*",
|
|
5872
|
-
"*",
|
|
5873
|
-
"*",
|
|
5874
|
-
"*",
|
|
5875
|
-
"*",
|
|
5876
|
-
"*",
|
|
5877
|
-
"*",
|
|
5878
5862
|
"*"
|
|
5879
5863
|
]
|
|
5880
5864
|
},
|
|
@@ -5938,10 +5922,8 @@
|
|
|
5938
5922
|
"../../node_modules/classnames/index.d.ts"
|
|
5939
5923
|
],
|
|
5940
5924
|
"../../core/ai-components/AIIconButton/SaraIcon.tsx": [
|
|
5941
|
-
"../../core/ai-components/AIIconButton/icons/
|
|
5942
|
-
"../../core/ai-components/AIIconButton/icons/
|
|
5943
|
-
"../../core/ai-components/AIIconButton/icons/SaraIconBottom.tsx",
|
|
5944
|
-
"../../core/ai-components/AIIconButton/icons/SaraIconTop.tsx",
|
|
5925
|
+
"../../core/ai-components/AIIconButton/icons/SaraIconDefault.tsx",
|
|
5926
|
+
"../../core/ai-components/AIIconButton/icons/SaraIconDisabled.tsx",
|
|
5945
5927
|
"../../core/ai-components/common.type.tsx",
|
|
5946
5928
|
"../../core/global.d.ts",
|
|
5947
5929
|
"../../node_modules/@types/node/buffer.d.ts",
|
|
@@ -5949,22 +5931,12 @@
|
|
|
5949
5931
|
"../../node_modules/@types/react/index.d.ts",
|
|
5950
5932
|
"../../node_modules/classnames/index.d.ts"
|
|
5951
5933
|
],
|
|
5952
|
-
"../../core/ai-components/AIIconButton/icons/
|
|
5953
|
-
"../../node_modules/@types/node/buffer.d.ts",
|
|
5954
|
-
"../../node_modules/@types/node/ts5.6/buffer.buffer.d.ts",
|
|
5955
|
-
"../../node_modules/@types/react/index.d.ts"
|
|
5956
|
-
],
|
|
5957
|
-
"../../core/ai-components/AIIconButton/icons/SaraDisabledTop.tsx": [
|
|
5934
|
+
"../../core/ai-components/AIIconButton/icons/SaraIconDefault.tsx": [
|
|
5958
5935
|
"../../node_modules/@types/node/buffer.d.ts",
|
|
5959
5936
|
"../../node_modules/@types/node/ts5.6/buffer.buffer.d.ts",
|
|
5960
5937
|
"../../node_modules/@types/react/index.d.ts"
|
|
5961
5938
|
],
|
|
5962
|
-
"../../core/ai-components/AIIconButton/icons/
|
|
5963
|
-
"../../node_modules/@types/node/buffer.d.ts",
|
|
5964
|
-
"../../node_modules/@types/node/ts5.6/buffer.buffer.d.ts",
|
|
5965
|
-
"../../node_modules/@types/react/index.d.ts"
|
|
5966
|
-
],
|
|
5967
|
-
"../../core/ai-components/AIIconButton/icons/SaraIconTop.tsx": [
|
|
5939
|
+
"../../core/ai-components/AIIconButton/icons/SaraIconDisabled.tsx": [
|
|
5968
5940
|
"../../node_modules/@types/node/buffer.d.ts",
|
|
5969
5941
|
"../../node_modules/@types/node/ts5.6/buffer.buffer.d.ts",
|
|
5970
5942
|
"../../node_modules/@types/react/index.d.ts"
|
|
@@ -6017,9 +5989,12 @@
|
|
|
6017
5989
|
"../../core/ai-components/AIResponse/ChatBox.tsx",
|
|
6018
5990
|
"../../core/ai-components/AIResponse/ChatButton.tsx",
|
|
6019
5991
|
"../../core/ai-components/common.type.tsx",
|
|
5992
|
+
"../../core/global.d.ts",
|
|
5993
|
+
"../../core/index.tsx",
|
|
6020
5994
|
"../../node_modules/@types/node/buffer.d.ts",
|
|
6021
5995
|
"../../node_modules/@types/node/ts5.6/buffer.buffer.d.ts",
|
|
6022
|
-
"../../node_modules/@types/react/index.d.ts"
|
|
5996
|
+
"../../node_modules/@types/react/index.d.ts",
|
|
5997
|
+
"../../node_modules/classnames/index.d.ts"
|
|
6023
5998
|
],
|
|
6024
5999
|
"../../core/ai-components/Sara/index.tsx": [
|
|
6025
6000
|
"../../core/ai-components/common.type.tsx",
|
|
@@ -12317,16 +12292,10 @@
|
|
|
12317
12292
|
"../../core/ai-components/AIChip/index.tsx": [
|
|
12318
12293
|
"../../node_modules/@types/react/index.d.ts"
|
|
12319
12294
|
],
|
|
12320
|
-
"../../core/ai-components/AIIconButton/icons/
|
|
12321
|
-
"../../node_modules/@types/react/index.d.ts"
|
|
12322
|
-
],
|
|
12323
|
-
"../../core/ai-components/AIIconButton/icons/SaraDisabledTop.tsx": [
|
|
12324
|
-
"../../node_modules/@types/react/index.d.ts"
|
|
12325
|
-
],
|
|
12326
|
-
"../../core/ai-components/AIIconButton/icons/SaraIconBottom.tsx": [
|
|
12295
|
+
"../../core/ai-components/AIIconButton/icons/SaraIconDefault.tsx": [
|
|
12327
12296
|
"../../node_modules/@types/react/index.d.ts"
|
|
12328
12297
|
],
|
|
12329
|
-
"../../core/ai-components/AIIconButton/icons/
|
|
12298
|
+
"../../core/ai-components/AIIconButton/icons/SaraIconDisabled.tsx": [
|
|
12330
12299
|
"../../node_modules/@types/react/index.d.ts"
|
|
12331
12300
|
],
|
|
12332
12301
|
"../../core/components/atoms/_text/index.tsx": [
|
package/package.json
CHANGED
package/types/types-tests.tsx
CHANGED
|
@@ -493,7 +493,7 @@ import {
|
|
|
493
493
|
|
|
494
494
|
// $ExpectType Element
|
|
495
495
|
<Popover position="bottom" on="click" trigger={<Button appearance="basic">Open Popup</Button>} dark={true} open={true}>
|
|
496
|
-
<div style={{ width: 'var(--spacing-
|
|
496
|
+
<div style={{ width: 'var(--spacing-320)', height: 'var(--spacing-320)' }} />
|
|
497
497
|
</Popover>;
|
|
498
498
|
|
|
499
499
|
// $ExpectType Element
|