@melodicdev/components 1.5.5 → 1.5.7

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.
@@ -57,128 +57,3 @@
57
57
  font-style: normal;
58
58
  font-display: block;
59
59
  }
60
-
61
- .ph-bold {
62
- /* use !important to prevent issues with browser extensions that change fonts */
63
- font-family: 'Phosphor-Bold' !important;
64
- speak: never;
65
- font-style: normal;
66
- font-weight: normal;
67
- font-variant: normal;
68
- text-transform: none;
69
- line-height: 1;
70
-
71
- /* Enable Ligatures ================ */
72
- letter-spacing: 0;
73
- -webkit-font-feature-settings: 'liga';
74
- -moz-font-feature-settings: 'liga=1';
75
- -moz-font-feature-settings: 'liga';
76
- -ms-font-feature-settings: 'liga' 1;
77
- font-feature-settings: 'liga';
78
- -webkit-font-variant-ligatures: discretionary-ligatures;
79
- font-variant-ligatures: discretionary-ligatures;
80
-
81
- /* Better Font Rendering =========== */
82
- -webkit-font-smoothing: antialiased;
83
- -moz-osx-font-smoothing: grayscale;
84
- }
85
-
86
- .ph-fill {
87
- /* use !important to prevent issues with browser extensions that change fonts */
88
- font-family: 'Phosphor-Fill' !important;
89
- speak: never;
90
- font-style: normal;
91
- font-weight: normal;
92
- font-variant: normal;
93
- text-transform: none;
94
- line-height: 1;
95
-
96
- /* Enable Ligatures ================ */
97
- letter-spacing: 0;
98
- -webkit-font-feature-settings: 'liga';
99
- -moz-font-feature-settings: 'liga=1';
100
- -moz-font-feature-settings: 'liga';
101
- -ms-font-feature-settings: 'liga' 1;
102
- font-feature-settings: 'liga';
103
- -webkit-font-variant-ligatures: discretionary-ligatures;
104
- font-variant-ligatures: discretionary-ligatures;
105
-
106
- /* Better Font Rendering =========== */
107
- -webkit-font-smoothing: antialiased;
108
- -moz-osx-font-smoothing: grayscale;
109
- }
110
-
111
- .ph-light {
112
- /* use !important to prevent issues with browser extensions that change fonts */
113
- font-family: 'Phosphor-Light' !important;
114
- speak: never;
115
- font-style: normal;
116
- font-weight: normal;
117
- font-variant: normal;
118
- text-transform: none;
119
- line-height: 1;
120
-
121
- /* Enable Ligatures ================ */
122
- letter-spacing: 0;
123
- -webkit-font-feature-settings: 'liga';
124
- -moz-font-feature-settings: 'liga=1';
125
- -moz-font-feature-settings: 'liga';
126
- -ms-font-feature-settings: 'liga' 1;
127
- font-feature-settings: 'liga';
128
- -webkit-font-variant-ligatures: discretionary-ligatures;
129
- font-variant-ligatures: discretionary-ligatures;
130
-
131
- /* Better Font Rendering =========== */
132
- -webkit-font-smoothing: antialiased;
133
- -moz-osx-font-smoothing: grayscale;
134
- }
135
-
136
- .ph {
137
- /* use !important to prevent issues with browser extensions that change fonts */
138
- font-family: 'Phosphor' !important;
139
- speak: never;
140
- font-style: normal;
141
- font-weight: normal;
142
- font-variant: normal;
143
- text-transform: none;
144
- line-height: 1;
145
-
146
- /* Enable Ligatures ================ */
147
- letter-spacing: 0;
148
- -webkit-font-feature-settings: 'liga';
149
- -moz-font-feature-settings: 'liga=1';
150
- -moz-font-feature-settings: 'liga';
151
- -ms-font-feature-settings: 'liga' 1;
152
- font-feature-settings: 'liga';
153
- -webkit-font-variant-ligatures: discretionary-ligatures;
154
- font-variant-ligatures: discretionary-ligatures;
155
-
156
- /* Better Font Rendering =========== */
157
- -webkit-font-smoothing: antialiased;
158
- -moz-osx-font-smoothing: grayscale;
159
- }
160
-
161
- .ph-thin {
162
- /* use !important to prevent issues with browser extensions that change fonts */
163
- font-family: 'Phosphor-Thin' !important;
164
- speak: never;
165
- font-style: normal;
166
- font-weight: normal;
167
- font-variant: normal;
168
- text-transform: none;
169
- line-height: 1;
170
-
171
- /* Enable Ligatures ================ */
172
- letter-spacing: 0;
173
- -webkit-font-feature-settings: 'liga';
174
- -moz-font-feature-settings: 'liga=1';
175
- -moz-font-feature-settings: 'liga';
176
- -ms-font-feature-settings: 'liga' 1;
177
- font-feature-settings: 'liga';
178
- -webkit-font-variant-ligatures: discretionary-ligatures;
179
- font-variant-ligatures: discretionary-ligatures;
180
-
181
- /* Better Font Rendering =========== */
182
- -webkit-font-smoothing: antialiased;
183
- -moz-osx-font-smoothing: grayscale;
184
- }
@@ -65,131 +65,6 @@
65
65
  font-display: block;
