@cagovweb/state-template 1.0.0

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.
Files changed (50) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +17 -0
  3. package/dist/css/cagov.core.css +24005 -0
  4. package/dist/css/cagov.core.min.css +6 -0
  5. package/dist/css/colortheme-delta.css +4264 -0
  6. package/dist/css/colortheme-delta.min.css +1 -0
  7. package/dist/css/colortheme-eureka.css +4264 -0
  8. package/dist/css/colortheme-eureka.min.css +1 -0
  9. package/dist/css/colortheme-mono.css +4198 -0
  10. package/dist/css/colortheme-mono.min.css +1 -0
  11. package/dist/css/colortheme-oceanside.css +4264 -0
  12. package/dist/css/colortheme-oceanside.min.css +1 -0
  13. package/dist/css/colortheme-orangecounty.css +4264 -0
  14. package/dist/css/colortheme-orangecounty.min.css +1 -0
  15. package/dist/css/colortheme-pasorobles.css +4264 -0
  16. package/dist/css/colortheme-pasorobles.min.css +1 -0
  17. package/dist/css/colortheme-sacramento.css +4352 -0
  18. package/dist/css/colortheme-sacramento.min.css +1 -0
  19. package/dist/css/colortheme-santabarbara.css +4264 -0
  20. package/dist/css/colortheme-santabarbara.min.css +1 -0
  21. package/dist/css/colortheme-santacruz.css +4264 -0
  22. package/dist/css/colortheme-santacruz.min.css +1 -0
  23. package/dist/css/colortheme-shasta.css +4264 -0
  24. package/dist/css/colortheme-shasta.min.css +1 -0
  25. package/dist/css/colortheme-sierra.css +4264 -0
  26. package/dist/css/colortheme-sierra.min.css +1 -0
  27. package/dist/css/colortheme-trinity.css +4264 -0
  28. package/dist/css/colortheme-trinity.min.css +1 -0
  29. package/dist/fonts/CaGov.svg +528 -0
  30. package/dist/fonts/CaGov.ttf +0 -0
  31. package/dist/fonts/CaGov.woff +0 -0
  32. package/dist/fonts/CaGov.woff2 +0 -0
  33. package/dist/fonts/publicsans-bold-webfont.woff +0 -0
  34. package/dist/fonts/publicsans-bold-webfont.woff2 +0 -0
  35. package/dist/fonts/publicsans-extrabold-webfont.woff +0 -0
  36. package/dist/fonts/publicsans-extrabold-webfont.woff2 +0 -0
  37. package/dist/fonts/publicsans-extralight-webfont.woff +0 -0
  38. package/dist/fonts/publicsans-extralight-webfont.woff2 +0 -0
  39. package/dist/fonts/publicsans-light-webfont.woff +0 -0
  40. package/dist/fonts/publicsans-light-webfont.woff2 +0 -0
  41. package/dist/fonts/publicsans-medium-webfont.woff +0 -0
  42. package/dist/fonts/publicsans-medium-webfont.woff2 +0 -0
  43. package/dist/fonts/publicsans-regular-webfont.woff +0 -0
  44. package/dist/fonts/publicsans-regular-webfont.woff2 +0 -0
  45. package/dist/fonts/publicsans-semibold-webfont..woff +0 -0
  46. package/dist/fonts/publicsans-semibold-webfont.woff2 +0 -0
  47. package/dist/js/cagov.core.js +2563 -0
  48. package/dist/js/cagov.core.min.js +6 -0
  49. package/dist/readme.md +5 -0
  50. package/package.json +38 -0
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2023 Office of Digital Services - Web Services
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,17 @@
1
+ # California State Web Template Development
2
+
3
+ This repository contains the development source code for the California State Web Template, an HTML template and website standard offered by the California Department of Technology to state agencies and departments within the State of California and beyond.
4
+
5
+ The California State Web Template is designed to promote a responsive and standard look and feel to ensure a uniform user experience across state entities. The web template includes many usability, security and accessibility requirements and is updated regularly to meet evolving industry standards and best practices.
6
+
7
+ The state web template is an open source project which you can find on the [CA Office of Digital Services GitHub repository](https://github.com/Office-of-Digital-Services). There are various technology versions of the web template available for consumption. Collaboration is highly encouraged and user feedback and contributions are always considered and often implemented.
8
+
9
+ ## Documentation
10
+
11
+ For more information on how to use the state web template, please visit [webstandards.ca.gov](https://webstandards.ca.gov/template/). There you will find documentation on how to get started, how to customize the template, how to follow the web standards and best practices, and how to join the community of web developers and designers working with the state web template.
12
+
13
+ You can also visit [template.webstandards.ca.gov](https://template.webstandards.ca.gov/) to see examples of websites built with the state web template and learn more about the upcoming design system that will replace the state web template in the future.
14
+
15
+ ## License
16
+
17
+ The state web template is licensed under the MIT License. See [LICENSE](https://github.com/Office-of-Digital-Services/California-State-Web-Template-Development/blob/main/LICENSE) for details.