@getcommunity/client-styleguides 0.0.33 → 0.0.34

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/biasc.cjs CHANGED
@@ -1,18 +1,17 @@
1
1
  const require_chunk = require("./chunk-CKQMccvm.cjs");
2
2
  let tailwindcss_plugin = require("tailwindcss/plugin");
3
- tailwindcss_plugin = require_chunk.__toESM(tailwindcss_plugin);
3
+ tailwindcss_plugin = require_chunk.__toESM(tailwindcss_plugin, 1);
4
4
  //#region src/biasc.ts
5
- const fontFamily = {
6
- "biasc-primary": ["\"Proxima Nova\"", "sans-serif"],
7
- "biasc-secondary": ["Oswald", "serif"]
8
- };
9
5
  const pluginConfig = (0, tailwindcss_plugin.default)(function() {}, { theme: { extend: {
10
6
  colors: {
11
7
  "biasc-blue": "#07506E",
12
8
  "biasc-gray": "#7F7F7F",
13
9
  "biasc-gold": "#CC9933"
14
10
  },
15
- fontFamily
11
+ fontFamily: {
12
+ "biasc-primary": ["\"Proxima Nova\"", "sans-serif"],
13
+ "biasc-secondary": ["Oswald", "serif"]
14
+ }
16
15
  } } });
17
16
  //#endregion
18
17
  module.exports = pluginConfig;
package/dist/biasc.mjs CHANGED
@@ -1,16 +1,15 @@
1
1
  import plugin from "tailwindcss/plugin";
2
2
  //#region src/biasc.ts
3
- const fontFamily = {
4
- "biasc-primary": ["\"Proxima Nova\"", "sans-serif"],
5
- "biasc-secondary": ["Oswald", "serif"]
6
- };
7
3
  const pluginConfig = plugin(function() {}, { theme: { extend: {
8
4
  colors: {
9
5
  "biasc-blue": "#07506E",
10
6
  "biasc-gray": "#7F7F7F",
11
7
  "biasc-gold": "#CC9933"
12
8
  },
13
- fontFamily
9
+ fontFamily: {
10
+ "biasc-primary": ["\"Proxima Nova\"", "sans-serif"],
11
+ "biasc-secondary": ["Oswald", "serif"]
12
+ }
14
13
  } } });
15
14
  //#endregion
16
15
  export { pluginConfig as default };
@@ -1,11 +1,7 @@
1
1
  const require_chunk = require("./chunk-CKQMccvm.cjs");
2
2
  let tailwindcss_plugin = require("tailwindcss/plugin");
3
- tailwindcss_plugin = require_chunk.__toESM(tailwindcss_plugin);
3
+ tailwindcss_plugin = require_chunk.__toESM(tailwindcss_plugin, 1);
4
4
  //#region src/brandywine.ts
