1mpacto-react-ui 0.1.7 → 0.1.9

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 (112) hide show
  1. package/dist/assets/_colors.scss +40 -0
  2. package/dist/assets/_mixins.scss +17 -17
  3. package/dist/assets/_typography.scss +230 -0
  4. package/dist/assets/colors.css +20 -0
  5. package/dist/assets/core.css +1 -1
  6. package/dist/assets/fontfamily.css +1 -1
  7. package/dist/assets/icons/arrow-narrow-down.svg +3 -3
  8. package/dist/assets/style.css +1 -1
  9. package/dist/index.cjs +111 -110
  10. package/dist/index.cjs.map +1 -1
  11. package/dist/index.mjs +9911 -9343
  12. package/dist/index.mjs.map +1 -1
  13. package/dist/package.json.d.ts +131 -131
  14. package/dist/src/components/Breadcrumbs/Breadcrumbs.d.ts +1 -1
  15. package/dist/src/components/Breadcrumbs/Breadcrumbs.stories.d.ts +1 -1
  16. package/dist/src/components/SelectDropdownContainer/styleConfig.d.ts +2 -1
  17. package/dist/src/components/Table/Table.d.ts +1 -1
  18. package/dist/src/components/Table/Table.stories.d.ts +1 -1
  19. package/dist/src/components/Table/TableSubMobile.d.ts +4 -0
  20. package/dist/src/components/index.d.ts +8 -6
  21. package/dist/src/config/tailwind/index.d.ts +2 -1
  22. package/dist/src/config/tailwind/nativeScreen.d.ts +3 -0
  23. package/dist/src/interfaces/components/Breadcrumbs/index.d.ts +3 -0
  24. package/dist/src/interfaces/components/Button/index.d.ts +1 -1
  25. package/dist/src/interfaces/components/Calendar/index.d.ts +1 -1
  26. package/dist/src/interfaces/components/Sidebar/index.d.ts +2 -1
  27. package/dist/src/interfaces/components/Table/index.d.ts +27 -5
  28. package/dist/src/utils/common.d.ts +4 -4
  29. package/dist/tinymce/CHANGELOG.md +3785 -3785
  30. package/dist/tinymce/js/tinymce/langs/README.md +3 -3
  31. package/dist/tinymce/js/tinymce/license.md +6 -6
  32. package/dist/tinymce/js/tinymce/notices.txt +21 -21
  33. package/dist/tinymce/js/tinymce/plugins/codesample/plugin.min.js +8 -8
  34. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ar.js +92 -92
  35. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/bg_BG.js +92 -92
  36. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ca.js +92 -92
  37. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/cs.js +92 -92
  38. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/da.js +92 -92
  39. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/de.js +92 -92
  40. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/el.js +92 -92
  41. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/en.js +92 -92
  42. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/es.js +92 -92
  43. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/eu.js +92 -92
  44. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/fa.js +92 -92
  45. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/fi.js +92 -92
  46. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/fr_FR.js +92 -92
  47. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/he_IL.js +92 -92
  48. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/hi.js +92 -92
  49. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/hr.js +92 -92
  50. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/hu_HU.js +92 -92
  51. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/id.js +92 -92
  52. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/it.js +92 -92
  53. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ja.js +92 -92
  54. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/kk.js +92 -92
  55. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ko_KR.js +92 -92
  56. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ms.js +92 -92
  57. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/nb_NO.js +92 -92
  58. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/nl.js +92 -92
  59. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/pl.js +92 -92
  60. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/pt_BR.js +92 -92
  61. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/pt_PT.js +92 -92
  62. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ro.js +92 -92
  63. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/ru.js +92 -92
  64. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/sk.js +92 -92
  65. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/sl_SI.js +92 -92
  66. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/sv_SE.js +92 -92
  67. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/th_TH.js +92 -92
  68. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/tr.js +92 -92
  69. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/uk.js +92 -92
  70. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/vi.js +92 -92
  71. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/zh_CN.js +86 -86
  72. package/dist/tinymce/js/tinymce/plugins/help/js/i18n/keynav/zh_TW.js +92 -92
  73. package/dist/tinymce/js/tinymce/skins/content/dark/content.js +9 -9
  74. package/dist/tinymce/js/tinymce/skins/content/dark/content.min.css +10 -10
  75. package/dist/tinymce/js/tinymce/skins/content/default/content.js +9 -9
  76. package/dist/tinymce/js/tinymce/skins/content/default/content.min.css +10 -10
  77. package/dist/tinymce/js/tinymce/skins/content/document/content.js +9 -9
  78. package/dist/tinymce/js/tinymce/skins/content/document/content.min.css +10 -10
  79. package/dist/tinymce/js/tinymce/skins/content/tinymce-5/content.js +9 -9
  80. package/dist/tinymce/js/tinymce/skins/content/tinymce-5/content.min.css +10 -10
  81. package/dist/tinymce/js/tinymce/skins/content/tinymce-5-dark/content.js +9 -9
  82. package/dist/tinymce/js/tinymce/skins/content/tinymce-5-dark/content.min.css +10 -10
  83. package/dist/tinymce/js/tinymce/skins/content/writer/content.js +9 -9
  84. package/dist/tinymce/js/tinymce/skins/content/writer/content.min.css +10 -10
  85. package/dist/tinymce/js/tinymce/skins/ui/oxide/content.inline.js +9 -9
  86. package/dist/tinymce/js/tinymce/skins/ui/oxide/content.inline.min.css +10 -10
  87. package/dist/tinymce/js/tinymce/skins/ui/oxide/content.js +9 -9
  88. package/dist/tinymce/js/tinymce/skins/ui/oxide/content.min.css +10 -10
  89. package/dist/tinymce/js/tinymce/skins/ui/oxide/skin.min.css +1 -1
  90. package/dist/tinymce/js/tinymce/skins/ui/oxide/skin.shadowdom.min.css +1 -1
  91. package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/content.inline.js +9 -9
  92. package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/content.inline.min.css +10 -10
  93. package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/content.js +9 -9
  94. package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/content.min.css +10 -10
  95. package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/skin.min.css +1 -1
  96. package/dist/tinymce/js/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +1 -1
  97. package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/content.inline.js +9 -9
  98. package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/content.inline.min.css +10 -10
  99. package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/content.js +9 -9
  100. package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/content.min.css +10 -10
  101. package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/skin.min.css +1 -1
  102. package/dist/tinymce/js/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css +1 -1
  103. package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/content.inline.js +9 -9
  104. package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css +10 -10
  105. package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/content.js +9 -9
  106. package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/content.min.css +10 -10
  107. package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/skin.min.css +1 -1
  108. package/dist/tinymce/js/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +1 -1
  109. package/dist/tinymce/js/tinymce/tinymce.d.ts +3350 -3350
  110. package/dist/tinymce/js/tinymce/tinymce.min.js +10 -10
  111. package/dist/types-external/table.d.ts +15 -12
  112. package/package.json +131 -131
