@juo/orion-extensions 0.8.0-staging.21 → 0.8.0-staging.23

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.
@@ -12270,8 +12270,8 @@ const _hoisted_1$r = ["id"];
12270
12270
  const _hoisted_2$p = ["dur"];
12271
12271
  const _hoisted_3$p = ["dur"];
12272
12272
  const _hoisted_4$o = ["dur"];
12273
- const primaryColor = "#f9f9f9";
12274
- const secondaryColor = "#ecebeb";
12273
+ const primaryColor = "var(--tint-200)";
12274
+ const secondaryColor = "var(--tint-300)";
12275
12275
  const primaryOpacity = 1;
12276
12276
  const secondaryOpacity = 1;
12277
12277
  const speed = 2;
@@ -12495,7 +12495,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
12495
12495
  return "px-0 py-sm text-xs leading-[1.17] tracking-[-0.4px] font-[540]";
12496
12496
  }
12497
12497
  if (props.size === "sm") {
12498
- return "gap-xs px-md py-xs text-xs leading-[1.17] tracking-[-0.4px] font-semibold";
12498
+ return "gap-xs px-md py-xs text-xs leading-[1.17] tracking-[-0.4px] font-[540]";
12499
12499
  }
12500
12500
  if (props.size === "lg") {
12501
12501
  return "gap-sm px-lg py-md text-sm leading-none tracking-[-0.4px] font-[540]";
@@ -12503,7 +12503,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
12503
12503
  if (props.size === "xl") {
12504
12504
  return "gap-md px-xl py-lg text-lg leading-none tracking-[-0.4px] font-[540]";
12505
12505
  }
12506
- return "gap-sm px-md py-sm text-xs leading-[1.17] tracking-[-0.4px] font-semibold";
12506
+ return "gap-sm px-md py-sm text-xs leading-[1.17] tracking-[-0.4px] font-[540]";
12507
12507
  });
12508
12508
  const variantClass = computed(() => {
12509
12509
  if (props.variant === "outline") {
@@ -12630,7 +12630,7 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
12630
12630
  };
12631
12631
  }
12632
12632
  });
12633
- const UiButton = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-97705ef6"]]);
12633
+ const UiButton = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["__scopeId", "data-v-41c82cf4"]]);
12634
12634
  function tryOnScopeDispose(fn) {
12635
12635
  if (getCurrentScope()) {
12636
12636
  onScopeDispose(fn);
package/dist/style.css CHANGED
@@ -2892,16 +2892,16 @@ video {
2892
2892
  --card-radius: var(--card-radius-3);
2893
2893
  }
2894
2894
 
2895
- .v-enter-active[data-v-97705ef6],
2896
- .v-leave-active[data-v-97705ef6] {
2895
+ .v-enter-active[data-v-41c82cf4],
2896
+ .v-leave-active[data-v-41c82cf4] {
2897
2897
  transition: opacity 0.2s ease-in-out;
2898
2898
  }
2899
- .v-enter-from[data-v-97705ef6],
2900
- .v-leave-to[data-v-97705ef6] {
2899
+ .v-enter-from[data-v-41c82cf4],
2900
+ .v-leave-to[data-v-41c82cf4] {
2901
2901
  opacity: 0;
2902
2902
  }
2903
- .link-underline[data-v-97705ef6],
2904
- .link-underline[data-v-97705ef6] * {
2903
+ .link-underline[data-v-41c82cf4],
2904
+ .link-underline[data-v-41c82cf4] * {
2905
2905
  text-decoration-line: underline;
2906
2906
  }
2907
2907
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@juo/orion-extensions",
3
3
  "private": false,
4
- "version": "0.8.0-staging.21",
4
+ "version": "0.8.0-staging.23",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"
@@ -45,11 +45,11 @@
45
45
  "tailwindcss": "3.3.5",
46
46
  "vue": "3.5.13",
47
47
  "@juo/customer-ui": "0.0.0",
48
- "@juo/orion-core": "0.12.0-staging.21"
48
+ "@juo/orion-core": "0.12.0-staging.23"
49
49
  },
50
50
  "scripts": {
51
51
  "dev": "vite build -w",
52
- "build": "vue-tsc && vite build -c vite.config.ts",
52
+ "build": "vite build -c vite.config.ts",
53
53
  "preview": "vite preview",
54
54
  "storybook": "storybook dev -p 6006",
55
55
  "build-storybook": "storybook build",