@cooperco/cooper-component-library 0.1.129 → 0.1.130
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/cms/containerCollectionModule.query.ts +0 -6
- package/dist/cms/contentful/queries/containerCollectionModule.query.js +0 -6
- package/dist/cms/contentful/queries/containerCollectionModule.query.ts +0 -6
- package/dist/cms/contentful/queries/index.d.ts +0 -1
- package/dist/cms/contentful/queries/index.js +0 -1
- package/dist/cms/contentful/queries/index.ts +0 -2
- package/dist/cms/index.ts +0 -2
- package/dist/cms/queries/containerCollectionModule.query.ts +0 -6
- package/dist/cms/queries/index.ts +0 -2
- package/dist/lib/component-lib.js +3253 -3634
- package/dist/lib/component-lib.umd.cjs +23 -23
- package/dist/lib/css/main.css +18 -48
- package/dist/lib/style.css +1 -1
- package/dist/types/cms/contentful/queries/index.d.ts +0 -1
- package/dist/types/src/components/ContainerCollectionModule/ContainerCollectionModule.d.ts +1 -4
- package/dist/types/src/components/components.d.ts +0 -1
- package/dist/types/src/components/types.d.ts +0 -1
- package/dist/types/src/config/defaultPassthrough/index.d.ts +0 -1
- package/dist/types/src/config/defaultPassthrough/types.d.ts +1 -3
- package/dist/types/src/types.d.ts +0 -1
- package/package.json +1 -1
- package/dist/cms/0095-create-table-module.cjs +0 -174
- package/dist/cms/0096-update-container-collection-filtered-table.cjs +0 -57
- package/dist/cms/contentful/migrations/scripts/0095-create-table-module.cjs +0 -174
- package/dist/cms/contentful/migrations/scripts/0096-update-container-collection-filtered-table.cjs +0 -57
- package/dist/cms/contentful/queries/tableModule.query.d.ts +0 -2
- package/dist/cms/contentful/queries/tableModule.query.js +0 -60
- package/dist/cms/contentful/queries/tableModule.query.ts +0 -62
- package/dist/cms/migrations/scripts/0095-create-table-module.cjs +0 -174
- package/dist/cms/migrations/scripts/0096-update-container-collection-filtered-table.cjs +0 -57
- package/dist/cms/queries/tableModule.query.ts +0 -62
- package/dist/cms/scripts/0095-create-table-module.cjs +0 -174
- package/dist/cms/scripts/0096-update-container-collection-filtered-table.cjs +0 -57
- package/dist/cms/tableModule.query.ts +0 -62
- package/dist/types/cms/contentful/queries/tableModule.query.d.ts +0 -2
- package/dist/types/src/components/TableModule/TableModule.d.ts +0 -51
- package/dist/types/src/components/TableModule/TableModule.vue.d.ts +0 -3
- /package/dist/cms/{0097-tabmodule-inline-body-copy.cjs → 0095-tabmodule-inline-body-copy.cjs} +0 -0
- /package/dist/cms/{0098-delete-body-copy-content-type.cjs → 0096-delete-body-copy-content-type.cjs} +0 -0
- /package/dist/cms/contentful/migrations/scripts/{0097-tabmodule-inline-body-copy.cjs → 0095-tabmodule-inline-body-copy.cjs} +0 -0
- /package/dist/cms/contentful/migrations/scripts/{0098-delete-body-copy-content-type.cjs → 0096-delete-body-copy-content-type.cjs} +0 -0
- /package/dist/cms/migrations/scripts/{0097-tabmodule-inline-body-copy.cjs → 0095-tabmodule-inline-body-copy.cjs} +0 -0
- /package/dist/cms/migrations/scripts/{0098-delete-body-copy-content-type.cjs → 0096-delete-body-copy-content-type.cjs} +0 -0
- /package/dist/cms/scripts/{0097-tabmodule-inline-body-copy.cjs → 0095-tabmodule-inline-body-copy.cjs} +0 -0
- /package/dist/cms/scripts/{0098-delete-body-copy-content-type.cjs → 0096-delete-body-copy-content-type.cjs} +0 -0
package/dist/lib/css/main.css
CHANGED
|
@@ -101,11 +101,6 @@ div {
|
|
|
101
101
|
word-break: break-word;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
-
.container-collection-headline {
|
|
105
|
-
max-width: 15ch;
|
|
106
|
-
white-space: pre-line;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
104
|
.content-module-body-copy strong,
|
|
110
105
|
.content-module-body-copy b {
|
|
111
106
|
color: var(--copy-accent-color);
|
|
@@ -123,8 +118,7 @@ div {
|
|
|
123
118
|
color: var(--copy-accent-color);
|
|
124
119
|
}
|
|
125
120
|
|
|
126
|
-
.content-module-body-copy table
|
|
127
|
-
.table-module table {
|
|
121
|
+
.content-module-body-copy table {
|
|
128
122
|
width: 100%;
|
|
129
123
|
border-collapse: separate;
|
|
130
124
|
border-spacing: 0;
|
|
@@ -135,8 +129,7 @@ div {
|
|
|
135
129
|
white-space: normal;
|
|
136
130
|
}
|
|
137
131
|
|
|
138
|
-
.content-module-body-copy table th
|
|
139
|
-
.table-module table th {
|
|
132
|
+
.content-module-body-copy table th {
|
|
140
133
|
color: var(--iris);
|
|
141
134
|
font-family: 'GT-Walsheim-Bd';
|
|
142
135
|
padding: 0.75em 1em;
|
|
@@ -144,14 +137,12 @@ div {
|
|
|
144
137
|
text-align: center;
|
|
145
138
|
}
|
|
146
139
|
|
|
147
|
-
.content-module-body-copy table th:first-child
|
|
148
|
-
.table-module table th:first-child {
|
|
140
|
+
.content-module-body-copy table th:first-child {
|
|
149
141
|
text-align: left;
|
|
150
142
|
}
|
|
151
143
|
|
|
152
144
|
|
|
153
|
-
.content-module-body-copy table .table-highlighted-cell
|
|
154
|
-
.table-module table .table-highlighted-cell {
|
|
145
|
+
.content-module-body-copy table .table-highlighted-cell {
|
|
155
146
|
background-color: var(--hydrangea) !important;
|
|
156
147
|
color: var(--iris) !important;
|
|
157
148
|
font-family: 'GT-Walsheim-Bd';
|
|
@@ -159,9 +150,7 @@ div {
|
|
|
159
150
|
}
|
|
160
151
|
|
|
161
152
|
.content-module-body-copy table .table-empty-row,
|
|
162
|
-
.content-module-body-copy table .table-empty-column
|
|
163
|
-
.table-module table .table-empty-row,
|
|
164
|
-
.table-module table .table-empty-column {
|
|
153
|
+
.content-module-body-copy table .table-empty-column {
|
|
165
154
|
background-color: var(--iris) !important;
|
|
166
155
|
/* keep text readable; override color if necessary */
|
|
167
156
|
color: white !important;
|
|
@@ -170,25 +159,21 @@ div {
|
|
|
170
159
|
border-bottom: 1px solid rgb(0, 0, 0);
|
|
171
160
|
}
|
|
172
161
|
|
|
173
|
-
.content-module-body-copy table th:not(:last-child)
|
|
174
|
-
.table-module table th:not(:last-child) {
|
|
162
|
+
.content-module-body-copy table th:not(:last-child) {
|
|
175
163
|
border-right: 1px solid rgb(0, 0, 0);
|
|
176
164
|
}
|
|
177
165
|
|
|
178
|
-
.content-module-body-copy table td
|
|
179
|
-
.table-module table td {
|
|
166
|
+
.content-module-body-copy table td {
|
|
180
167
|
padding: 1em;
|
|
181
168
|
text-align: center;
|
|
182
169
|
vertical-align: middle;
|
|
183
170
|
}
|
|
184
171
|
|
|
185
|
-
.content-module-body-copy table tr:not(:last-child) td
|
|
186
|
-
.table-module table tr:not(:last-child) td {
|
|
172
|
+
.content-module-body-copy table tr:not(:last-child) td {
|
|
187
173
|
border-bottom: 1px solid rgb(0, 0, 0);
|
|
188
174
|
}
|
|
189
175
|
|
|
190
|
-
.content-module-body-copy table td:not(:last-child)
|
|
191
|
-
.table-module table td:not(:last-child) {
|
|
176
|
+
.content-module-body-copy table td:not(:last-child) {
|
|
192
177
|
border-right: 1px solid rgb(0, 0, 0);
|
|
193
178
|
}
|
|
194
179
|
|
|
@@ -197,13 +182,8 @@ div {
|
|
|
197
182
|
text-align: left;
|
|
198
183
|
}
|
|
199
184
|
|
|
200
|
-
.table-module table td:first-child {
|
|
201
|
-
text-align: left;
|
|
202
|
-
}
|
|
203
|
-
|
|
204
185
|
|
|
205
|
-
.content-module-body-copy table td:only-child
|
|
206
|
-
.table-module table td:only-child {
|
|
186
|
+
.content-module-body-copy table td:only-child {
|
|
207
187
|
background-color: var(--iris);
|
|
208
188
|
color: white;
|
|
209
189
|
font-family: 'GT-Walsheim-Bd';
|
|
@@ -211,53 +191,43 @@ div {
|
|
|
211
191
|
text-align: left;
|
|
212
192
|
}
|
|
213
193
|
|
|
214
|
-
.content-module-body-copy table p
|
|
215
|
-
.table-module table p {
|
|
194
|
+
.content-module-body-copy table p {
|
|
216
195
|
margin: 0;
|
|
217
196
|
white-space: normal;
|
|
218
197
|
}
|
|
219
198
|
|
|
220
|
-
.content-module-body-copy table td p
|
|
221
|
-
.table-module table td p {
|
|
199
|
+
.content-module-body-copy table td p {
|
|
222
200
|
padding-top: 0.5em;
|
|
223
201
|
}
|
|
224
202
|
|
|
225
|
-
.content-module-body-copy table td p:first-child
|
|
226
|
-
.table-module table td p:first-child {
|
|
203
|
+
.content-module-body-copy table td p:first-child {
|
|
227
204
|
padding-top: 0;
|
|
228
205
|
}
|
|
229
206
|
|
|
230
|
-
.content-module-body-copy table ul
|
|
231
|
-
.table-module table ul {
|
|
207
|
+
.content-module-body-copy table ul {
|
|
232
208
|
list-style: none;
|
|
233
209
|
margin: 1em 0 0 1em;
|
|
234
210
|
padding-left: 0;
|
|
235
211
|
text-align: left;
|
|
236
212
|
}
|
|
237
213
|
|
|
238
|
-
.content-module-body-copy table ul li
|
|
239
|
-
.table-module table ul li {
|
|
214
|
+
.content-module-body-copy table ul li {
|
|
240
215
|
position: relative;
|
|
241
216
|
padding-left: 1.5em;
|
|
242
217
|
margin: 0;
|
|
243
218
|
}
|
|
244
219
|
|
|
245
|
-
.content-module-body-copy table td:first-child
|
|
246
|
-
.table-module table td:first-child {
|
|
220
|
+
.content-module-body-copy table td:first-child {
|
|
247
221
|
--bullet-color: var(--rosemary);
|
|
248
|
-
/* no gray background for table-module first col — handled separately above */
|
|
249
222
|
}
|
|
250
223
|
|
|
251
224
|
|
|
252
225
|
.content-module-body-copy table td:nth-child(3),
|
|
253
|
-
.content-module-body-copy table td:nth-child(4)
|
|
254
|
-
.table-module table td:nth-child(3),
|
|
255
|
-
.table-module table td:nth-child(4) {
|
|
226
|
+
.content-module-body-copy table td:nth-child(4) {
|
|
256
227
|
--bullet-color: var(--rosemary);
|
|
257
228
|
}
|
|
258
229
|
|
|
259
|
-
.content-module-body-copy table ul p
|
|
260
|
-
.table-module table ul p {
|
|
230
|
+
.content-module-body-copy table ul p {
|
|
261
231
|
padding-top: 0;
|
|
262
232
|
}
|
|
263
233
|
|