@@ -240,6 +240,26 @@ $laba-red-06: #FB004E;
240
240
  $laba-red-05: #FF5378;
241
241
  $laba-red-02: #FFAEBF;
242
242
  $laba-red-01: #FFEBEF;
243
+ $lpd-primary-50: #CEDBFE;
244
+ $lpd-primary-100: #B6CAFE;
245
+ $lpd-primary-200: #9DB8FE;
246
+ $lpd-primary-300: #6C94FD;
247
+ $lpd-primary-400: #3B71FD;
248
+ $lpd-primary-500: #0A4DFC;
249
+ $lpd-primary-600: #083ECA;
250
+ $lpd-primary-700: #062E97;
251
+ $lpd-primary-800: #041F65;
252
+ $lpd-primary-900: #03174C;
253
+ $lpd-secondary-50: #FEF5CE;
254
+ $lpd-secondary-100: #FEEFB5;
255
+ $lpd-secondary-200: #FDEA9D;
256
+ $lpd-secondary-300: #FDE06B;
257
+ $lpd-secondary-400: #FCD53A;
258
+ $lpd-secondary-500: #FBCB09;
259
+ $lpd-secondary-600: #C9A207;
260
+ $lpd-secondary-700: #977A05;
261
+ $lpd-secondary-800: #645104;
262
+ $lpd-secondary-900: #4B3D03;
243
263
 
