trepur_components 2.3.13 → 2.3.14

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.
@@ -29,7 +29,7 @@ const m = g(null), x = l(({ id: i, className: e, children: r, swapDesktop: t, sw
29
29
  ref: t,
30
30
  ...r,
31
31
  className: a(
32
- "mx-auto flex items-center px-8 py-12 text-center md:px-12 lg:px-20",
32
+ "mx-auto flex items-center p-8 py-12 text-center md:p-12 lg:p-20",
33
33
  {
34
34
  "md:order-last": n,
35
35
  "order-last": !d && o
@@ -47,7 +47,7 @@ const m = g(null), x = l(({ id: i, className: e, children: r, swapDesktop: t, sw
47
47
  ref: t,
48
48
  ...r,
49
49
  className: a(
50
- "flex h-full items-center px-8 text-center md:px-12 lg:px-20",
50
+ "flex h-full items-center p-8 text-center md:p-12 lg:p-20",
51
51
  {
52
52
  "md:order-first": n,
53
53
  "order-first": !d && o
@@ -97,5 +97,6 @@ body.theme-penrithmrt {
97
97
 
98
98
  /* Nav */
99
99
  --color-nav-bg: #f3f4f6;
100
+ --color-nav-shadow-bg: #a4a4a4;
100
101
  --color-nav-text: #3C2F71;
101
102
  }
@@ -7,6 +7,9 @@ export default {
7
7
  nav: {
8
8
  bg: 'var(--color-nav-bg)',
9
9
  text: 'var(--color-nav-text)',
10
+ shadow: {
11
+ bg: 'var(--color-nav-shadow-bg)',
12
+ }
10
13
  },
11
14
  loading: 'var(--color-loading)',
12
15
  footer: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trepur_components",
3
- "version": "2.3.13",
3
+ "version": "2.3.14",
4
4
  "description": "component lib",
5
5
  "author": "trepur_ttenneb",
6
6
  "private": false,