@getcommunity/client-styleguides 0.0.34 → 0.0.36
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 +1 -1
- package/dist/brandywine.cjs +1 -1
- package/dist/getcommunity.cjs +1 -1
- package/dist/olsonhomes.cjs +1 -1
- package/dist/pacificcommunities.cjs +1 -1
- package/dist/sheahomes.cjs +1 -1
- package/dist/social-brands.cjs +1 -1
- package/dist/tollbrothers.cjs +1 -1
- package/dist/trumark.cjs +1 -1
- package/dist/vandaele.cjs +1 -1
- package/dist/wpg.cjs +1 -1
- package/package.json +13 -13
- /package/dist/{chunk-CKQMccvm.cjs → chunk-D6vf50IK.cjs} +0 -0
package/dist/biasc.cjs
CHANGED
package/dist/brandywine.cjs
CHANGED
package/dist/getcommunity.cjs
CHANGED
package/dist/olsonhomes.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const require_chunk = require("./chunk-
|
|
1
|
+
const require_chunk = require("./chunk-D6vf50IK.cjs");
|
|
2
2
|
let tailwindcss_plugin = require("tailwindcss/plugin");
|
|
3
3
|
tailwindcss_plugin = require_chunk.__toESM(tailwindcss_plugin, 1);
|
|
4
4
|
//#region src/pacificcommunities.ts
|
package/dist/sheahomes.cjs
CHANGED
package/dist/social-brands.cjs
CHANGED
package/dist/tollbrothers.cjs
CHANGED
package/dist/trumark.cjs
CHANGED
package/dist/vandaele.cjs
CHANGED
package/dist/wpg.cjs
CHANGED
package/package.json
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getcommunity/client-styleguides",
|
|
3
3
|
"description": "A collection of reusable styles for GetCommunity client projects.",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.36",
|
|
5
5
|
"author": "@GetCommunity <ryan@getcommunity.com> (https://github.com/GetCommunity)",
|
|
6
6
|
"contributors": [
|
|
7
7
|
"Joey Grable <joey@getcommunity.com> (https://joeygrable.com)"
|
|
8
8
|
],
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"tailwindcss": "^4.
|
|
10
|
+
"tailwindcss": "^4.3.0"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@eslint/js": "^10.0.1",
|
|
14
|
-
"@getcommunity/config-prettier": "^0.1.
|
|
15
|
-
"@getcommunity/config-typescript": "^0.0.
|
|
16
|
-
"@tailwindcss/postcss": "^4.
|
|
17
|
-
"@types/node": "^25.
|
|
18
|
-
"eslint": "^10.
|
|
14
|
+
"@getcommunity/config-prettier": "^0.1.5",
|
|
15
|
+
"@getcommunity/config-typescript": "^0.0.22",
|
|
16
|
+
"@tailwindcss/postcss": "^4.3.0",
|
|
17
|
+
"@types/node": "^25.9.1",
|
|
18
|
+
"eslint": "^10.4.1",
|
|
19
19
|
"prettier": "^3.8.3",
|
|
20
20
|
"prettier-plugin-organize-imports": "^4.3.0",
|
|
21
|
-
"prettier-plugin-tailwindcss": "^0.
|
|
22
|
-
"solid-js": "^1.9.
|
|
23
|
-
"tsdown": "^0.
|
|
24
|
-
"typescript": "^6.0.
|
|
25
|
-
"typescript-eslint": "^8.
|
|
26
|
-
"vite": "^8.0.
|
|
21
|
+
"prettier-plugin-tailwindcss": "^0.8.0",
|
|
22
|
+
"solid-js": "^1.9.13",
|
|
23
|
+
"tsdown": "^0.22.1",
|
|
24
|
+
"typescript": "^6.0.3",
|
|
25
|
+
"typescript-eslint": "^8.60.1",
|
|
26
|
+
"vite": "^8.0.16",
|
|
27
27
|
"vite-plugin-solid": "^2.11.12"
|
|
28
28
|
},
|
|
29
29
|
"exports": {
|
|
File without changes
|