mis-crystal-design-system 18.1.5 → 18.1.6-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.
Files changed (36) hide show
  1. package/dynamic-form/dynamic-form.component.d.ts +15 -0
  2. package/esm2022/dynamic-form/dynamic-form.component.mjs +193 -78
  3. package/esm2022/slider/slider.component.mjs +2 -2
  4. package/esm2022/table/table.component.mjs +2 -2
  5. package/esm2022/timepicker/timepicker.component.mjs +16 -10
  6. package/esm2022/timerangepicker/timerangepicker.component.mjs +8 -6
  7. package/fesm2022/mis-crystal-design-system-dynamic-form.mjs +192 -77
  8. package/fesm2022/mis-crystal-design-system-dynamic-form.mjs.map +1 -1
  9. package/fesm2022/mis-crystal-design-system-slider.mjs +2 -2
  10. package/fesm2022/mis-crystal-design-system-slider.mjs.map +1 -1
  11. package/fesm2022/mis-crystal-design-system-table.mjs +2 -2
  12. package/fesm2022/mis-crystal-design-system-table.mjs.map +1 -1
  13. package/fesm2022/mis-crystal-design-system-timepicker.mjs +15 -9
  14. package/fesm2022/mis-crystal-design-system-timepicker.mjs.map +1 -1
  15. package/fesm2022/mis-crystal-design-system-timerangepicker.mjs +7 -5
  16. package/fesm2022/mis-crystal-design-system-timerangepicker.mjs.map +1 -1
  17. package/package.json +17 -17
  18. package/timepicker/timepicker.component.d.ts +3 -1
  19. package/timerangepicker/timerangepicker.component.d.ts +3 -1
  20. package/button/button.directive.scss +0 -71
  21. package/drawer/drawer.scss +0 -20
  22. package/input/mis-input.component.scss +0 -187
  23. package/modal/modal.scss +0 -9
  24. package/styles/fonts/icomoon.eot +0 -0
  25. package/styles/fonts/icomoon.svg +0 -315
  26. package/styles/fonts/icomoon.ttf +0 -0
  27. package/styles/fonts/icomoon.woff +0 -0
  28. package/styles/mis-borders-backgrounds.scss +0 -764
  29. package/styles/mis-color-constants.scss +0 -353
  30. package/styles/mis-flex.scss +0 -321
  31. package/styles/mis-fonts.scss +0 -124
  32. package/styles/mis-icons.scss +0 -1054
  33. package/styles/mis-mixins.scss +0 -46
  34. package/styles/mis-old-icon-styles.scss +0 -498
  35. package/styles/mis-spacing-sizing.scss +0 -2590
  36. package/styles/mis-typography.scss +0 -462
@@ -1,124 +0,0 @@
1
- .h1 {
2
- font-size: 40px;
3
- font-weight: 400;
4
- letter-spacing: 0px;
5
- line-height: 48px;
6
- }
7
- .h2 {
8
- font-size: 32px;
9
- font-weight: 400;
10
- letter-spacing: 0px;
11
- line-height: 40px;
12
- }
13
- .h3 {
14
- font-size: 28px;
15
- font-weight: 400;
16
- letter-spacing: 0px;
17
- line-height: 36px;
18
- }
19
- .h4 {
20
- font-size: 24px;
21
- font-weight: 400;
22
- letter-spacing: 0px;
23
- line-height: 32px;
24
- }
25
- .h5-b {
26
- font-size: 20px;
27
- font-weight: 700;
28
- letter-spacing: 0.25px;
29
- line-height: 28px;
30
- }
31
- .h5 {
32
- font-size: 20px;
33
- font-weight: 400;
34
- letter-spacing: 0.15px;
35
- line-height: 28px;
36
- }
37
- .h6-b{
38
- font-size: 16px;
39
- font-weight: 700;
40
- letter-spacing: 0px;
41
- line-height: 24px;
42
- }
43
- .h6{
44
- font-size: 16px;
45
- font-weight: 400;
46
- letter-spacing: 0px;
47
- line-height: 24px;
48
- }
49
- .p {
50
- font-size: 16px;
51
- font-weight: 400;
52
- letter-spacing: 0px;
53
- line-height: 180%;
54
- }
55
- .h7-b {
56
- font-size: 14px;
57
- font-weight: 700;
58
- letter-spacing: 0.25px;
59
- line-height: 20px;
60
- }
61
- .h7 {
62
- font-size: 14px;
63
- font-weight: 400;
64
- letter-spacing: 0.2px;
65
- line-height: 20px;
66
- }
67
-
68
- .h8-b {
69
- font-size: 12px;
70
- font-weight: 700;
71
- letter-spacing: 0.25px;
72
- line-height: 18px;
73
- }
74
- .h8 {
75
- font-size: 12px;
76
- font-weight: 400;
77
- letter-spacing: 0.2px;
78
- line-height: 18px;
79
- }
80
- .h9 {
81
- font-size: 10px;
82
- font-weight: 400;
83
- letter-spacing: 0px;
84
- line-height: 15px;
85
- }
86
-
87
- //button fonts ------------------------------------------------------------------
88
-
89
- .btn-lg-b {
90
- font-size: 16px;
91
- font-weight: 700;
92
- letter-spacing: 0.5px;
93
- line-height: 24px;
94
- }
95
- .btn-lg {
96
- font-size: 16px;
97
- font-weight: 400;
98
- letter-spacing: 0.2px;
99
- line-height: 24px;
100
- }
101
- .btn-sm {
102
- font-size: 14px;
103
- font-weight: 400;
104
- letter-spacing: 0.25px;
105
- line-height: 20px;
106
- }
107
- .btn-link {
108
- font-size: 16px;
109
- font-weight: 400;
110
- letter-spacing: 0px;
111
- line-height: 24px;
112
- }
113
- .display-1 {
114
- font-size: 48px;
115
- font-weight: 400;
116
- letter-spacing: 0px;
117
- line-height: 56px;
118
- }
119
- .display-2 {
120
- font-size: 14px;
121
- font-weight: 400;
122
- letter-spacing: 0.5px;
123
- line-height: 20px;
124
- }