@simpli-route/apollo-ds 0.0.19 → 0.0.21
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.
- package/dist/index.cjs12.js +1 -1
- package/dist/index.cjs13.js +1 -1
- package/dist/index.cjs14.js +1 -1
- package/dist/index.cjs15.js +1 -1
- package/dist/index.cjs16.js +1 -1
- package/dist/index.cjs17.js +1 -1
- package/dist/index.cjs18.js +1 -1
- package/dist/index.cjs2.js +1 -1
- package/dist/index.cjs20.js +1 -1
- package/dist/index.cjs3.js +1 -1
- package/dist/index.cjs4.js +1 -1
- package/dist/index.cjs5.js +1 -1
- package/dist/index.cjs7.js +1 -1
- package/dist/index.cjs8.js +1 -1
- package/dist/index.cjs9.js +1 -1
- package/dist/index.es12.js +173 -22
- package/dist/index.es13.js +20 -150
- package/dist/index.es14.js +76 -27
- package/dist/index.es15.js +17 -87
- package/dist/index.es16.js +22 -22
- package/dist/index.es17.js +30 -152
- package/dist/index.es18.js +131 -30
- package/dist/index.es2.js +1 -1
- package/dist/index.es20.js +1 -1
- package/dist/index.es3.js +3 -3
- package/dist/index.es4.js +2 -2
- package/dist/index.es5.js +1 -1
- package/dist/index.es7.js +1 -1
- package/dist/index.es8.js +1 -1
- package/dist/index.es9.js +1 -1
- package/dist/style.css +0 -4
- package/package.json +1 -1
package/dist/index.es7.js
CHANGED
|
@@ -3,7 +3,7 @@ import { Switch as u } from "react-aria-components";
|
|
|
3
3
|
import { cn as c } from "./index.es11.js";
|
|
4
4
|
import { ContentSwitch as L } from "./index.es19.js";
|
|
5
5
|
import { SwitchIndicator as v } from "./index.es20.js";
|
|
6
|
-
import { switchVariants as b } from "./index.
|
|
6
|
+
import { switchVariants as b } from "./index.es14.js";
|
|
7
7
|
const E = ({
|
|
8
8
|
children: f,
|
|
9
9
|
label: m,
|
package/dist/index.es8.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { j as m } from "./index.es10.js";
|
|
2
2
|
import { cn as n } from "./index.es11.js";
|
|
3
|
-
import { textVariants as a } from "./index.
|
|
3
|
+
import { textVariants as a } from "./index.es15.js";
|
|
4
4
|
function x(t) {
|
|
5
5
|
const { children: s, type: o = "body", className: r } = t, e = n(a({ type: o }), r);
|
|
6
6
|
return /* @__PURE__ */ m.jsx("p", { className: e, children: s });
|
package/dist/index.es9.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { j as m } from "./index.es10.js";
|
|
2
2
|
import { cn as c } from "./index.es11.js";
|
|
3
|
-
import { titleVariants as l } from "./index.
|
|
3
|
+
import { titleVariants as l } from "./index.es15.js";
|
|
4
4
|
function j(s) {
|
|
5
5
|
const { children: e, type: t = "h1", size: r = t, className: i, ...o } = s, n = t, a = c(l({ size: r }), i);
|
|
6
6
|
return /* @__PURE__ */ m.jsx(n, { className: a, ...o, children: e });
|
package/dist/style.css
CHANGED
|
@@ -1327,10 +1327,6 @@ select {
|
|
|
1327
1327
|
--tw-text-opacity: 1;
|
|
1328
1328
|
color: rgb(42 22 218 / var(--tw-text-opacity));
|
|
1329
1329
|
}
|
|
1330
|
-
.text-primary-700 {
|
|
1331
|
-
--tw-text-opacity: 1;
|
|
1332
|
-
color: rgb(29 13 165 / var(--tw-text-opacity));
|
|
1333
|
-
}
|
|
1334
1330
|
.text-primary-800 {
|
|
1335
1331
|
--tw-text-opacity: 1;
|
|
1336
1332
|
color: rgb(23 13 108 / var(--tw-text-opacity));
|