@nordcode/ui 2.0.4 → 2.0.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/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 2.0.5 (2025-10-11)
2
+
3
+ ### fixes
4
+
5
+ -fix input type=file buttons not being aligned
6
+
1
7
  ## 2.0.4 (2025-10-05)
2
8
 
3
9
  ### improvements
package/out/bundle.css CHANGED
@@ -44,9 +44,9 @@
44
44
  --shadow-near: .3px 1px 2px 0px color-mix(in oklch, var(--shadow-color), transparent 50%), .9px 3px 6px -1.33px color-mix(in oklch, var(--shadow-color), transparent 60.5%), 2.7px 9px 18px -2.67px color-mix(in oklch, var(--shadow-color), transparent 68.79%), 8.1px 27px 54px -4px color-mix(in oklch, var(--shadow-color), transparent 75.35%);
45
45
  --shadow-medium: .3px 1px 2px 0px color-mix(in oklch, var(--shadow-color), transparent 50%), .9px 3px 6px -.8px color-mix(in oklch, var(--shadow-color), transparent 60.5%), 2.7px 9px 18px -1.6px color-mix(in oklch, var(--shadow-color), transparent 68.79%), 8.1px 27px 54px -2.4px color-mix(in oklch, var(--shadow-color), transparent 75.35%), 24.3px 81px 162px -3.2px color-mix(in oklch, var(--shadow-color), transparent 80.52%), 72.9px 243px 486px -4px color-mix(in oklch, var(--shadow-color), transparent 84.61%);
46
46
  --shadow-far: .3px 1px 2px 0px color-mix(in oklch, var(--shadow-color), transparent 50%), .9px 3px 6px -.5px color-mix(in oklch, var(--shadow-color), transparent 60.5%), 2.7px 9px 18px -1px color-mix(in oklch, var(--shadow-color), transparent 68.79%), 8.1px 27px 54px -1.5px color-mix(in oklch, var(--shadow-color), transparent 75.35%), 24.3px 81px 162px -2px color-mix(in oklch, var(--shadow-color), transparent 80.52%), 72.9px 243px 486px -2.5px color-mix(in oklch, var(--shadow-color), transparent 84.61%), 218.7px 729px 1458px -3px color-mix(in oklch, var(--shadow-color), transparent 87.85%), 656.1px 2187px 4374px -3.5px color-mix(in oklch, var(--shadow-color), transparent 90.4%), 1968.3px 6561px 13122px -4px color-mix(in oklch, var(--shadow-color), transparent 92.41%);
47
- --shadow-color-light: #b4bed2;
47
+ --shadow-color-light: oklch(80% .03 265);
48
48
  --shadow-color-light-lch: 80% .03 265;
49
- --shadow-color-dark: #131e37;
49
+ --shadow-color-dark: oklch(24% .05 265);
50
50
  --shadow-color-dark-lch: 24% .05 265;
51
51
  --lightness-max: .99;
52
52
  --lightness-min: .03;
@@ -201,16 +201,6 @@
201
201
  --color-status-info-contrast-lightness-dark: calc(var(--lightness-max) - ( var(--lightness-diff) * min(max((var(--l-status-info-dark) - var(--lightness-contrast-cutoff)) * 1000000, 0), 1)));
202
202
  --color-status-info-contrast-dark: oklch(var(--color-status-info-contrast-lightness-dark) calc(var(--c-status-info) * .25) var(--h-status-info));
203
203
  --color-status-info-hover-dark: oklch(var(--l-status-info-dark) var(--c-status-info) var(--h-status-info) / calc(var(--transparency-weaker) / 10));