5
- const fontFamily = {
6
- "brandywine-primary": ["\"Proxima Nova\"", "san-serif"],
7
- "brandywine-secondary": ["Oswald", "serif"]
8
- };
9
5
  const pluginConfig = (0, tailwindcss_plugin.default)(function() {}, { theme: { extend: {
10
6
  colors: {
11
7
  "brandywine-primary-blue": "#003C7C",
@@ -14,7 +10,10 @@ const pluginConfig = (0, tailwindcss_plugin.default)(function() {}, { theme: { e
14
10
  "brandywine-primary-skyblue": "#2CB0C8",
15
11
  "brandywine-primary-purple": "#571670"
16
12
  },
17
- fontFamily
13
+ fontFamily: {
14
+ "brandywine-primary": ["\"Proxima Nova\"", "san-serif"],
15
+ "brandywine-secondary": ["Oswald", "serif"]
16
+ }
18
17
  } } });
19
18
  //#endregion
20
19
  module.exports = pluginConfig;
@@ -1,9 +1,5 @@
1
1
  import plugin from "tailwindcss/plugin";
2
2
  //#region src/brandywine.ts
3
- const fontFamily = {
4
- "brandywine-primary": ["\"Proxima Nova\"", "san-serif"],
5
- "brandywine-secondary": ["Oswald", "serif"]
6
- };
7
3
  const pluginConfig = plugin(function() {}, { theme: { extend: {
8
4
  colors: {
9
5
  "brandywine-primary-blue": "#003C7C",
@@ -12,7 +8,10 @@ const pluginConfig = plugin(function() {}, { theme: { extend: {
12
8
  "brandywine-primary-skyblue": "#2CB0C8",
13
9
  "brandywine-primary-purple": "#571670"
14
10
  },
15
- fontFamily
11
+ fontFamily: {
12
+ "brandywine-primary": ["\"Proxima Nova\"", "san-serif"],
13
+ "brandywine-secondary": ["Oswald", "serif"]
14
+ }
16
15
  } } });
17
16
  //#endregion
18
17
  export { pluginConfig as default };
@@ -1,13 +1,7 @@
1
1
  const require_chunk = require("./chunk-CKQMccvm.cjs");
2
2
  let tailwindcss_plugin = require("tailwindcss/plugin");
3
- tailwindcss_plugin = require_chunk.__toESM(tailwindcss_plugin);
3
+ tailwindcss_plugin = require_chunk.__toESM(tailwindcss_plugin, 1);
4
4
  //#region src/getcommunity.ts
5
- const fontFamily = { "gc-primary": [
6
- "\"Noto Sans\"",
7
- "Helvetica",
8
- "Verdana",
9
- "sans-serif"
10
- ] };
11
5
  const pluginConfig = (0, tailwindcss_plugin.default)(function() {}, { theme: { extend: {
12
6
  colors: {
13
7
  "getcommunity-red": "#E16740",
@@ -20,7 +14,12 @@ const pluginConfig = (0, tailwindcss_plugin.default)(function() {}, { theme: { e
20
14
  "getcommunity-brown-light": "#C7B088",
21
15
  "getcommunity-brown-dark": "#725846"
22
16
  },
23
- fontFamily
17
+ fontFamily: { "gc-primary": [
18
+ "\"Noto Sans\"",
19
+ "Helvetica",
20
+ "Verdana",
21
+ "sans-serif"
22
+ ] }
24
23
  } } });
25
24
  //#endregion
26
25
  module.exports = pluginConfig;
@@ -1,11 +1,5 @@
1
1
  import plugin from "tailwindcss/plugin";
2
2
  //#region src/getcommunity.ts
3
- const fontFamily = { "gc-primary": [
4
- "\"Noto Sans\"",
5
- "Helvetica",
6
- "Verdana",
7
- "sans-serif"
8
- ] };
9
3
  const pluginConfig = plugin(function() {}, { theme: { extend: {
10
4
  colors: {
11
5
  "getcommunity-red": "#E16740",
@@ -18,7 +12,12 @@ const pluginConfig = plugin(function() {}, { theme: { extend: {
18
12
  "getcommunity-brown-light": "#C7B088",
19
13
  "getcommunity-brown-dark": "#725846"
20
14
  },
21
- fontFamily
15
+ fontFamily: { "gc-primary": [
16
+ "\"Noto Sans\"",
17
+ "Helvetica",
18
+ "Verdana",
19
+ "sans-serif"
20
+ ] }
22
21
  } } });
23
22
  //#endregion
24
23
  export { pluginConfig as default };
@@ -1,11 +1,7 @@
1
1
  const require_chunk = require("./chunk-CKQMccvm.cjs");
2
2
  let tailwindcss_plugin = require("tailwindcss/plugin");
3
- tailwindcss_plugin = require_chunk.__toESM(tailwindcss_plugin);
3
+ tailwindcss_plugin = require_chunk.__toESM(tailwindcss_plugin, 1);
4
4
  //#region src/olsonhomes.ts
5
- const fontFamily = {
6
- "olsonhomes-primary": ["\"Gotham\"", "sans-serif"],
7
- "olsonhomes-secondary": ["Gladiola", "serif"]
8
- };
9
5
  const pluginConfig = (0, tailwindcss_plugin.default)(function() {}, { theme: { extend: {
10
6
  colors: {
11
7
  "olsonhomes-primary-blue": "#00558F",
@@ -15,7 +11,10 @@ const pluginConfig = (0, tailwindcss_plugin.default)(function() {}, { theme: { e
15
11
  "olsonhomes-secondary-blue-dark": "#05314A",
16
12
  "olsonhomes-secondary-teal": "#31B991"
17
13
  },
18
- fontFamily
14
+ fontFamily: {
15
+ "olsonhomes-primary": ["\"Gotham\"", "sans-serif"],
16
+ "olsonhomes-secondary": ["Gladiola", "serif"]
17
+ }
19
18
  } } });
20
19
  //#endregion
21
20
  module.exports = pluginConfig;
@@ -1,9 +1,5 @@
1
1
  import plugin from "tailwindcss/plugin";
2
2
  //#region src/olsonhomes.ts
3
- const fontFamily = {
4
- "olsonhomes-primary": ["\"Gotham\"", "sans-serif"],
5
- "olsonhomes-secondary": ["Gladiola", "serif"]
6
- };
7
3
  const pluginConfig = plugin(function() {}, { theme: { extend: {
8
4
  colors: {
9
5
  "olsonhomes-primary-blue": "#00558F",
@@ -13,7 +9,10 @@ const pluginConfig = plugin(function() {}, { theme: { extend: {
13
9
  "olsonhomes-secondary-blue-dark": "#05314A",
14
10
  "olsonhomes-secondary-teal": "#31B991"
15
11
  },
16
- fontFamily
12
+ fontFamily: {
13
+ "olsonhomes-primary": ["\"Gotham\"", "sans-serif"],
14
+ "olsonhomes-secondary": ["Gladiola", "serif"]
15
+ }
17
16
  } } });
18
17
  //#endregion
19
18
  export { pluginConfig as default };
@@ -1,11 +1,7 @@
1
1
  const require_chunk = require("./chunk-CKQMccvm.cjs");
2
2
  let tailwindcss_plugin = require("tailwindcss/plugin");
3
- tailwindcss_plugin = require_chunk.__toESM(tailwindcss_plugin);
3
+ tailwindcss_plugin = require_chunk.__toESM(tailwindcss_plugin, 1);
4
4
  //#region src/pacificcommunities.ts
5
- const fontFamily = {
6
- "pacificcommunities-primary": ["Roboto", "sans-serif"],
7
- "pacificcommunities-secondary": ["\"IBM Plex Serif\"", "serif"]
8
- };
9
5
  const pluginConfig = (0, tailwindcss_plugin.default)(function() {}, { theme: { extend: {
10
6
  colors: {
11
7
  "pacificcommunities-primary-blue-light": "#043E70",
@@ -17,7 +13,10 @@ const pluginConfig = (0, tailwindcss_plugin.default)(function() {}, { theme: { e
17
13
  "pacificcommunities-secondary-red": "#6E120B",
18
14
  "pacificcommunities-secondary-orange": "#FF9A32"
19
15
  },
20
- fontFamily
16
+ fontFamily: {
17
+ "pacificcommunities-primary": ["Roboto", "sans-serif"],
18
+ "pacificcommunities-secondary": ["\"IBM Plex Serif\"", "serif"]
19
+ }
21
20
  } } });
22
21
  //#endregion
23
22
  module.exports = pluginConfig;
@@ -1,9 +1,5 @@
1
1
  import plugin from "tailwindcss/plugin";
2
2
  //#region src/pacificcommunities.ts
3
- const fontFamily = {
4
- "pacificcommunities-primary": ["Roboto", "sans-serif"],
5
- "pacificcommunities-secondary": ["\"IBM Plex Serif\"", "serif"]
6
- };
7
3
  const pluginConfig = plugin(function() {}, { theme: { extend: {
8
4
  colors: {
9
5
  "pacificcommunities-primary-blue-light": "#043E70",
@@ -15,7 +11,10 @@ const pluginConfig = plugin(function() {}, { theme: { extend: {
15
11
  "pacificcommunities-secondary-red": "#6E120B",
16
12
  "pacificcommunities-secondary-orange": "#FF9A32"
17
13
  },
18
- fontFamily
14
+ fontFamily: {
15
+ "pacificcommunities-primary": ["Roboto", "sans-serif"],
16
+ "pacificcommunities-secondary": ["\"IBM Plex Serif\"", "serif"]
17
+ }
19
18
  } } });
20
19
  //#endregion
21
20
  export { pluginConfig as default };
@@ -1,8 +1,7 @@
1
1
  const require_chunk = require("./chunk-CKQMccvm.cjs");
2
2
  let tailwindcss_plugin = require("tailwindcss/plugin");
3
- tailwindcss_plugin = require_chunk.__toESM(tailwindcss_plugin);
3
+ tailwindcss_plugin = require_chunk.__toESM(tailwindcss_plugin, 1);
4
4
  //#region src/sheahomes.ts
5
- const fontFamily = { "sheahomes-primary": ["Gotham", "sans-serif"] };
6
5
  const pluginConfig = (0, tailwindcss_plugin.default)(function() {}, { theme: { extend: {
7
6
  colors: {
8
7
  "sheahomes-primary-blue": "#41748D",
@@ -16,7 +15,7 @@ const pluginConfig = (0, tailwindcss_plugin.default)(function() {}, { theme: { e
16
15
  "sheahomes-secondary-orange": "#FF9A32",
17
16
  "sheahomes-secondary-gray-light": "#D9E1E2"
18
17
  },
19
- fontFamily
18
+ fontFamily: { "sheahomes-primary": ["Gotham", "sans-serif"] }
20
19
  } } });
21
20
  //#endregion
22
21
  module.exports = pluginConfig;
@@ -1,6 +1,5 @@
1
1
  import plugin from "tailwindcss/plugin";
2
2
  //#region src/sheahomes.ts
3
- const fontFamily = { "sheahomes-primary": ["Gotham", "sans-serif"] };
4
3
  const pluginConfig = plugin(function() {}, { theme: { extend: {
5
4
  colors: {
6
5
  "sheahomes-primary-blue": "#41748D",
@@ -14,7 +13,7 @@ const pluginConfig = plugin(function() {}, { theme: { extend: {
14
13
  "sheahomes-secondary-orange": "#FF9A32",
15
14
  "sheahomes-secondary-gray-light": "#D9E1E2"
16
15
  },
17
- fontFamily
16
+ fontFamily: { "sheahomes-primary": ["Gotham", "sans-serif"] }
18
17
  } } });
19
18
  //#endregion
20
19
  export { pluginConfig as default };
@@ -1,6 +1,6 @@
1
1
  const require_chunk = require("./chunk-CKQMccvm.cjs");
2
2
  let tailwindcss_plugin = require("tailwindcss/plugin");
3
- tailwindcss_plugin = require_chunk.__toESM(tailwindcss_plugin);
3
+ tailwindcss_plugin = require_chunk.__toESM(tailwindcss_plugin, 1);
4
4
  //#region src/social-brands.ts
5
5
  const pluginConfig = (0, tailwindcss_plugin.default)(function() {}, { theme: { extend: {
6
6
  colors: {
@@ -1,11 +1,7 @@
1
1
  const require_chunk = require("./chunk-CKQMccvm.cjs");
2
2
  let tailwindcss_plugin = require("tailwindcss/plugin");
3
- tailwindcss_plugin = require_chunk.__toESM(tailwindcss_plugin);
3
+ tailwindcss_plugin = require_chunk.__toESM(tailwindcss_plugin, 1);
4
4
  //#region src/tollbrothers.ts
5
- const fontFamily = {
6
- "tollbrothers-primary": ["\"DM Serif Display\"", "serif"],
7
- "tollbrothers-secondary": ["Gotham", "sans-serif"]
8
- };
9
5
  const pluginConfig = (0, tailwindcss_plugin.default)(function() {}, { theme: { extend: {
10
6
  colors: {
11
7
  "tollbrothers-primary-blue-dark": "#0C2240",
@@ -16,7 +12,10 @@ const pluginConfig = (0, tailwindcss_plugin.default)(function() {}, { theme: { e
16
12
  "tollbrothers-accent-tan": "#696056",
17
13
  "tollbrothers-accent-magenta": "#A31F34"
18
14
  },
19
- fontFamily
15
+ fontFamily: {
16
+ "tollbrothers-primary": ["\"DM Serif Display\"", "serif"],
17
+ "tollbrothers-secondary": ["Gotham", "sans-serif"]
18
+ }
20
19
  } } });
21
20
  //#endregion
22
21
  module.exports = pluginConfig;
@@ -1,9 +1,5 @@
1
1
  import plugin from "tailwindcss/plugin";
2
2
  //#region src/tollbrothers.ts
3
- const fontFamily = {
4
- "tollbrothers-primary": ["\"DM Serif Display\"", "serif"],
5
- "tollbrothers-secondary": ["Gotham", "sans-serif"]
6
- };
7
3
  const pluginConfig = plugin(function() {}, { theme: { extend: {
8
4
  colors: {
9
5
  "tollbrothers-primary-blue-dark": "#0C2240",
@@ -14,7 +10,10 @@ const pluginConfig = plugin(function() {}, { theme: { extend: {
14
10
  "tollbrothers-accent-tan": "#696056",
15
11
  "tollbrothers-accent-magenta": "#A31F34"
16
12
  },
17
- fontFamily
13
+ fontFamily: {
14
+ "tollbrothers-primary": ["\"DM Serif Display\"", "serif"],
15
+ "tollbrothers-secondary": ["Gotham", "sans-serif"]
16
+ }
18
17
  } } });
19
18
  //#endregion
20
19
  export { pluginConfig as default };
package/dist/trumark.cjs CHANGED
@@ -1,11 +1,7 @@
1
1
  const require_chunk = require("./chunk-CKQMccvm.cjs");
2
2
  let tailwindcss_plugin = require("tailwindcss/plugin");
3
- tailwindcss_plugin = require_chunk.__toESM(tailwindcss_plugin);
3
+ tailwindcss_plugin = require_chunk.__toESM(tailwindcss_plugin, 1);
4
4
  //#region src/trumark.ts
5
- const fontFamily = {
6
- "trumark-primary": ["Montserrat", "sans-serif"],
7
- "trumark-secondary": ["Raleway", "sans-serif"]
8
- };
9
5
  const pluginConfig = (0, tailwindcss_plugin.default)(function() {}, { theme: { extend: {
10
6
  colors: {
11
7
  "trumark-primary-blue": "#00515F",
@@ -17,7 +13,10 @@ const pluginConfig = (0, tailwindcss_plugin.default)(function() {}, { theme: { e
17
13
  "trumark-secondary-yellow": "#E5C91A",
18
14
  "trumark-secondary-gray-dark": "#576670"
19
15
  },
20
- fontFamily
16
+ fontFamily: {
17
+ "trumark-primary": ["Montserrat", "sans-serif"],
18
+ "trumark-secondary": ["Raleway", "sans-serif"]
19
+ }
21
20
  } } });
22
21
  //#endregion
23
22
  module.exports = pluginConfig;
package/dist/trumark.mjs CHANGED
@@ -1,9 +1,5 @@
1
1
  import plugin from "tailwindcss/plugin";
2
2
  //#region src/trumark.ts
3
- const fontFamily = {
4
- "trumark-primary": ["Montserrat", "sans-serif"],
5
- "trumark-secondary": ["Raleway", "sans-serif"]
6
- };
7
3
  const pluginConfig = plugin(function() {}, { theme: { extend: {
8
4
  colors: {
9
5
  "trumark-primary-blue": "#00515F",
@@ -15,7 +11,10 @@ const pluginConfig = plugin(function() {}, { theme: { extend: {
15
11
  "trumark-secondary-yellow": "#E5C91A",
16
12
  "trumark-secondary-gray-dark": "#576670"
17
13
  },
18
- fontFamily
14
+ fontFamily: {
15
+ "trumark-primary": ["Montserrat", "sans-serif"],
16
+ "trumark-secondary": ["Raleway", "sans-serif"]
17
+ }
19
18
  } } });
20
19
  //#endregion
21
20
  export { pluginConfig as default };
package/dist/vandaele.cjs CHANGED
@@ -1,8 +1,7 @@
1
1
  const require_chunk = require("./chunk-CKQMccvm.cjs");
2
2
  let tailwindcss_plugin = require("tailwindcss/plugin");
3
- tailwindcss_plugin = require_chunk.__toESM(tailwindcss_plugin);
3
+ tailwindcss_plugin = require_chunk.__toESM(tailwindcss_plugin, 1);
4
4
  //#region src/vandaele.ts
5
- const fontFamily = { "vandaele-primary": ["Gotham", "sans-serif"] };
6
5
  const pluginConfig = (0, tailwindcss_plugin.default)(function() {}, { theme: { extend: {
7
6
  colors: {
8
7
  "vandaele-primary-green": "#91A01D",
@@ -14,7 +13,7 @@ const pluginConfig = (0, tailwindcss_plugin.default)(function() {}, { theme: { e
14
13
  "vandaele-accent-gray-mid": "#9EA3A6",
15
14
  "vandaele-accent-gray-light": "#D1D1D4"
16
15
  },
17
- fontFamily
16
+ fontFamily: { "vandaele-primary": ["Gotham", "sans-serif"] }
18
17
  } } });
19
18
  //#endregion
20
19
  module.exports = pluginConfig;
package/dist/vandaele.mjs CHANGED
@@ -1,6 +1,5 @@
1
1
  import plugin from "tailwindcss/plugin";
2
2
  //#region src/vandaele.ts
3
- const fontFamily = { "vandaele-primary": ["Gotham", "sans-serif"] };
4
3
  const pluginConfig = plugin(function() {}, { theme: { extend: {
5
4
  colors: {
6
5
  "vandaele-primary-green": "#91A01D",
@@ -12,7 +11,7 @@ const pluginConfig = plugin(function() {}, { theme: { extend: {
12
11
  "vandaele-accent-gray-mid": "#9EA3A6",
13
12
  "vandaele-accent-gray-light": "#D1D1D4"
14
13
  },
15
- fontFamily
14
+ fontFamily: { "vandaele-primary": ["Gotham", "sans-serif"] }
16
15
  } } });
17
16
  //#endregion
18
17
  export { pluginConfig as default };
package/dist/wpg.cjs CHANGED
@@ -1,11 +1,7 @@
1
1
  const require_chunk = require("./chunk-CKQMccvm.cjs");
2
2
  let tailwindcss_plugin = require("tailwindcss/plugin");
3
- tailwindcss_plugin = require_chunk.__toESM(tailwindcss_plugin);
3
+ tailwindcss_plugin = require_chunk.__toESM(tailwindcss_plugin, 1);
4
4
  //#region src/wpg.ts
5
- const fontFamily = {
6
- "wpg-primary": ["Helvetica", "sans-serif"],
7
- "wpg-secondary": ["Optima", "sans-serif"]
8
- };
9
5
  const pluginConfig = (0, tailwindcss_plugin.default)(function() {}, { theme: { extend: {
10
6
  colors: {
11
7
  "wpg-gray": "#7B7778",
@@ -14,7 +10,10 @@ const pluginConfig = (0, tailwindcss_plugin.default)(function() {}, { theme: { e
14
10
  "wpg-tan-dark": "#A39383",
15
11
  "wpg-tan-light": "#D4CCC5"
16
12
  },
17
- fontFamily
13
+ fontFamily: {
14
+ "wpg-primary": ["Helvetica", "sans-serif"],
15
+ "wpg-secondary": ["Optima", "sans-serif"]
16
+ }
18
17
  } } });
19
18
  //#endregion
20
19
  module.exports = pluginConfig;
package/dist/wpg.mjs CHANGED
@@ -1,9 +1,5 @@
1
1
  import plugin from "tailwindcss/plugin";
2
2
  //#region src/wpg.ts
3
- const fontFamily = {
4
- "wpg-primary": ["Helvetica", "sans-serif"],
5
- "wpg-secondary": ["Optima", "sans-serif"]
6
- };
7
3
  const pluginConfig = plugin(function() {}, { theme: { extend: {
8
4
  colors: {
9
5
  "wpg-gray": "#7B7778",
@@ -12,7 +8,10 @@ const pluginConfig = plugin(function() {}, { theme: { extend: {
12
8
  "wpg-tan-dark": "#A39383",
13
9
  "wpg-tan-light": "#D4CCC5"
14
10
  },
15
- fontFamily
11
+ fontFamily: {
12
+ "wpg-primary": ["Helvetica", "sans-serif"],
13
+ "wpg-secondary": ["Optima", "sans-serif"]
14
+ }
16
15
  } } });
17
16
  //#endregion
18
17
  export { pluginConfig as default };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@getcommunity/client-styleguides",
3
3
  "description": "A collection of reusable styles for GetCommunity client projects.",
4
- "version": "0.0.33",
4
+ "version": "0.0.34",
5
5
  "author": "@GetCommunity <ryan@getcommunity.com> (https://github.com/GetCommunity)",
6
6
  "contributors": [
7
7
  "Joey Grable <joey@getcommunity.com> (https://joeygrable.com)"
@@ -11,26 +11,31 @@
11
11
  },
12
12
  "devDependencies": {
13
13
  "@eslint/js": "^10.0.1",
14
- "@getcommunity/config-prettier": "^0.0.16",
15
- "@getcommunity/config-typescript": "^0.0.18",
14
+ "@getcommunity/config-prettier": "^0.1.1",
15
+ "@getcommunity/config-typescript": "^0.0.19",
16
16
  "@tailwindcss/postcss": "^4.2.2",
17
- "@types/node": "^25.5.2",
18
- "eslint": "^10.1.0",
19
- "prettier": "^3.8.1",
17
+ "@types/node": "^25.6.0",
18
+ "eslint": "^10.2.0",
19
+ "prettier": "^3.8.3",
20
20
  "prettier-plugin-organize-imports": "^4.3.0",
21
21
  "prettier-plugin-tailwindcss": "^0.7.2",
22
22
  "solid-js": "^1.9.12",
23
- "tsdown": "^0.21.7",
23
+ "tsdown": "^0.21.8",
24
24
  "typescript": "^6.0.2",
25
- "typescript-eslint": "^8.58.0",
26
- "vite": "^8.0.3",
27
- "vite-plugin-solid": "^2.11.11"
25
+ "typescript-eslint": "^8.58.2",
26
+ "vite": "^8.0.8",
27
+ "vite-plugin-solid": "^2.11.12"
28
28
  },
29
29
  "exports": {
30
30
  "./*": {
31
- "types": "./dist/*.d.ts",
32
- "import": "./dist/*.js",
33
- "require": "./dist/*.cjs"
31
+ "import": {
32
+ "types": "./dist/*.d.mts",
33
+ "default": "./dist/*.mjs"
34
+ },
35
+ "require": {
36
+ "types": "./dist/*.d.cts",
37
+ "default": "./dist/*.cjs"
38
+ }
34
39
  }
35
40
  },
36
41
  "files": [