@campxdev/campx-web-utils 2.0.0-alpha.3 → 2.0.0

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/dist/styles.css +18 -85
  2. package/package.json +3 -3
package/dist/styles.css CHANGED
@@ -780,9 +780,6 @@
780
780
  .bottom-0 {
781
781
  bottom: calc(var(--spacing) * 0);
782
782
  }
783
- .bottom-4 {
784
- bottom: calc(var(--spacing) * 4);
785
- }
786
783
  .bottom-5 {
787
784
  bottom: calc(var(--spacing) * 5);
788
785
  }
@@ -807,9 +804,6 @@
807
804
  .z-50 {
808
805
  z-index: 50;
809
806
  }
810
- .z-\[999\] {
811
- z-index: 999;
812
- }
813
807
  .z-\[1000\] {
814
808
  z-index: 1000;
815
809
  }
@@ -1187,6 +1181,9 @@
1187
1181
  .min-h-\[60px\] {
1188
1182
  min-height: 60px;
1189
1183
  }
1184
+ .min-h-\[300px\] {
1185
+ min-height: 300px;
1186
+ }
1190
1187
  .min-h-screen {
1191
1188
  min-height: 100vh;
1192
1189
  }
@@ -1657,9 +1654,6 @@
1657
1654
  .rounded-\[5px\] {
1658
1655
  border-radius: 5px;
1659
1656
  }
1660
- .rounded-\[32px\] {
1661
- border-radius: 32px;
1662
- }
1663
1657
  .rounded-full {
1664
1658
  border-radius: calc(infinity * 1px);
1665
1659
  }
@@ -1976,18 +1970,6 @@
1976
1970
  .bg-yellow-background {
1977
1971
  background-color: var(--yellow-background);
1978
1972
  }
1979
- .bg-gradient-to-r {
1980
- --tw-gradient-position: to right in oklab;
1981
- background-image: linear-gradient(var(--tw-gradient-stops));
1982
- }
1983
- .from-\[\#573DAB\] {
1984
- --tw-gradient-from: #573DAB;
1985
- --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
1986
- }
1987
- .to-\[\#846AD6\] {
1988
- --tw-gradient-to: #846AD6;
1989
- --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
1990
- }
1991
1973
  .fill-current {
1992
1974
  fill: currentcolor;
1993
1975
  }
@@ -2102,6 +2084,9 @@
2102
2084
  .pt-4 {
2103
2085
  padding-top: calc(var(--spacing) * 4);
2104
2086
  }
2087
+ .pr-0 {
2088
+ padding-right: calc(var(--spacing) * 0);
2089
+ }
2105
2090
  .pr-1 {
2106
2091
  padding-right: calc(var(--spacing) * 1);
2107
2092
  }
@@ -2423,10 +2408,6 @@
2423
2408
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
2424
2409
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2425
2410
  }
2426
- .shadow-sm {
2427
- --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
2428
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2429
- }
2430
2411
  .shadow-xl {
2431
2412
  --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
2432
2413
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
@@ -3036,6 +3017,12 @@
3036
3017
  border-color: var(--ring);
3037
3018
  }
3038
3019
  }
3020
+ .focus-visible\:ring-2 {
3021
+ &:focus-visible {
3022
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
3023
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
3024
+ }
3025
+ }
3039
3026
  .focus-visible\:ring-\[3px\] {
3040
3027
  &:focus-visible {
3041
3028
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
@@ -3069,6 +3056,12 @@
3069
3056
  }
3070
3057
  }
3071
3058
  }