204
- }
205
-
206
- @supports (color: lab(0% 0 0)) {
207
- :where(html) {
208
- --shadow-color-light: lab(76.6551% -.431716 -11.1996);
209
- --shadow-color-dark: lab(11.4338% 2.08272 -17.8892);
210
- }
211
- }
212
-
213
- :where(html) {
214
204
  --control-height-base: var(--button-height-base);
215
205
  --control-height-small: var(--button-height-small);
216
206
  --font-family-link: var(--font-family-default);
package/out/complete.css CHANGED
@@ -44,9 +44,9 @@
44
44
  --shadow-near: .3px 1px 2px 0px color-mix(in oklch, var(--shadow-color), transparent 50%), .9px 3px 6px -1.33px color-mix(in oklch, var(--shadow-color), transparent 60.5%), 2.7px 9px 18px -2.67px color-mix(in oklch, var(--shadow-color), transparent 68.79%), 8.1px 27px 54px -4px color-mix(in oklch, var(--shadow-color), transparent 75.35%);
45
45
  --shadow-medium: .3px 1px 2px 0px color-mix(in oklch, var(--shadow-color), transparent 50%), .9px 3px 6px -.8px color-mix(in oklch, var(--shadow-color), transparent 60.5%), 2.7px 9px 18px -1.6px color-mix(in oklch, var(--shadow-color), transparent 68.79%), 8.1px 27px 54px -2.4px color-mix(in oklch, var(--shadow-color), transparent 75.35%), 24.3px 81px 162px -3.2px color-mix(in oklch, var(--shadow-color), transparent 80.52%), 72.9px 243px 486px -4px color-mix(in oklch, var(--shadow-color), transparent 84.61%);
46
46
  --shadow-far: .3px 1px 2px 0px color-mix(in oklch, var(--shadow-color), transparent 50%), .9px 3px 6px -.5px color-mix(in oklch, var(--shadow-color), transparent 60.5%), 2.7px 9px 18px -1px color-mix(in oklch, var(--shadow-color), transparent 68.79%), 8.1px 27px 54px -1.5px color-mix(in oklch, var(--shadow-color), transparent 75.35%), 24.3px 81px 162px -2px color-mix(in oklch, var(--shadow-color), transparent 80.52%), 72.9px 243px 486px -2.5px color-mix(in oklch, var(--shadow-color), transparent 84.61%), 218.7px 729px 1458px -3px color-mix(in oklch, var(--shadow-color), transparent 87.85%), 656.1px 2187px 4374px -3.5px color-mix(in oklch, var(--shadow-color), transparent 90.4%), 1968.3px 6561px 13122px -4px color-mix(in oklch, var(--shadow-color), transparent 92.41%);
47
- --shadow-color-light: #b4bed2;
47
+ --shadow-color-light: oklch(80% .03 265);
48
48
  --shadow-color-light-lch: 80% .03 265;
49
- --shadow-color-dark: #131e37;
49
+ --shadow-color-dark: oklch(24% .05 265);
50
50
  --shadow-color-dark-lch: 24% .05 265;
51
51
  --lightness-max: .99;
52
52
  --lightness-min: .03;
@@ -201,16 +201,6 @@
201
201
  --color-status-info-contrast-lightness-dark: calc(var(--lightness-max) - ( var(--lightness-diff) * min(max((var(--l-status-info-dark) - var(--lightness-contrast-cutoff)) * 1000000, 0), 1)));
202
202
  --color-status-info-contrast-dark: oklch(var(--color-status-info-contrast-lightness-dark) calc(var(--c-status-info) * .25) var(--h-status-info));
203
203
  --color-status-info-hover-dark: oklch(var(--l-status-info-dark) var(--c-status-info) var(--h-status-info) / calc(var(--transparency-weaker) / 10));
204
- }
205
-
206
- @supports (color: lab(0% 0 0)) {
207
- :where(html) {
208
- --shadow-color-light: lab(76.6551% -.431716 -11.1996);
209
- --shadow-color-dark: lab(11.4338% 2.08272 -17.8892);
210
- }
211
- }
212
-
213
- :where(html) {
214
204
  --control-height-base: var(--button-height-base);
215
205
  --control-height-small: var(--button-height-small);
216
206
  --font-family-link: var(--font-family-default);
@@ -1557,7 +1547,6 @@
1557
1547
  box-shadow: var(--_button-box-shadow);
1558
1548
  -webkit-user-select: none;
1559
1549
  user-select: none;
1560
- text-box: cap alphabetic;
1561
1550
  -webkit-tap-highlight-color: transparent;
1562
1551
  -webkit-touch-callout: none;
1563
1552
  line-height: var(--line-height-base);
@@ -1339,7 +1339,6 @@
1339
1339
  box-shadow: var(--_button-box-shadow);
1340
1340
  -webkit-user-select: none;
1341
1341
  user-select: none;
1342
- text-box: cap alphabetic;
1343
1342
  -webkit-tap-highlight-color: transparent;
1344
1343
  -webkit-touch-callout: none;
1345
1344
  line-height: var(--line-height-base);
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "type": "git",
13
13
  "url": "https://github.com/nordcode-agency/nordcode/tree/main/packages/ui"
14
14
  },
15
- "version": "2.0.4",
15
+ "version": "2.0.5",
16
16
  "publishConfig": {
17
17
  "access": "public"
18
18
  },
@@ -51,7 +51,6 @@
51
51
  text-decoration: unset;
52
52
  box-shadow: var(--_button-box-shadow);
53
53
  user-select: none;
54
- text-box: cap alphabetic;
55
54
  -webkit-tap-highlight-color: transparent;
56
55
  -webkit-touch-callout: none;
57
56