@aquera/nile-elements 0.1.16 → 0.1.17

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/README.md CHANGED
@@ -80,6 +80,13 @@ To run a local development server that serves the basic demo located in `demo/in
80
80
  In this section, you can find the updates for each release of `nile-elements`. It's a good practice to maintain detailed release notes to help users and developers understand what changes have been made from one version to another and how these changes might affect their projects.
81
81
 
82
82
 
83
+ #### Version 0.1.17
84
+ - Nile Code Editor:
85
+ - Property added: customThemeCSS
86
+ - Property deprecated: useCustomTextFormatting
87
+ - Documentation major update
88
+ - Dependency nile 0.3.55
89
+
83
90
  #### Version 0.1.16
84
91
  - Nile Toast: Property added closeIconName
85
92
  - Nile Tokens update
@@ -233,8 +233,8 @@
233
233
  --nile-colors-yellow-400: #F3E0A5;
234
234
  --nile-colors-yellow-100: #FEFCF6;
235
235
  --nile-colors-white-base: #FFFFFF;
236
- --nile-colors-white-a50: rgba(255, 255, 255, 0.5);
237
- --nile-colors-white-a20: rgba(255, 255, 255, 0.2);
236
+ --nile-colors-white-500: rgba(255, 255, 255, 0.5);
237
+ --nile-colors-white-200: rgba(255, 255, 255, 0.2);
238
238
  --nile-colors-red-700: #A4121C;
239
239
  --nile-colors-red-500: #E5434D;
240
240
  --nile-colors-red-400: #F3A5AA;
@@ -382,13 +382,7 @@
382
382
  --nile-alert-color-background-surface-success: var(--nile-colors-primary-600);
383
383
  --nile-alert-color-background-surface-error: var(--nile-colors-primary-600);
384
384
  --nile-alert-color-background-surface-info: var(--nile-colors-primary-600);
385
-
386
- /*
387
- --nile-colors-button-subtle:var(--nile-colors-white-base);
388
- --nile-colors-button-subtle-hover:var(--nile-colors-dark-200);
389
- --nile-colors-button-subtle-pressed:var(--nile-colors-neutral-400);
390
- */
391
-
385
+
392
386
  /* Border */
393
387
  --nile-colors-border-surface: var(--nile-colors-neutral-400);
394
388
  /*--nile-colors-border-surface-inverted:var(--nile-colors-neutral-400);*/