@ucdavis/gunrock-tailwind 2.2.0 → 2.3.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 (2) hide show
  1. package/imports.css +3 -49
  2. package/package.json +6 -3
package/imports.css CHANGED
@@ -40,9 +40,9 @@
40
40
  --color-light-bg-100: oklch(100% 0 0); /* white */
41
41
  --color-light-bg-200: oklch(98% 0 0); /* off-white */
42
42
  --color-light-bg-300: oklch(95% 0 0); /* light gray */
43
- --color-dark-bg-100: oklch(10% 0.003 285.823); /* darkest gray */
44
- --color-dark-bg-200: oklch(12% 0.004 285.823); /* darker gray */
45
- --color-dark-bg-300: oklch(14% 0.005 285.823); /* dark gray */
43
+ --color-dark-bg-100: oklch(10% 0.003 285.823); /* darkest */
44
+ --color-dark-bg-200: oklch(0.1831 0.004 285.99); /* darker */
45
+ --color-dark-bg-300: oklch(0.2195 0.0077 285.74); /* dark */
46
46
 
47
47
  /* UC Davis colors */
48
48
  --color-ucd-recpool: oklch(0.8061 0.0988 219.14);
@@ -108,52 +108,6 @@ html {
108
108
  body {
109
109
  font-family: "proxima-nova-r", sans-serif;
110
110
  }
111
- h1 {
112
- font-size: 2.25rem; /* 36px */
113
- font-weight: 700; /* bold */
114
- line-height: 2.5rem; /* 40px */
115
- letter-spacing: -0.01562em;
116
- }
117
-
118
- h2 {
119
- font-size: 1.5rem; /* 24px */
120
- font-weight: 700; /* bold */
121
- line-height: 2rem; /* 32px */
122
- letter-spacing: -0.01562em;
123
- }
124
-
125
- h3 {
126
- font-size: 1.25rem; /* 20px */
127
- font-weight: 600; /* semi-bold */
128
- line-height: 1.75rem; /* 28px */
129
- letter-spacing: 0em;
130
- }
131
-
132
- h4 {
133
- font-size: 0.875rem; /* 14px */
134
- text-transform: uppercase;
135
- line-height: 1.5rem; /* 24px */
136
- }
137
-
138
- h5 {
139
- font-size: 1.25rem; /* 20px */
140
- font-weight: 500; /* medium */
141
- }
142
-
143
- h6 {
144
- font-size: 1.125rem; /* 18px */
145
- font-weight: 500; /* medium */
146
- }
147
-
148
- p {
149
- font-size: 1rem; /* 16px */
150
- }
151
-
152
- .lede {
153
- font-size: 1.125rem; /* 18px */
154
- font-weight: 600; /* semi-bold */
155
- line-height: 1.75rem; /* 28px */
156
- }
157
111
  .btn {
158
112
  border-radius: 4px;
159
113
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ucdavis/gunrock-tailwind",
3
- "version": "2.2.0",
3
+ "version": "2.3.0",
4
4
  "description": "Tailwind + DaisyUI preset for UC Davis branding",
5
5
  "main": "imports.css",
6
6
  "files": [
@@ -12,12 +12,15 @@
12
12
  "theme"
13
13
  ],
14
14
  "peerDependencies": {
15
- "tailwindcss": "^4.0.0",
16
- "daisyui": "^5.0.0"
15
+ "daisyui": "^5.0.0",
16
+ "tailwindcss": "^4.0.0"
17
17
  },
18
18
  "license": "MIT",
19
19
  "repository": {
20
20
  "type": "git",
21
21
  "url": "https://github.com/ucdavis/gunrock-tailwind"
22
+ },
23
+ "dependencies": {
24
+ "@ucdavis/gunrock-tailwind": "^2.2.0"
22
25
  }
23
26
  }