int-components 0.0.26 → 0.0.28

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.css CHANGED
@@ -1248,6 +1248,9 @@
1248
1248
  font-family: var(--font-secondary, "ABCGravity", sans-serif);
1249
1249
  font-weight: 900;
1250
1250
  font-size: 32em;
1251
+ word-wrap: break-word;
1252
+ overflow-wrap: break-word;
1253
+ word-break: break-word;
1251
1254
  }
1252
1255
 
1253
1256
  @media (min-width: 500px) {
@@ -1271,6 +1274,9 @@
1271
1274
  line-height: 1;
1272
1275
  text-align: center;
1273
1276
  font-size: 14em;
1277
+ word-wrap: break-word;
1278
+ overflow-wrap: break-word;
1279
+ word-break: break-word;
1274
1280
  }
1275
1281
 
1276
1282
  @media (min-width: 500px) {
@@ -1248,6 +1248,9 @@
1248
1248
  font-family: var(--font-secondary, "ABCGravity", sans-serif);
1249
1249
  font-weight: 900;
1250
1250
  font-size: 32em;
1251
+ word-wrap: break-word;
1252
+ overflow-wrap: break-word;
1253
+ word-break: break-word;
1251
1254
  }
1252
1255
 
1253
1256
  @media (min-width: 500px) {
@@ -1271,6 +1274,9 @@
1271
1274
  line-height: 1;
1272
1275
  text-align: center;
1273
1276
  font-size: 14em;
1277
+ word-wrap: break-word;
1278
+ overflow-wrap: break-word;
1279
+ word-break: break-word;
1274
1280
  }
1275
1281
 
1276
1282
  @media (min-width: 500px) {
@@ -202,6 +202,9 @@
202
202
  font-family: var(--font-secondary, "ABCGravity", sans-serif);
203
203
  font-weight: 900;
204
204
  font-size: 32em;
205
+ word-wrap: break-word;
206
+ overflow-wrap: break-word;
207
+ word-break: break-word;
205
208
  }
206
209
 
207
210
  @media (min-width: 500px) {
@@ -225,6 +228,9 @@
225
228
  line-height: 1;
226
229
  text-align: center;
227
230
  font-size: 14em;
231
+ word-wrap: break-word;
232
+ overflow-wrap: break-word;
233
+ word-break: break-word;
228
234
  }
229
235
 
230
236
  @media (min-width: 500px) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "int-components",
3
- "version": "0.0.26",
3
+ "version": "0.0.28",
4
4
  "type": "module",
5
5
  "sideEffects": [
6
6
  "**/*.css"