244
264
  $color-map:(
245
265
  "transparent": transparent,
@@ -484,4 +504,24 @@ $color-map:(
484
504
  "laba-red-05": #FF5378,
485
505
  "laba-red-02": #FFAEBF,
486
506
  "laba-red-01": #FFEBEF,
507
+ "lpd-primary-50": #CEDBFE,
508
+ "lpd-primary-100": #B6CAFE,
509
+ "lpd-primary-200": #9DB8FE,
510
+ "lpd-primary-300": #6C94FD,
511
+ "lpd-primary-400": #3B71FD,
512
+ "lpd-primary-500": #0A4DFC,
513
+ "lpd-primary-600": #083ECA,
514
+ "lpd-primary-700": #062E97,
515
+ "lpd-primary-800": #041F65,
516
+ "lpd-primary-900": #03174C,
517
+ "lpd-secondary-50": #FEF5CE,
518
+ "lpd-secondary-100": #FEEFB5,
519
+ "lpd-secondary-200": #FDEA9D,
520
+ "lpd-secondary-300": #FDE06B,
521
+ "lpd-secondary-400": #FCD53A,
522
+ "lpd-secondary-500": #FBCB09,
523
+ "lpd-secondary-600": #C9A207,
524
+ "lpd-secondary-700": #977A05,
525
+ "lpd-secondary-800": #645104,
526
+ "lpd-secondary-900": #4B3D03,
487
527
  );
@@ -1,17 +1,17 @@
1
- @use 'sass:map';
2
-
3
- @mixin ring($width: 1px, $color: 'transparent', $inset: 0, $important: 0) {
4
- $ring-style: 0 0 0 $width $color;
5
- $shadow: if($inset == 1, inset $ring-style, $ring-style);
6
-
7
- box-shadow: if($important == 1, $shadow !important , $shadow);
8
- }
9
-
10
- @function getColor($color-map, $color) {
11
- @if map.has-key($color-map, $color) {
12
- @return map.get($color-map, $color);
13
- }
14
-
15
- @return $color;
16
- }
17
-
1
+ @use 'sass:map';
2
+
3
+ @mixin ring($width: 1px, $color: 'transparent', $inset: 0, $important: 0) {
4
+ $ring-style: 0 0 0 $width $color;
5
+ $shadow: if($inset == 1, inset $ring-style, $ring-style);
6
+
7
+ box-shadow: if($important == 1, $shadow !important , $shadow);
8
+ }
9
+
10
+ @function getColor($color-map, $color) {
11
+ @if map.has-key($color-map, $color) {
12
+ @return map.get($color-map, $color);
13
+ }
14
+
15
+ @return $color;
16
+ }
17
+
@@ -3,273 +3,503 @@
3
3
  line-height: 72px;
4
4
  font-weight: 700;
5
5
  }
6
+ @mixin text-payhere-h1() {
7
+ font-size: 60px;
8
+ line-height: 72px;
9
+ font-weight: 700;
10
+ }
6
11
 
7
12
  .text-payhere-h2 {
8
13
  font-size: 48px;
9
14
  line-height: 58px;
10
15
  font-weight: 700;
11
16
  }
17
+ @mixin text-payhere-h2() {
18
+ font-size: 48px;
19
+ line-height: 58px;
20
+ font-weight: 700;
21
+ }
12
22
 
13
23
  .text-payhere-h3 {
14
24
  font-size: 40px;
15
25
  line-height: 48px;
16
26
  font-weight: 700;
17
27
  }
28
+ @mixin text-payhere-h3() {
29
+ font-size: 40px;
30
+ line-height: 48px;
31
+ font-weight: 700;
32
+ }
18
33
 
19
34
  .text-payhere-h4 {
20
35
  font-size: 30px;
21
36
  line-height: 38px;
22
37
  font-weight: 700;
23
38
  }
