@innovaccer/design-system 2.35.0 → 2.36.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 +70 -0
- package/README.md +2 -2
- package/css/dist/index.css +310 -2
- package/css/dist/index.css.map +1 -1
- package/css/gulpfile.js +1 -0
- package/css/src/ai-components/button.css +74 -0
- package/css/src/ai-components/chat.css +28 -0
- package/css/src/ai-components/chip.css +63 -0
- package/css/src/ai-components/iconButton.css +67 -0
- package/css/src/components/calendar.css +9 -1
- package/css/src/components/chip.css +8 -0
- package/css/src/components/chipInput.css +1 -1
- package/css/src/components/input.css +6 -0
- package/css/src/components/metricInput.css +6 -0
- package/css/src/components/textarea.css +6 -0
- package/css/src/core/animation.css +20 -0
- package/dist/.lib/tsconfig.type.tsbuildinfo +359 -27
- package/dist/core/ai-components/AIButton/index.d.ts +22 -0
- package/dist/core/ai-components/AIChip/index.d.ts +10 -0
- package/dist/core/ai-components/AIIconButton/SaraIcon.d.ts +14 -0
- package/dist/core/ai-components/AIIconButton/icons/SaraDisabledBottom.d.ts +5 -0
- package/dist/core/ai-components/AIIconButton/icons/SaraDisabledTop.d.ts +5 -0
- package/dist/core/ai-components/AIIconButton/icons/SaraIconBottom.d.ts +5 -0
- package/dist/core/ai-components/AIIconButton/icons/SaraIconTop.d.ts +5 -0
- package/dist/core/ai-components/AIIconButton/index.d.ts +26 -0
- package/dist/core/ai-components/AIResponse/ChatActionBar.d.ts +9 -0
- package/dist/core/ai-components/AIResponse/ChatBody.d.ts +9 -0
- package/dist/core/ai-components/AIResponse/ChatBox.d.ts +9 -0
- package/dist/core/ai-components/AIResponse/ChatButton.d.ts +4 -0
- package/dist/core/ai-components/AIResponse/index.d.ts +14 -0
- package/dist/core/ai-components/Sara/index.d.ts +18 -0
- package/dist/core/ai-components/SaraSparkle/index.d.ts +18 -0
- package/dist/core/ai-components/common.type.d.ts +12 -0
- package/dist/core/components/atoms/_chip/index.d.ts +4 -0
- package/dist/core/components/atoms/chip/Chip.d.ts +2 -0
- package/dist/core/components/atoms/textarea/Textarea.d.ts +1 -0
- package/dist/core/components/molecules/chipInput/ChipInput.d.ts +1 -0
- package/dist/core/components/organisms/menu/trigger/MenuTrigger.d.ts +1 -0
- package/dist/core/index.d.ts +6 -0
- package/dist/core/index.type.d.ts +6 -0
- package/dist/index.esm.js +4673 -216
- package/dist/index.js +4799 -342
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.br +0 -0
- package/dist/index.umd.js.gz +0 -0
- package/package.json +5 -2
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
"affectsGlobalScope": false
|
|
398
398
|
},
|
|
399
399
|
"../../core/components/organisms/calendar/Calendar.tsx": {
|
|
400
|
-
"version": "
|
|
400
|
+
"version": "27d15bd2fa01b2c258677c6dcd80c4ce341f48c1fa4b459c0390716db7c7ed86",
|
|
401
401
|
"signature": "42e29631094e5b2585592839b195f516ed4f292451cce8e13d59d616021df2f9",
|
|
402
402
|
"affectsGlobalScope": false
|
|
403
403
|
},
|
|
@@ -472,13 +472,13 @@
|
|
|
472
472
|
"affectsGlobalScope": false
|
|
473
473
|
},
|
|
474
474
|
"../../core/components/atoms/_chip/index.tsx": {
|
|
475
|
-
"version": "
|
|
476
|
-
"signature": "
|
|
475
|
+
"version": "88ba1baab5ab5521c4ea104c4cd3532171bb5ce424b8a01e70f501e7d6c075d9",
|
|
476
|
+
"signature": "e7bd1e8d71c283b6c32cc609c73a1f973f4bc9a3121a7df41d35ec831a50ed01",
|
|
477
477
|
"affectsGlobalScope": false
|
|
478
478
|
},
|
|
479
479
|
"../../core/components/atoms/chip/Chip.tsx": {
|
|
480
|
-
"version": "
|
|
481
|
-
"signature": "
|
|
480
|
+
"version": "a1f50b404037067f70ad6bc8eeee14e50d9b6c36cfd35352c4409336e0f3e338",
|
|
481
|
+
"signature": "c0183a013a9349025f5529b1410cfdd53f70346dc6ce040fda4f977017af9b2f",
|
|
482
482
|
"affectsGlobalScope": false
|
|
483
483
|
},
|
|
484
484
|
"../../core/components/atoms/chip/index.tsx": {
|
|
@@ -622,7 +622,7 @@
|
|
|
622
622
|
"affectsGlobalScope": false
|
|
623
623
|
},
|
|
624
624
|
"../../core/components/atoms/dropdown/Dropdown.tsx": {
|
|
625
|
-
"version": "
|
|
625
|
+
"version": "bbe9eb3ecd986f7a7ab93f2422e12d2bddbadc2ed66734ee0de17f0f0bc69ddd",
|
|
626
626
|
"signature": "c171f1203f6dc27aa75553acd55d26d8a6d9ed99c4c7ab6b457e52f29fcfbc1e",
|
|
627
627
|
"affectsGlobalScope": false
|
|
628
628
|
},
|
|
@@ -687,7 +687,7 @@
|
|
|
687
687
|
"affectsGlobalScope": false
|
|
688
688
|
},
|
|
689
689
|
"../../core/components/atoms/input/Input.tsx": {
|
|
690
|
-
"version": "
|
|
690
|
+
"version": "8f24902c8f9171bfa6feb1e219b273669a28bdb7dfede6a096001984566f669b",
|
|
691
691
|
"signature": "af9fe5423f81ba3449f6a5f89de013cb32feeec65dd4780d60695f0d01950a2c",
|
|
692
692
|
"affectsGlobalScope": false
|
|
693
693
|
},
|
|
@@ -697,7 +697,7 @@
|
|
|
697
697
|
"affectsGlobalScope": false
|
|
698
698
|
},
|
|
699
699
|
"../../core/components/atoms/metricInput/MetricInput.tsx": {
|
|
700
|
-
"version": "
|
|
700
|
+
"version": "a8d958fa08f023281febad806d1ce24c8bfc9323d4b5f207c7141e07e7f026e4",
|
|
701
701
|
"signature": "d0d75acbdbaa6aa769ad0c3be2ac9f90957e741170bfc459023f454385bc828b",
|
|
702
702
|
"affectsGlobalScope": false
|
|
703
703
|
},
|
|
@@ -977,8 +977,8 @@
|
|
|
977
977
|
"affectsGlobalScope": false
|
|
978
978
|
},
|
|
979
979
|
"../../core/components/atoms/textarea/Textarea.tsx": {
|
|
980
|
-
"version": "
|
|
981
|
-
"signature": "
|
|
980
|
+
"version": "8ba7b2f5a643cf077f4ee130adceabc55bead1c2882b262ac926f0ff7a5189b1",
|
|
981
|
+
"signature": "6ba20542853511958625cb1448b3a51c2ad22cf9a65cd43cf10ad1517235e039",
|
|
982
982
|
"affectsGlobalScope": false
|
|
983
983
|
},
|
|
984
984
|
"../../core/components/atoms/textarea/index.tsx": {
|
|
@@ -1397,7 +1397,7 @@
|
|
|
1397
1397
|
"affectsGlobalScope": false
|
|
1398
1398
|
},
|
|
1399
1399
|
"../../core/components/molecules/sidesheet/Sidesheet.tsx": {
|
|
1400
|
-
"version": "
|
|
1400
|
+
"version": "a3c16e361062d8da27f0ad5137f94b45f31d59928a90cc45cd723be7cf05345d",
|
|
1401
1401
|
"signature": "e347f172382f4e8ed7f55cbfb543a8b58312908da18c8cfb5757e96be55363d2",
|
|
1402
1402
|
"affectsGlobalScope": false
|
|
1403
1403
|
},
|
|
@@ -1407,7 +1407,7 @@
|
|
|
1407
1407
|
"affectsGlobalScope": false
|
|
1408
1408
|
},
|
|
1409
1409
|
"../../core/components/molecules/modal/Modal.tsx": {
|
|
1410
|
-
"version": "
|
|
1410
|
+
"version": "7f3511a222a8b9597eb453f81c8c547181a123a781ffad4bcc022c3f4d876a4b",
|
|
1411
1411
|
"signature": "c3d5700b02359fe54053b47b58a29ba3aefe8271a9e372907edb04a61ebe9c2f",
|
|
1412
1412
|
"affectsGlobalScope": false
|
|
1413
1413
|
},
|
|
@@ -1432,8 +1432,8 @@
|
|
|
1432
1432
|
"affectsGlobalScope": false
|
|
1433
1433
|
},
|
|
1434
1434
|
"../../core/components/molecules/chipInput/ChipInput.tsx": {
|
|
1435
|
-
"version": "
|
|
1436
|
-
"signature": "
|
|
1435
|
+
"version": "44d86f6815658261a4deec9b5e1cda841791766ebbbc99c8de9db13562318b46",
|
|
1436
|
+
"signature": "fa78c5ce5bb60b488df54300a8b478e23f33e4b4c15291d85c019623901e246f",
|
|
1437
1437
|
"affectsGlobalScope": false
|
|
1438
1438
|
},
|
|
1439
1439
|
"../../core/components/molecules/chipInput/index.tsx": {
|
|
@@ -1442,7 +1442,7 @@
|
|
|
1442
1442
|
"affectsGlobalScope": false
|
|
1443
1443
|
},
|
|
1444
1444
|
"../../core/components/molecules/fullscreenModal/FullscreenModal.tsx": {
|
|
1445
|
-
"version": "
|
|
1445
|
+
"version": "b82d489b3e0f2411a819f144fdebc6bd04044bb43ca2c056cbcf9c02c74b4f24",
|
|
1446
1446
|
"signature": "75cd13adea58fdd4e866fddccd8ce9f459490220343db22e694ef3ea7f43c7ad",
|
|
1447
1447
|
"affectsGlobalScope": false
|
|
1448
1448
|
},
|
|
@@ -2157,7 +2157,7 @@
|
|
|
2157
2157
|
"affectsGlobalScope": false
|
|
2158
2158
|
},
|
|
2159
2159
|
"../../core/components/organisms/select/SelectList.tsx": {
|
|
2160
|
-
"version": "
|
|
2160
|
+
"version": "866e64e5929df259a8a91d220c64c23fc6ae44731120d9f8d50abf8370bf8c64",
|
|
2161
2161
|
"signature": "ad1ca3815815b95f19165cb5fe5d85b888c1ac0f6fa01dfeb40fe7b5b7e95638",
|
|
2162
2162
|
"affectsGlobalScope": false
|
|
2163
2163
|
},
|
|
@@ -2167,12 +2167,12 @@
|
|
|
2167
2167
|
"affectsGlobalScope": false
|
|
2168
2168
|
},
|
|
2169
2169
|
"../../core/components/organisms/select/SelectOption.tsx": {
|
|
2170
|
-
"version": "
|
|
2170
|
+
"version": "249a1502ab13b32c606630ae8179f498b2d452d13d62b831c42973b9f23e80ae",
|
|
2171
2171
|
"signature": "b7da301dbe1169580de986f62c87077f76890064d925c1e648221ee58b03fe07",
|
|
2172
2172
|
"affectsGlobalScope": false
|
|
2173
2173
|
},
|
|
2174
2174
|
"../../core/components/organisms/select/SelectTrigger.tsx": {
|
|
2175
|
-
"version": "
|
|
2175
|
+
"version": "3350e7414ea5ca4b3d10697c5c0ae4c7bd5557705ba4eaf0d5b619736bc6ea6b",
|
|
2176
2176
|
"signature": "342e41566380c2b501da61c4a9eb07c72385c14f64bb177d4d5744e1e6217919",
|
|
2177
2177
|
"affectsGlobalScope": false
|
|
2178
2178
|
},
|
|
@@ -2192,7 +2192,7 @@
|
|
|
2192
2192
|
"affectsGlobalScope": false
|
|
2193
2193
|
},
|
|
2194
2194
|
"../../core/components/organisms/select/Select.tsx": {
|
|
2195
|
-
"version": "
|
|
2195
|
+
"version": "48326b407842e5bbc422db793281d468061881ced203ae8893abab7db69cbc92",
|
|
2196
2196
|
"signature": "7c4b8e05fda14918072776e80e8beeba13c0f4bd91b9072bc72f96cce85c020a",
|
|
2197
2197
|
"affectsGlobalScope": false
|
|
2198
2198
|
},
|
|
@@ -2237,8 +2237,8 @@
|
|
|
2237
2237
|
"affectsGlobalScope": false
|
|
2238
2238
|
},
|
|
2239
2239
|
"../../core/components/organisms/menu/trigger/MenuTrigger.tsx": {
|
|
2240
|
-
"version": "
|
|
2241
|
-
"signature": "
|
|
2240
|
+
"version": "833a7087b9ba49d0150daeadb9f603d941c8a8b7152e783bce5a1f831e9bba26",
|
|
2241
|
+
"signature": "18f8c0eba6128a26bee69942ce3edd428fb6681f676ac0c41b3b778cd1550057",
|
|
2242
2242
|
"affectsGlobalScope": false
|
|
2243
2243
|
},
|
|
2244
2244
|
"../../core/components/organisms/menu/SubMenu.tsx": {
|
|
@@ -2256,9 +2256,114 @@
|
|
|
2256
2256
|
"signature": "0d16db700f15ab222541abedddc40fca479899f6a7bf665a57cd4a63cf99cf02",
|
|
2257
2257
|
"affectsGlobalScope": false
|
|
2258
2258
|
},
|
|
2259
|
+
"../../core/ai-components/common.type.tsx": {
|
|
2260
|
+
"version": "858c4fe4a44b3cddbc90e1296009c89d44e895e9442c7f490ba3a278c03f97da",
|
|
2261
|
+
"signature": "063fc765580c392b5fa96c8b98d19efe9853c4afd5f00dd0fffb4d40d7182af0",
|
|
2262
|
+
"affectsGlobalScope": false
|
|
2263
|
+
},
|
|
2264
|
+
"../../node_modules/lottie-web/index.d.ts": {
|
|
2265
|
+
"version": "e0cf974515cf71dd5b2d27db12b9fa9b37c1bf5670ac926e67265858bd7de1f2",
|
|
2266
|
+
"signature": "e0cf974515cf71dd5b2d27db12b9fa9b37c1bf5670ac926e67265858bd7de1f2",
|
|
2267
|
+
"affectsGlobalScope": false
|
|
2268
|
+
},
|
|
2269
|
+
"../../node_modules/@lottiefiles/react-lottie-player/dist/src/Player.d.ts": {
|
|
2270
|
+
"version": "15f5e10ac88f0ec75916986974b866f60f7bd091170b5caf182238385b4fcb48",
|
|
2271
|
+
"signature": "15f5e10ac88f0ec75916986974b866f60f7bd091170b5caf182238385b4fcb48",
|
|
2272
|
+
"affectsGlobalScope": true
|
|
2273
|
+
},
|
|
2274
|
+
"../../node_modules/@lottiefiles/react-lottie-player/dist/src/Controls.d.ts": {
|
|
2275
|
+
"version": "a0a30d52ad434959f82a70b5a95c146be0ff4b76e49c1901442862c4ed4120c4",
|
|
2276
|
+
"signature": "a0a30d52ad434959f82a70b5a95c146be0ff4b76e49c1901442862c4ed4120c4",
|
|
2277
|
+
"affectsGlobalScope": false
|
|
2278
|
+
},
|
|
2279
|
+
"../../node_modules/@lottiefiles/react-lottie-player/dist/src/Seeker.d.ts": {
|
|
2280
|
+
"version": "31969816c17f20e000e42e18ada7c7296fbb2f20f85a2fb7a6f50c7785b07865",
|
|
2281
|
+
"signature": "31969816c17f20e000e42e18ada7c7296fbb2f20f85a2fb7a6f50c7785b07865",
|
|
2282
|
+
"affectsGlobalScope": false
|
|
2283
|
+
},
|
|
2284
|
+
"../../node_modules/@lottiefiles/react-lottie-player/dist/src/index.d.ts": {
|
|
2285
|
+
"version": "9c8a14711069006b778331f204cc0c0560be09d7cb5c16c3598f6a1d10fbc8bc",
|
|
2286
|
+
"signature": "9c8a14711069006b778331f204cc0c0560be09d7cb5c16c3598f6a1d10fbc8bc",
|
|
2287
|
+
"affectsGlobalScope": false
|
|
2288
|
+
},
|
|
2289
|
+
"../../core/ai-components/SaraSparkle/index.tsx": {
|
|
2290
|
+
"version": "0623290d9c46e2633e8ffbb1f16a9a257da97aa5847173fe4d1da4b1f7a628f0",
|
|
2291
|
+
"signature": "2dbf3dceffdbb0b407f28e9568cc846180e55b7d54f7297dfb47bfa287f076e7",
|
|
2292
|
+
"affectsGlobalScope": false
|
|
2293
|
+
},
|
|
2294
|
+
"../../core/ai-components/AIButton/index.tsx": {
|
|
2295
|
+
"version": "6d12471398a9f663f49407c470cce1aa857f1818855c7e83fe3bb2bcb8a534d4",
|
|
2296
|
+
"signature": "79cb2ac368bc019378b0946cc8f1b0b592b34885b9b3d36c4898e033768f60d9",
|
|
2297
|
+
"affectsGlobalScope": false
|
|
2298
|
+
},
|
|
2299
|
+
"../../core/ai-components/Sara/index.tsx": {
|
|
2300
|
+
"version": "6666e7c5ca84a43e942902a3f725ca486889f54ff8e0ed4027de3771a083dc4e",
|
|
2301
|
+
"signature": "a87a744f11064ff915eba3e7e2e0afa60370c49b34950deeab6a96322b8dd0ea",
|
|
2302
|
+
"affectsGlobalScope": false
|
|
2303
|
+
},
|
|
2304
|
+
"../../core/ai-components/AIIconButton/icons/SaraIconTop.tsx": {
|
|
2305
|
+
"version": "7d8699420e1dad32d8d7033c65493a81022a3ef9c71342da719097857d4c33eb",
|
|
2306
|
+
"signature": "2aeebe29ff5d00e4aedb47afbbc15878eac91798535d3af4dabf2d68a4314bc2",
|
|
2307
|
+
"affectsGlobalScope": false
|
|
2308
|
+
},
|
|
2309
|
+
"../../core/ai-components/AIIconButton/icons/SaraIconBottom.tsx": {
|
|
2310
|
+
"version": "f87103c4fe2ff54a4720b83cf80116e807f9bf5efae036bbe0631bd43b7232b6",
|
|
2311
|
+
"signature": "ff9c5095271382e1fe847a0a1ce76280340b945254896f0db6e12f165d7d71f9",
|
|
2312
|
+
"affectsGlobalScope": false
|
|
2313
|
+
},
|
|
2314
|
+
"../../core/ai-components/AIIconButton/icons/SaraDisabledTop.tsx": {
|
|
2315
|
+
"version": "b0396a8d06883df82c8bffa4b36d175857080ee3606370504b34d9603905c8af",
|
|
2316
|
+
"signature": "122070125dd998162da5c6ef5a2167650386b90ab45a73bc00d4ab2e71dabc65",
|
|
2317
|
+
"affectsGlobalScope": false
|
|
2318
|
+
},
|
|
2319
|
+
"../../core/ai-components/AIIconButton/icons/SaraDisabledBottom.tsx": {
|
|
2320
|
+
"version": "4772a749265d84c97cc97c7106d63b2af9d9bcc8cb95c1afa4b61b37e5ee7100",
|
|
2321
|
+
"signature": "523c9017310a4b5a0c4913787f600c934a205e26823f3229883d1f3777575b01",
|
|
2322
|
+
"affectsGlobalScope": false
|
|
2323
|
+
},
|
|
2324
|
+
"../../core/ai-components/AIIconButton/SaraIcon.tsx": {
|
|
2325
|
+
"version": "522e5ce3639970c8ada5a7416d3fa2f4c6ec4f2b98bea99514bbf64e2b4c0797",
|
|
2326
|
+
"signature": "c4ce7b49ae90c13f007814c3ec972604ac0e85605ffb11b775eebf233738b575",
|
|
2327
|
+
"affectsGlobalScope": false
|
|
2328
|
+
},
|
|
2329
|
+
"../../core/ai-components/AIIconButton/index.tsx": {
|
|
2330
|
+
"version": "6e73465cbd162eb21a71ff972d4487979c531eb1d7f5d125d136c100656ebb92",
|
|
2331
|
+
"signature": "558acfc27192afe70aa81f2ed269c19126f89ab76c4b3c49bb765f0ea1030ed7",
|
|
2332
|
+
"affectsGlobalScope": false
|
|
2333
|
+
},
|
|
2334
|
+
"../../core/ai-components/AIChip/index.tsx": {
|
|
2335
|
+
"version": "9e9e289a3490ae9829ab48d29a2647425c0357cf05606f2c095b553578579542",
|
|
2336
|
+
"signature": "4fd24f5f755049fabb06a21317bf48bee2de90b397157e7e4a20845cf1f159e7",
|
|
2337
|
+
"affectsGlobalScope": false
|
|
2338
|
+
},
|
|
2339
|
+
"../../core/ai-components/AIResponse/ChatBox.tsx": {
|
|
2340
|
+
"version": "851bc226af6d4470621eea5cf1952a0fe94ef7b3d40512a3a8c64554f1722777",
|
|
2341
|
+
"signature": "af32d6b95a0c59e768f387c1956da50d8bc6f43365ba717649c52c691c0452c6",
|
|
2342
|
+
"affectsGlobalScope": false
|
|
2343
|
+
},
|
|
2344
|
+
"../../core/ai-components/AIResponse/ChatButton.tsx": {
|
|
2345
|
+
"version": "18f77b6f405c010b4856150a7752ec0bd47af8eb4d13883aa18d3dc3625a3836",
|
|
2346
|
+
"signature": "6a339daa6a9015190ef5de10154c90a297146487ae11a701247ef4f8040d15d0",
|
|
2347
|
+
"affectsGlobalScope": false
|
|
2348
|
+
},
|
|
2349
|
+
"../../core/ai-components/AIResponse/ChatActionBar.tsx": {
|
|
2350
|
+
"version": "261b5a38b3680a76d1c45385351c67423e7fb6aece163b497cd8a6a4daa24073",
|
|
2351
|
+
"signature": "38a3c34fbd48914fa95a4930ed53b64be6a396c414713ceb7fa0c742f5da73e7",
|
|
2352
|
+
"affectsGlobalScope": false
|
|
2353
|
+
},
|
|
2354
|
+
"../../core/ai-components/AIResponse/ChatBody.tsx": {
|
|
2355
|
+
"version": "04cb2931e5416a88ae8ee49ff3fba447b059919e990e523bb0a385dac571e3e7",
|
|
2356
|
+
"signature": "42b0a6fc4c559045880194a04261192bfba91acf2e11a5c3be56e00011b87e33",
|
|
2357
|
+
"affectsGlobalScope": false
|
|
2358
|
+
},
|
|
2359
|
+
"../../core/ai-components/AIResponse/index.tsx": {
|
|
2360
|
+
"version": "95ae00879a2b3e3b74d38a3a09eace62bdc863fae550b1b92a04ccd09d89b8fd",
|
|
2361
|
+
"signature": "a6f2f988c6374bdd230004d275e0d673570e283edf4b9d14ace43a48e4070423",
|
|
2362
|
+
"affectsGlobalScope": false
|
|
2363
|
+
},
|
|
2259
2364
|
"../../core/index.type.tsx": {
|
|
2260
|
-
"version": "
|
|
2261
|
-
"signature": "
|
|
2365
|
+
"version": "71d255d558b357cb00ca8bf19acd61aa7c0aa77b35f8e2fb6df05f9e8e1ffac0",
|
|
2366
|
+
"signature": "4eb6349742401d1166f8f8bbabd5d46427a5c56646f3b2ebf04789d85166e48d",
|
|
2262
2367
|
"affectsGlobalScope": false
|
|
2263
2368
|
},
|
|
2264
2369
|
"../../core/components/organisms/timePicker/TimePickerWithInput.tsx": {
|
|
@@ -2287,8 +2392,8 @@
|
|
|
2287
2392
|
"affectsGlobalScope": false
|
|
2288
2393
|
},
|
|
2289
2394
|
"../../core/index.tsx": {
|
|
2290
|
-
"version": "
|
|
2291
|
-
"signature": "
|
|
2395
|
+
"version": "0eda9e4d7fdd27dd09a0ff1021652a5e01a7819cf93f56b5238427f6696ee576",
|
|
2396
|
+
"signature": "85300c9d20f1b4122f977295db68e8e3e832a973bca2871e27b7a417d8c1ab86",
|
|
2292
2397
|
"affectsGlobalScope": false
|
|
2293
2398
|
},
|
|
2294
2399
|
"../../core/components/molecules/overlayFooter/OverlayFooter.tsx": {
|
|
@@ -2307,8 +2412,8 @@
|
|
|
2307
2412
|
"affectsGlobalScope": false
|
|
2308
2413
|
},
|
|
2309
2414
|
"../../core/global.d.ts": {
|
|
2310
|
-
"version": "
|
|
2311
|
-
"signature": "
|
|
2415
|
+
"version": "3ba847196cf87d02cb0f852ff3c434630946d287f5c9b4a6c17b16e29b4c4aae",
|
|
2416
|
+
"signature": "3ba847196cf87d02cb0f852ff3c434630946d287f5c9b4a6c17b16e29b4c4aae",
|
|
2312
2417
|
"affectsGlobalScope": true
|
|
2313
2418
|
},
|
|
2314
2419
|
"../../core/components/css-utilities/Schema.tsx": {
|
|
@@ -5316,6 +5421,54 @@
|
|
|
5316
5421
|
"*",
|
|
5317
5422
|
"*",
|
|
5318
5423
|
"*",
|
|
5424
|
+
"*",
|
|
5425
|
+
"*",
|
|
5426
|
+
"*",
|
|
5427
|
+
"*",
|
|
5428
|
+
"*",
|
|
5429
|
+
"*",
|
|
5430
|
+
"*",
|
|
5431
|
+
"*",
|
|
5432
|
+
"*",
|
|
5433
|
+
"*",
|
|
5434
|
+
"*",
|
|
5435
|
+
"*",
|
|
5436
|
+
"*",
|
|
5437
|
+
"*",
|
|
5438
|
+
"*",
|
|
5439
|
+
"*",
|
|
5440
|
+
"*",
|
|
5441
|
+
"*",
|
|
5442
|
+
"*",
|
|
5443
|
+
"*",
|
|
5444
|
+
"*",
|
|
5445
|
+
"*",
|
|
5446
|
+
"*",
|
|
5447
|
+
"*",
|
|
5448
|
+
"*",
|
|
5449
|
+
"*",
|
|
5450
|
+
"*",
|
|
5451
|
+
"*",
|
|
5452
|
+
"*",
|
|
5453
|
+
"*",
|
|
5454
|
+
"*",
|
|
5455
|
+
"*",
|
|
5456
|
+
"*",
|
|
5457
|
+
"*",
|
|
5458
|
+
"*",
|
|
5459
|
+
"*",
|
|
5460
|
+
"*",
|
|
5461
|
+
"*",
|
|
5462
|
+
"*",
|
|
5463
|
+
"*",
|
|
5464
|
+
"*",
|
|
5465
|
+
"*",
|
|
5466
|
+
"*",
|
|
5467
|
+
"*",
|
|
5468
|
+
"*",
|
|
5469
|
+
"*",
|
|
5470
|
+
"*",
|
|
5471
|
+
"*",
|
|
5319
5472
|
"*"
|
|
5320
5473
|
]
|
|
5321
5474
|
},
|
|
@@ -5360,6 +5513,105 @@
|
|
|
5360
5513
|
"../../node_modules/@types/node/util.d.ts",
|
|
5361
5514
|
"../../node_modules/@types/react/index.d.ts"
|
|
5362
5515
|
],
|
|
5516
|
+
"../../core/ai-components/AIButton/index.tsx": [
|
|
5517
|
+
"../../core/ai-components/common.type.tsx",
|
|
5518
|
+
"../../core/global.d.ts",
|
|
5519
|
+
"../../node_modules/@types/node/util.d.ts",
|
|
5520
|
+
"../../node_modules/@types/react/index.d.ts",
|
|
5521
|
+
"../../node_modules/classnames/index.d.ts"
|
|
5522
|
+
],
|
|
5523
|
+
"../../core/ai-components/AIChip/index.tsx": [
|
|
5524
|
+
"../../node_modules/@types/node/util.d.ts",
|
|
5525
|
+
"../../node_modules/@types/react/index.d.ts",
|
|
5526
|
+
"../../node_modules/classnames/index.d.ts"
|
|
5527
|
+
],
|
|
5528
|
+
"../../core/ai-components/AIIconButton/SaraIcon.tsx": [
|
|
5529
|
+
"../../core/ai-components/AIIconButton/icons/SaraDisabledBottom.tsx",
|
|
5530
|
+
"../../core/ai-components/AIIconButton/icons/SaraDisabledTop.tsx",
|
|
5531
|
+
"../../core/ai-components/AIIconButton/icons/SaraIconBottom.tsx",
|
|
5532
|
+
"../../core/ai-components/AIIconButton/icons/SaraIconTop.tsx",
|
|
5533
|
+
"../../core/ai-components/common.type.tsx",
|
|
5534
|
+
"../../node_modules/@types/node/util.d.ts",
|
|
5535
|
+
"../../node_modules/@types/react/index.d.ts",
|
|
5536
|
+
"../../node_modules/classnames/index.d.ts"
|
|
5537
|
+
],
|
|
5538
|
+
"../../core/ai-components/AIIconButton/icons/SaraDisabledBottom.tsx": [
|
|
5539
|
+
"../../node_modules/@types/node/util.d.ts",
|
|
5540
|
+
"../../node_modules/@types/react/index.d.ts"
|
|
5541
|
+
],
|
|
5542
|
+
"../../core/ai-components/AIIconButton/icons/SaraDisabledTop.tsx": [
|
|
5543
|
+
"../../node_modules/@types/node/util.d.ts",
|
|
5544
|
+
"../../node_modules/@types/react/index.d.ts"
|
|
5545
|
+
],
|
|
5546
|
+
"../../core/ai-components/AIIconButton/icons/SaraIconBottom.tsx": [
|
|
5547
|
+
"../../node_modules/@types/node/util.d.ts",
|
|
5548
|
+
"../../node_modules/@types/react/index.d.ts"
|
|
5549
|
+
],
|
|
5550
|
+
"../../core/ai-components/AIIconButton/icons/SaraIconTop.tsx": [
|
|
5551
|
+
"../../node_modules/@types/node/util.d.ts",
|
|
5552
|
+
"../../node_modules/@types/react/index.d.ts"
|
|
5553
|
+
],
|
|
5554
|
+
"../../core/ai-components/AIIconButton/index.tsx": [
|
|
5555
|
+
"../../core/ai-components/AIIconButton/SaraIcon.tsx",
|
|
5556
|
+
"../../core/ai-components/common.type.tsx",
|
|
5557
|
+
"../../core/index.tsx",
|
|
5558
|
+
"../../node_modules/@types/node/util.d.ts",
|
|
5559
|
+
"../../node_modules/@types/react/index.d.ts",
|
|
5560
|
+
"../../node_modules/classnames/index.d.ts"
|
|
5561
|
+
],
|
|
5562
|
+
"../../core/ai-components/AIResponse/ChatActionBar.tsx": [
|
|
5563
|
+
"../../core/ai-components/common.type.tsx",
|
|
5564
|
+
"../../node_modules/@types/node/util.d.ts",
|
|
5565
|
+
"../../node_modules/@types/react/index.d.ts",
|
|
5566
|
+
"../../node_modules/classnames/index.d.ts"
|
|
5567
|
+
],
|
|
5568
|
+
"../../core/ai-components/AIResponse/ChatBody.tsx": [
|
|
5569
|
+
"../../core/ai-components/common.type.tsx",
|
|
5570
|
+
"../../node_modules/@types/node/util.d.ts",
|
|
5571
|
+
"../../node_modules/@types/react/index.d.ts",
|
|
5572
|
+
"../../node_modules/classnames/index.d.ts"
|
|
5573
|
+
],
|
|
5574
|
+
"../../core/ai-components/AIResponse/ChatBox.tsx": [
|
|
5575
|
+
"../../core/ai-components/common.type.tsx",
|
|
5576
|
+
"../../node_modules/@types/node/util.d.ts",
|
|
5577
|
+
"../../node_modules/@types/react/index.d.ts",
|
|
5578
|
+
"../../node_modules/classnames/index.d.ts"
|
|
5579
|
+
],
|
|
5580
|
+
"../../core/ai-components/AIResponse/ChatButton.tsx": [
|
|
5581
|
+
"../../core/index.tsx",
|
|
5582
|
+
"../../core/index.type.tsx",
|
|
5583
|
+
"../../node_modules/@types/node/util.d.ts",
|
|
5584
|
+
"../../node_modules/@types/react/index.d.ts",
|
|
5585
|
+
"../../node_modules/classnames/index.d.ts"
|
|
5586
|
+
],
|
|
5587
|
+
"../../core/ai-components/AIResponse/index.tsx": [
|
|
5588
|
+
"../../core/ai-components/AIResponse/ChatActionBar.tsx",
|
|
5589
|
+
"../../core/ai-components/AIResponse/ChatBody.tsx",
|
|
5590
|
+
"../../core/ai-components/AIResponse/ChatBox.tsx",
|
|
5591
|
+
"../../core/ai-components/AIResponse/ChatButton.tsx",
|
|
5592
|
+
"../../core/ai-components/common.type.tsx",
|
|
5593
|
+
"../../node_modules/@types/node/util.d.ts",
|
|
5594
|
+
"../../node_modules/@types/react/index.d.ts"
|
|
5595
|
+
],
|
|
5596
|
+
"../../core/ai-components/Sara/index.tsx": [
|
|
5597
|
+
"../../core/ai-components/common.type.tsx",
|
|
5598
|
+
"../../core/global.d.ts",
|
|
5599
|
+
"../../node_modules/@lottiefiles/react-lottie-player/dist/src/index.d.ts",
|
|
5600
|
+
"../../node_modules/@types/node/util.d.ts",
|
|
5601
|
+
"../../node_modules/@types/react/index.d.ts",
|
|
5602
|
+
"../../node_modules/classnames/index.d.ts"
|
|
5603
|
+
],
|
|
5604
|
+
"../../core/ai-components/SaraSparkle/index.tsx": [
|
|
5605
|
+
"../../core/ai-components/common.type.tsx",
|
|
5606
|
+
"../../core/global.d.ts",
|
|
5607
|
+
"../../node_modules/@lottiefiles/react-lottie-player/dist/src/index.d.ts",
|
|
5608
|
+
"../../node_modules/@types/node/util.d.ts",
|
|
5609
|
+
"../../node_modules/@types/react/index.d.ts",
|
|
5610
|
+
"../../node_modules/classnames/index.d.ts"
|
|
5611
|
+
],
|
|
5612
|
+
"../../core/ai-components/common.type.tsx": [
|
|
5613
|
+
"../../node_modules/@types/node/util.d.ts"
|
|
5614
|
+
],
|
|
5363
5615
|
"../../core/common.type.tsx": [
|
|
5364
5616
|
"../../core/components/molecules/overlayFooter/index.tsx",
|
|
5365
5617
|
"../../node_modules/@types/node/util.d.ts"
|
|
@@ -5369,6 +5621,7 @@
|
|
|
5369
5621
|
"../../core/components/atoms/chip/Chip.tsx",
|
|
5370
5622
|
"../../core/components/atoms/icon/index.tsx",
|
|
5371
5623
|
"../../core/components/atoms/text/index.tsx",
|
|
5624
|
+
"../../core/index.tsx",
|
|
5372
5625
|
"../../core/index.type.tsx",
|
|
5373
5626
|
"../../core/utils/types.tsx",
|
|
5374
5627
|
"../../node_modules/@types/node/util.d.ts",
|
|
@@ -7589,6 +7842,12 @@
|
|
|
7589
7842
|
"../../node_modules/@types/node/util.d.ts"
|
|
7590
7843
|
],
|
|
7591
7844
|
"../../core/index.tsx": [
|
|
7845
|
+
"../../core/ai-components/AIButton/index.tsx",
|
|
7846
|
+
"../../core/ai-components/AIChip/index.tsx",
|
|
7847
|
+
"../../core/ai-components/AIIconButton/index.tsx",
|
|
7848
|
+
"../../core/ai-components/AIResponse/index.tsx",
|
|
7849
|
+
"../../core/ai-components/Sara/index.tsx",
|
|
7850
|
+
"../../core/ai-components/SaraSparkle/index.tsx",
|
|
7592
7851
|
"../../core/components/atoms/actionCard/index.tsx",
|
|
7593
7852
|
"../../core/components/atoms/avatar/index.tsx",
|
|
7594
7853
|
"../../core/components/atoms/avatarGroup/index.tsx",
|
|
@@ -7687,6 +7946,12 @@
|
|
|
7687
7946
|
"../../node_modules/@types/node/util.d.ts"
|
|
7688
7947
|
],
|
|
7689
7948
|
"../../core/index.type.tsx": [
|
|
7949
|
+
"../../core/ai-components/AIButton/index.tsx",
|
|
7950
|
+
"../../core/ai-components/AIChip/index.tsx",
|
|
7951
|
+
"../../core/ai-components/AIIconButton/index.tsx",
|
|
7952
|
+
"../../core/ai-components/AIResponse/index.tsx",
|
|
7953
|
+
"../../core/ai-components/Sara/index.tsx",
|
|
7954
|
+
"../../core/ai-components/SaraSparkle/index.tsx",
|
|
7690
7955
|
"../../core/components/atoms/actionCard/index.tsx",
|
|
7691
7956
|
"../../core/components/atoms/avatar/avatarIcon/index.tsx",
|
|
7692
7957
|
"../../core/components/atoms/avatar/avatarImage/index.tsx",
|
|
@@ -7910,6 +8175,26 @@
|
|
|
7910
8175
|
"../../node_modules/@emotion/utils/types/index.d.ts": [
|
|
7911
8176
|
"../../node_modules/@types/node/util.d.ts"
|
|
7912
8177
|
],
|
|
8178
|
+
"../../node_modules/@lottiefiles/react-lottie-player/dist/src/Controls.d.ts": [
|
|
8179
|
+
"../../node_modules/@lottiefiles/react-lottie-player/dist/src/Player.d.ts",
|
|
8180
|
+
"../../node_modules/@types/node/util.d.ts",
|
|
8181
|
+
"../../node_modules/@types/react/index.d.ts"
|
|
8182
|
+
],
|
|
8183
|
+
"../../node_modules/@lottiefiles/react-lottie-player/dist/src/Player.d.ts": [
|
|
8184
|
+
"../../node_modules/@types/node/util.d.ts",
|
|
8185
|
+
"../../node_modules/@types/react/index.d.ts",
|
|
8186
|
+
"../../node_modules/lottie-web/index.d.ts"
|
|
8187
|
+
],
|
|
8188
|
+
"../../node_modules/@lottiefiles/react-lottie-player/dist/src/Seeker.d.ts": [
|
|
8189
|
+
"../../node_modules/@types/node/util.d.ts",
|
|
8190
|
+
"../../node_modules/@types/react/index.d.ts"
|
|
8191
|
+
],
|
|
8192
|
+
"../../node_modules/@lottiefiles/react-lottie-player/dist/src/index.d.ts": [
|
|
8193
|
+
"../../node_modules/@lottiefiles/react-lottie-player/dist/src/Controls.d.ts",
|
|
8194
|
+
"../../node_modules/@lottiefiles/react-lottie-player/dist/src/Player.d.ts",
|
|
8195
|
+
"../../node_modules/@lottiefiles/react-lottie-player/dist/src/Seeker.d.ts",
|
|
8196
|
+
"../../node_modules/@types/node/util.d.ts"
|
|
8197
|
+
],
|
|
7913
8198
|
"../../node_modules/@storybook/addon-docs/blocks.d.ts": [
|
|
7914
8199
|
"../../node_modules/@storybook/addon-docs/dist/ts3.9/blocks/index.d.ts",
|
|
7915
8200
|
"../../node_modules/@storybook/addon-docs/node_modules/@storybook/components/dist/ts3.9/index.d.ts",
|
|
@@ -10223,6 +10508,9 @@
|
|
|
10223
10508
|
"../../node_modules/@types/node/events.d.ts",
|
|
10224
10509
|
"../../node_modules/@types/node/util.d.ts"
|
|
10225
10510
|
],
|
|
10511
|
+
"../../node_modules/lottie-web/index.d.ts": [
|
|
10512
|
+
"../../node_modules/@types/node/util.d.ts"
|
|
10513
|
+
],
|
|
10226
10514
|
"../../node_modules/magic-string/index.d.ts": [
|
|
10227
10515
|
"../../node_modules/@types/node/util.d.ts"
|
|
10228
10516
|
],
|
|
@@ -10470,6 +10758,26 @@
|
|
|
10470
10758
|
"../../node_modules/@emotion/utils/types/index.d.ts": [
|
|
10471
10759
|
"../../node_modules/@types/node/util.d.ts"
|
|
10472
10760
|
],
|
|
10761
|
+
"../../node_modules/@lottiefiles/react-lottie-player/dist/src/Controls.d.ts": [
|
|
10762
|
+
"../../node_modules/@lottiefiles/react-lottie-player/dist/src/Player.d.ts",
|
|
10763
|
+
"../../node_modules/@types/node/util.d.ts",
|
|
10764
|
+
"../../node_modules/@types/react/index.d.ts"
|
|
10765
|
+
],
|
|
10766
|
+
"../../node_modules/@lottiefiles/react-lottie-player/dist/src/Player.d.ts": [
|
|
10767
|
+
"../../node_modules/@types/node/util.d.ts",
|
|
10768
|
+
"../../node_modules/@types/react/index.d.ts",
|
|
10769
|
+
"../../node_modules/lottie-web/index.d.ts"
|
|
10770
|
+
],
|
|
10771
|
+
"../../node_modules/@lottiefiles/react-lottie-player/dist/src/Seeker.d.ts": [
|
|
10772
|
+
"../../node_modules/@types/node/util.d.ts",
|
|
10773
|
+
"../../node_modules/@types/react/index.d.ts"
|
|
10774
|
+
],
|
|
10775
|
+
"../../node_modules/@lottiefiles/react-lottie-player/dist/src/index.d.ts": [
|
|
10776
|
+
"../../node_modules/@lottiefiles/react-lottie-player/dist/src/Controls.d.ts",
|
|
10777
|
+
"../../node_modules/@lottiefiles/react-lottie-player/dist/src/Player.d.ts",
|
|
10778
|
+
"../../node_modules/@lottiefiles/react-lottie-player/dist/src/Seeker.d.ts",
|
|
10779
|
+
"../../node_modules/@types/node/util.d.ts"
|
|
10780
|
+
],
|
|
10473
10781
|
"../../node_modules/@storybook/addon-docs/blocks.d.ts": [
|
|
10474
10782
|
"../../node_modules/@storybook/addon-docs/dist/ts3.9/blocks/index.d.ts",
|
|
10475
10783
|
"../../node_modules/@storybook/addon-docs/node_modules/@storybook/components/dist/ts3.9/index.d.ts",
|
|
@@ -12783,6 +13091,9 @@
|
|
|
12783
13091
|
"../../node_modules/@types/node/events.d.ts",
|
|
12784
13092
|
"../../node_modules/@types/node/util.d.ts"
|
|
12785
13093
|
],
|
|
13094
|
+
"../../node_modules/lottie-web/index.d.ts": [
|
|
13095
|
+
"../../node_modules/@types/node/util.d.ts"
|
|
13096
|
+
],
|
|
12786
13097
|
"../../node_modules/magic-string/index.d.ts": [
|
|
12787
13098
|
"../../node_modules/@types/node/util.d.ts"
|
|
12788
13099
|
],
|
|
@@ -12970,6 +13281,22 @@
|
|
|
12970
13281
|
"../../core/accessibility/utils/isEnterKey.ts",
|
|
12971
13282
|
"../../core/accessibility/utils/isSpaceKey.ts",
|
|
12972
13283
|
"../../core/accessibility/utils/useAccessibilityProps.ts",
|
|
13284
|
+
"../../core/ai-components/AIButton/index.tsx",
|
|
13285
|
+
"../../core/ai-components/AIChip/index.tsx",
|
|
13286
|
+
"../../core/ai-components/AIIconButton/SaraIcon.tsx",
|
|
13287
|
+
"../../core/ai-components/AIIconButton/icons/SaraDisabledBottom.tsx",
|
|
13288
|
+
"../../core/ai-components/AIIconButton/icons/SaraDisabledTop.tsx",
|
|
13289
|
+
"../../core/ai-components/AIIconButton/icons/SaraIconBottom.tsx",
|
|
13290
|
+
"../../core/ai-components/AIIconButton/icons/SaraIconTop.tsx",
|
|
13291
|
+
"../../core/ai-components/AIIconButton/index.tsx",
|
|
13292
|
+
"../../core/ai-components/AIResponse/ChatActionBar.tsx",
|
|
13293
|
+
"../../core/ai-components/AIResponse/ChatBody.tsx",
|
|
13294
|
+
"../../core/ai-components/AIResponse/ChatBox.tsx",
|
|
13295
|
+
"../../core/ai-components/AIResponse/ChatButton.tsx",
|
|
13296
|
+
"../../core/ai-components/AIResponse/index.tsx",
|
|
13297
|
+
"../../core/ai-components/Sara/index.tsx",
|
|
13298
|
+
"../../core/ai-components/SaraSparkle/index.tsx",
|
|
13299
|
+
"../../core/ai-components/common.type.tsx",
|
|
12973
13300
|
"../../core/common.type.tsx",
|
|
12974
13301
|
"../../core/components/atoms/_chip/index.tsx",
|
|
12975
13302
|
"../../core/components/atoms/_text/index.tsx",
|
|
@@ -13350,6 +13677,10 @@
|
|
|
13350
13677
|
"../../node_modules/@emotion/styled/types/index.d.ts",
|
|
13351
13678
|
"../../node_modules/@emotion/stylis/types/index.d.ts",
|
|
13352
13679
|
"../../node_modules/@emotion/utils/types/index.d.ts",
|
|
13680
|
+
"../../node_modules/@lottiefiles/react-lottie-player/dist/src/Controls.d.ts",
|
|
13681
|
+
"../../node_modules/@lottiefiles/react-lottie-player/dist/src/Player.d.ts",
|
|
13682
|
+
"../../node_modules/@lottiefiles/react-lottie-player/dist/src/Seeker.d.ts",
|
|
13683
|
+
"../../node_modules/@lottiefiles/react-lottie-player/dist/src/index.d.ts",
|
|
13353
13684
|
"../../node_modules/@storybook/addon-docs/blocks.d.ts",
|
|
13354
13685
|
"../../node_modules/@storybook/addon-docs/dist/ts3.9/blocks/Anchor.d.ts",
|
|
13355
13686
|
"../../node_modules/@storybook/addon-docs/dist/ts3.9/blocks/ArgsTable.d.ts",
|
|
@@ -13745,6 +14076,7 @@
|
|
|
13745
14076
|
"../../node_modules/jest-diff/build/index.d.ts",
|
|
13746
14077
|
"../../node_modules/jest-diff/build/types.d.ts",
|
|
13747
14078
|
"../../node_modules/keyv/src/index.d.ts",
|
|
14079
|
+
"../../node_modules/lottie-web/index.d.ts",
|
|
13748
14080
|
"../../node_modules/magic-string/index.d.ts",
|
|
13749
14081
|
"../../node_modules/popper.js/index.d.ts",
|
|
13750
14082
|
"../../node_modules/pretty-format/build/index.d.ts",
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { TButtonAppearance, TButtonType, TBaseHtmlProps } from "../common.type";
|
|
3
|
+
export interface AIButtonProps extends TBaseHtmlProps<HTMLButtonElement> {
|
|
4
|
+
appearance?: TButtonAppearance;
|
|
5
|
+
type?: TButtonType;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
children?: string;
|
|
8
|
+
tabIndex?: number;
|
|
9
|
+
onClick?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
10
|
+
onMouseEnter?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
11
|
+
onMouseLeave?: (event: React.MouseEvent<HTMLButtonElement, MouseEvent>) => void;
|
|
12
|
+
'data-test'?: string;
|
|
13
|
+
className?: string;
|
|
14
|
+
}
|
|
15
|
+
export declare const AIButton: {
|
|
16
|
+
(props: AIButtonProps): JSX.Element;
|
|
17
|
+
defaultProps: {
|
|
18
|
+
appearance: string;
|
|
19
|
+
type: string;
|
|
20
|
+
};
|
|
21
|
+
};
|
|
22
|
+
export default AIButton;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface AIChipProps extends React.ComponentProps<'button'> {
|
|
3
|
+
label: string;
|
|
4
|
+
icon: string;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
'data-test'?: string;
|
|
7
|
+
className?: string;
|
|
8
|
+
}
|
|
9
|
+
export declare const AIChip: (props: AIChipProps) => JSX.Element;
|
|
10
|
+
export default AIChip;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { TIconPosition, TSize2Hierarchy } from "../common.type";
|
|
2
|
+
interface SaraIconProp {
|
|
3
|
+
size: TSize2Hierarchy;
|
|
4
|
+
position: TIconPosition;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
}
|
|
7
|
+
export declare const SaraIcon: {
|
|
8
|
+
(props: SaraIconProp): JSX.Element;
|
|
9
|
+
defaultProps: {
|
|
10
|
+
size: string;
|
|
11
|
+
position: string;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
export default SaraIcon;
|