@open-condo/ui 2.6.6 → 2.8.0
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/components/Input/index.d.ts +14 -0
- package/dist/components/Input/index.d.ts.map +1 -0
- package/dist/components/Input/input.d.ts +11 -0
- package/dist/components/Input/input.d.ts.map +1 -0
- package/dist/components/Input/password.d.ts +7 -0
- package/dist/components/Input/password.d.ts.map +1 -0
- package/dist/components/Input/phone.d.ts +6 -0
- package/dist/components/Input/phone.d.ts.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1056 -37
- package/dist/style-vars/variables.css +16 -16
- package/dist/style-vars/variables.less +16 -16
- package/dist/styles.css +2011 -65
- package/dist/styles.min.css +2 -2
- package/package.json +2 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 26 Sep 2023 12:18:09 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
--condo-global-spacing-52: 52px;
|
|
16
16
|
--condo-global-spacing-60: 60px;
|
|
17
17
|
--condo-global-border-width-default: 1px;
|
|
18
|
-
--condo-global-font-family-default: "
|
|
18
|
+
--condo-global-font-family-default: "Wix Madefor Display", var(--condo-font-fallback);
|
|
19
19
|
--condo-global-border-radius-small: 4px;
|
|
20
20
|
--condo-global-border-radius-medium: 8px;
|
|
21
21
|
--condo-global-border-radius-large: 12px;
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
--condo-global-line-height-text-l: 24px;
|
|
32
32
|
--condo-global-line-height-text-m: 22px;
|
|
33
33
|
--condo-global-line-height-text-s: 20px;
|
|
34
|
-
--condo-global-font-size-h1:
|
|
35
|
-
--condo-global-font-size-h2:
|
|
34
|
+
--condo-global-font-size-h1: 40px;
|
|
35
|
+
--condo-global-font-size-h2: 26px;
|
|
36
36
|
--condo-global-font-size-h3: 20px;
|
|
37
37
|
--condo-global-font-size-h4: 16px;
|
|
38
38
|
--condo-global-font-size-h5: 14px;
|
|
@@ -54,55 +54,55 @@
|
|
|
54
54
|
--condo-global-paragraph-spacing-text-l: 16px;
|
|
55
55
|
--condo-global-paragraph-spacing-text-m: 14px;
|
|
56
56
|
--condo-global-paragraph-spacing-text-s: 12px;
|
|
57
|
-
--condo-global-typography-h1-font-family: "
|
|
57
|
+
--condo-global-typography-h1-font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
58
58
|
--condo-global-typography-h1-font-weight: 700;
|
|
59
59
|
--condo-global-typography-h1-line-height: 46px;
|
|
60
|
-
--condo-global-typography-h1-font-size:
|
|
60
|
+
--condo-global-typography-h1-font-size: 40px;
|
|
61
61
|
--condo-global-typography-h1-letter-spacing: -0.03em;
|
|
62
62
|
--condo-global-typography-h1-paragraph-spacing: 40px;
|
|
63
|
-
--condo-global-typography-h2-font-family: "
|
|
63
|
+
--condo-global-typography-h2-font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
64
64
|
--condo-global-typography-h2-font-weight: 700;
|
|
65
65
|
--condo-global-typography-h2-line-height: 32px;
|
|
66
|
-
--condo-global-typography-h2-font-size:
|
|
66
|
+
--condo-global-typography-h2-font-size: 26px;
|
|
67
67
|
--condo-global-typography-h2-letter-spacing: -0.03em;
|
|
68
68
|
--condo-global-typography-h2-paragraph-spacing: 24px;
|
|
69
|
-
--condo-global-typography-h3-font-family: "
|
|
70
|
-
--condo-global-typography-h3-font-weight:
|
|
69
|
+
--condo-global-typography-h3-font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
70
|
+
--condo-global-typography-h3-font-weight: 600;
|
|
71
71
|
--condo-global-typography-h3-line-height: 28px;
|
|
72
72
|
--condo-global-typography-h3-font-size: 20px;
|
|
73
73
|
--condo-global-typography-h3-letter-spacing: -0.03em;
|
|
74
74
|
--condo-global-typography-h3-paragraph-spacing: 20px;
|
|
75
|
-
--condo-global-typography-h4-font-family: "
|
|
75
|
+
--condo-global-typography-h4-font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
76
76
|
--condo-global-typography-h4-font-weight: 600;
|
|
77
77
|
--condo-global-typography-h4-line-height: 24px;
|
|
78
78
|
--condo-global-typography-h4-font-size: 16px;
|
|
79
79
|
--condo-global-typography-h4-letter-spacing: -0.01em;
|
|
80
80
|
--condo-global-typography-h4-paragraph-spacing: 16px;
|
|
81
|
-
--condo-global-typography-h5-font-family: "
|
|
81
|
+
--condo-global-typography-h5-font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
82
82
|
--condo-global-typography-h5-font-weight: 600;
|
|
83
83
|
--condo-global-typography-h5-line-height: 22px;
|
|
84
84
|
--condo-global-typography-h5-font-size: 14px;
|
|
85
85
|
--condo-global-typography-h5-letter-spacing: -0.01em;
|
|
86
86
|
--condo-global-typography-h5-paragraph-spacing: 14px;
|
|
87
|
-
--condo-global-typography-h6-font-family: "
|
|
87
|
+
--condo-global-typography-h6-font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
88
88
|
--condo-global-typography-h6-font-weight: 600;
|
|
89
89
|
--condo-global-typography-h6-line-height: 20px;
|
|
90
90
|
--condo-global-typography-h6-font-size: 12px;
|
|
91
91
|
--condo-global-typography-h6-letter-spacing: -0.01em;
|
|
92
92
|
--condo-global-typography-h6-paragraph-spacing: 12px;
|
|
93
|
-
--condo-global-typography-text-l-font-family: "
|
|
93
|
+
--condo-global-typography-text-l-font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
94
94
|
--condo-global-typography-text-l-font-weight: 400;
|
|
95
95
|
--condo-global-typography-text-l-line-height: 24px;
|
|
96
96
|
--condo-global-typography-text-l-font-size: 16px;
|
|
97
97
|
--condo-global-typography-text-l-letter-spacing: -0.01em;
|
|
98
98
|
--condo-global-typography-text-l-paragraph-spacing: 16px;
|
|
99
|
-
--condo-global-typography-text-m-font-family: "
|
|
99
|
+
--condo-global-typography-text-m-font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
100
100
|
--condo-global-typography-text-m-font-weight: 400;
|
|
101
101
|
--condo-global-typography-text-m-line-height: 22px;
|
|
102
102
|
--condo-global-typography-text-m-font-size: 14px;
|
|
103
103
|
--condo-global-typography-text-m-letter-spacing: -0.01em;
|
|
104
104
|
--condo-global-typography-text-m-paragraph-spacing: 14px;
|
|
105
|
-
--condo-global-typography-text-s-font-family: "
|
|
105
|
+
--condo-global-typography-text-s-font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
106
106
|
--condo-global-typography-text-s-font-weight: 400;
|
|
107
107
|
--condo-global-typography-text-s-line-height: 20px;
|
|
108
108
|
--condo-global-typography-text-s-font-size: 12px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Tue, 26 Sep 2023 12:18:09 GMT
|
|
4
4
|
|
|
5
5
|
@condo-global-spacing-4: 4px;
|
|
6
6
|
@condo-global-spacing-8: 8px;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
@condo-global-spacing-52: 52px;
|
|
14
14
|
@condo-global-spacing-60: 60px;
|
|
15
15
|
@condo-global-border-width-default: 1px;
|
|
16
|
-
@condo-global-font-family-default: "
|
|
16
|
+
@condo-global-font-family-default: "Wix Madefor Display", var(--condo-font-fallback);
|
|
17
17
|
@condo-global-border-radius-small: 4px;
|
|
18
18
|
@condo-global-border-radius-medium: 8px;
|
|
19
19
|
@condo-global-border-radius-large: 12px;
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
@condo-global-line-height-text-l: 24px;
|
|
30
30
|
@condo-global-line-height-text-m: 22px;
|
|
31
31
|
@condo-global-line-height-text-s: 20px;
|
|
32
|
-
@condo-global-font-size-h1:
|
|
33
|
-
@condo-global-font-size-h2:
|
|
32
|
+
@condo-global-font-size-h1: 40px;
|
|
33
|
+
@condo-global-font-size-h2: 26px;
|
|
34
34
|
@condo-global-font-size-h3: 20px;
|
|
35
35
|
@condo-global-font-size-h4: 16px;
|
|
36
36
|
@condo-global-font-size-h5: 14px;
|
|
@@ -52,55 +52,55 @@
|
|
|
52
52
|
@condo-global-paragraph-spacing-text-l: 16px;
|
|
53
53
|
@condo-global-paragraph-spacing-text-m: 14px;
|
|
54
54
|
@condo-global-paragraph-spacing-text-s: 12px;
|
|
55
|
-
@condo-global-typography-h1-font-family: "
|
|
55
|
+
@condo-global-typography-h1-font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
56
56
|
@condo-global-typography-h1-font-weight: 700;
|
|
57
57
|
@condo-global-typography-h1-line-height: 46px;
|
|
58
|
-
@condo-global-typography-h1-font-size:
|
|
58
|
+
@condo-global-typography-h1-font-size: 40px;
|
|
59
59
|
@condo-global-typography-h1-letter-spacing: -0.03em;
|
|
60
60
|
@condo-global-typography-h1-paragraph-spacing: 40px;
|
|
61
|
-
@condo-global-typography-h2-font-family: "
|
|
61
|
+
@condo-global-typography-h2-font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
62
62
|
@condo-global-typography-h2-font-weight: 700;
|
|
63
63
|
@condo-global-typography-h2-line-height: 32px;
|
|
64
|
-
@condo-global-typography-h2-font-size:
|
|
64
|
+
@condo-global-typography-h2-font-size: 26px;
|
|
65
65
|
@condo-global-typography-h2-letter-spacing: -0.03em;
|
|
66
66
|
@condo-global-typography-h2-paragraph-spacing: 24px;
|
|
67
|
-
@condo-global-typography-h3-font-family: "
|
|
68
|
-
@condo-global-typography-h3-font-weight:
|
|
67
|
+
@condo-global-typography-h3-font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
68
|
+
@condo-global-typography-h3-font-weight: 600;
|
|
69
69
|
@condo-global-typography-h3-line-height: 28px;
|
|
70
70
|
@condo-global-typography-h3-font-size: 20px;
|
|
71
71
|
@condo-global-typography-h3-letter-spacing: -0.03em;
|
|
72
72
|
@condo-global-typography-h3-paragraph-spacing: 20px;
|
|
73
|
-
@condo-global-typography-h4-font-family: "
|
|
73
|
+
@condo-global-typography-h4-font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
74
74
|
@condo-global-typography-h4-font-weight: 600;
|
|
75
75
|
@condo-global-typography-h4-line-height: 24px;
|
|
76
76
|
@condo-global-typography-h4-font-size: 16px;
|
|
77
77
|
@condo-global-typography-h4-letter-spacing: -0.01em;
|
|
78
78
|
@condo-global-typography-h4-paragraph-spacing: 16px;
|
|
79
|
-
@condo-global-typography-h5-font-family: "
|
|
79
|
+
@condo-global-typography-h5-font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
80
80
|
@condo-global-typography-h5-font-weight: 600;
|
|
81
81
|
@condo-global-typography-h5-line-height: 22px;
|
|
82
82
|
@condo-global-typography-h5-font-size: 14px;
|
|
83
83
|
@condo-global-typography-h5-letter-spacing: -0.01em;
|
|
84
84
|
@condo-global-typography-h5-paragraph-spacing: 14px;
|
|
85
|
-
@condo-global-typography-h6-font-family: "
|
|
85
|
+
@condo-global-typography-h6-font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
86
86
|
@condo-global-typography-h6-font-weight: 600;
|
|
87
87
|
@condo-global-typography-h6-line-height: 20px;
|
|
88
88
|
@condo-global-typography-h6-font-size: 12px;
|
|
89
89
|
@condo-global-typography-h6-letter-spacing: -0.01em;
|
|
90
90
|
@condo-global-typography-h6-paragraph-spacing: 12px;
|
|
91
|
-
@condo-global-typography-text-l-font-family: "
|
|
91
|
+
@condo-global-typography-text-l-font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
92
92
|
@condo-global-typography-text-l-font-weight: 400;
|
|
93
93
|
@condo-global-typography-text-l-line-height: 24px;
|
|
94
94
|
@condo-global-typography-text-l-font-size: 16px;
|
|
95
95
|
@condo-global-typography-text-l-letter-spacing: -0.01em;
|
|
96
96
|
@condo-global-typography-text-l-paragraph-spacing: 16px;
|
|
97
|
-
@condo-global-typography-text-m-font-family: "
|
|
97
|
+
@condo-global-typography-text-m-font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
98
98
|
@condo-global-typography-text-m-font-weight: 400;
|
|
99
99
|
@condo-global-typography-text-m-line-height: 22px;
|
|
100
100
|
@condo-global-typography-text-m-font-size: 14px;
|
|
101
101
|
@condo-global-typography-text-m-letter-spacing: -0.01em;
|
|
102
102
|
@condo-global-typography-text-m-paragraph-spacing: 14px;
|
|
103
|
-
@condo-global-typography-text-s-font-family: "
|
|
103
|
+
@condo-global-typography-text-s-font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
104
104
|
@condo-global-typography-text-s-font-weight: 400;
|
|
105
105
|
@condo-global-typography-text-s-line-height: 20px;
|
|
106
106
|
@condo-global-typography-text-s-font-size: 12px;
|