39
+ @mixin text-payhere-h4() {
40
+ font-size: 30px;
41
+ line-height: 38px;
42
+ font-weight: 700;
43
+ }
24
44
 
25
45
  .text-payhere-h5 {
26
46
  font-size: 28px;
27
47
  line-height: 40px;
28
48
  font-weight: 600;
29
49
  }
50
+ @mixin text-payhere-h5() {
51
+ font-size: 28px;
52
+ line-height: 40px;
53
+ font-weight: 600;
54
+ }
30
55
 
31
56
  .text-payhere-h6 {
32
57
  font-size: 24px;
33
58
  line-height: 30px;
34
59
  font-weight: 600;
35
60
  }
61
+ @mixin text-payhere-h6() {
62
+ font-size: 24px;
63
+ line-height: 30px;
64
+ font-weight: 600;
65
+ }
36
66
 
37
67
  .text-payhere-body-lr {
38
68
  font-size: 18px;
39
69
  line-height: 26px;
40
70
  font-weight: 400;
41
71
  }
72
+ @mixin text-payhere-body-lr() {
73
+ font-size: 18px;
74
+ line-height: 26px;
75
+ font-weight: 400;
76
+ }
42
77
 
43
78
  .text-payhere-body-lm {
44
79
  font-size: 18px;
45
80
  line-height: 26px;
46
81
  font-weight: 500;
47
82
  }
83
+ @mixin text-payhere-body-lm() {
84
+ font-size: 18px;
85
+ line-height: 26px;
86
+ font-weight: 500;
87
+ }
48
88
 
49
89
  .text-payhere-body-ls {
50
90
  font-size: 18px;
51
91
  line-height: 26px;
52
92
  font-weight: 600;
53
93
  }
94
+ @mixin text-payhere-body-ls() {
95
+ font-size: 18px;
96
+ line-height: 26px;
97
+ font-weight: 600;
98
+ }
54
99
 
55
100
  .text-payhere-body-lb {
56
101
  font-size: 18px;
57
102
  line-height: 26px;
58
103
  font-weight: 700;
59
104
  }
105
+ @mixin text-payhere-body-lb() {
106
+ font-size: 18px;
107
+ line-height: 26px;
108
+ font-weight: 700;
109
+ }
60
110
 
61
111
  .text-payhere-body-mr {
62
112
  font-size: 16px;
63
113
  line-height: 24px;
64
114
  font-weight: 400;
65
115
  }
116
+ @mixin text-payhere-body-mr() {
117
+ font-size: 16px;
118
+ line-height: 24px;
119
+ font-weight: 400;
120
+ }
66
121
 
67
122
  .text-payhere-body-mm {
68
123
  font-size: 16px;
69
124
  line-height: 24px;
70
125
  font-weight: 500;
71
126
  }
127
+ @mixin text-payhere-body-mm() {
128
+ font-size: 16px;
129
+ line-height: 24px;
130
+ font-weight: 500;
131
+ }
72
132
 
73
133
  .text-payhere-body-ms {
74
134
  font-size: 16px;
75
135
  line-height: 24px;
76
136
  font-weight: 600;
77
137
  }
138
+ @mixin text-payhere-body-ms() {
139
+ font-size: 16px;
140
+ line-height: 24px;
141
+ font-weight: 600;
142
+ }
78
143
 
79
144
  .text-payhere-body-mb {
80
145
  font-size: 16px;
81
146
  line-height: 24px;
82
147
  font-weight: 700;
83
148
  }
149
+ @mixin text-payhere-body-mb() {
150
+ font-size: 16px;
151
+ line-height: 24px;
152
+ font-weight: 700;
153
+ }
84
154
 
85
155
  .text-payhere-label-r {
86
156
  font-size: 15px;
87
157
  line-height: 26px;
88
158
  font-weight: 400;
89
159
  }
160
+ @mixin text-payhere-label-r() {
161
+ font-size: 15px;
162
+ line-height: 26px;
163
+ font-weight: 400;
164
+ }
90
165
 
