uppy/packages/@uppy
Copilot 84cf20ea4c
Add stability warning comment to SCSS source files (#5960)
Adds a stability warning comment to the top of all `src/style.scss`
files in the following Uppy packages to inform consumers that the source
code and variables are not part of the stable API:

- @uppy/audio
- @uppy/core
- @uppy/dashboard
- @uppy/drag-drop
- @uppy/drop-target
- @uppy/image-editor
- @uppy/provider-views
- @uppy/screen-capture
- @uppy/status-bar
- @uppy/url
- @uppy/webcam

The comment added is:
```scss
// NOTE TO CONSUMERS: The code and variables in these source files are not considered stable and can change at any time, even in minor and patch releases!
```

This warning helps clarify that while the compiled CSS output and public
APIs remain stable, the internal SCSS source files, variables, and
implementation details should not be relied upon by consumers as they
may change without notice in any release.

The changes are minimal and surgical - exactly one line added to the top
of each file with no other modifications to existing code.

<!-- START COPILOT CODING AGENT SUFFIX -->

*This pull request was created as a result of the following prompt from
Copilot chat.*
> Add the following comment at the very top of each src/style.scss file
in the following Uppy packages: @uppy/audio, @uppy/core,
@uppy/dashboard, @uppy/drag-drop, @uppy/drop-target, @uppy/image-editor,
@uppy/provider-views, @uppy/screen-capture, @uppy/status-bar, @uppy/url,
@uppy/webcam.
> 
> Comment to add:
> // NOTE TO CONSUMERS: The code and variables in these source files are
not considered stable and can change at any time, even in minor and
patch releases!
> 
> Ensure the comment is the first line in each file, above any existing
code or imports.

<!-- START COPILOT CODING AGENT TIPS -->
---

 Let Copilot coding agent [set things up for
you](https://github.com/transloadit/uppy/issues/new?title=+Set+up+Copilot+instructions&body=Configure%20instructions%20for%20this%20repository%20as%20documented%20in%20%5BBest%20practices%20for%20Copilot%20coding%20agent%20in%20your%20repository%5D%28https://gh.io/copilot-coding-agent-tips%29%2E%0A%0A%3COnboard%20this%20repo%3E&assignees=copilot)
— coding agent works faster and does higher quality work when set up for
your repo.

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: mifi <402547+mifi@users.noreply.github.com>
Co-authored-by: Prakash <qxprakash@gmail.com>
Co-authored-by: Mikael Finstad <finstaden@gmail.com>
2025-09-11 21:53:40 +02:00
..
angular remove main from package.json (#5950) 2025-09-04 17:39:50 +05:30
audio Add stability warning comment to SCSS source files (#5960) 2025-09-11 21:53:40 +02:00
aws-s3 add missing exports (#5952) 2025-09-04 22:43:50 +05:30
box remove main from package.json (#5950) 2025-09-04 17:39:50 +05:30
companion remove main from package.json (#5950) 2025-09-04 17:39:50 +05:30
companion-client remove main from package.json (#5950) 2025-09-04 17:39:50 +05:30
components remove main from package.json (#5950) 2025-09-04 17:39:50 +05:30
compressor remove main from package.json (#5950) 2025-09-04 17:39:50 +05:30
core Add stability warning comment to SCSS source files (#5960) 2025-09-11 21:53:40 +02:00
dashboard Add stability warning comment to SCSS source files (#5960) 2025-09-11 21:53:40 +02:00
drag-drop Add stability warning comment to SCSS source files (#5960) 2025-09-11 21:53:40 +02:00
drop-target Add stability warning comment to SCSS source files (#5960) 2025-09-11 21:53:40 +02:00
dropbox remove main from package.json (#5950) 2025-09-04 17:39:50 +05:30
facebook remove main from package.json (#5950) 2025-09-04 17:39:50 +05:30
form remove main from package.json (#5950) 2025-09-04 17:39:50 +05:30
golden-retriever add missing exports (#5952) 2025-09-04 22:43:50 +05:30
google-drive remove main from package.json (#5950) 2025-09-04 17:39:50 +05:30
google-drive-picker remove main from package.json (#5950) 2025-09-04 17:39:50 +05:30
google-photos-picker remove main from package.json (#5950) 2025-09-04 17:39:50 +05:30
image-editor Add stability warning comment to SCSS source files (#5960) 2025-09-11 21:53:40 +02:00
instagram remove main from package.json (#5950) 2025-09-04 17:39:50 +05:30
locales Bring back StatusBar and DragDrop (#5931) 2025-08-27 14:56:04 +02:00
onedrive remove main from package.json (#5950) 2025-09-04 17:39:50 +05:30
provider-views Add stability warning comment to SCSS source files (#5960) 2025-09-11 21:53:40 +02:00
react remove main from package.json (#5950) 2025-09-04 17:39:50 +05:30
remote-sources remove main from package.json (#5950) 2025-09-04 17:39:50 +05:30
screen-capture Add stability warning comment to SCSS source files (#5960) 2025-09-11 21:53:40 +02:00
status-bar Add stability warning comment to SCSS source files (#5960) 2025-09-11 21:53:40 +02:00
store-default [ci] release (#5918) 2025-08-22 09:02:12 +02:00
svelte [ci] release (#5936) 2025-08-28 17:03:19 +02:00
thumbnail-generator remove main from package.json (#5950) 2025-09-04 17:39:50 +05:30
transloadit remove main from package.json (#5950) 2025-09-04 17:39:50 +05:30
tus remove main from package.json (#5950) 2025-09-04 17:39:50 +05:30
unsplash remove main from package.json (#5950) 2025-09-04 17:39:50 +05:30
url Add stability warning comment to SCSS source files (#5960) 2025-09-11 21:53:40 +02:00
utils remove main from package.json (#5950) 2025-09-04 17:39:50 +05:30
vue remove main from package.json (#5950) 2025-09-04 17:39:50 +05:30
webcam Add stability warning comment to SCSS source files (#5960) 2025-09-11 21:53:40 +02:00
webdav remove main from package.json (#5950) 2025-09-04 17:39:50 +05:30
xhr-upload remove main from package.json (#5950) 2025-09-04 17:39:50 +05:30
zoom remove main from package.json (#5950) 2025-09-04 17:39:50 +05:30