@nova-design-system/nova-base 3.25.0 → 3.26.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.
|
@@ -103,16 +103,40 @@ exports.novaTailwindPlugin = (0, plugin_js_1.default)(function (_a) {
|
|
|
103
103
|
},
|
|
104
104
|
},
|
|
105
105
|
text: {
|
|
106
|
-
xl: {
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
106
|
+
xl: {
|
|
107
|
+
size: 'xl',
|
|
108
|
+
lineHeight: 'xl',
|
|
109
|
+
},
|
|
110
|
+
lg: {
|
|
111
|
+
size: 'lg',
|
|
112
|
+
lineHeight: 'lg',
|
|
113
|
+
},
|
|
114
|
+
md: {
|
|
115
|
+
size: 'md',
|
|
116
|
+
lineHeight: 'base',
|
|
117
|
+
},
|
|
118
|
+
sm: {
|
|
119
|
+
size: 'sm',
|
|
120
|
+
lineHeight: 'sm',
|
|
121
|
+
},
|
|
122
|
+
xs: {
|
|
123
|
+
size: 'xs',
|
|
124
|
+
lineHeight: 'xs',
|
|
125
|
+
},
|
|
111
126
|
},
|
|
112
127
|
mono: {
|
|
113
|
-
md: {
|
|
114
|
-
|
|
115
|
-
|
|
128
|
+
md: {
|
|
129
|
+
size: 'md',
|
|
130
|
+
lineHeight: 'base',
|
|
131
|
+
},
|
|
132
|
+
sm: {
|
|
133
|
+
size: 'sm',
|
|
134
|
+
lineHeight: 'sm',
|
|
135
|
+
},
|
|
136
|
+
xs: {
|
|
137
|
+
size: 'xs',
|
|
138
|
+
lineHeight: 'xs',
|
|
139
|
+
},
|
|
116
140
|
},
|
|
117
141
|
};
|
|
118
142
|
var weights = ['regular', 'medium', 'bold'];
|
|
@@ -96,16 +96,40 @@ export const novaTailwindPlugin = plugin(({ addUtilities, addComponents, addBase
|
|
|
96
96
|
},
|
|
97
97
|
},
|
|
98
98
|
text: {
|
|
99
|
-
xl: {
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
99
|
+
xl: {
|
|
100
|
+
size: 'xl',
|
|
101
|
+
lineHeight: 'xl',
|
|
102
|
+
},
|
|
103
|
+
lg: {
|
|
104
|
+
size: 'lg',
|
|
105
|
+
lineHeight: 'lg',
|
|
106
|
+
},
|
|
107
|
+
md: {
|
|
108
|
+
size: 'md',
|
|
109
|
+
lineHeight: 'base',
|
|
110
|
+
},
|
|
111
|
+
sm: {
|
|
112
|
+
size: 'sm',
|
|
113
|
+
lineHeight: 'sm',
|
|
114
|
+
},
|
|
115
|
+
xs: {
|
|
116
|
+
size: 'xs',
|
|
117
|
+
lineHeight: 'xs',
|
|
118
|
+
},
|
|
104
119
|
},
|
|
105
120
|
mono: {
|
|
106
|
-
md: {
|
|
107
|
-
|
|
108
|
-
|
|
121
|
+
md: {
|
|
122
|
+
size: 'md',
|
|
123
|
+
lineHeight: 'base',
|
|
124
|
+
},
|
|
125
|
+
sm: {
|
|
126
|
+
size: 'sm',
|
|
127
|
+
lineHeight: 'sm',
|
|
128
|
+
},
|
|
129
|
+
xs: {
|
|
130
|
+
size: 'xs',
|
|
131
|
+
lineHeight: 'xs',
|
|
132
|
+
},
|
|
109
133
|
},
|
|
110
134
|
};
|
|
111
135
|
const weights = ['regular', 'medium', 'bold'];
|