@evercam/ui 0.0.14 → 0.0.16

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.mjs CHANGED
@@ -3846,7 +3846,21 @@ const N = {
3846
3846
  content: ["./src/**/*.{html,js,vue,ts}"],
3847
3847
  theme: {
3848
3848
  extend: {
3849
- colors: Me
3849
+ colors: Me,
3850
+ maxWidth: {
3851
+ "1/12": "8.333333333%",
3852
+ "2/12": "16.666666666%",
3853
+ "3/12": "25%",
3854
+ "4/12": "33.333333333%",
3855
+ "5/12": "41.666666667%",
3856
+ "6/12": "50%",
3857
+ "7/12": "58.333333334%",
3858
+ "8/12": "66.666666666%",
3859
+ "9/12": "75%",
3860
+ "10/12": "83.333333334%",
3861
+ "11/12": "91.666666666%",
3862
+ "12/12": "100%"
3863
+ }
3850
3864
  },
3851
3865
  fontSize: {
3852
3866
  xs: "0.75rem",
@@ -3878,6 +3892,10 @@ const N = {
3878
3892
  pattern: /e-basis-(\d{1,2}\/\d{1,2}|full|auto|0)/,
3879
3893
  variants: ["lg", "md", "sm", "xs", "xl"]
3880
3894
  },
3895
+ {
3896
+ pattern: /e-max-w-(\d{1,2}\/\d{1,2})/,
3897
+ variants: ["lg", "md", "sm", "xs", "xl"]
3898
+ },
3881
3899
  {
3882
3900
  pattern: /e-offset-(1[0-2]|[1-9])/,
3883
3901
  variants: ["lg", "md", "sm", "xs", "xl"]
@@ -4096,7 +4114,7 @@ const Ke = Ye.exports, Je = W.extend({
4096
4114
  });
4097
4115
  var Qe = function() {
4098
4116
  var i = this, n = i._self._c;
4099
- return i._self._setupProxy, n("div", { staticClass: "e-row e-flex e-flex-wrap e-w-full", class: i.rowClasses }, [i._t("default")], 2);
4117
+ return i._self._setupProxy, n("div", { staticClass: "e-row e-flex e-flex-wrap", class: i.rowClasses }, [i._t("default")], 2);
4100
4118
  }, Ze = [], et = /* @__PURE__ */ V(
4101
4119
  Je,
4102
4120
  Qe,
@@ -4183,12 +4201,12 @@ const tt = et.exports, rt = W.extend({
4183
4201
  "lg:e-basis-full": this.lg === 12 || this.lg === "12",
4184
4202
  "xl:e-basis-full": this.xl === 12 || this.xl === "12",
4185
4203
  "e-basis-full": this.cols === 12 || this.cols === "12",
4186
- [`xs:e-basis-${this.xs}/12`]: this.isSizePropertyNumeric(this.xs),
4187
- [`sm:e-basis-${this.sm}/12`]: this.isSizePropertyNumeric(this.sm),
4188
- [`md:e-basis-${this.md}/12`]: this.isSizePropertyNumeric(this.md),
4189
- [`lg:e-basis-${this.lg}/12`]: this.isSizePropertyNumeric(this.lg),
4190
- [`xl:e-basis-${this.xl}/12`]: this.isSizePropertyNumeric(this.xl),
4191
- [`e-basis-${this.cols}/12`]: this.isSizePropertyNumeric(this.cols),
4204
+ [`xs:e-basis-${this.xs}/12 xs:e-max-w-${this.xs}/12`]: this.isSizePropertyNumeric(this.xs),
4205
+ [`sm:e-basis-${this.sm}/12 sm:e-max-w-${this.sm}/12`]: this.isSizePropertyNumeric(this.sm),
4206
+ [`md:e-basis-${this.md}/12 md:e-max-w-${this.md}/12`]: this.isSizePropertyNumeric(this.md),
4207
+ [`lg:e-basis-${this.lg}/12 lg:e-max-w-${this.lg}/12`]: this.isSizePropertyNumeric(this.lg),
4208
+ [`xl:e-basis-${this.xl}/12 xl:e-max-w-${this.xl}/12`]: this.isSizePropertyNumeric(this.xl),
4209
+ [`e-basis-${this.cols}/12 e-max-w-${this.cols}/12`]: this.isSizePropertyNumeric(this.cols),
4192
4210
  [`xs:e-offset-${this.offsetXs}`]: this.offsetXs !== void 0,
4193
4211
  [`sm:e-offset-${this.offsetSm}`]: this.offsetSm !== void 0,
4194
4212
  [`md:e-offset-${this.offsetMd}`]: this.offsetMd !== void 0,