monday-ui-react-core => css vars and other styles not included at :root in build (dev works fine)

Vibe version

"monday-ui-react-core": "^2.134.1",

Describe the bug

VITE React Dev server =>
In my VITE react app when i start the app in dev mode all the styles exist and css vars

After Build =>
after build some of the styles exist and the css vars on :root do not exist and everything looks a little incomplete.

Expected behavior

Was expecting that the css variables on :root would be available in the built app as it was in the dev app.

Steps to reproduce

  1. Create React app with VITE
  2. use component from monday-ui-react-core. (I used EditableHeading)
  3. start in dev (note all looks good)
  4. build
  5. start built app and not that there are missing css vars

Reproduction example link

No response

System Info

System:
    OS: macOS 14.1.2
    CPU: (8) arm64 Apple M1 Pro
    Memory: 104.61 MB / 16.00 GB
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 20.9.0 - ~/.nvm/versions/node/v20.9.0/bin/node
    npm: 10.1.0 - ~/.nvm/versions/node/v20.9.0/bin/npm
  Browsers:
    Brave Browser: 121.1.62.153
    Chrome: 129.0.6668.72
    Safari: 17.1.2
  npmPackages:
    monday-ui-react-core: ^2.134.1 => 2.134.1 
    react: 18.3.1 => 18.3.1 


### Additional context, Screenshots

_No response_