91
166
  .text-payhere-label-m {
92
167
  font-size: 15px;
93
168
  line-height: 26px;
94
169
  font-weight: 500;
95
170
  }
171
+ @mixin text-payhere-label-m() {
172
+ font-size: 15px;
173
+ line-height: 26px;
174
+ font-weight: 500;
175
+ }
96
176
 
97
177
  .text-payhere-body-sr {
98
178
  font-size: 14px;
99
179
  line-height: 22px;
100
180
  font-weight: 400;
101
181
  }
182
+ @mixin text-payhere-body-sr() {
183
+ font-size: 14px;
184
+ line-height: 22px;
185
+ font-weight: 400;
186
+ }
102
187
 
103
188
  .text-payhere-body-sm {
104
189
  font-size: 14px;
105
190
  line-height: 22px;
106
191
  font-weight: 500;
107
192
  }
193
+ @mixin text-payhere-body-sm() {
194
+ font-size: 14px;
195
+ line-height: 22px;
196
+ font-weight: 500;
197
+ }
108
198
 
109
199
  .text-payhere-body-esr {
110
200
  font-size: 12px;
111
201
  line-height: 20px;
112
202
  font-weight: 400;
113
203
  }
204
+ @mixin text-payhere-body-esr() {
205
+ font-size: 12px;
206
+ line-height: 20px;
207
+ font-weight: 400;
208
+ }
114
209
 
115
210
  .text-payhere-body-esm {
116
211
  font-size: 12px;
117
212
  line-height: 20px;
118
213
  font-weight: 500;
119
214
  }
215
+ @mixin text-payhere-body-esm() {
216
+ font-size: 12px;
217
+ line-height: 20px;
218
+ font-weight: 500;
219
+ }
120
220
 
121
221
  .text-laba-title-lb {
122
222
  font-size: 36px;
123
223
  line-height: 44px;
124
224
  font-weight: 700;
125
225
  }
226
+ @mixin text-laba-title-lb() {
227
+ font-size: 36px;
228
+ line-height: 44px;
229
+ font-weight: 700;
230
+ }
126
231
 
127
232
  .text-laba-title-ls {
128
233
  font-size: 36px;
129
234
  line-height: 44px;
130
235
  font-weight: 600;
131
236
  }
237
+ @mixin text-laba-title-ls() {
238
+ font-size: 36px;
239
+ line-height: 44px;
240
+ font-weight: 600;
241
+ }
132
242
 
133
243
  .text-laba-title-lr {
134
244
  font-size: 36px;
135
245
  line-height: 44px;
136
246
  font-weight: 400;
137
247
  }
248
+ @mixin text-laba-title-lr() {
249
+ font-size: 36px;
250
+ line-height: 44px;
251
+ font-weight: 400;
252
+ }
138
253
 
139
254
  .text-laba-title-mb {
140
255
  font-size: 32px;
141
256
  line-height: 40px;
142
257
  font-weight: 700;
143
258
  }
259
+ @mixin text-laba-title-mb() {
260
+ font-size: 32px;
261
+ line-height: 40px;
262
+ font-weight: 700;
263
+ }
144
264
 
145
265
  .text-laba-title-ms {
146
266
  font-size: 32px;
147
267
  line-height: 40px;
148
268
  font-weight: 600;
149
269
  }
270
+ @mixin text-laba-title-ms() {
271
+ font-size: 32px;
272
+ line-height: 40px;
273
+ font-weight: 600;
274
+ }
150
275
 
151
276
  .text-laba-title-mr {
152
277
  font-size: 32px;
153
278
  line-height: 40px;
154
279
  font-weight: 400;
155
280
  }
281
+ @mixin text-laba-title-mr() {
282
+ font-size: 32px;
283
+ line-height: 40px;
284
+ font-weight: 400;
285
+ }
156
286
 
157
287
  .text-laba-h1 {
158
288
  font-size: 24px;
159
289
  line-height: 30px;
160
290
  font-weight: 700;
161
291
  }
292
+ @mixin text-laba-h1() {
293
+ font-size: 24px;
294
+ line-height: 30px;
295
+ font-weight: 700;
296
+ }
162
297
 