66
66
  }
67
67
 
68
- .ph-bold {
69
- /* use !important to prevent issues with browser extensions that change fonts */
70
- font-family: 'Phosphor-Bold' !important;
71
- speak: never;
72
- font-style: normal;
73
- font-weight: normal;
74
- font-variant: normal;
75
- text-transform: none;
76
- line-height: 1;
77
-
78
- /* Enable Ligatures ================ */
79
- letter-spacing: 0;
80
- -webkit-font-feature-settings: 'liga';
81
- -moz-font-feature-settings: 'liga=1';
82
- -moz-font-feature-settings: 'liga';
83
- -ms-font-feature-settings: 'liga' 1;
84
- font-feature-settings: 'liga';
85
- -webkit-font-variant-ligatures: discretionary-ligatures;
86
- font-variant-ligatures: discretionary-ligatures;
87
-
88
- /* Better Font Rendering =========== */
89
- -webkit-font-smoothing: antialiased;
90
- -moz-osx-font-smoothing: grayscale;
91
- }
92
-
93
- .ph-fill {
94
- /* use !important to prevent issues with browser extensions that change fonts */
95
- font-family: 'Phosphor-Fill' !important;
96
- speak: never;
97
- font-style: normal;
98
- font-weight: normal;
99
- font-variant: normal;
100
- text-transform: none;
101
- line-height: 1;
102
-
103
- /* Enable Ligatures ================ */
104
- letter-spacing: 0;
105
- -webkit-font-feature-settings: 'liga';
106
- -moz-font-feature-settings: 'liga=1';
107
- -moz-font-feature-settings: 'liga';
108
- -ms-font-feature-settings: 'liga' 1;
109
- font-feature-settings: 'liga';
110
- -webkit-font-variant-ligatures: discretionary-ligatures;
111
- font-variant-ligatures: discretionary-ligatures;
112
-
113
- /* Better Font Rendering =========== */
114
- -webkit-font-smoothing: antialiased;
115
- -moz-osx-font-smoothing: grayscale;
116
- }
117
-
118
- .ph-light {
119
- /* use !important to prevent issues with browser extensions that change fonts */
120
- font-family: 'Phosphor-Light' !important;
121
- speak: never;
122
- font-style: normal;
123
- font-weight: normal;
124
- font-variant: normal;
125
- text-transform: none;
126
- line-height: 1;
127
-
128
- /* Enable Ligatures ================ */
129
- letter-spacing: 0;
130
- -webkit-font-feature-settings: 'liga';
131
- -moz-font-feature-settings: 'liga=1';
132
- -moz-font-feature-settings: 'liga';
133
- -ms-font-feature-settings: 'liga' 1;
134
- font-feature-settings: 'liga';
135
- -webkit-font-variant-ligatures: discretionary-ligatures;
136
- font-variant-ligatures: discretionary-ligatures;
137
-
138
- /* Better Font Rendering =========== */
139
- -webkit-font-smoothing: antialiased;
140
- -moz-osx-font-smoothing: grayscale;
141
- }
142
-
143
- .ph {
144
- /* use !important to prevent issues with browser extensions that change fonts */
145
- font-family: 'Phosphor' !important;
146
- speak: never;
147
- font-style: normal;
148
- font-weight: normal;
149
- font-variant: normal;
150
- text-transform: none;
151
- line-height: 1;
152
-
153
- /* Enable Ligatures ================ */
154
- letter-spacing: 0;
155
- -webkit-font-feature-settings: 'liga';
156
- -moz-font-feature-settings: 'liga=1';
157
- -moz-font-feature-settings: 'liga';
158
- -ms-font-feature-settings: 'liga' 1;
159
- font-feature-settings: 'liga';
160
- -webkit-font-variant-ligatures: discretionary-ligatures;
161
- font-variant-ligatures: discretionary-ligatures;
162
-
163
- /* Better Font Rendering =========== */
164
- -webkit-font-smoothing: antialiased;
165
- -moz-osx-font-smoothing: grayscale;
166
- }
167
-
168
- .ph-thin {
169
- /* use !important to prevent issues with browser extensions that change fonts */
170
- font-family: 'Phosphor-Thin' !important;
171
- speak: never;
172
- font-style: normal;
173
- font-weight: normal;
174
- font-variant: normal;
175
- text-transform: none;
176
- line-height: 1;
177
-
178
- /* Enable Ligatures ================ */
179
- letter-spacing: 0;
180
- -webkit-font-feature-settings: 'liga';
181
- -moz-font-feature-settings: 'liga=1';
182
- -moz-font-feature-settings: 'liga';
183
- -ms-font-feature-settings: 'liga' 1;
184
- font-feature-settings: 'liga';
185
- -webkit-font-variant-ligatures: discretionary-ligatures;
186
- font-variant-ligatures: discretionary-ligatures;
187
-
188
- /* Better Font Rendering =========== */
189
- -webkit-font-smoothing: antialiased;
190
- -moz-osx-font-smoothing: grayscale;
191
- }
192
-
193
68
  /* ─── Base Design Tokens ──────────────────────────────────────────────────── */
194
69
 
195
70
  :root {