@pop-ui/foundation 0.0.33 → 0.0.36-test.1

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.
@@ -300,148 +300,281 @@ export declare interface IColorShades {
300
300
  [shade: string]: string;
301
301
  }
302
302
 
303
- export declare function IconAnalytics({ size, color, filled, ...props }: IIconProps): JSX.Element;
303
+ export declare function IconArrowDown({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
304
304
 
305
- export declare function IconArrowLeft({ size, color, ...props }: IIconProps): JSX.Element;
305
+ export declare function IconArrowLeft({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
306
306
 
307
- export declare function IconArrowRight({ size, color, ...props }: IIconProps): JSX.Element;
307
+ export declare function IconArrowRight({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
308
308
 
309
- export declare function IconBookmark({ size, color, filled, ...props }: IIconProps): JSX.Element;
309
+ export declare function IconArrowUp({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
310
310
 
311
- export declare function IconBrowse({ size, color, filled, ...props }: IIconProps): JSX.Element;
311
+ export declare function IconBookmark({ size, color, variant, ...props }: IIconProps): JSX.Element;
312
312
 
313
- export declare function IconCalendar({ size, color, filled, ...props }: IIconProps): JSX.Element;
313
+ export declare function IconBriefcase({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
314
314
 
315
- export declare function IconCalendarCancel({ size, color, ...props }: IIconProps): JSX.Element;
315
+ export declare function IconCafe({ size, color, variant, ...props }: IIconProps): JSX.Element;
316
316
 
317
- export declare function IconCamera({ size, color, ...props }: IIconProps): JSX.Element;
317
+ export declare function IconCalendar({ size, color, variant, ...props }: IIconProps): JSX.Element;
318
318
 
319
- export declare function IconCards({ size, color, ...props }: IIconProps): JSX.Element;
319
+ export declare function IconCalendarCancel({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
320
320
 
321
- export declare function IconCheck({ size, color, ...props }: IIconProps): JSX.Element;
321
+ export declare function IconCamera({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
322
322
 
323
- export declare function IconCheckCircle({ size, color, ...props }: IIconProps): JSX.Element;
323
+ export declare function IconCameraSwitch({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
324
324
 
325
- export declare function IconChevronDown({ size, color, ...props }: IIconProps): JSX.Element;
325
+ export declare function IconCard({ size, color, variant, ...props }: IIconProps): JSX.Element;
326
326
 
327
- export declare function IconChevronLeft({ size, color, ...props }: IIconProps): JSX.Element;
327
+ export declare function IconCards({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
328
328
 
329
- export declare function IconChevronRight({ size, color, ...props }: IIconProps): JSX.Element;
329
+ export declare function IconCaretDown({ size, color, variant: _variant, ...props }: IIconFilledOnlyProps): JSX.Element;
330
330
 
331
- export declare function IconChevronRightDouble({ size, color, ...props }: IIconProps): JSX.Element;
331
+ export declare function IconCaretUp({ size, color, variant: _variant, ...props }: IIconFilledOnlyProps): JSX.Element;
332
332
 
333
- export declare function IconChevronUp({ size, color, ...props }: IIconProps): JSX.Element;
333
+ export declare function IconCaution({ size, color, variant, ...props }: IIconProps): JSX.Element;
334
334
 
335
- export declare function IconClock({ size, color, ...props }: IIconProps): JSX.Element;
335
+ export declare function IconChartBar({ size, color, variant, ...props }: IIconProps): JSX.Element;
336
336
 
337
- export declare function IconClose({ size, color, ...props }: IIconProps): JSX.Element;
337
+ export declare function IconCheck({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
338
338
 
339
- export declare function IconCloseCircle({ size, color, ...props }: IIconProps): JSX.Element;
339
+ export declare function IconCheckBadge({ size, color, variant: _variant, ...props }: IIconFilledOnlyProps): JSX.Element;
340
340
 
341
- export declare function IconCopy({ size, color, ...props }: IIconProps): JSX.Element;
341
+ export declare function IconCheckCircle({ size, color, variant, ...props }: IIconProps): JSX.Element;
342
342
 
343
- export declare function IconDev({ size, color, ...props }: IIconProps): JSX.Element;
343
+ export declare function IconChevronDown({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
344
344
 
345
- export declare function IconDirection({ size, color, ...props }: IIconProps): JSX.Element;
345
+ export declare function IconChevronLeft({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
346
346
 
347
- export declare function IconDown({ size, color, ...props }: IIconProps): JSX.Element;
347
+ export declare function IconChevronLeftDouble({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
348
348
 
349
- export declare function IconDragMenu({ size, color, ...props }: IIconProps): JSX.Element;
349
+ export declare function IconChevronRight({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
350
350
 
351
- export declare function IconEdit({ size, color, ...props }: IIconProps): JSX.Element;
351
+ export declare function IconChevronRightDouble({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
352
352
 
353
- export declare function IconExport({ size, color, filled: _filled, ...props }: IIconProps): JSX.Element;
353
+ export declare function IconChevronUp({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
354
354
 
355
- export declare function IconFilter({ size, color, ...props }: IIconProps): JSX.Element;
355
+ export declare function IconChevronUpDown({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
356
356
 
357
- export declare function IconHeart({ size, color, filled, ...props }: IIconProps): JSX.Element;
357
+ export declare function IconClock({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
358
358
 
359
- export declare function IconHelp({ size, color, filled: _filled, ...props }: IIconProps): JSX.Element;
359
+ export declare function IconCoffee({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
360
360
 
361
- export declare function IconHome({ size, color, ...props }: IIconProps): JSX.Element;
361
+ export declare function IconCopy({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
362
362
 
363
- export declare function IconInfoCircle({ size, color, ...props }: IIconProps): JSX.Element;
363
+ export declare function IconCreditCard({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
364
364
 
365
- export declare function IconKebap({ size, color, ...props }: IIconProps): JSX.Element;
365
+ export declare function IconDev({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
366
366
 
367
- export declare function IconLike({ size, color, ...props }: IIconProps): JSX.Element;
367
+ export declare function IconDirection({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
368
368
 
369
- export declare function IconLink({ size, color, ...props }: IIconProps): JSX.Element;
369
+ export declare function IconDragMenu({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
370
370
 
371
- export declare function IconListMenu({ size, color, ...props }: IIconProps): JSX.Element;
371
+ export declare function IconEdit({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
372
372
 
373
- export declare function IconLocation({ size, color, filled: _filled, ...props }: IIconProps): JSX.Element;
373
+ export declare function IconEditNote({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
374
374
 
375
- export declare function IconLocationTarget({ size, color, ...props }: IIconProps): JSX.Element;
375
+ export declare function IconExport({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
376
376
 
377
- export declare function IconMap({ size, color, ...props }: IIconProps): JSX.Element;
377
+ export declare function IconExternalLink({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
378
378
 
379
- export declare function IconMapMarker({ size, color, filled, ...props }: IIconProps): JSX.Element;
379
+ export declare function IconFilter({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
380
380
 
381
- export declare function IconMenu({ size, color, ...props }: IIconProps): JSX.Element;
381
+ export declare function IconGift({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
382
382
 
383
- export declare function IconMetaBall({ size, color, filled: _filled, ...props }: IIconProps): JSX.Element;
383
+ export declare function IconGrid({ size, color, variant, ...props }: IIconProps): JSX.Element;
384
384
 
385
- export declare function IconMinus({ size, color, ...props }: IIconProps): JSX.Element;
385
+ export declare function IconHamburger({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
386
386
 
387
- export declare function IconMoney({ size, color, ...props }: IIconProps): JSX.Element;
387
+ export declare function IconHeart({ size, color, variant, ...props }: IIconProps): JSX.Element;
388
388
 
389
- export declare function IconNote({ size, color, ...props }: IIconProps): JSX.Element;
389
+ export declare function IconHelp({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
390
390
 
391
- export declare function IconNotification({ size, color, filled, ...props }: IIconProps): JSX.Element;
391
+ export declare function IconHome({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
392
392
 
393
- export declare function IconPhone({ size, color, ...props }: IIconProps): JSX.Element;
393
+ export declare function IconInfoCircle({ size, color, variant, ...props }: IIconProps): JSX.Element;
394
394
 
395
- export declare function IconPhoneCall({ size, color, ...props }: IIconProps): JSX.Element;
395
+ export declare function IconKebap({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
396
396
 
397
- export declare function IconPhoto({ size, color, ...props }: IIconProps): JSX.Element;
397
+ export declare function IconLike({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
398
398
 
399
- export declare function IconPlus({ size, color, ...props }: IIconProps): JSX.Element;
399
+ export declare function IconLink({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
400
400
 
401
- export declare function IconPlusCircle({ size, color, ...props }: IIconProps): JSX.Element;
401
+ export declare function IconList({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
402
402
 
403
- export declare function IconPopdeal({ size, color, ...props }: IIconProps): JSX.Element;
403
+ export declare function IconListBullet({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
404
404
 
405
- export declare function IconQuestionCircle({ size, color, ...props }: IIconProps): JSX.Element;
405
+ export declare function IconListNumber({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
406
406
 
407
- export declare function IconReport({ size, color, ...props }: IIconProps): JSX.Element;
407
+ export declare function IconLocation({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
408
408
 
409
- export declare function IconReset({ size, color, ...props }: IIconProps): JSX.Element;
409
+ export declare function IconMail({ size, color, variant: _variant, ...props }: IIconFilledOnlyProps): JSX.Element;
410
410
 
411
- export declare function IconSales({ size, color, ...props }: IIconProps): JSX.Element;
411
+ export declare function IconMap({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
412
412
 
413
- export declare function IconSearch({ size, color, ...props }: IIconProps): JSX.Element;
413
+ export declare function IconMapMarker({ size, color, variant, ...props }: IIconProps): JSX.Element;
414
414
 
415
- export declare function IconSetting({ size, color, ...props }: IIconProps): JSX.Element;
415
+ export declare function IconMeatBall({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
416
416
 
417
- export declare function IconShare({ size, color, filled, ...props }: IIconProps): JSX.Element;
417
+ export declare function IconMenu({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
418
418
 
419
- export declare function IconSort({ size, color, ...props }: IIconProps): JSX.Element;
419
+ export declare function IconMessage({ size, color, variant, ...props }: IIconProps): JSX.Element;
420
420
 
421
- export declare function IconSound({ size, color, filled, ...props }: IIconProps): JSX.Element;
421
+ export declare function IconMinus({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
422
422
 
423
- export declare function IconStar({ size, color, filled, ...props }: IIconProps): JSX.Element;
423
+ export declare function IconMoneyCircle({ size, color, variant, ...props }: IIconProps): JSX.Element;
424
424
 
425
- export declare function IconStore({ size, color, ...props }: IIconProps): JSX.Element;
425
+ export declare function IconNote({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
426
426
 
427
- export declare function IconTicket({ size, color, ...props }: IIconProps): JSX.Element;
427
+ export declare function IconNotification({ size, color, variant, ...props }: IIconProps): JSX.Element;
428
428
 
429
- export declare function IconTrash({ size, color, ...props }: IIconProps): JSX.Element;
429
+ export declare function IconPercentBadge({ size, color, variant: _variant, ...props }: IIconFilledOnlyProps): JSX.Element;
430
430
 
431
- export declare function IconUp({ size, color, ...props }: IIconProps): JSX.Element;
431
+ export declare function IconPhoneClock({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
432
432
 
433
- export declare function IconUser({ size, color, filled, ...props }: IIconProps): JSX.Element;
433
+ export declare function IconPhoto({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
434
434
 
435
- export declare function IconWarning({ size, color, ...props }: IIconProps): JSX.Element;
435
+ export declare function IconPlayCircle({ size, color, variant, ...props }: IIconProps): JSX.Element;
436
436
 
437
- export declare function IconWarningCircle({ size, color, ...props }: IIconProps): JSX.Element;
437
+ export declare function IconPlus({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
438
438
 
439
- export declare interface IIconProps extends SVGProps<SVGSVGElement> {
439
+ export declare function IconPlusCircle({ size, color, variant, ...props }: IIconProps): JSX.Element;
440
+
441
+ export declare function IconPopcorn({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
442
+
443
+ export declare function IconPopdeal({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
444
+
445
+ export declare function IconPoppass({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
446
+
447
+ export declare function IconPrinter({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
448
+
449
+ export declare function IconQuestion({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
450
+
451
+ export declare function IconQuestionCircle({ size, color, variant, ...props }: IIconProps): JSX.Element;
452
+
453
+ export declare function IconQuote({ size, color, variant, ...props }: IIconProps): JSX.Element;
454
+
455
+ export declare function IconRefresh({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
456
+
457
+ export declare function IconReset({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
458
+
459
+ export declare function IconRestaurant({ size, color, variant, ...props }: IIconProps): JSX.Element;
460
+
461
+ export declare function IconSearch({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
462
+
463
+ export declare function IconSetting({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
464
+
465
+ export declare function IconShare({ size, color, variant, ...props }: IIconProps): JSX.Element;
466
+
467
+ export declare function IconShoppingBagCheck({ size, color, variant, ...props }: IIconProps): JSX.Element;
468
+
469
+ export declare function IconSiren({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
470
+
471
+ export declare function IconSirenImportant({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
472
+
473
+ export declare function IconSmartphone({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
474
+
475
+ export declare function IconSound({ size, color, variant, ...props }: IIconProps): JSX.Element;
476
+
477
+ export declare function IconStar({ size, color, variant, ...props }: IIconProps): JSX.Element;
478
+
479
+ export declare function IconStore({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
480
+
481
+ export declare function IconSwapHorizontal({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
482
+
483
+ export declare function IconSwapVertical({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
484
+
485
+ export declare function IconText({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
486
+
487
+ export declare function IconTicket({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
488
+
489
+ export declare function IconTicketPlay({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
490
+
491
+ export declare function IconTrash({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
492
+
493
+ export declare function IconUser({ size, color, variant, ...props }: IIconProps): JSX.Element;
494
+
495
+ export declare function IconVisibility({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
496
+
497
+ export declare function IconWarningCircle({ size, color, variant, ...props }: IIconProps): JSX.Element;
498
+
499
+ export declare function IconWarningTriangle({ size, color, variant, ...props }: IIconProps): JSX.Element;
500
+
501
+ export declare function IconX({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): JSX.Element;
502
+
503
+ export declare function IconXCircle({ size, color, variant, ...props }: IIconProps): JSX.Element;
504
+
505
+ declare interface IIconBaseProps extends SVGProps<SVGSVGElement> {
440
506
  size?: number;
441
507
  color?: string;
442
- filled?: boolean;
443
508
  }
444
509
 
510
+ declare interface IIconFilledOnlyProps extends IIconBaseProps {
511
+ variant?: 'filled';
512
+ }
513
+
514
+ declare interface IIconLineOnlyProps extends IIconBaseProps {
515
+ variant?: 'line';
516
+ }
517
+
518
+ export declare interface IIconProps extends IIconBaseProps {
519
+ variant?: 'line' | 'filled';
520
+ }
521
+
522
+ export declare interface IIllustrationProps extends SVGProps<SVGSVGElement> {
523
+ size?: number;
524
+ }
525
+
526
+ export declare function IllustrationAge12({ size, ...props }: IIllustrationProps): JSX.Element;
527
+
528
+ export declare function IllustrationAge15({ size, ...props }: IIllustrationProps): JSX.Element;
529
+
530
+ export declare function IllustrationAge19({ size, ...props }: IIllustrationProps): JSX.Element;
531
+
532
+ export declare function IllustrationAgeAll({ size, ...props }: IIllustrationProps): JSX.Element;
533
+
534
+ export declare function IllustrationAlarm({ size, ...props }: IIllustrationProps): JSX.Element;
535
+
536
+ export declare function IllustrationBell({ size, ...props }: IIllustrationProps): JSX.Element;
537
+
538
+ export declare function IllustrationCalendar({ size, ...props }: IIllustrationProps): JSX.Element;
539
+
540
+ export declare function IllustrationChat({ size, ...props }: IIllustrationProps): JSX.Element;
541
+
542
+ export declare function IllustrationClapperboard({ size, ...props }: IIllustrationProps): JSX.Element;
543
+
544
+ export declare function IllustrationCreditcard({ size, ...props }: IIllustrationProps): JSX.Element;
545
+
546
+ export declare function IllustrationDiscountcoupon({ size, ...props }: IIllustrationProps): JSX.Element;
547
+
548
+ export declare function IllustrationDiscounttagMint({ size, ...props }: IIllustrationProps): JSX.Element;
549
+
550
+ export declare function IllustrationDiscounttagPurple({ size, ...props }: IIllustrationProps): JSX.Element;
551
+
552
+ export declare function IllustrationDiscounttagRed({ size, ...props }: IIllustrationProps): JSX.Element;
553
+
554
+ export declare function IllustrationExel({ size, ...props }: IIllustrationProps): JSX.Element;
555
+
556
+ export declare function IllustrationFolder({ size, ...props }: IIllustrationProps): JSX.Element;
557
+
558
+ export declare function IllustrationLink({ size, ...props }: IIllustrationProps): JSX.Element;
559
+
560
+ export declare function IllustrationMappinMint({ size, ...props }: IIllustrationProps): JSX.Element;
561
+
562
+ export declare function IllustrationMappinRed({ size, ...props }: IIllustrationProps): JSX.Element;
563
+
564
+ export declare function IllustrationMegaphone({ size, ...props }: IIllustrationProps): JSX.Element;
565
+
566
+ export declare function IllustrationMoneybag({ size, ...props }: IIllustrationProps): JSX.Element;
567
+
568
+ export declare function IllustrationPopcorn({ size, ...props }: IIllustrationProps): JSX.Element;
569
+
570
+ export declare function IllustrationShop({ size, ...props }: IIllustrationProps): JSX.Element;
571
+
572
+ export declare function IllustrationShoppingbag({ size, ...props }: IIllustrationProps): JSX.Element;
573
+
574
+ export declare function IllustrationSoda({ size, ...props }: IIllustrationProps): JSX.Element;
575
+
576
+ export declare function IllustrationVendingmachine({ size, ...props }: IIllustrationProps): JSX.Element;
577
+
445
578
  export declare const SemanticColorBgDisabled = "#b0b0b0";
446
579
 
447
580
  export declare const SemanticColorBgWhite = "#ffffff";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pop-ui/foundation",
3
3
  "type": "module",
4
- "version": "0.0.33",
4
+ "version": "0.0.36-test.1",
5
5
  "main": "./dist/foundation.umd.cjs",
6
6
  "module": "./dist/foundation.js",
7
7
  "types": "./dist/types/index.d.ts",
@@ -59,5 +59,5 @@
59
59
  "vite": "^7.1.12",
60
60
  "vite-plugin-dts": "^4.5.4"
61
61
  },
62
- "gitHead": "6025da040aea8c1152f2ccf33b0d1a4db25c04f5"
63
- }
62
+ "gitHead": "9a120a33dbe9dfaffabb94219c301d5834968fae"
63
+ }
package/LICENSE.md DELETED
@@ -1,21 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2025 (주)텐핑거스
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.