163
298
  .text-laba-h1-b {
164
299
  font-size: 24px;
165
300
  line-height: 30px;
166
301
  font-weight: 700;
167
302
  }
303
+ @mixin text-laba-h1-b() {
304
+ font-size: 24px;
305
+ line-height: 30px;
306
+ font-weight: 700;
307
+ }
168
308
 
169
309
  .text-laba-h1-sb {
170
310
  font-size: 24px;
171
311
  line-height: 30px;
172
312
  font-weight: 600;
173
313
  }
314
+ @mixin text-laba-h1-sb() {
315
+ font-size: 24px;
316
+ line-height: 30px;
317
+ font-weight: 600;
318
+ }
174
319
 
175
320
  .text-laba-h1-r {
176
321
  font-size: 24px;
177
322
  line-height: 30px;
178
323
  font-weight: 400;
179
324
  }
325
+ @mixin text-laba-h1-r() {
326
+ font-size: 24px;
327
+ line-height: 30px;
328
+ font-weight: 400;
329
+ }
180
330
 
181
331
  .text-laba-h2 {
182
332
  font-size: 18px;
183
333
  line-height: 26px;
184
334
  font-weight: 700;
185
335
  }
336
+ @mixin text-laba-h2() {
337
+ font-size: 18px;
338
+ line-height: 26px;
339
+ font-weight: 700;
340
+ }
186
341
 
187
342
  .text-laba-h2-b {
188
343
  font-size: 18px;
189
344
  line-height: 26px;
190
345
  font-weight: 700;
191
346
  }
347
+ @mixin text-laba-h2-b() {
348
+ font-size: 18px;
349
+ line-height: 26px;
350
+ font-weight: 700;
351
+ }
192
352
 
193
353
  .text-laba-h2-sb {
194
354
  font-size: 18px;
195
355
  line-height: 26px;
196
356
  font-weight: 600;
197
357
  }
358
+ @mixin text-laba-h2-sb() {
359
+ font-size: 18px;
360
+ line-height: 26px;
361
+ font-weight: 600;
362
+ }
198
363
 
199
364
  .text-laba-h2-r {
200
365
  font-size: 18px;
201
366
  line-height: 26px;
202
367
  font-weight: 400;
203
368
  }
369
+ @mixin text-laba-h2-r() {
370
+ font-size: 18px;
371
+ line-height: 26px;
372
+ font-weight: 400;
373
+ }
204
374
 
205
375
  .text-laba-base-rb {
206
376
  font-size: 16px;
207
377
  line-height: 24px;
208
378
  font-weight: 700;
209
379
  }
380
+ @mixin text-laba-base-rb() {
381
+ font-size: 16px;
382
+ line-height: 24px;
383
+ font-weight: 700;
384
+ }
210
385
 
211
386
  .text-laba-base-rs {
212
387
  font-size: 16px;
213
388
  line-height: 24px;
214
389
  font-weight: 600;
215
390
  }
391
+ @mixin text-laba-base-rs() {
392
+ font-size: 16px;
393
+ line-height: 24px;
394
+ font-weight: 600;
395
+ }
216
396
 
217
397
  .text-laba-base-rr {
218
398
  font-size: 16px;
219
399
  line-height: 24px;
220
400
  font-weight: 400;
221
401
  }
402
+ @mixin text-laba-base-rr() {
403
+ font-size: 16px;
404
+ line-height: 24px;
405
+ font-weight: 400;
406
+ }
222
407
 
223
408
  .text-laba-base-sb {
224
409
  font-size: 14px;
225
410
  line-height: 20px;
226
411
  font-weight: 700;
227
412
  }
413
+ @mixin text-laba-base-sb() {
414
+ font-size: 14px;
415
+ line-height: 20px;
416
+ font-weight: 700;
417
+ }
228
418
 
229
419
  .text-laba-base-ss {
230
420
  font-size: 14px;
231
421
  line-height: 20px;
232
422
  font-weight: 600;
233
423
  }
