@salesforcedevs/docs-components 0.66.1 → 0.66.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforcedevs/docs-components",
3
- "version": "0.66.1",
3
+ "version": "0.66.4",
4
4
  "description": "Docs Lightning web components for DSC",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
@@ -24,5 +24,5 @@
24
24
  "@types/lodash.orderby": "^4.6.7",
25
25
  "@types/lodash.uniqby": "^4.7.7"
26
26
  },
27
- "gitHead": "a3f9c041c3716833d88e07ee04df44b4234abe77"
27
+ "gitHead": "14d718be69bd8599b9ce3520a65dc8f0cb5f17de"
28
28
  }
@@ -78,8 +78,8 @@ api-security-documentation {
78
78
  --arc-font-h3-margin: var(--amf-h8-margin);
79
79
 
80
80
  /* p */
81
- --arc-font-body1-font-size: var(--dx-g-text-base);
82
- --arc-font-body1-line-height: var(--dx-g-spacing-lg);
81
+ --arc-font-body1-font-size: var(--dx-g-text-sm);
82
+ --arc-font-body1-line-height: var(--dx-g-spacing-mlg);
83
83
 
84
84
  /* code */
85
85
  --arc-font-code-family: var(--dx-g-font-mono);
@@ -133,33 +133,14 @@ api-security-documentation {
133
133
  /* api */
134
134
  --api-parameters-document-title-border: 0;
135
135
  --api-body-document-title-border: 0;
136
- --api-type-document-property-parent-color: rgb(112, 110, 107);
137
- --api-type-document-property-title-font-family: var(--dx-g-font-sans);
138
- --api-type-document-property-title-font-size: var(--dx-g-text-base);
139
- --api-type-document-property-title-font-weight: var(--dx-g-font-bold);
140
- --api-type-document-property-title-color: var(--dx-g-blue-vibrant-20);
141
- --api-type-document-type-font-family: var(--dx-g-font-mono);
142
- --api-type-document-type-background-color: var(--dx-g-gray-95);
143
- --api-type-document-type-color: rgb(24, 24, 24);
144
- --api-type-document-type-attribute-color: rgb(24, 24, 24);
145
- --api-type-document-trait-font-family: var(--dx-g-font-mono);
146
- --api-type-document-trait-color: rgb(24, 24, 24);
147
- --api-type-document-trait-padding: 0 var(--dx-g-spacing-xs);
148
- --api-type-document-trait-data-type-padding: 0 var(--dx-g-spacing-xs);
149
- --api-type-document-trait-font-size: var(--dx-g-text-sm);
150
- --api-type-document-trait-border-radius: var(--dx-g-spacing-xs);
151
- --api-type-document-trait-background-color: var(--dx-g-gray-95);
136
+ --api-type-document-trait-font-family: var(--dx-g-font-sans);
152
137
  --api-type-document-union-button-active-background-color: transparent;
153
138
  --api-type-document-union-button-active-color: var(--dx-g-blue-vibrant-20);
154
139
  --api-type-document-union-button-background-color: transparent;
155
140
  --api-type-document-union-button-color: var(--dx-g-blue-vibrant-50);
156
141
  --api-type-document-media-button-border-color: transparent;
157
142
  --property-shape-document-padding: 24px 0;
158
- --property-shape-document-title-font-family: var(--dx-g-font-sans);
159
- --property-shape-document-title-font-size: var(--dx-g-text-base);
160
- --property-shape-document-title-font-weight: var(--dx-g-font-bold);
161
- --property-shape-document-title-line-height: 20px;
162
- --property-shape-document-title-margin: 8px 0 8px 0;
143
+ --property-shape-document-title-font-family: var(--dx-g-font-mono);
163
144
  --property-shape-document-object-color: var(--dx-g-blue-vibrant-90);
164
145
  --property-shape-document-array-color: var(--dx-g-blue-vibrant-90);
165
146
  --property-shape-document-union-color: var(--dx-g-blue-vibrant-90);
@@ -191,25 +172,9 @@ api-security-documentation {
191
172
 
192
173
  /* code snippets */
193
174
  --http-code-snippet-container-background-color: rgb(250, 250, 250);
194
- --http-code-snippet-code-function-color: rgb(24, 24, 24);
195
- --http-code-snippet-code-keyword-color: rgb(24, 24, 24);
196
- --http-code-snippet-code-cdata-color: rgb(24, 24, 24);
197
- --http-code-snippet-variable-color: rgb(24, 24, 24);
198
175
  --http-code-snippet-container-padding: var(--dx-g-spacing-md);
199
176
 
200
177
  /* prism */
201
- --code-background-color: rgb(250, 250, 250);
202
- --code-color: rgb(24, 24, 24);
203
- --code-token-comment-value-color: rgb(24, 24, 24);
204
- --code-punctuation-value-color: rgb(24, 24, 24);
205
- --code-property-value-color: rgb(24, 24, 24);
206
- --code-type-number-value-color: rgb(24, 24, 24);
207
- --code-type-boolean-value-color: rgb(24, 24, 24);
208
- --code-type-text-value-color: rgb(24, 24, 24);
209
- --code-operator-value-color: rgb(24, 24, 24);
210
- --code-keyword-value-color: rgb(24, 24, 24);
211
- --code-function-value-color: rgb(24, 24, 24);
212
- --code-variable-value-color: rgb(24, 24, 24);
213
178
 
214
179
  /* --code-operator-value-background-color */
215
180
  }