adminium 1.0.4 → 1.0.5

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.
@@ -1131,6 +1131,9 @@
1131
1131
  .max-w-50 {
1132
1132
  max-width: calc(var(--spacing) * 50);
1133
1133
  }
1134
+ .max-w-480 {
1135
+ max-width: calc(var(--spacing) * 480);
1136
+ }
1134
1137
  .max-w-\[70\%\] {
1135
1138
  max-width: 70%;
1136
1139
  }
@@ -2247,6 +2250,9 @@
2247
2250
  .py-6 {
2248
2251
  padding-block: calc(var(--spacing) * 6);
2249
2252
  }
2253
+ .py-8 {
2254
+ padding-block: calc(var(--spacing) * 8);
2255
+ }
2250
2256
  .py-12 {
2251
2257
  padding-block: calc(var(--spacing) * 12);
2252
2258
  }
@@ -4576,6 +4582,16 @@
4576
4582
  gap: calc(var(--spacing) * 3.5);
4577
4583
  }
4578
4584
  }
4585
+ .lg\:px-8 {
4586
+ @media (width >= 64rem) {
4587
+ padding-inline: calc(var(--spacing) * 8);
4588
+ }
4589
+ }
4590
+ .\32 xl\:px-30 {
4591
+ @media (width >= 96rem) {
4592
+ padding-inline: calc(var(--spacing) * 30);
4593
+ }
4594
+ }
4579
4595
  .\@md\/field-group\:flex-row {
4580
4596
  @container field-group (width >= 28rem) {
4581
4597
  flex-direction: row;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminium",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Metronic UI Component Library - A beautiful, reusable React component library built with Tailwind CSS",
5
5
  "author": "linkedunion",
6
6
  "license": "MIT",