@ecohouse/ui 0.1.13 → 0.1.15
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/dist/index.cjs +11 -11
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +14 -14
- package/dist/index.d.ts +14 -14
- package/dist/index.js +11 -11
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/theme/colors.test.ts +22 -1
- package/src/theme/typography.ts +14 -14
package/dist/index.d.cts
CHANGED
|
@@ -676,12 +676,12 @@ declare const statCardTypography: {
|
|
|
676
676
|
readonly lineHeight: 16;
|
|
677
677
|
readonly letterSpacing: 0;
|
|
678
678
|
};
|
|
679
|
-
/** Segmented toggle label — Medium
|
|
679
|
+
/** Segmented toggle label — Medium 12, line-height 100%, letter-spacing 0. */
|
|
680
680
|
declare const segmentedToggleTypography: {
|
|
681
681
|
readonly fontFamily: "Noto Sans Armenian";
|
|
682
|
-
readonly fontSize:
|
|
682
|
+
readonly fontSize: 12;
|
|
683
683
|
readonly fontWeight: "500";
|
|
684
|
-
readonly lineHeight:
|
|
684
|
+
readonly lineHeight: 12;
|
|
685
685
|
readonly letterSpacing: 0;
|
|
686
686
|
};
|
|
687
687
|
/** Language switcher trigger and option labels — SemiBold 14. */
|
|
@@ -750,10 +750,10 @@ declare const inputTypography: {
|
|
|
750
750
|
};
|
|
751
751
|
readonly field: {
|
|
752
752
|
readonly fontFamily: "Noto Sans Armenian";
|
|
753
|
-
readonly fontSize:
|
|
753
|
+
readonly fontSize: 12;
|
|
754
754
|
readonly fontWeight: "400";
|
|
755
|
-
readonly lineHeight:
|
|
756
|
-
readonly letterSpacing: 0;
|
|
755
|
+
readonly lineHeight: 12;
|
|
756
|
+
readonly letterSpacing: 0.36;
|
|
757
757
|
};
|
|
758
758
|
readonly hint: {
|
|
759
759
|
readonly fontFamily: "Noto Sans Armenian";
|
|
@@ -763,7 +763,7 @@ declare const inputTypography: {
|
|
|
763
763
|
readonly letterSpacing: 0.36;
|
|
764
764
|
};
|
|
765
765
|
};
|
|
766
|
-
/** Select label / field / hint typography — Medium/Regular 12
|
|
766
|
+
/** Select label / field / hint typography — Medium/Regular 12, letter-spacing 3%. */
|
|
767
767
|
declare const selectTypography: {
|
|
768
768
|
readonly label: {
|
|
769
769
|
readonly fontFamily: "Noto Sans Armenian";
|
|
@@ -774,10 +774,10 @@ declare const selectTypography: {
|
|
|
774
774
|
};
|
|
775
775
|
readonly field: {
|
|
776
776
|
readonly fontFamily: "Noto Sans Armenian";
|
|
777
|
-
readonly fontSize:
|
|
777
|
+
readonly fontSize: 12;
|
|
778
778
|
readonly fontWeight: "400";
|
|
779
|
-
readonly lineHeight:
|
|
780
|
-
readonly letterSpacing: 0;
|
|
779
|
+
readonly lineHeight: 12;
|
|
780
|
+
readonly letterSpacing: 0.36;
|
|
781
781
|
};
|
|
782
782
|
readonly hint: {
|
|
783
783
|
readonly fontFamily: "Noto Sans Armenian";
|
|
@@ -850,7 +850,7 @@ declare const datePickerTypography: {
|
|
|
850
850
|
readonly letterSpacing: 0;
|
|
851
851
|
};
|
|
852
852
|
};
|
|
853
|
-
/** Textarea label / field / hint typography — Medium/Regular 12
|
|
853
|
+
/** Textarea label / field / hint typography — Medium/Regular 12, letter-spacing 3%. */
|
|
854
854
|
declare const textareaTypography: {
|
|
855
855
|
readonly label: {
|
|
856
856
|
readonly fontFamily: "Noto Sans Armenian";
|
|
@@ -861,10 +861,10 @@ declare const textareaTypography: {
|
|
|
861
861
|
};
|
|
862
862
|
readonly field: {
|
|
863
863
|
readonly fontFamily: "Noto Sans Armenian";
|
|
864
|
-
readonly fontSize:
|
|
864
|
+
readonly fontSize: 12;
|
|
865
865
|
readonly fontWeight: "400";
|
|
866
|
-
readonly lineHeight:
|
|
867
|
-
readonly letterSpacing: 0;
|
|
866
|
+
readonly lineHeight: 12;
|
|
867
|
+
readonly letterSpacing: 0.36;
|
|
868
868
|
};
|
|
869
869
|
readonly hint: {
|
|
870
870
|
readonly fontFamily: "Noto Sans Armenian";
|
package/dist/index.d.ts
CHANGED
|
@@ -676,12 +676,12 @@ declare const statCardTypography: {
|
|
|
676
676
|
readonly lineHeight: 16;
|
|
677
677
|
readonly letterSpacing: 0;
|
|
678
678
|
};
|
|
679
|
-
/** Segmented toggle label — Medium
|
|
679
|
+
/** Segmented toggle label — Medium 12, line-height 100%, letter-spacing 0. */
|
|
680
680
|
declare const segmentedToggleTypography: {
|
|
681
681
|
readonly fontFamily: "Noto Sans Armenian";
|
|
682
|
-
readonly fontSize:
|
|
682
|
+
readonly fontSize: 12;
|
|
683
683
|
readonly fontWeight: "500";
|
|
684
|
-
readonly lineHeight:
|
|
684
|
+
readonly lineHeight: 12;
|
|
685
685
|
readonly letterSpacing: 0;
|
|
686
686
|
};
|
|
687
687
|
/** Language switcher trigger and option labels — SemiBold 14. */
|
|
@@ -750,10 +750,10 @@ declare const inputTypography: {
|
|
|
750
750
|
};
|
|
751
751
|
readonly field: {
|
|
752
752
|
readonly fontFamily: "Noto Sans Armenian";
|
|
753
|
-
readonly fontSize:
|
|
753
|
+
readonly fontSize: 12;
|
|
754
754
|
readonly fontWeight: "400";
|
|
755
|
-
readonly lineHeight:
|
|
756
|
-
readonly letterSpacing: 0;
|
|
755
|
+
readonly lineHeight: 12;
|
|
756
|
+
readonly letterSpacing: 0.36;
|
|
757
757
|
};
|
|
758
758
|
readonly hint: {
|
|
759
759
|
readonly fontFamily: "Noto Sans Armenian";
|
|
@@ -763,7 +763,7 @@ declare const inputTypography: {
|
|
|
763
763
|
readonly letterSpacing: 0.36;
|
|
764
764
|
};
|
|
765
765
|
};
|
|
766
|
-
/** Select label / field / hint typography — Medium/Regular 12
|
|
766
|
+
/** Select label / field / hint typography — Medium/Regular 12, letter-spacing 3%. */
|
|
767
767
|
declare const selectTypography: {
|
|
768
768
|
readonly label: {
|
|
769
769
|
readonly fontFamily: "Noto Sans Armenian";
|
|
@@ -774,10 +774,10 @@ declare const selectTypography: {
|
|
|
774
774
|
};
|
|
775
775
|
readonly field: {
|
|
776
776
|
readonly fontFamily: "Noto Sans Armenian";
|
|
777
|
-
readonly fontSize:
|
|
777
|
+
readonly fontSize: 12;
|
|
778
778
|
readonly fontWeight: "400";
|
|
779
|
-
readonly lineHeight:
|
|
780
|
-
readonly letterSpacing: 0;
|
|
779
|
+
readonly lineHeight: 12;
|
|
780
|
+
readonly letterSpacing: 0.36;
|
|
781
781
|
};
|
|
782
782
|
readonly hint: {
|
|
783
783
|
readonly fontFamily: "Noto Sans Armenian";
|
|
@@ -850,7 +850,7 @@ declare const datePickerTypography: {
|
|
|
850
850
|
readonly letterSpacing: 0;
|
|
851
851
|
};
|
|
852
852
|
};
|
|
853
|
-
/** Textarea label / field / hint typography — Medium/Regular 12
|
|
853
|
+
/** Textarea label / field / hint typography — Medium/Regular 12, letter-spacing 3%. */
|
|
854
854
|
declare const textareaTypography: {
|
|
855
855
|
readonly label: {
|
|
856
856
|
readonly fontFamily: "Noto Sans Armenian";
|
|
@@ -861,10 +861,10 @@ declare const textareaTypography: {
|
|
|
861
861
|
};
|
|
862
862
|
readonly field: {
|
|
863
863
|
readonly fontFamily: "Noto Sans Armenian";
|
|
864
|
-
readonly fontSize:
|
|
864
|
+
readonly fontSize: 12;
|
|
865
865
|
readonly fontWeight: "400";
|
|
866
|
-
readonly lineHeight:
|
|
867
|
-
readonly letterSpacing: 0;
|
|
866
|
+
readonly lineHeight: 12;
|
|
867
|
+
readonly letterSpacing: 0.36;
|
|
868
868
|
};
|
|
869
869
|
readonly hint: {
|
|
870
870
|
readonly fontFamily: "Noto Sans Armenian";
|
package/dist/index.js
CHANGED
|
@@ -97,9 +97,9 @@ var statCardTypography = {
|
|
|
97
97
|
};
|
|
98
98
|
var segmentedToggleTypography = {
|
|
99
99
|
fontFamily: fonts.sans,
|
|
100
|
-
fontSize:
|
|
100
|
+
fontSize: 12,
|
|
101
101
|
fontWeight: "500",
|
|
102
|
-
lineHeight:
|
|
102
|
+
lineHeight: 12,
|
|
103
103
|
letterSpacing: 0
|
|
104
104
|
};
|
|
105
105
|
var languageSwitcherTypography = {
|
|
@@ -163,10 +163,10 @@ var inputTypography = {
|
|
|
163
163
|
},
|
|
164
164
|
field: {
|
|
165
165
|
fontFamily: fonts.sans,
|
|
166
|
-
fontSize:
|
|
166
|
+
fontSize: 12,
|
|
167
167
|
fontWeight: "400",
|
|
168
|
-
lineHeight:
|
|
169
|
-
letterSpacing: 0
|
|
168
|
+
lineHeight: 12,
|
|
169
|
+
letterSpacing: 0.36
|
|
170
170
|
},
|
|
171
171
|
hint: {
|
|
172
172
|
fontFamily: fonts.sans,
|
|
@@ -186,10 +186,10 @@ var selectTypography = {
|
|
|
186
186
|
},
|
|
187
187
|
field: {
|
|
188
188
|
fontFamily: fonts.sans,
|
|
189
|
-
fontSize:
|
|
189
|
+
fontSize: 12,
|
|
190
190
|
fontWeight: "400",
|
|
191
|
-
lineHeight:
|
|
192
|
-
letterSpacing: 0
|
|
191
|
+
lineHeight: 12,
|
|
192
|
+
letterSpacing: 0.36
|
|
193
193
|
},
|
|
194
194
|
hint: {
|
|
195
195
|
fontFamily: fonts.sans,
|
|
@@ -264,10 +264,10 @@ var textareaTypography = {
|
|
|
264
264
|
},
|
|
265
265
|
field: {
|
|
266
266
|
fontFamily: fonts.sans,
|
|
267
|
-
fontSize:
|
|
267
|
+
fontSize: 12,
|
|
268
268
|
fontWeight: "400",
|
|
269
|
-
lineHeight:
|
|
270
|
-
letterSpacing: 0
|
|
269
|
+
lineHeight: 12,
|
|
270
|
+
letterSpacing: 0.36
|
|
271
271
|
},
|
|
272
272
|
hint: {
|
|
273
273
|
fontFamily: fonts.sans,
|