adminium 1.0.4 → 1.0.6

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;
@@ -5348,11 +5364,6 @@
5348
5364
  border-radius: calc(infinity * 1px);
5349
5365
  }
5350
5366
  }
5351
- .\[\&_a\]\:flex {
5352
- & a {
5353
- display: flex;
5354
- }
5355
- }
5356
5367
  .\[\&_p\]\:mb-2 {
5357
5368
  & p {
5358
5369
  margin-bottom: calc(var(--spacing) * 2);
@@ -5595,21 +5606,6 @@
5595
5606
  }
5596
5607
  }
5597
5608
  }
5598
- .\[\&\>a\]\:w-full {
5599
- &>a {
5600
- width: 100%;
5601
- }
5602
- }
5603
- .\[\&\>a\]\:items-center {
5604
- &>a {
5605
- align-items: center;
5606
- }
5607
- }
5608
- .\[\&\>a\]\:gap-2 {
5609
- &>a {
5610
- gap: calc(var(--spacing) * 2);
5611
- }
5612
- }
5613
5609
  .\[\&\>a\]\:underline {
5614
5610
  &>a {
5615
5611
  text-decoration-line: underline;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminium",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
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",