@chrryai/chrry 1.4.59 → 1.4.61
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/Subscribe.module.scss +0 -2
- package/Threads.module.scss +0 -2
- package/dist/index.js +2590 -2509
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2402 -2321
- package/dist/index.mjs.map +1 -1
- package/globals.scss +17 -17
- package/package.json +3 -2
package/Subscribe.module.scss
CHANGED
|
@@ -132,7 +132,6 @@
|
|
|
132
132
|
margin: 0;
|
|
133
133
|
font-size: toRem.toRem(15);
|
|
134
134
|
padding: 0;
|
|
135
|
-
opacity: 0;
|
|
136
135
|
|
|
137
136
|
.feature {
|
|
138
137
|
margin: 0;
|
|
@@ -141,7 +140,6 @@
|
|
|
141
140
|
gap: toRem.toRem(1);
|
|
142
141
|
align-items: center;
|
|
143
142
|
padding: 0;
|
|
144
|
-
opacity: 0;
|
|
145
143
|
}
|
|
146
144
|
}
|
|
147
145
|
|