duck-dev-lib 0.1.3 → 0.1.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.
@@ -22,6 +22,12 @@ const DD_NEO_PALETTES = [
22
22
  { id: 'sunset-boulevard', name: 'Sunset Boulevard', mode: 'light' },
23
23
  { id: 'memphis-pop', name: 'Memphis Pop', mode: 'light' },
24
24
  { id: 'bauhaus-bright', name: 'Bauhaus Bright', mode: 'light' },
25
+ { id: 'cotton-candy', name: 'Cotton Candy', mode: 'light' },
26
+ { id: 'macaron-box', name: 'Macaron Box', mode: 'light' },
27
+ { id: 'sea-glass', name: 'Sea Glass', mode: 'light' },
28
+ { id: 'lavender-haze', name: 'Lavender Haze', mode: 'light' },
29
+ { id: 'peach-sorbet', name: 'Peach Sorbet', mode: 'light' },
30
+ { id: 'mint-julep', name: 'Mint Julep', mode: 'light' },
25
31
  { id: 'deep-neon', name: 'Deep Neon', mode: 'dark' },
26
32
  { id: 'ember-glow', name: 'Ember Glow', mode: 'dark' },
27
33
  { id: 'toxic-garden', name: 'Toxic Garden', mode: 'dark' },