@aquera/nile-elements 0.1.32-beta-1.4 → 0.1.32-beta-1.5

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
@@ -79,12 +79,16 @@ To run a local development server that serves the basic demo located in `demo/in
79
79
 
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
- #### Version 0.1.32-beta-1.3
83
- - Nile Input: Safari's AutoFill icon defect fix
82
+ #### Version 0.1.32-beta-1.5
83
+ - Nile Tokens: Spacing tokens updated
84
+ - Dependency Nile 0.3.61-beta-1.0
84
85
 
85
86
  #### Version 0.1.32-beta-1.4
86
87
  - Nile Tooltip: Bug Fixes
87
88
 
89
+ #### Version 0.1.32-beta-1.3
90
+ - Nile Input: Safari's AutoFill icon defect fix
91
+
88
92
  #### Version 0.1.31
89
93
  - Nile Stepper: Stylings updates and State change bugfixes
90
94
  - Nile Highlighter: Component Removed
@@ -104,6 +104,9 @@
104
104
  --nile-stepper-color-bulletin-outer-default: #fff0;
105
105
  --nile-stepper-color-bulletin-inner-selected: #fff0;
106
106
  --nile-stepper-color-bulletin-inner-default: var(--nile-colors-neutral-500);
107
+ --nile-spacing-xxs: 2px; /* 0.5 (2px) */
108
+ --nile-spacing-xs: 4px; /* 1 (4px) */
109
+ --nile-spacing-xl: 16px; /* 4 (16px) */
107
110
  --nile-spacing-spacing-xxs: 2px; /* 0.5 (2px) */
108
111
  --nile-spacing-spacing-xs: 4px; /* 1 (4px) */
109
112
  --nile-spacing-spacing-xl: 16px; /* 4 (16px) */
@@ -121,12 +124,26 @@
121
124
  --nile-spacing-spacing-2xl: 20px; /* 5 (20px) */
122
125
  --nile-spacing-spacing-11xl: 160px; /* 40 (160px) */
123
126
  --nile-spacing-spacing-10xl: 128px; /* 32 (128px) */
127
+ --nile-spacing-sm: 6px; /* 1.5 (6px) */
124
128
  --nile-spacing-one-half-x: 3px; /* xxs */
129
+ --nile-spacing-none: 0px; /* none */
130
+ --nile-spacing-md: 8px; /* 2 (8px) */
131
+ --nile-spacing-lg: 12px; /* 3 (12px) */
125
132
  --nile-spacing-gutter: var(--nile-spacing-3-x); /* 48px */
133
+ --nile-spacing-9xl: 96px; /* 24 (96px) */
134
+ --nile-spacing-8xl: 80px; /* 20 (80px) */
135
+ --nile-spacing-7xl: 64px; /* 16 (64px) */
126
136
  --nile-spacing-7-x: 96px; /* xl */
137
+ --nile-spacing-6xl: 48px; /* 12 (48px) */
138
+ --nile-spacing-5xl: 40px; /* 10 (40px) */
127
139
  --nile-spacing-5-x: 48px; /* l */
140
+ --nile-spacing-4xl: 32px; /* 8 (32px) */
141
+ --nile-spacing-3xl: 24px; /* 6 (24px) */
128
142
  --nile-spacing-3-x: 24px; /* m */
143
+ --nile-spacing-2xl: 20px; /* 5 (20px) */
129
144
  --nile-spacing-2-x: 12px; /* s */
145
+ --nile-spacing-11xl: 160px; /* 40 (160px) */
146
+ --nile-spacing-10xl: 128px; /* 32 (128px) */
130
147
  --nile-spacing-1-x: 6px; /* xs */
131
148
  --nile-slide-toggle-color-indicator: var(--nile-colors-white-base);
132
149
  --nile-slide-toggle-color-background-inactive: var(--nile-colors-neutral-500);
@@ -104,6 +104,9 @@
104
104
  --nile-stepper-color-bulletin-outer-default: #fff0;
105
105
  --nile-stepper-color-bulletin-inner-selected: #fff0;
106
106
  --nile-stepper-color-bulletin-inner-default: #D0D5DD;
107
+ --nile-spacing-xxs: 2px; /* 0.5 (2px) */
108
+ --nile-spacing-xs: 4px; /* 1 (4px) */
109
+ --nile-spacing-xl: 16px; /* 4 (16px) */
107
110
  --nile-spacing-spacing-xxs: 2px; /* 0.5 (2px) */
108
111
  --nile-spacing-spacing-xs: 4px; /* 1 (4px) */
109
112
  --nile-spacing-spacing-xl: 16px; /* 4 (16px) */
@@ -121,12 +124,26 @@
121
124
  --nile-spacing-spacing-2xl: 20px; /* 5 (20px) */
122
125
  --nile-spacing-spacing-11xl: 160px; /* 40 (160px) */
123
126
  --nile-spacing-spacing-10xl: 128px; /* 32 (128px) */
127
+ --nile-spacing-sm: 6px; /* 1.5 (6px) */
124
128
  --nile-spacing-one-half-x: 3px; /* xxs */
129
+ --nile-spacing-none: 0px; /* none */
130
+ --nile-spacing-md: 8px; /* 2 (8px) */
131
+ --nile-spacing-lg: 12px; /* 3 (12px) */
125
132
  --nile-spacing-gutter: var(--nile-spacing-3-x); /* 48px */
133
+ --nile-spacing-9xl: 96px; /* 24 (96px) */
134
+ --nile-spacing-8xl: 80px; /* 20 (80px) */
135
+ --nile-spacing-7xl: 64px; /* 16 (64px) */
126
136
  --nile-spacing-7-x: 96px; /* xl */
137
+ --nile-spacing-6xl: 48px; /* 12 (48px) */
138
+ --nile-spacing-5xl: 40px; /* 10 (40px) */
127
139
  --nile-spacing-5-x: 48px; /* l */
140
+ --nile-spacing-4xl: 32px; /* 8 (32px) */
141
+ --nile-spacing-3xl: 24px; /* 6 (24px) */
128
142
  --nile-spacing-3-x: 24px; /* m */
143
+ --nile-spacing-2xl: 20px; /* 5 (20px) */
129
144
  --nile-spacing-2-x: 12px; /* s */
145
+ --nile-spacing-11xl: 160px; /* 40 (160px) */
146
+ --nile-spacing-10xl: 128px; /* 32 (128px) */
130
147
  --nile-spacing-1-x: 6px; /* xs */
131
148
  --nile-slide-toggle-color-indicator: #FFFFFF;
132
149
  --nile-slide-toggle-color-background-inactive: #F2F4F7;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent nile-elements following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "nile-elements",
6
- "version": "0.1.32-beta-1.4",
6
+ "version": "0.1.32-beta-1.5",
7
7
  "main": "dist/src/index.js",
8
8
  "type": "module",
9
9
  "module": "dist/src/index.js",