@turtleclub/earn-widget 0.3.0-beta.37 → 0.3.0-beta.38

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 +10 -30
  2. package/package.json +3 -3
package/dist/styles.css CHANGED
@@ -831,7 +831,6 @@
831
831
  }
832
832
  .turtle-widget-root, .turtle-widget-root :host {
833
833
  -webkit-text-size-adjust: 100%;
834
- -moz-tab-size: 4;
835
834
  tab-size: 4;
836
835
  line-height: 1.5;
837
836
  font-family: var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");
@@ -1001,13 +1000,9 @@
1001
1000
  box-shadow: none;
1002
1001
  }
1003
1002
  .turtle-widget-root button, .turtle-widget-root input:where([type=button],[type=reset],[type=submit]) {
1004
- -webkit-appearance: button;
1005
- -moz-appearance: button;
1006
1003
  appearance: button;
1007
1004
  }
1008
1005
  .turtle-widget-root ::file-selector-button {
1009
- -webkit-appearance: button;
1010
- -moz-appearance: button;
1011
1006
  appearance: button;
1012
1007
  }
1013
1008
  .turtle-widget-root ::-webkit-inner-spin-button {
@@ -1107,12 +1102,9 @@
1107
1102
  border-width: 1px;
1108
1103
  border-color: #0000;
1109
1104
  position: absolute;
1110
- top: -1px;
1111
- right: -1px;
1112
- bottom: -1px;
1113
- left: -1px;
1105
+ inset: -1px;
1114
1106
  -webkit-mask-image: linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);
1115
- mask-image: linear-gradient(#fff 0,#fff 0),linear-gradient(#fff 0,#fff 0);
1107
+ mask-image: linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);
1116
1108
  -webkit-mask-position: 0 0,0 0;
1117
1109
  mask-position: 0 0,0 0;
1118
1110
  -webkit-mask-size: auto,auto;
@@ -1143,12 +1135,9 @@
1143
1135
  border-width: 1px;
1144
1136
  border-color: #0000;
1145
1137
  position: absolute;
1146
- top: -1px;
1147
- right: -1px;
1148
- bottom: -1px;
1149
- left: -1px;
1138
+ inset: -1px;
1150
1139
  -webkit-mask-image: linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);
1151
- mask-image: linear-gradient(#fff 0,#fff 0),linear-gradient(#fff 0,#fff 0);
1140
+ mask-image: linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);
1152
1141
  -webkit-mask-position: 0 0,0 0;
1153
1142
  mask-position: 0 0,0 0;
1154
1143
  -webkit-mask-size: auto,auto;
@@ -1179,12 +1168,9 @@
1179
1168
  border-width: 1px;
1180
1169
  border-color: #0000;
1181
1170
  position: absolute;
1182
- top: -1px;
1183
- right: -1px;
1184
- bottom: -1px;
1185
- left: -1px;
1171
+ inset: -1px;
1186
1172
  -webkit-mask-image: linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);
1187
- mask-image: linear-gradient(#fff 0,#fff 0),linear-gradient(#fff 0,#fff 0);
1173
+ mask-image: linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);
1188
1174
  -webkit-mask-position: 0 0,0 0;
1189
1175
  mask-position: 0 0,0 0;
1190
1176
  -webkit-mask-size: auto,auto;
@@ -2805,12 +2791,9 @@
2805
2791
  border-width: 1px;
2806
2792
  border-color: #0000;
2807
2793
  position: absolute;
2808
- top: -1px;
2809
- right: -1px;
2810
- bottom: -1px;
2811
- left: -1px;
2794
+ inset: -1px;
2812
2795
  -webkit-mask-image: linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);
2813
- mask-image: linear-gradient(#fff 0,#fff 0),linear-gradient(#fff 0,#fff 0);
2796
+ mask-image: linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);
2814
2797
  -webkit-mask-position: 0 0,0 0;
2815
2798
  mask-position: 0 0,0 0;
2816
2799
  -webkit-mask-size: auto,auto;
@@ -3048,12 +3031,9 @@
3048
3031
  border-width: 1px;
3049
3032
  border-color: #0000;
3050
3033
  position: absolute;
3051
- top: -1px;
3052
- right: -1px;
3053
- bottom: -1px;
3054
- left: -1px;
3034
+ inset: -1px;
3055
3035
  -webkit-mask-image: linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);
3056
- mask-image: linear-gradient(#fff 0,#fff 0),linear-gradient(#fff 0,#fff 0);
3036
+ mask-image: linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);
3057
3037
  -webkit-mask-position: 0 0,0 0;
3058
3038
  mask-position: 0 0,0 0;
3059
3039
  -webkit-mask-size: auto,auto;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turtleclub/earn-widget",
3
- "version": "0.3.0-beta.37",
3
+ "version": "0.3.0-beta.38",
4
4
  "description": "Configurable and self-contained Turtle Earn widget for third-party integration",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -41,7 +41,7 @@
41
41
  "dependencies": {
42
42
  "@tailwindcss/postcss": "^4.1.11",
43
43
  "@turtleclub/hooks": "0.2.1-beta.4",
44
- "@turtleclub/ui": "0.3.0-beta.31",
44
+ "@turtleclub/ui": "0.3.0-beta.32",
45
45
  "class-variance-authority": "^0.7.1",
46
46
  "clsx": "^2.1.1",
47
47
  "jotai": "^2.10.5",
@@ -79,5 +79,5 @@
79
79
  "publishConfig": {
80
80
  "access": "public"
81
81
  },
82
- "gitHead": "110c79bd93a4680c7a6848b0e9b4a65b51c6d073"
82
+ "gitHead": "7d03d975e9f1d14b4bd58859e614e986c9b96daf"
83
83
  }