@innovaccer/design-system 4.5.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 +84 -0
- package/css/Readme.md +32 -32
- package/css/dist/index.css +1163 -1016
- 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 +24 -4
- 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/utils/utility.css +4 -0
- 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/atoms/progressBar/ProgressBar.d.ts +4 -1
- package/dist/core/components/css-utilities/designTokens/Data.d.ts +8 -0
- package/dist/core/components/organisms/grid/Grid.d.ts +21 -0
- package/dist/core/components/organisms/grid/GridBody.d.ts +9 -1
- package/dist/core/components/organisms/grid/VirtualList.d.ts +14 -0
- package/dist/core/components/organisms/list/List.d.ts +4 -0
- package/dist/core/components/organisms/table/Header.d.ts +2 -0
- package/dist/core/components/organisms/table/Table.d.ts +18 -0
- package/dist/esm/index.js +1018 -635
- package/dist/gzip/index.js +1 -1
- package/dist/gzip/index.js.gz +0 -0
- package/dist/index.js +765 -398
- package/dist/index.js.map +1 -1
- package/dist/index.umd.css +1163 -1016
- package/dist/index.umd.js +1 -1
- package/dist/types/tsconfig.type.tsbuildinfo +68 -82
- package/package.json +1 -2
- 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": {
|
|
@@ -1707,8 +1707,8 @@
|
|
|
1707
1707
|
"affectsGlobalScope": false
|
|
1708
1708
|
},
|
|
1709
1709
|
"../../core/components/atoms/progressBar/ProgressBar.tsx": {
|
|
1710
|
-
"version": "
|
|
1711
|
-
"signature": "
|
|
1710
|
+
"version": "825bfb05c02d373b91aa2e3799377f71f23f432358b4f6c99c34257a84740f56",
|
|
1711
|
+
"signature": "5611569a55b1d38b1b32cae3848470422c8fff4c45fadaa8cc966ac7fa8d6793",
|
|
1712
1712
|
"affectsGlobalScope": false
|
|
1713
1713
|
},
|
|
1714
1714
|
"../../core/components/atoms/progressBar/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
|
},
|
|
@@ -1932,7 +1932,7 @@
|
|
|
1932
1932
|
"affectsGlobalScope": false
|
|
1933
1933
|
},
|
|
1934
1934
|
"../../core/components/organisms/grid/defaultProps.tsx": {
|
|
1935
|
-
"version": "
|
|
1935
|
+
"version": "0b94e25547e48ebc620b6e1eb7174b7a30151f23f62c7fd667cbc78a82cdbaad",
|
|
1936
1936
|
"signature": "4b4c0e4cf27a146fc0aa438945081d51c1853a169254bc860acc86cb40c99030",
|
|
1937
1937
|
"affectsGlobalScope": false
|
|
1938
1938
|
},
|
|
@@ -1957,18 +1957,23 @@
|
|
|
1957
1957
|
"affectsGlobalScope": false
|
|
1958
1958
|
},
|
|
1959
1959
|
"../../core/components/organisms/grid/GridRow.tsx": {
|
|
1960
|
-
"version": "
|
|
1960
|
+
"version": "e9c3a3b94b2b4b57de32ef0fad9082b2d60cdcc410eca8b52d5c79e4734a0124",
|
|
1961
1961
|
"signature": "a0a90fc1b04d4cb9c6dc6079b5af9bb28a2b54e51294f19f3caf7b09061d71cc",
|
|
1962
1962
|
"affectsGlobalScope": false
|
|
1963
1963
|
},
|
|
1964
|
+
"../../core/components/organisms/grid/VirtualList.tsx": {
|
|
1965
|
+
"version": "179e1f8fedba935f0e79ecb1dd318008e5668c34871d2e5fe8375d0e14dc5736",
|
|
1966
|
+
"signature": "10d9e36fccd9b5d6ec15b19fb18f40620a8927f5831aa0b2ddd322d9a1186969",
|
|
1967
|
+
"affectsGlobalScope": false
|
|
1968
|
+
},
|
|
1964
1969
|
"../../core/components/organisms/grid/GridBody.tsx": {
|
|
1965
|
-
"version": "
|
|
1966
|
-
"signature": "
|
|
1970
|
+
"version": "d4fb2a39f6da09a798162794bf39bbc46e70a3f153801988094dc4b3e9ea3c71",
|
|
1971
|
+
"signature": "a9255ad2fe2e73a1a67a5e066cc70c91f8cd8c8d9e6471f948e04d01558d5ac6",
|
|
1967
1972
|
"affectsGlobalScope": false
|
|
1968
1973
|
},
|
|
1969
1974
|
"../../core/components/organisms/grid/Grid.tsx": {
|
|
1970
|
-
"version": "
|
|
1971
|
-
"signature": "
|
|
1975
|
+
"version": "a2b3c407be92f29e09d806839fed4b3e8ae9bafc535cf1e50fb3d5e80c607b25",
|
|
1976
|
+
"signature": "71ec8fed8f934f8698d6bee7da25eb53f70c08aec0ab7afe5e61f6d212c008a2",
|
|
1972
1977
|
"affectsGlobalScope": false
|
|
1973
1978
|
},
|
|
1974
1979
|
"../../core/components/organisms/grid/index.tsx": {
|
|
@@ -1982,13 +1987,13 @@
|
|
|
1982
1987
|
"affectsGlobalScope": false
|
|
1983
1988
|
},
|
|
1984
1989
|
"../../core/components/organisms/table/DraggableDropdown.tsx": {
|
|
1985
|
-
"version": "
|
|
1990
|
+
"version": "4496e72fc9422eac668dcf529caf97d4fbe0523c125f7173480a7b614d18d04b",
|
|
1986
1991
|
"signature": "5a5a746d27b2b24ec629bb2bca1b6528bbbc653c1bb22a9f16eeb9754d51111e",
|
|
1987
1992
|
"affectsGlobalScope": false
|
|
1988
1993
|
},
|
|
1989
1994
|
"../../core/components/organisms/table/Header.tsx": {
|
|
1990
|
-
"version": "
|
|
1991
|
-
"signature": "
|
|
1995
|
+
"version": "d969a5d3104e7bdba169272dfc830b948aa6a8294df133bce3d30877cef43254",
|
|
1996
|
+
"signature": "3c3963f33b38a152305bae758035b98715db4e8a27b8dc10781daa5a3a4a6148",
|
|
1992
1997
|
"affectsGlobalScope": false
|
|
1993
1998
|
},
|
|
1994
1999
|
"../../core/components/organisms/table/utils.tsx": {
|
|
@@ -1997,8 +2002,8 @@
|
|
|
1997
2002
|
"affectsGlobalScope": false
|
|
1998
2003
|
},
|
|
1999
2004
|
"../../core/components/organisms/table/Table.tsx": {
|
|
2000
|
-
"version": "
|
|
2001
|
-
"signature": "
|
|
2005
|
+
"version": "bee74e23c7d73950a62cf544ed44cb71024df9ff7fcef60a5e0fa4c134f0eef3",
|
|
2006
|
+
"signature": "1cb7e0dd170536bc433475739ee7c9b74147474598d3c247529b2fbe48b3403f",
|
|
2002
2007
|
"affectsGlobalScope": false
|
|
2003
2008
|
},
|
|
2004
2009
|
"../../core/components/organisms/table/index.tsx": {
|
|
@@ -2008,7 +2013,7 @@
|
|
|
2008
2013
|
},
|
|
2009
2014
|
"../../core/components/organisms/list/List.tsx": {
|
|
2010
2015
|
"version": "7c9415368c8652a1a0341aadf74490519fdea9bec9fe7796b913a01ca52e17e1",
|
|
2011
|
-
"signature": "
|
|
2016
|
+
"signature": "f079081093dd84e0cc5aec726aa0b1e8737a21675a69a4f851471303ea7c9389",
|
|
2012
2017
|
"affectsGlobalScope": false
|
|
2013
2018
|
},
|
|
2014
2019
|
"../../core/components/organisms/list/index.tsx": {
|
|
@@ -2322,7 +2327,7 @@
|
|
|
2322
2327
|
"affectsGlobalScope": false
|
|
2323
2328
|
},
|
|
2324
2329
|
"../../core/components/atoms/avatarSelection/AvatarSelection.tsx": {
|
|
2325
|
-
"version": "
|
|
2330
|
+
"version": "927764b6c0383d9fff52bc5c1658c5864f4a0a38b092f892b356af6f2cedbd91",
|
|
2326
2331
|
"signature": "0dd16c1ff443de3fa913bb9753c17ccbbb57c6a8dcfbf868d63a209020a9481b",
|
|
2327
2332
|
"affectsGlobalScope": false
|
|
2328
2333
|
},
|
|
@@ -2377,7 +2382,7 @@
|
|
|
2377
2382
|
"affectsGlobalScope": false
|
|
2378
2383
|
},
|
|
2379
2384
|
"../../core/components/organisms/combobox/Combobox.tsx": {
|
|
2380
|
-
"version": "
|
|
2385
|
+
"version": "0c5be6c6b7f27f3504ca05e7bbbfa7219cef1bca4c57d4a0146fac43ceb35ce3",
|
|
2381
2386
|
"signature": "5b9b2025ae6fe12127b3cb775d4af0c6605629f98a024b365502d8cb82558b68",
|
|
2382
2387
|
"affectsGlobalScope": false
|
|
2383
2388
|
},
|
|
@@ -2646,33 +2651,23 @@
|
|
|
2646
2651
|
"signature": "1389ba817a4817d5bf081ae32bc36e7c31bccc572003ba450bc60aea3bba8ef5",
|
|
2647
2652
|
"affectsGlobalScope": false
|
|
2648
2653
|
},
|
|
2649
|
-
"../../core/ai-components/AIIconButton/icons/
|
|
2650
|
-
"version": "
|
|
2651
|
-
"signature": "
|
|
2654
|
+
"../../core/ai-components/AIIconButton/icons/SaraIconDefault.tsx": {
|
|
2655
|
+
"version": "787e07cf919e4c89af97dda7a359d5086f3839ef2bd5105099319672331c8aaa",
|
|
2656
|
+
"signature": "223aeb5856ff8fac6a6151b3093d96ecaa899b76d12cc9a332feb4004b133c1b",
|
|
2652
2657
|
"affectsGlobalScope": false
|
|
2653
2658
|
},
|
|
2654
|
-
"../../core/ai-components/AIIconButton/icons/
|
|
2655
|
-
"version": "
|
|
2656
|
-
"signature": "
|
|
2657
|
-
"affectsGlobalScope": false
|
|
2658
|
-
},
|
|
2659
|
-
"../../core/ai-components/AIIconButton/icons/SaraDisabledTop.tsx": {
|
|
2660
|
-
"version": "b0396a8d06883df82c8bffa4b36d175857080ee3606370504b34d9603905c8af",
|
|
2661
|
-
"signature": "69b5e5b083a9d51bcef3e89bad2fd9c6b0e7c6009ec5ba44e2ace31ad15891c0",
|
|
2662
|
-
"affectsGlobalScope": false
|
|
2663
|
-
},
|
|
2664
|
-
"../../core/ai-components/AIIconButton/icons/SaraDisabledBottom.tsx": {
|
|
2665
|
-
"version": "4772a749265d84c97cc97c7106d63b2af9d9bcc8cb95c1afa4b61b37e5ee7100",
|
|
2666
|
-
"signature": "b92c044e52ca3e8c6123e1fa45c2e6c45fc0c2bac635943fc44e5f97a8f24e9b",
|
|
2659
|
+
"../../core/ai-components/AIIconButton/icons/SaraIconDisabled.tsx": {
|
|
2660
|
+
"version": "c5efd18a4985a44e0aa20814adce28968eb62134f2bb918285cd7fab37b093d2",
|
|
2661
|
+
"signature": "c132dfeaef14d921b888ee31197b1f3bd28229fc4bea6db7aef1d21453f76748",
|
|
2667
2662
|
"affectsGlobalScope": false
|
|
2668
2663
|
},
|
|
2669
2664
|
"../../core/ai-components/AIIconButton/SaraIcon.tsx": {
|
|
2670
|
-
"version": "
|
|
2665
|
+
"version": "d5752cc97007b49480c5b681e067a33da6ee8c22d767f98f682b5524e6ab4c0b",
|
|
2671
2666
|
"signature": "af2ff0d1097e0a6f80acec3dfaee870d5e81035c733c54f65c77b6b6138915f3",
|
|
2672
2667
|
"affectsGlobalScope": false
|
|
2673
2668
|
},
|
|
2674
2669
|
"../../core/ai-components/AIIconButton/index.tsx": {
|
|
2675
|
-
"version": "
|
|
2670
|
+
"version": "ea4c472c5abb8ebc7dc39cad808c3c18ee7ae10139c0a1308b1faf292d3e1d9d",
|
|
2676
2671
|
"signature": "41e86dc5054eeb0c56f226623379b3a86c23b905d9643aec7688541efdaa0a65",
|
|
2677
2672
|
"affectsGlobalScope": false
|
|
2678
2673
|
},
|
|
@@ -2682,8 +2677,8 @@
|
|
|
2682
2677
|
"affectsGlobalScope": false
|
|
2683
2678
|
},
|
|
2684
2679
|
"../../core/ai-components/AIResponse/ChatBox.tsx": {
|
|
2685
|
-
"version": "
|
|
2686
|
-
"signature": "
|
|
2680
|
+
"version": "417425fef02f3007b44f1bcedfe09c7dae3e14d9a4289b763d651e775cf29aa3",
|
|
2681
|
+
"signature": "930a974397fa8e4d7fbc51f5eec20fd0f8e6fd9a2e2a72cb71b33d288e9cec58",
|
|
2687
2682
|
"affectsGlobalScope": false
|
|
2688
2683
|
},
|
|
2689
2684
|
"../../core/ai-components/AIResponse/ChatButton.tsx": {
|
|
@@ -2702,8 +2697,8 @@
|
|
|
2702
2697
|
"affectsGlobalScope": false
|
|
2703
2698
|
},
|
|
2704
2699
|
"../../core/ai-components/AIResponse/index.tsx": {
|
|
2705
|
-
"version": "
|
|
2706
|
-
"signature": "
|
|
2700
|
+
"version": "9540290cccb4f69f79dccc85753860c9432ffe415d9a1463ba431eac9d7233f2",
|
|
2701
|
+
"signature": "a1956bef8467980ed7470a7de248d01f06ea8a7e5a40067af8e08adb217c4b98",
|
|
2707
2702
|
"affectsGlobalScope": false
|
|
2708
2703
|
},
|
|
2709
2704
|
"../../core/index.type.tsx": {
|
|
@@ -2757,8 +2752,8 @@
|
|
|
2757
2752
|
"affectsGlobalScope": false
|
|
2758
2753
|
},
|
|
2759
2754
|
"../../core/global.d.ts": {
|
|
2760
|
-
"version": "
|
|
2761
|
-
"signature": "
|
|
2755
|
+
"version": "1eb9beec03d96212670937a520db937603e08ce7e095b26a497f43e4dca03717",
|
|
2756
|
+
"signature": "1eb9beec03d96212670937a520db937603e08ce7e095b26a497f43e4dca03717",
|
|
2762
2757
|
"affectsGlobalScope": true
|
|
2763
2758
|
},
|
|
2764
2759
|
"../../core/components/css-utilities/Schema.tsx": {
|
|
@@ -2767,7 +2762,7 @@
|
|
|
2767
2762
|
"affectsGlobalScope": false
|
|
2768
2763
|
},
|
|
2769
2764
|
"../../core/components/css-utilities/Spacing/Data.tsx": {
|
|
2770
|
-
"version": "
|
|
2765
|
+
"version": "93b8e01000659b21ad8c6d0229af878a3c72a35a788d6a13e6cbcba6dc0ce057",
|
|
2771
2766
|
"signature": "b58336d143b58336739c5a9734a83ce78ee25852b3f3133aeff906fc364b3e09",
|
|
2772
2767
|
"affectsGlobalScope": false
|
|
2773
2768
|
},
|
|
@@ -2777,12 +2772,12 @@
|
|
|
2777
2772
|
"affectsGlobalScope": false
|
|
2778
2773
|
},
|
|
2779
2774
|
"../../core/components/css-utilities/designTokens/Data.tsx": {
|
|
2780
|
-
"version": "
|
|
2781
|
-
"signature": "
|
|
2775
|
+
"version": "5285f3396ae1c56347169a1c428067b0131955d94bb18ea8d9f71b9dea980a47",
|
|
2776
|
+
"signature": "58be0909363e890fbca4dfccdecd1a07667ed92b5e94633acc1a30d1f68a4f1c",
|
|
2782
2777
|
"affectsGlobalScope": false
|
|
2783
2778
|
},
|
|
2784
2779
|
"../../core/components/css-utilities/designTokens/Schema.tsx": {
|
|
2785
|
-
"version": "
|
|
2780
|
+
"version": "d568d167ecd5f0462976c87c763aea50a4596c6e7f7a64a3ba80a066e0a0227c",
|
|
2786
2781
|
"signature": "85de6c4e1e3a2c5f0f99214df2622289e4f89e9a53192ef71a1f619b46714d85",
|
|
2787
2782
|
"affectsGlobalScope": false
|
|
2788
2783
|
},
|
|
@@ -3997,7 +3992,7 @@
|
|
|
3997
3992
|
"affectsGlobalScope": false
|
|
3998
3993
|
},
|
|
3999
3994
|
"../../figma/AIButton.figma.tsx": {
|
|
4000
|
-
"version": "
|
|
3995
|
+
"version": "e4972d9ab5ada6eb4985f41bd0f122a6a04c5fad1726bc0796f32501c240630c",
|
|
4001
3996
|
"signature": "8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881",
|
|
4002
3997
|
"affectsGlobalScope": false
|
|
4003
3998
|
},
|
|
@@ -4012,7 +4007,7 @@
|
|
|
4012
4007
|
"affectsGlobalScope": false
|
|
4013
4008
|
},
|
|
4014
4009
|
"../../figma/AIResponse.figma.tsx": {
|
|
4015
|
-
"version": "
|
|
4010
|
+
"version": "8e495081a9d7d3730a699b76c93a767a6a91cb488cb3e8a63532f4abe22696f2",
|
|
4016
4011
|
"signature": "8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881",
|
|
4017
4012
|
"affectsGlobalScope": false
|
|
4018
4013
|
},
|
|
@@ -5864,9 +5859,6 @@
|
|
|
5864
5859
|
"*",
|
|
5865
5860
|
"*",
|
|
5866
5861
|
"*",
|
|
5867
|
-
"*",
|
|
5868
|
-
"*",
|
|
5869
|
-
"*",
|
|
5870
5862
|
"*"
|
|
5871
5863
|
]
|
|
5872
5864
|
},
|
|
@@ -5930,10 +5922,8 @@
|
|
|
5930
5922
|
"../../node_modules/classnames/index.d.ts"
|
|
5931
5923
|
],
|
|
5932
5924
|
"../../core/ai-components/AIIconButton/SaraIcon.tsx": [
|
|
5933
|
-
"../../core/ai-components/AIIconButton/icons/
|
|
5934
|
-
"../../core/ai-components/AIIconButton/icons/
|
|
5935
|
-
"../../core/ai-components/AIIconButton/icons/SaraIconBottom.tsx",
|
|
5936
|
-
"../../core/ai-components/AIIconButton/icons/SaraIconTop.tsx",
|
|
5925
|
+
"../../core/ai-components/AIIconButton/icons/SaraIconDefault.tsx",
|
|
5926
|
+
"../../core/ai-components/AIIconButton/icons/SaraIconDisabled.tsx",
|
|
5937
5927
|
"../../core/ai-components/common.type.tsx",
|
|
5938
5928
|
"../../core/global.d.ts",
|
|
5939
5929
|
"../../node_modules/@types/node/buffer.d.ts",
|
|
@@ -5941,22 +5931,12 @@
|
|
|
5941
5931
|
"../../node_modules/@types/react/index.d.ts",
|
|
5942
5932
|
"../../node_modules/classnames/index.d.ts"
|
|
5943
5933
|
],
|
|
5944
|
-
"../../core/ai-components/AIIconButton/icons/
|
|
5945
|
-
"../../node_modules/@types/node/buffer.d.ts",
|
|
5946
|
-
"../../node_modules/@types/node/ts5.6/buffer.buffer.d.ts",
|
|
5947
|
-
"../../node_modules/@types/react/index.d.ts"
|
|
5948
|
-
],
|
|
5949
|
-
"../../core/ai-components/AIIconButton/icons/SaraDisabledTop.tsx": [
|
|
5950
|
-
"../../node_modules/@types/node/buffer.d.ts",
|
|
5951
|
-
"../../node_modules/@types/node/ts5.6/buffer.buffer.d.ts",
|
|
5952
|
-
"../../node_modules/@types/react/index.d.ts"
|
|
5953
|
-
],
|
|
5954
|
-
"../../core/ai-components/AIIconButton/icons/SaraIconBottom.tsx": [
|
|
5934
|
+
"../../core/ai-components/AIIconButton/icons/SaraIconDefault.tsx": [
|
|
5955
5935
|
"../../node_modules/@types/node/buffer.d.ts",
|
|
5956
5936
|
"../../node_modules/@types/node/ts5.6/buffer.buffer.d.ts",
|
|
5957
5937
|
"../../node_modules/@types/react/index.d.ts"
|
|
5958
5938
|
],
|
|
5959
|
-
"../../core/ai-components/AIIconButton/icons/
|
|
5939
|
+
"../../core/ai-components/AIIconButton/icons/SaraIconDisabled.tsx": [
|
|
5960
5940
|
"../../node_modules/@types/node/buffer.d.ts",
|
|
5961
5941
|
"../../node_modules/@types/node/ts5.6/buffer.buffer.d.ts",
|
|
5962
5942
|
"../../node_modules/@types/react/index.d.ts"
|
|
@@ -6009,9 +5989,12 @@
|
|
|
6009
5989
|
"../../core/ai-components/AIResponse/ChatBox.tsx",
|
|
6010
5990
|
"../../core/ai-components/AIResponse/ChatButton.tsx",
|
|
6011
5991
|
"../../core/ai-components/common.type.tsx",
|
|
5992
|
+
"../../core/global.d.ts",
|
|
5993
|
+
"../../core/index.tsx",
|
|
6012
5994
|
"../../node_modules/@types/node/buffer.d.ts",
|
|
6013
5995
|
"../../node_modules/@types/node/ts5.6/buffer.buffer.d.ts",
|
|
6014
|
-
"../../node_modules/@types/react/index.d.ts"
|
|
5996
|
+
"../../node_modules/@types/react/index.d.ts",
|
|
5997
|
+
"../../node_modules/classnames/index.d.ts"
|
|
6015
5998
|
],
|
|
6016
5999
|
"../../core/ai-components/Sara/index.tsx": [
|
|
6017
6000
|
"../../core/ai-components/common.type.tsx",
|
|
@@ -8308,7 +8291,10 @@
|
|
|
8308
8291
|
"../../core/components/organisms/grid/Grid.tsx",
|
|
8309
8292
|
"../../core/components/organisms/grid/GridContext.ts",
|
|
8310
8293
|
"../../core/components/organisms/grid/GridRow.tsx",
|
|
8294
|
+
"../../core/components/organisms/grid/VirtualList.tsx",
|
|
8311
8295
|
"../../core/global.d.ts",
|
|
8296
|
+
"../../core/index.tsx",
|
|
8297
|
+
"../../core/index.type.tsx",
|
|
8312
8298
|
"../../node_modules/@types/node/buffer.d.ts",
|
|
8313
8299
|
"../../node_modules/@types/node/ts5.6/buffer.buffer.d.ts",
|
|
8314
8300
|
"../../node_modules/@types/react/index.d.ts"
|
|
@@ -8365,6 +8351,12 @@
|
|
|
8365
8351
|
"../../node_modules/@types/react/index.d.ts",
|
|
8366
8352
|
"../../node_modules/classnames/index.d.ts"
|
|
8367
8353
|
],
|
|
8354
|
+
"../../core/components/organisms/grid/VirtualList.tsx": [
|
|
8355
|
+
"../../core/utils/types.tsx",
|
|
8356
|
+
"../../node_modules/@types/node/buffer.d.ts",
|
|
8357
|
+
"../../node_modules/@types/node/ts5.6/buffer.buffer.d.ts",
|
|
8358
|
+
"../../node_modules/@types/react/index.d.ts"
|
|
8359
|
+
],
|
|
8368
8360
|
"../../core/components/organisms/grid/columnUtility.tsx": [
|
|
8369
8361
|
"../../core/components/organisms/grid/Grid.tsx",
|
|
8370
8362
|
"../../core/global.d.ts",
|
|
@@ -12300,16 +12292,10 @@
|
|
|
12300
12292
|
"../../core/ai-components/AIChip/index.tsx": [
|
|
12301
12293
|
"../../node_modules/@types/react/index.d.ts"
|
|
12302
12294
|
],
|
|
12303
|
-
"../../core/ai-components/AIIconButton/icons/
|
|
12304
|
-
"../../node_modules/@types/react/index.d.ts"
|
|
12305
|
-
],
|
|
12306
|
-
"../../core/ai-components/AIIconButton/icons/SaraDisabledTop.tsx": [
|
|
12307
|
-
"../../node_modules/@types/react/index.d.ts"
|
|
12308
|
-
],
|
|
12309
|
-
"../../core/ai-components/AIIconButton/icons/SaraIconBottom.tsx": [
|
|
12295
|
+
"../../core/ai-components/AIIconButton/icons/SaraIconDefault.tsx": [
|
|
12310
12296
|
"../../node_modules/@types/react/index.d.ts"
|
|
12311
12297
|
],
|
|
12312
|
-
"../../core/ai-components/AIIconButton/icons/
|
|
12298
|
+
"../../core/ai-components/AIIconButton/icons/SaraIconDisabled.tsx": [
|
|
12313
12299
|
"../../node_modules/@types/react/index.d.ts"
|
|
12314
12300
|
],
|
|
12315
12301
|
"../../core/components/atoms/_text/index.tsx": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@innovaccer/design-system",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.7.0",
|
|
4
4
|
"description": "React components library project for Innovaccer Design System",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -148,7 +148,6 @@
|
|
|
148
148
|
"classnames": "^2.3.1",
|
|
149
149
|
"core-js": "^3.9.1",
|
|
150
150
|
"react-dom": "^16.8.6",
|
|
151
|
-
"react-dynamic-virtual-scroll": "^1.3.2",
|
|
152
151
|
"react-popper": "^1.3.7",
|
|
153
152
|
"throttle-debounce": "^2.1.0",
|
|
154
153
|
"utility-types": "^3.10.0"
|
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
|