424
+ @mixin text-laba-base-ss() {
425
+ font-size: 14px;
426
+ line-height: 20px;
427
+ font-weight: 600;
428
+ }
234
429
 
235
430
  .text-laba-base-sr {
236
431
  font-size: 14px;
237
432
  line-height: 20px;
238
433
  font-weight: 400;
239
434
  }
435
+ @mixin text-laba-base-sr() {
436
+ font-size: 14px;
437
+ line-height: 20px;
438
+ font-weight: 400;
439
+ }
240
440
 
241
441
  .text-laba-subtitle-rb {
242
442
  font-size: 12px;
243
443
  line-height: 16px;
244
444
  font-weight: 700;
245
445
  }
446
+ @mixin text-laba-subtitle-rb() {
447
+ font-size: 12px;
448
+ line-height: 16px;
449
+ font-weight: 700;
450
+ }
246
451
 
247
452
  .text-laba-subtitle-rs {
248
453
  font-size: 12px;
249
454
  line-height: 16px;
250
455
  font-weight: 600;
251
456
  }
457
+ @mixin text-laba-subtitle-rs() {
458
+ font-size: 12px;
459
+ line-height: 16px;
460
+ font-weight: 600;
461
+ }
252
462
 
253
463
  .text-laba-subtitle-rr {
254
464
  font-size: 12px;
255
465
  line-height: 16px;
256
466
  font-weight: 400;
257
467
  }
468
+ @mixin text-laba-subtitle-rr() {
469
+ font-size: 12px;
470
+ line-height: 16px;
471
+ font-weight: 400;
472
+ }
258
473
 
259
474
  .text-laba-subtitle-sb {
260
475
  font-size: 10px;
261
476
  line-height: 12px;
262
477
  font-weight: 700;
263
478
  }
479
+ @mixin text-laba-subtitle-sb() {
480
+ font-size: 10px;
481
+ line-height: 12px;
482
+ font-weight: 700;
483
+ }
264
484
 
265
485
  .text-laba-subtitle-ss {
266
486
  font-size: 10px;
267
487
  line-height: 12px;
268
488
  font-weight: 600;
269
489
  }
490
+ @mixin text-laba-subtitle-ss() {
491
+ font-size: 10px;
492
+ line-height: 12px;
493
+ font-weight: 600;
494
+ }
270
495
 
271
496
  .text-laba-subtitle-sr {
272
497
  font-size: 10px;
273
498
  line-height: 12px;
274
499
  font-weight: 400;
500
+ }
501
+ @mixin text-laba-subtitle-sr() {
502
+ font-size: 10px;
503
+ line-height: 12px;
504
+ font-weight: 400;
275
505
  }
@@ -241,4 +241,24 @@
241
241
  --color-laba-red-05: #FF5378;
242
242
  --color-laba-red-02: #FFAEBF;
243
243
  --color-laba-red-01: #FFEBEF;
244
+ --color-lpd-primary-50: #CEDBFE;
245
+ --color-lpd-primary-100: #B6CAFE;
246
+ --color-lpd-primary-200: #9DB8FE;
247
+ --color-lpd-primary-300: #6C94FD;
248
+ --color-lpd-primary-400: #3B71FD;
249
+ --color-lpd-primary-500: #0A4DFC;
250
+ --color-lpd-primary-600: #083ECA;
251
+ --color-lpd-primary-700: #062E97;
252
+ --color-lpd-primary-800: #041F65;
253
+ --color-lpd-primary-900: #03174C;
254
+ --color-lpd-secondary-50: #FEF5CE;
255
+ --color-lpd-secondary-100: #FEEFB5;
256
+ --color-lpd-secondary-200: #FDEA9D;
257
+ --color-lpd-secondary-300: #FDE06B;
258
+ --color-lpd-secondary-400: #FCD53A;
259
+ --color-lpd-secondary-500: #FBCB09;
260
+ --color-lpd-secondary-600: #C9A207;
261
+ --color-lpd-secondary-700: #977A05;
262
+ --color-lpd-secondary-800: #645104;
263
+ --color-lpd-secondary-900: #4B3D03;
244
264
  }