@acorex/styles 21.0.0-next.62 → 21.0.0-next.63

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/themes/default.css +20 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/styles",
3
- "version": "21.0.0-next.62",
3
+ "version": "21.0.0-next.63",
4
4
  "main": "index.css",
5
5
  "author": "Ali Safari",
6
6
  "license": "ISC",
@@ -122,7 +122,7 @@ html.dark {
122
122
  --ax-sys-color-warning-200: 255, 221, 174;
123
123
  --ax-sys-color-warning-300: 255, 198, 128;
124
124
  --ax-sys-color-warning-400: 255, 168, 40;
125
- --ax-sys-color-warning-500: 253, 154, 0;
125
+ --ax-sys-color-warning-500: 253, 154, 1;
126
126
  --ax-sys-color-warning-600: 224, 127, 0;
127
127
  --ax-sys-color-warning-700: 181, 100, 0;
128
128
  --ax-sys-color-warning-800: 144, 81, 20;
@@ -321,9 +321,9 @@ html.dark {
321
321
  --ax-sys-color-on-warning-light-surface: 71, 36, 0;
322
322
  --ax-sys-color-border-warning-light-surface: 255, 182, 92;
323
323
 
324
- --ax-sys-color-warning-surface: 253, 154, 0;
324
+ --ax-sys-color-warning-surface: 253, 154, 1;
325
325
  --ax-sys-color-on-warning-surface: 255, 250, 231;
326
- --ax-sys-color-border-warning-surface: 217, 132, 0;
326
+ --ax-sys-color-border-warning-surface: 217, 132, 1;
327
327
 
328
328
  --ax-sys-color-warning-dark-surface: 224, 127, 0;
329
329
  --ax-sys-color-on-warning-dark-surface: 255, 249, 233;
@@ -641,7 +641,7 @@ html.dark {
641
641
  --ax-sys-color-warning-400: 255, 195, 120;
642
642
  --ax-sys-color-warning-500: 255, 180, 82;
643
643
  --ax-sys-color-warning-600: 255, 165, 33;
644
- --ax-sys-color-warning-700: 253, 154, 0;
644
+ --ax-sys-color-warning-700: 253, 154, 1;
645
645
  --ax-sys-color-warning-800: 230, 133, 0;
646
646
  --ax-sys-color-warning-900: 203, 114, 0;
647
647
  --ax-sys-color-warning-950: 190, 105, 0;
@@ -846,9 +846,9 @@ html.dark {
846
846
  --ax-sys-color-on-warning-dark-surface: 40, 14, 0;
847
847
  --ax-sys-color-border-warning-dark-surface: 255, 184, 79;
848
848
 
849
- --ax-sys-color-warning-darker-surface: 253, 154, 0;
849
+ --ax-sys-color-warning-darker-surface: 253, 154, 1;
850
850
  --ax-sys-color-on-warning-darker-surface: 41, 13, 0;
851
- --ax-sys-color-border-warning-darker-surface: 255, 172, 44;
851
+ --ax-sys-color-border-warning-darker-surface: 254, 172, 46;
852
852
 
853
853
  --ax-sys-color-warning-darkest-surface: 230, 133, 0;
854
854
  --ax-sys-color-on-warning-darkest-surface: 42, 12, 0;
@@ -1077,6 +1077,7 @@ html.dark {
1077
1077
  --ax-sys-color-accent7-darkest-surface: 222, 222, 222;
1078
1078
  --ax-sys-color-on-accent7-darkest-surface: 22, 22, 22;
1079
1079
  --ax-sys-color-border-accent7-darkest-surface: 245, 245, 245;
1080
+
1080
1081
  }
1081
1082
 
1082
1083
  @theme {
@@ -1084,7 +1085,9 @@ html.dark {
1084
1085
  --color-text-default: rgba(var(--ax-sys-color-text-default));
1085
1086
  --color-border-default: rgba(var(--ax-sys-color-border-default));
1086
1087
  --radius-default: var(--ax-sys-border-radius);
1087
-
1088
+ --breakpoint-3xl: 1920px;
1089
+ --breakpoint-4xl: 2560px;
1090
+
1088
1091
  --color-lightest: rgba(var(--ax-sys-color-lightest-surface));
1089
1092
  --color-on-lightest: rgba(var(--ax-sys-color-on-lightest-surface));
1090
1093
  --color-border-lightest: rgba(var(--ax-sys-color-border-lightest-surface));
@@ -2565,48 +2568,48 @@ html.dark {
2565
2568
  font-size: 2.5rem;
2566
2569
  font-weight: 500;
2567
2570
  line-height: 2.5rem;
2568
- }
2571
+ }
2569
2572
  @utility h2 {
2570
2573
  font-size: 2rem;
2571
2574
  font-weight: 500;
2572
2575
  line-height: 2rem;
2573
- }
2576
+ }
2574
2577
  @utility h3 {
2575
2578
  font-size: 1.75rem;
2576
2579
  font-weight: 500;
2577
2580
  line-height: 1.75rem;
2578
- }
2581
+ }
2579
2582
  @utility h4 {
2580
2583
  font-size: 1.5rem;
2581
2584
  font-weight: 500;
2582
2585
  line-height: 1.5rem;
2583
- }
2586
+ }
2584
2587
  @utility h5 {
2585
2588
  font-size: 1.125rem;
2586
2589
  font-weight: 500;
2587
2590
  line-height: 1.125rem;
2588
- }
2591
+ }
2589
2592
  @utility h6 {
2590
2593
  font-size: 1rem;
2591
2594
  font-weight: 500;
2592
2595
  line-height: 1rem;
2593
- }
2596
+ }
2594
2597
  @utility heading {
2595
2598
  width: 100%;
2596
2599
  border-bottom: 1px solid;
2597
2600
  border-color: rgba(var(--ax-sys-color-border-lightest-surface));
2598
2601
  line-height: 0.1em;
2599
2602
  margin: 1rem auto;
2600
- }
2603
+ }
2601
2604
  @utility heading-start {
2602
2605
  text-align: start;
2603
- }
2606
+ }
2604
2607
  @utility heading-center {
2605
2608
  text-align: center;
2606
- }
2609
+ }
2607
2610
  @utility heading-end {
2608
2611
  text-align: end;
2609
- }
2612
+ }
2610
2613
  @utility subtitle {
2611
2614
  opacity: 74%;
2612
2615
  display: block;