@fastwork/xosmoz-css 0.0.31 → 0.0.32

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/atomic.css +0 -58
  2. package/package.json +1 -1
package/dist/atomic.css CHANGED
@@ -5824,31 +5824,6 @@
5824
5824
  background-attachment: local !important;
5825
5825
  }
5826
5826
 
5827
- /* Background Blend Mode */
5828
- ._bgbm-nm {
5829
- background-blend-mode: normal !important;
5830
- }
5831
-
5832
- ._bgbm-mtp {
5833
- background-blend-mode: multiply !important;
5834
- }
5835
-
5836
- ._bgbm-sc {
5837
- background-blend-mode: screen !important;
5838
- }
5839
-
5840
- ._bgbm-ovl {
5841
- background-blend-mode: overlay !important;
5842
- }
5843
-
5844
- ._bgbm-dk {
5845
- background-blend-mode: darken !important;
5846
- }
5847
-
5848
- ._bgbm-lt {
5849
- background-blend-mode: lighten !important;
5850
- }
5851
-
5852
5827
  /* Order */
5853
5828
  ._od-1 {
5854
5829
  order: 1 !important;
@@ -5961,39 +5936,6 @@
5961
5936
  container-type: normal !important;
5962
5937
  }
5963
5938
 
5964
- /* Mix Blend Mode */
5965
- ._mbm-nm {
5966
- mix-blend-mode: normal !important;
5967
- }
5968
-
5969
- ._mbm-mpt {
5970
- mix-blend-mode: multiply !important;
5971
- }
5972
-
5973
- ._mbm-sc {
5974
- mix-blend-mode: screen !important;
5975
- }
5976
-
5977
- ._mbm-ovl {
5978
- mix-blend-mode: overlay !important;
5979
- }
5980
-
5981
- ._mbm-dk {
5982
- mix-blend-mode: darken !important;
5983
- }
5984
-
5985
- ._mbm-lt {
5986
- mix-blend-mode: lighten !important;
5987
- }
5988
-
5989
- ._mbm-cld {
5990
- mix-blend-mode: color-dodge !important;
5991
- }
5992
-
5993
- ._mbm-clb {
5994
- mix-blend-mode: color-burn !important;
5995
- }
5996
-
5997
5939
  /* Backface Visibility */
5998
5940
  ._bfvsblt-vsb {
5999
5941
  backface-visibility: visible !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastwork/xosmoz-css",
3
- "version": "0.0.31",
3
+ "version": "0.0.32",
4
4
  "description": "CSS utility classes and component styles for Xosmoz design system",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",