1mpacto-react-ui 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/dist/assets/_typography.scss +72 -0
  2. package/dist/assets/core.css +1 -1
  3. package/dist/assets/fontfamily.css +1 -1
  4. package/dist/assets/style.css +1 -1
  5. package/dist/assets/typography.css +36 -0
  6. package/dist/index.cjs +74 -103
  7. package/dist/index.cjs.map +1 -1
  8. package/dist/index.mjs +9717 -10315
  9. package/dist/index.mjs.map +1 -1
  10. package/dist/package.json.d.ts +6 -5
  11. package/dist/src/components/ButtonPopover/ButtonPopover.stories.d.ts +18 -0
  12. package/dist/src/components/Calendar/Calendar.stories.d.ts +15 -0
  13. package/dist/src/components/Chart/LineChart.stories.d.ts +19 -0
  14. package/dist/src/components/Collapse/Collapse.stories.d.ts +19 -0
  15. package/dist/src/components/Colors/Colors.stories.d.ts +14 -0
  16. package/dist/src/components/DatePicker/FilterDate.stories.d.ts +19 -0
  17. package/dist/src/components/DatePicker/MonthYearPicker.stories.d.ts +19 -0
  18. package/dist/src/components/ErrorMessage/ErrorMessage.stories.d.ts +18 -0
  19. package/dist/src/components/Input/InputFloatingInner.stories.d.ts +0 -6
  20. package/dist/src/components/Input/InputNative.stories.d.ts +32 -0
  21. package/dist/src/components/Input/InputReguler.stories.d.ts +0 -6
  22. package/dist/src/components/Modal/ModalDialog.stories.d.ts +19 -0
  23. package/dist/src/components/SelectDropdownContainer/SelectDropdownContainer.stories.d.ts +350 -2
  24. package/dist/src/components/Sidebar/Sidebar.stories.d.ts +174 -3
  25. package/dist/src/components/Step/Step.stories.d.ts +15 -0
  26. package/dist/src/components/Step/StepIndicator.stories.d.ts +14 -0
  27. package/dist/src/components/Table/Table.stories.d.ts +248 -2
  28. package/dist/src/components/Tabs/Tabs.stories.d.ts +15 -0
  29. package/dist/src/components/TextEditor/TextEditor.stories.d.ts +89 -0
  30. package/dist/src/components/Timeline/Timeline.stories.d.ts +17 -0
  31. package/dist/src/components/Tooltip/Tooltip.stories.d.ts +14 -0
  32. package/dist/src/components/TruncateComponent/TruncateComponent.stories.d.ts +15 -0
  33. package/dist/src/components/Typography/Typography.stories.d.ts +14 -0
  34. package/dist/src/components/Upload/UploadImage.stories.d.ts +14 -0
  35. package/dist/src/components/Virtualization/ListVirtualization.stories.d.ts +16 -0
  36. package/dist/src/components/Virtualization/TableVirtualization.stories.d.ts +16 -0
  37. package/dist/src/interfaces/components/Badges/index.d.ts +1 -1
  38. package/dist/src/interfaces/components/Popover/index.d.ts +1 -1
  39. package/package.json +6 -5
@@ -59,12 +59,48 @@
59
59
  --text-payhere-body-esm: 12px;
60
60
  --text-payhere-body-esm--line-height: 20px;
61
61
  --text-payhere-body-esm--font-weight: 500;
62
+ --text-laba-title-lb: 36px;
63
+ --text-laba-title-lb--line-height: 44px;
64
+ --text-laba-title-lb--font-weight: 700;
65
+ --text-laba-title-ls: 36px;
66
+ --text-laba-title-ls--line-height: 44px;
67
+ --text-laba-title-ls--font-weight: 600;
68
+ --text-laba-title-lr: 36px;
69
+ --text-laba-title-lr--line-height: 44px;
70
+ --text-laba-title-lr--font-weight: 400;
71
+ --text-laba-title-mb: 32px;
72
+ --text-laba-title-mb--line-height: 40px;
73
+ --text-laba-title-mb--font-weight: 700;
74
+ --text-laba-title-ms: 32px;
75
+ --text-laba-title-ms--line-height: 40px;
76
+ --text-laba-title-ms--font-weight: 600;
77
+ --text-laba-title-mr: 32px;
78
+ --text-laba-title-mr--line-height: 40px;
79
+ --text-laba-title-mr--font-weight: 400;
62
80
  --text-laba-h1: 24px;
63
81
  --text-laba-h1--line-height: 30px;
64
82
  --text-laba-h1--font-weight: 700;
83
+ --text-laba-h1-b: 24px;
84
+ --text-laba-h1-b--line-height: 30px;
85
+ --text-laba-h1-b--font-weight: 700;
86
+ --text-laba-h1-sb: 24px;
87
+ --text-laba-h1-sb--line-height: 30px;
88
+ --text-laba-h1-sb--font-weight: 600;
89
+ --text-laba-h1-r: 24px;
90
+ --text-laba-h1-r--line-height: 30px;
91
+ --text-laba-h1-r--font-weight: 400;
65
92
  --text-laba-h2: 18px;
66
93
  --text-laba-h2--line-height: 26px;
67
94
  --text-laba-h2--font-weight: 700;
95
+ --text-laba-h2-b: 18px;
96
+ --text-laba-h2-b--line-height: 26px;
97
+ --text-laba-h2-b--font-weight: 700;
98
+ --text-laba-h2-sb: 18px;
99
+ --text-laba-h2-sb--line-height: 26px;
100
+ --text-laba-h2-sb--font-weight: 600;
101
+ --text-laba-h2-r: 18px;
102
+ --text-laba-h2-r--line-height: 26px;
103
+ --text-laba-h2-r--font-weight: 400;
68
104
  --text-laba-base-rb: 16px;
69
105
  --text-laba-base-rb--line-height: 24px;
70
106
  --text-laba-base-rb--font-weight: 700;