@dream-encode/wp-js-plugin-utils 0.6.0 → 0.6.1

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.
@@ -298,6 +298,46 @@
298
298
  gap: 20px;
299
299
  }
300
300
 
301
+ .de-settings__action {
302
+ display: flex;
303
+ align-items: flex-start;
304
+ gap: 24px;
305
+ padding: 16px 0;
306
+ border-bottom: 1px solid #f0f0f1;
307
+
308
+ &:first-child {
309
+ padding-top: 0;
310
+ }
311
+
312
+ &:last-child {
313
+ padding-bottom: 0;
314
+ border-bottom: 0;
315
+ }
316
+ }
317
+
318
+ .de-settings__action-description {
319
+ flex: 1;
320
+ min-width: 0;
321
+
322
+ strong {
323
+ display: block;
324
+ font-size: 13px;
325
+ color: var( --de-settings-ink );
326
+ }
327
+
328
+ p {
329
+ margin: 4px 0 0;
330
+ font-size: 12.5px;
331
+ line-height: 1.5;
332
+ color: var( --de-settings-ink-faint );
333
+ max-width: 78ch;
334
+ }
335
+ }
336
+
337
+ .de-settings__action-button {
338
+ flex: none;
339
+ }
340
+
301
341
  .de-settings__field {
302
342
  max-width: 640px;
303
343
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dream-encode/wp-js-plugin-utils",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "Common JS functionality used by custom WP plugins.",
5
5
  "keywords": [
6
6
  "wordpress",