@worldcoin/mini-apps-ui-kit-react 1.0.0-canary.12 → 1.0.0-canary.13

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.
@@ -11,7 +11,7 @@ const b = p, x = l.forwardRef(({ className: r, ...a }, t) => /* @__PURE__ */ e(
11
11
  {
12
12
  ref: t,
13
13
  className: s(
14
- "fixed top-0 z-[100] flex max-h-screen w-full p-6 right-0 left-0 flex-col",
14
+ "fixed top-6 z-[100] flex max-h-screen w-full p-2 right-0 left-0 flex-col",
15
15
  r
16
16
  ),
17
17
  ...a
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worldcoin/mini-apps-ui-kit-react",
3
- "version": "1.0.0-canary.12",
3
+ "version": "1.0.0-canary.13",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1616,18 +1616,6 @@ video {
1616
1616
  padding: 3px;
1617
1617
  }
1618
1618
 
1619
- .p-0 {
1620
- padding: 0px;
1621
- }
1622
-
1623
- .p-1 {
1624
- padding: 0.25rem;
1625
- }
1626
-
1627
- .p-3 {
1628
- padding: 0.75rem;
1629
- }
1630
-
1631
1619
  .px-1 {
1632
1620
  padding-left: 0.25rem;
1633
1621
  padding-right: 0.25rem;
@@ -1879,6 +1867,11 @@ video {
1879
1867
  color: rgb(var(--warning-700) / var(--tw-text-opacity, 1));
1880
1868
  }
1881
1869
 
1870
+ .antialiased {
1871
+ -webkit-font-smoothing: antialiased;
1872
+ -moz-osx-font-smoothing: grayscale;
1873
+ }
1874
+
1882
1875
  .opacity-20 {
1883
1876
  opacity: 0.2;
1884
1877
  }