3059
+ .focus-visible\:ring-offset-2 {
3060
+ &:focus-visible {
3061
+ --tw-ring-offset-width: 2px;
3062
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
3063
+ }
3064
+ }
3072
3065
  .focus-visible\:outline-1 {
3073
3066
  &:focus-visible {
3074
3067
  outline-style: var(--tw-outline-style);
@@ -4988,48 +4981,6 @@
4988
4981
  inherits: false;
4989
4982
  initial-value: 0;
4990
4983
  }
4991
- @property --tw-gradient-position {
4992
- syntax: "*";
4993
- inherits: false;
4994
- }
4995
- @property --tw-gradient-from {
4996
- syntax: "<color>";
4997
- inherits: false;
4998
- initial-value: #0000;
4999
- }
5000
- @property --tw-gradient-via {
5001
- syntax: "<color>";
5002
- inherits: false;
5003
- initial-value: #0000;
5004
- }
5005
- @property --tw-gradient-to {
5006
- syntax: "<color>";
5007
- inherits: false;
5008
- initial-value: #0000;
5009
- }
5010
- @property --tw-gradient-stops {
5011
- syntax: "*";
5012
- inherits: false;
5013
- }
5014
- @property --tw-gradient-via-stops {
5015
- syntax: "*";
5016
- inherits: false;
5017
- }
5018
- @property --tw-gradient-from-position {
5019
- syntax: "<length-percentage>";
5020
- inherits: false;
5021
- initial-value: 0%;
5022
- }
5023
- @property --tw-gradient-via-position {
5024
- syntax: "<length-percentage>";
5025
- inherits: false;
5026
- initial-value: 50%;
5027
- }
5028
- @property --tw-gradient-to-position {
5029
- syntax: "<length-percentage>";
5030
- inherits: false;
5031
- initial-value: 100%;
5032
- }
5033
4984
  @property --tw-leading {
5034
4985
  syntax: "*";
5035
4986
  inherits: false;
@@ -5157,15 +5108,6 @@
5157
5108
  --tw-space-y-reverse: 0;
5158
5109
  --tw-space-x-reverse: 0;
5159
5110
  --tw-border-style: solid;
5160
- --tw-gradient-position: initial;
5161
- --tw-gradient-from: #0000;
5162
- --tw-gradient-via: #0000;
5163
- --tw-gradient-to: #0000;
5164
- --tw-gradient-stops: initial;
5165
- --tw-gradient-via-stops: initial;
5166
- --tw-gradient-from-position: 0%;
5167
- --tw-gradient-via-position: 50%;
5168
- --tw-gradient-to-position: 100%;
5169
5111
  --tw-leading: initial;
5170
5112
  --tw-font-weight: initial;
5171
5113
  --tw-tracking: initial;
@@ -5316,15 +5258,6 @@
5316
5258
  --tw-skew-y: initial;
5317
5259
  --tw-space-y-reverse: 0;
5318
5260
  --tw-space-x-reverse: 0;
5319
- --tw-gradient-position: initial;
5320
- --tw-gradient-from: #0000;
5321
- --tw-gradient-via: #0000;
5322
- --tw-gradient-to: #0000;
5323
- --tw-gradient-stops: initial;
5324
- --tw-gradient-via-stops: initial;
5325
- --tw-gradient-from-position: 0%;
5326
- --tw-gradient-via-position: 50%;
5327
- --tw-gradient-to-position: 100%;
5328
5261
  --tw-leading: initial;
5329
5262
  --tw-font-weight: initial;
5330
5263
  --tw-tracking: initial;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@campxdev/campx-web-utils",
3
- "version": "2.0.0-alpha.3",
3
+ "version": "2.0.0",
4
4
  "author": "CampX",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -22,12 +22,12 @@
22
22
  ],
23
23
  "private": false,
24
24
  "peerDependencies": {
25
- "@campxdev/react-blueprint": ">=2.3.11",
25
+ "@campxdev/react-blueprint": ">=3.0.0",
26
26
  "react-redux": "=>9.1.2",
27
27
  "react-router-dom": "^6.24.0"
28
28
  },
29
29
  "dependencies": {
30
- "@campxdev/react-blueprint": "3.0.0-alpha.9",
30
+ "@campxdev/react-blueprint": "3.0.0",
31
31
  "@hookform/resolvers": "^2.9.10",
32
32
  "axios": "^1.7.2",
33
33
  "cookie-js": "^0.0.1",