@caweb/framework 1.8.2 → 1.8.3
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/build/delta-rtl.css +3064 -0
- package/build/delta.asset.php +1 -1
- package/build/delta.css +3066 -0
- package/build/delta.css.map +1 -1
- package/build/delta.js +9 -0
- package/build/delta.js.map +1 -1
- package/build/fonts/CaGov.eot +0 -0
- package/build/fonts/CaGov.svg +784 -0
- package/build/fonts/CaGov.ttf +0 -0
- package/build/fonts/CaGov.woff +0 -0
- package/lib/entry/delta.js +3 -2
- package/lib/entry/eureka.js +3 -2
- package/lib/entry/mono.js +3 -2
- package/lib/entry/oceanside.js +3 -2
- package/lib/entry/orangecounty.js +3 -2
- package/lib/entry/pasorobles.js +3 -2
- package/lib/entry/sacramento.js +3 -2
- package/lib/entry/santabarbara.js +3 -2
- package/lib/entry/santacruz.js +3 -2
- package/lib/entry/shasta.js +3 -2
- package/lib/entry/sierra.js +3 -2
- package/lib/entry/trinity.js +3 -2
- package/lib/scripts/create-entrypoints.js +6 -2
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
package/lib/entry/delta.js
CHANGED
|
@@ -9,9 +9,10 @@ const currentPath = process.cwd();
|
|
|
9
9
|
export default {
|
|
10
10
|
entry: {
|
|
11
11
|
delta: [
|
|
12
|
-
path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
|
|
13
12
|
path.join(currentPath, '/src/styles/colorschemes/delta.scss'),
|
|
14
|
-
path.join(currentPath, '/
|
|
13
|
+
path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
|
|
14
|
+
path.join(currentPath, '/src/scripts/index.js'),
|
|
15
|
+
|
|
15
16
|
]
|
|
16
17
|
}
|
|
17
18
|
};
|
package/lib/entry/eureka.js
CHANGED
|
@@ -9,9 +9,10 @@ const currentPath = process.cwd();
|
|
|
9
9
|
export default {
|
|
10
10
|
entry: {
|
|
11
11
|
eureka: [
|
|
12
|
-
path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
|
|
13
12
|
path.join(currentPath, '/src/styles/colorschemes/eureka.scss'),
|
|
14
|
-
path.join(currentPath, '/
|
|
13
|
+
path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
|
|
14
|
+
path.join(currentPath, '/src/scripts/index.js'),
|
|
15
|
+
|
|
15
16
|
]
|
|
16
17
|
}
|
|
17
18
|
};
|
package/lib/entry/mono.js
CHANGED
|
@@ -9,9 +9,10 @@ const currentPath = process.cwd();
|
|
|
9
9
|
export default {
|
|
10
10
|
entry: {
|
|
11
11
|
mono: [
|
|
12
|
-
path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
|
|
13
12
|
path.join(currentPath, '/src/styles/colorschemes/mono.scss'),
|
|
14
|
-
path.join(currentPath, '/
|
|
13
|
+
path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
|
|
14
|
+
path.join(currentPath, '/src/scripts/index.js'),
|
|
15
|
+
|
|
15
16
|
]
|
|
16
17
|
}
|
|
17
18
|
};
|
package/lib/entry/oceanside.js
CHANGED
|
@@ -9,9 +9,10 @@ const currentPath = process.cwd();
|
|
|
9
9
|
export default {
|
|
10
10
|
entry: {
|
|
11
11
|
oceanside: [
|
|
12
|
-
path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
|
|
13
12
|
path.join(currentPath, '/src/styles/colorschemes/oceanside.scss'),
|
|
14
|
-
path.join(currentPath, '/
|
|
13
|
+
path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
|
|
14
|
+
path.join(currentPath, '/src/scripts/index.js'),
|
|
15
|
+
|
|
15
16
|
]
|
|
16
17
|
}
|
|
17
18
|
};
|
|
@@ -9,9 +9,10 @@ const currentPath = process.cwd();
|
|
|
9
9
|
export default {
|
|
10
10
|
entry: {
|
|
11
11
|
orangecounty: [
|
|
12
|
-
path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
|
|
13
12
|
path.join(currentPath, '/src/styles/colorschemes/orangecounty.scss'),
|
|
14
|
-
path.join(currentPath, '/
|
|
13
|
+
path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
|
|
14
|
+
path.join(currentPath, '/src/scripts/index.js'),
|
|
15
|
+
|
|
15
16
|
]
|
|
16
17
|
}
|
|
17
18
|
};
|
package/lib/entry/pasorobles.js
CHANGED
|
@@ -9,9 +9,10 @@ const currentPath = process.cwd();
|
|
|
9
9
|
export default {
|
|
10
10
|
entry: {
|
|
11
11
|
pasorobles: [
|
|
12
|
-
path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
|
|
13
12
|
path.join(currentPath, '/src/styles/colorschemes/pasorobles.scss'),
|
|
14
|
-
path.join(currentPath, '/
|
|
13
|
+
path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
|
|
14
|
+
path.join(currentPath, '/src/scripts/index.js'),
|
|
15
|
+
|
|
15
16
|
]
|
|
16
17
|
}
|
|
17
18
|
};
|
package/lib/entry/sacramento.js
CHANGED
|
@@ -9,9 +9,10 @@ const currentPath = process.cwd();
|
|
|
9
9
|
export default {
|
|
10
10
|
entry: {
|
|
11
11
|
sacramento: [
|
|
12
|
-
path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
|
|
13
12
|
path.join(currentPath, '/src/styles/colorschemes/sacramento.scss'),
|
|
14
|
-
path.join(currentPath, '/
|
|
13
|
+
path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
|
|
14
|
+
path.join(currentPath, '/src/scripts/index.js'),
|
|
15
|
+
|
|
15
16
|
]
|
|
16
17
|
}
|
|
17
18
|
};
|
|
@@ -9,9 +9,10 @@ const currentPath = process.cwd();
|
|
|
9
9
|
export default {
|
|
10
10
|
entry: {
|
|
11
11
|
santabarbara: [
|
|
12
|
-
path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
|
|
13
12
|
path.join(currentPath, '/src/styles/colorschemes/santabarbara.scss'),
|
|
14
|
-
path.join(currentPath, '/
|
|
13
|
+
path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
|
|
14
|
+
path.join(currentPath, '/src/scripts/index.js'),
|
|
15
|
+
|
|
15
16
|
]
|
|
16
17
|
}
|
|
17
18
|
};
|
package/lib/entry/santacruz.js
CHANGED
|
@@ -9,9 +9,10 @@ const currentPath = process.cwd();
|
|
|
9
9
|
export default {
|
|
10
10
|
entry: {
|
|
11
11
|
santacruz: [
|
|
12
|
-
path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
|
|
13
12
|
path.join(currentPath, '/src/styles/colorschemes/santacruz.scss'),
|
|
14
|
-
path.join(currentPath, '/
|
|
13
|
+
path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
|
|
14
|
+
path.join(currentPath, '/src/scripts/index.js'),
|
|
15
|
+
|
|
15
16
|
]
|
|
16
17
|
}
|
|
17
18
|
};
|
package/lib/entry/shasta.js
CHANGED
|
@@ -9,9 +9,10 @@ const currentPath = process.cwd();
|
|
|
9
9
|
export default {
|
|
10
10
|
entry: {
|
|
11
11
|
shasta: [
|
|
12
|
-
path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
|
|
13
12
|
path.join(currentPath, '/src/styles/colorschemes/shasta.scss'),
|
|
14
|
-
path.join(currentPath, '/
|
|
13
|
+
path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
|
|
14
|
+
path.join(currentPath, '/src/scripts/index.js'),
|
|
15
|
+
|
|
15
16
|
]
|
|
16
17
|
}
|
|
17
18
|
};
|
package/lib/entry/sierra.js
CHANGED
|
@@ -9,9 +9,10 @@ const currentPath = process.cwd();
|
|
|
9
9
|
export default {
|
|
10
10
|
entry: {
|
|
11
11
|
sierra: [
|
|
12
|
-
path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
|
|
13
12
|
path.join(currentPath, '/src/styles/colorschemes/sierra.scss'),
|
|
14
|
-
path.join(currentPath, '/
|
|
13
|
+
path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
|
|
14
|
+
path.join(currentPath, '/src/scripts/index.js'),
|
|
15
|
+
|
|
15
16
|
]
|
|
16
17
|
}
|
|
17
18
|
};
|
package/lib/entry/trinity.js
CHANGED
|
@@ -9,9 +9,10 @@ const currentPath = process.cwd();
|
|
|
9
9
|
export default {
|
|
10
10
|
entry: {
|
|
11
11
|
trinity: [
|
|
12
|
-
path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
|
|
13
12
|
path.join(currentPath, '/src/styles/colorschemes/trinity.scss'),
|
|
14
|
-
path.join(currentPath, '/
|
|
13
|
+
path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),
|
|
14
|
+
path.join(currentPath, '/src/scripts/index.js'),
|
|
15
|
+
|
|
15
16
|
]
|
|
16
17
|
}
|
|
17
18
|
};
|
|
@@ -35,8 +35,12 @@ const currentPath = process.cwd();
|
|
|
35
35
|
export default {
|
|
36
36
|
entry: {
|
|
37
37
|
${scheme}: [
|
|
38
|
-
path.join(currentPath,
|
|
39
|
-
|
|
38
|
+
path.join(currentPath, ${
|
|
39
|
+
correctFiles.join('),\n' +
|
|
40
|
+
`\t`.repeat(3) + `path.join(currentPath, 'node_modules/@caweb/icon-library/build/font-only.css'),\n` +
|
|
41
|
+
`\t`.repeat(3) + 'path.join(currentPath, ')
|
|
42
|
+
}),
|
|
43
|
+
|
|
40
44
|
]
|
|
41
45
|
}
|
|
42
46
|
};
|
package/package.json
CHANGED