jasmincss 1.0.9 → 1.0.10

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.
@@ -2,7 +2,7 @@
2
2
 
3
3
  > **Complete reference of all available utility classes and components**
4
4
  >
5
- > Generated automatically from JasminCSS v1.0.9
5
+ > Generated automatically from JasminCSS v1.0.10
6
6
 
7
7
  ## Table of Contents
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jasmincss",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "type": "module",
5
5
  "description": "A modern, future-proof CSS framework with design philosophy",
6
6
  "main": "dist/index.js",
@@ -118,6 +118,8 @@ export function generateAccordionStyles(config) {
118
118
 
119
119
  .accordion-body {
120
120
  overflow: hidden;
121
+ padding: 1rem 1.25rem;
122
+ color: var(--j-text-muted);
121
123
  }
122
124
 
123
125
  .accordion-body-inner {
@@ -240,7 +240,9 @@ export function generateCarouselStyles(config) {
240
240
  left: auto;
241
241
  transform: none;
242
242
  margin-top: 1rem;
243
- justify-content: center;
243
+ width: fit-content;
244
+ margin-left: auto;
245
+ margin-right: auto;
244
246
  }
245
247
 
246
248
  /* Carousel Captions */