react-asc 25.2.3 → 25.2.4

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/react-asc.scss +8 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-asc",
3
- "version": "25.2.3",
3
+ "version": "25.2.4",
4
4
  "description": "handcrafted react components",
5
5
  "main": "index.js",
6
6
  "module": "index.es.js",
package/react-asc.scss CHANGED
@@ -287,10 +287,18 @@
287
287
  text-align: center;
288
288
  }
289
289
 
290
+ .text-uppercase {
291
+ text-transform: uppercase;
292
+ }
293
+
290
294
  .rounded-pill {
291
295
  border-radius: 50rem !important;
292
296
  }
293
297
 
298
+ .fw-bold {
299
+ font-weight: 700!important;
300
+ }
301
+
294
302
  @media (max-width: 576px) {
295
303
  .flex-row {
296
304
  flex-direction: column !important;