@quidgest/ui 0.23.0 → 0.23.1
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/CHANGELOG.md +6 -0
- package/dist/json/api.json +1 -1
- package/dist/ui.esm.js +1 -1
- package/dist/ui.js +1 -1
- package/dist/ui.min.js +1 -1
- package/dist/ui.scss +1 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,12 @@ On `0.x`, breaking changes typically ship as a **minor** bump. The `/release` wo
|
|
|
9
9
|
|
|
10
10
|
Entries below start at **0.16.0**. Earlier history is in git / GitLab MRs. Patch releases within a minor line may be summarized under that minor unless a break shipped in between.
|
|
11
11
|
|
|
12
|
+
## [0.23.1] - 2026-09-16
|
|
13
|
+
|
|
14
|
+
### Fixed
|
|
15
|
+
|
|
16
|
+
- Distributed SCSS — dedupe Sass `@use` so consumer builds do not fail on duplicate module loads
|
|
17
|
+
|
|
12
18
|
## [0.23.0] - 2026-09-16
|
|
13
19
|
|
|
14
20
|
### Added
|
package/dist/json/api.json
CHANGED
package/dist/ui.esm.js
CHANGED
package/dist/ui.js
CHANGED
package/dist/ui.min.js
CHANGED
package/dist/ui.scss
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Quidgest UI v0.23.
|
|
2
|
+
* Quidgest UI v0.23.1
|
|
3
3
|
* (c) 2026 Quidgest - Consultores de Gestão, S.A.
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
6
6
|
@use 'sass:math' as math;
|
|
7
|
-
@use 'sass:math';
|
|
8
7
|
@use 'sass:map';
|
|
9
8
|
|
|
10
9
|
[class*=' flag:'],[class^='flag:'] {display:inline-block;background-size:cover;height:1em;width:1.5em;--CountryFlagIcon-height:1em;height:var(--CountryFlagIcon-height);width:calc(var(--CountryFlagIcon-height)*3/2);}
|