@cube-dev/ui-kit 0.7.0 → 0.7.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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const TOKENS: {
|
|
2
2
|
'font-size': string;
|
|
3
3
|
'line-height': string;
|
|
4
4
|
'input-font-size': string;
|
|
@@ -118,6 +118,16 @@ declare const PROPS: {
|
|
|
118
118
|
'p4-line-height': string;
|
|
119
119
|
'p4-letter-spacing': string;
|
|
120
120
|
'p4-font-weight': string;
|
|
121
|
+
'c1-font-size': string;
|
|
122
|
+
'c1-line-height': string;
|
|
123
|
+
'c1-letter-spacing': string;
|
|
124
|
+
'c1-font-weight': string;
|
|
125
|
+
'c1-text-transform': string;
|
|
126
|
+
'c2-font-size': string;
|
|
127
|
+
'c2-line-height': string;
|
|
128
|
+
'c2-letter-spacing': string;
|
|
129
|
+
'c2-font-weight': string;
|
|
130
|
+
'c2-text-transform': string;
|
|
121
131
|
'tag-font-size': string;
|
|
122
132
|
'tag-line-height': string;
|
|
123
133
|
'tag-letter-spacing': string;
|
|
@@ -139,4 +149,4 @@ declare const PROPS: {
|
|
|
139
149
|
'default-letter-spacing': string;
|
|
140
150
|
'default-font-weight': string;
|
|
141
151
|
};
|
|
142
|
-
export
|
|
152
|
+
export { TOKENS };
|