@pelcro/react-pelcro-js 4.0.0-alpha.33 → 4.0.0-alpha.34

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/dist/pelcro.css CHANGED
@@ -2453,10 +2453,6 @@ in order to scope selectors under pelcro-root
2453
2453
  width: 50%;
2454
2454
  }
2455
2455
 
2456
- .pelcro-root .plc-w-10\/12{
2457
- width: 83.333333%;
2458
- }
2459
-
2460
2456
  .pelcro-root .plc-w-full{
2461
2457
  width: 100%;
2462
2458
  }
@@ -3286,11 +3282,6 @@ in order to scope selectors under pelcro-root
3286
3282
  color: hsl(var(--plc-primary-hue), var(--plc-primary-saturation), calc(var(--plc-primary-lightness) - 30%));
3287
3283
  }
3288
3284
 
3289
- .pelcro-root .plc-text-black{
3290
- --tw-text-opacity: 1;
3291
- color: rgba(0, 0, 0, var(--tw-text-opacity));
3292
- }
3293
-
3294
3285
  .pelcro-root .plc-text-white{
3295
3286
  --tw-text-opacity: 1;
3296
3287
  color: rgba(255, 255, 255, var(--tw-text-opacity));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pelcro/react-pelcro-js",
3
3
  "description": "Pelcro's React UI Elements",
4
- "version": "4.0.0-alpha.33",
4
+ "version": "4.0.0-alpha.34",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.cjs.js",