@breadstone-infrastructure/style-dictionary 0.0.226 → 0.0.228
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 +109 -0
- package/headers/AutoFileHeader.d.ts +30 -0
- package/headers/AutoFileHeader.d.ts.map +1 -0
- package/headers/AutoFileHeader.js +43 -0
- package/headers/AutoFileHeader.js.map +1 -0
- package/headers/index.d.ts +2 -0
- package/headers/index.d.ts.map +1 -0
- package/headers/index.js +18 -0
- package/headers/index.js.map +1 -0
- package/index.d.ts +1 -0
- package/index.d.ts.map +1 -1
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,112 @@
|
|
|
1
|
+
## 0.0.226 (2026-01-28)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **message:** refactor message component and update theme tokens for improved styling ([b5e23ce50a](https://github.com/RueDeRennes/mosaik/commit/b5e23ce50a))
|
|
6
|
+
|
|
7
|
+
### 🩹 Fixes
|
|
8
|
+
|
|
9
|
+
- **package:** add missing newline at end of file ([876a6f3b9f](https://github.com/RueDeRennes/mosaik/commit/876a6f3b9f))
|
|
10
|
+
|
|
11
|
+
## 0.0.225 (2026-01-27)
|
|
12
|
+
|
|
13
|
+
### 🚀 Features
|
|
14
|
+
|
|
15
|
+
- **message:** refactor message component and update theme tokens for improved styling ([b5e23ce50a](https://github.com/RueDeRennes/mosaik/commit/b5e23ce50a))
|
|
16
|
+
|
|
17
|
+
### 🩹 Fixes
|
|
18
|
+
|
|
19
|
+
- **package:** add missing newline at end of file ([876a6f3b9f](https://github.com/RueDeRennes/mosaik/commit/876a6f3b9f))
|
|
20
|
+
|
|
21
|
+
## 0.0.224 (2026-01-26)
|
|
22
|
+
|
|
23
|
+
This was a version bump only for style-dictionary-plugins to align it with other projects, there were no code changes.
|
|
24
|
+
|
|
25
|
+
## 0.0.223 (2026-01-25)
|
|
26
|
+
|
|
27
|
+
### 🚀 Features
|
|
28
|
+
|
|
29
|
+
- **components:** implement inheritance controllers for Selectors and Tree components ([1907f30979](https://github.com/RueDeRennes/mosaik/commit/1907f30979))
|
|
30
|
+
|
|
31
|
+
### 🩹 Fixes
|
|
32
|
+
|
|
33
|
+
- **docs:** standardize punctuation and formatting across multiple documentation files ([bed55885fe](https://github.com/RueDeRennes/mosaik/commit/bed55885fe))
|
|
34
|
+
|
|
35
|
+
## 0.0.222 (2026-01-21)
|
|
36
|
+
|
|
37
|
+
### 🚀 Features
|
|
38
|
+
|
|
39
|
+
- **Cdk/Utils:** add deepMerge function for merging nested objects ([958d8b1db2](https://github.com/RueDeRennes/mosaik/commit/958d8b1db2))
|
|
40
|
+
- **theming): update Theme2Component to include 'name' and 'global' props refactor(theming): reorganize ITheme utility functions for better clarity feat(theming): add THEME_MODES and THEME_MODES_WITH_SYSTEM constants fix(theming:** export ThemeMode and THEME_MODES from index ([5b0d68ef4a](https://github.com/RueDeRennes/mosaik/commit/5b0d68ef4a))
|
|
41
|
+
|
|
42
|
+
### 🩹 Fixes
|
|
43
|
+
|
|
44
|
+
- **theme:** update paths for Tailwind presets and add Snyk organization setting ([a2defd1849](https://github.com/RueDeRennes/mosaik/commit/a2defd1849))
|
|
45
|
+
- **package.json:** add missing newline at end of file ([8b6d8f8c2b](https://github.com/RueDeRennes/mosaik/commit/8b6d8f8c2b))
|
|
46
|
+
|
|
47
|
+
## 0.0.221 (2026-01-16)
|
|
48
|
+
|
|
49
|
+
### 🩹 Fixes
|
|
50
|
+
|
|
51
|
+
- **package.json:** update release version to 0.0.221 ([03ebc3de62](https://github.com/RueDeRennes/mosaik/commit/03ebc3de62))
|
|
52
|
+
- **package.json:** update release version to 0.0.220 ([320c50e503](https://github.com/RueDeRennes/mosaik/commit/320c50e503))
|
|
53
|
+
|
|
54
|
+
## 0.0.220 (2026-01-15)
|
|
55
|
+
|
|
56
|
+
### 🩹 Fixes
|
|
57
|
+
|
|
58
|
+
- **Sandbox.json): update theme import paths for consistency in SCSS usage fix(package.json:** increment release version to 0.0.219 ([57dce3aace](https://github.com/RueDeRennes/mosaik/commit/57dce3aace))
|
|
59
|
+
|
|
60
|
+
## 0.0.218 (2026-01-15)
|
|
61
|
+
|
|
62
|
+
This was a version bump only for style-dictionary-plugins to align it with other projects, there were no code changes.
|
|
63
|
+
|
|
64
|
+
## 0.0.217 (2026-01-09)
|
|
65
|
+
|
|
66
|
+
### 🚀 Features
|
|
67
|
+
|
|
68
|
+
- **llms:** add new components and llms plugin for documentation generation ([3c4d1ad7a1](https://github.com/RueDeRennes/mosaik/commit/3c4d1ad7a1))
|
|
69
|
+
|
|
70
|
+
## 0.0.216 (2026-01-04)
|
|
71
|
+
|
|
72
|
+
This was a version bump only for style-dictionary-plugins to align it with other projects, there were no code changes.
|
|
73
|
+
|
|
74
|
+
## 0.0.215 (2026-01-04)
|
|
75
|
+
|
|
76
|
+
This was a version bump only for style-dictionary-plugins to align it with other projects, there were no code changes.
|
|
77
|
+
|
|
78
|
+
## 0.0.214 (2026-01-02)
|
|
79
|
+
|
|
80
|
+
This was a version bump only for style-dictionary-plugins to align it with other projects, there were no code changes.
|
|
81
|
+
|
|
82
|
+
## 0.0.212 (2026-01-02)
|
|
83
|
+
|
|
84
|
+
### 🚀 Features
|
|
85
|
+
|
|
86
|
+
- **resize-thumb:** add isResizing property and update related components ([e36a8dfacc](https://github.com/RueDeRennes/mosaik/commit/e36a8dfacc))
|
|
87
|
+
- **instructions:** enhance coding standards with access modifiers and service-layer guidelines ([7bad04f186](https://github.com/RueDeRennes/mosaik/commit/7bad04f186))
|
|
88
|
+
- **drawer:** implement drawer stacking behavior and update styles for themes ([036f98144e](https://github.com/RueDeRennes/mosaik/commit/036f98144e))
|
|
89
|
+
|
|
90
|
+
## 0.0.211 (2025-12-31)
|
|
91
|
+
|
|
92
|
+
This was a version bump only for style-dictionary-plugins to align it with other projects, there were no code changes.
|
|
93
|
+
|
|
94
|
+
## 0.0.210 (2025-12-31)
|
|
95
|
+
|
|
96
|
+
This was a version bump only for style-dictionary-plugins to align it with other projects, there were no code changes.
|
|
97
|
+
|
|
98
|
+
## 0.0.209 (2025-12-30)
|
|
99
|
+
|
|
100
|
+
### 🚀 Features
|
|
101
|
+
|
|
102
|
+
- **overlays): replace BottomSheet with Sheet component in React, Svelte, and Vue refactor(overlays): create Sheet context and hooks for managing sheet functionality delete(overlays): remove BottomSheet implementation from Svelte and Vue style(themes:** add new tokens and styles for Sheet component in various themes ([9b31d53a48](https://github.com/RueDeRennes/mosaik/commit/9b31d53a48))
|
|
103
|
+
- **selectors): enhance property groups for List, Menu, Tab, and Tree components feat(selectors): add nested structure to Menu and Wizard templates fix(selectors:** improve styling and layout for DataTable themes docs: add article on Controller Pattern in Angular for better component logic management ([aac9fe4d9e](https://github.com/RueDeRennes/mosaik/commit/aac9fe4d9e))
|
|
104
|
+
- **components): refactor TitleBar, Toolbar, Tooltip, and UpDownSpinner samples to use templates style(timeline): enhance horizontal timeline item styles for better layout and alignment fix(main): update exports for IndicatorSample and TreeMap components chore(cspell:** add xaxis and yaxis to spell check words ([442d952d1a](https://github.com/RueDeRennes/mosaik/commit/442d952d1a))
|
|
105
|
+
|
|
106
|
+
### 🩹 Fixes
|
|
107
|
+
|
|
108
|
+
- **UpDownSpinnerSample): ensure value updates correctly on spin events fix(FeedbackDetailView): use mutable feedback object for comment and vote updates fix(FeedbackDetailViewTemplate): prevent deleteComment call if feedback ID is undefined refactor(SupportView): override render method for better clarity fix(AppViewTemplate): handle icon assignment safely with fallback fix(NewsletterViewTemplate): ensure newsletter submission works correctly fix(EventsViewTemplate): improve handling of calendar location and link checks fix(ProfileViewTemplate): ensure bio input hint updates correctly fix(ColorPaletteBuilderView): ensure palette generation uses correct types fix(GridGeneratorView): instantiate view model correctly and expose it refactor(GridGeneratorViewTemplate): simplify template function signature fix(IconGalleryViewTemplate): ensure mode selection works correctly with types chore(tsconfig): change module resolution to Bundler for better compatibility chore(vite.config): add vite-plugin-checker for TypeScript checks chore(vite.config.production): include vite-plugin-checker for production builds feat(Controller): add IControllerHostRef and IReactiveController interfaces feat(Controller): implement useController for managing reactive controllers chore(ControllerHost): remove deprecated ControllerHost implementation feat(GlobalDomRef:** create global DOM reference for better testability ([9da5337bfb](https://github.com/RueDeRennes/mosaik/commit/9da5337bfb))
|
|
109
|
+
|
|
1
110
|
## 0.0.208 (2025-12-13)
|
|
2
111
|
|
|
3
112
|
### 🚀 Features
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type { FileHeader } from 'style-dictionary/types';
|
|
2
|
+
/**
|
|
3
|
+
* The name used to register the auto-generated file header with Style Dictionary.
|
|
4
|
+
*
|
|
5
|
+
* @remarks
|
|
6
|
+
* Use this constant as the `name` when calling {@link StyleDictionary.registerFileHeader}
|
|
7
|
+
* and when referencing the header in file configuration objects.
|
|
8
|
+
*/
|
|
9
|
+
export declare const AUTO_FILE_HEADER_NAME = "mosaik-theme-header";
|
|
10
|
+
/**
|
|
11
|
+
* A Style Dictionary {@link FileHeader} that produces an `auto-generated` banner.
|
|
12
|
+
*
|
|
13
|
+
* @remarks
|
|
14
|
+
* The returned lines are wrapped by Style Dictionary in the appropriate comment
|
|
15
|
+
* style for the output format (e.g. `//` for CSS/SCSS, `/* */` for JSON).
|
|
16
|
+
*
|
|
17
|
+
* @see {@link https://styledictionary.com/reference/hooks/file-headers/ | Style Dictionary – File Headers}
|
|
18
|
+
*
|
|
19
|
+
* @example
|
|
20
|
+
* ```ts
|
|
21
|
+
* import StyleDictionary from 'style-dictionary';
|
|
22
|
+
*
|
|
23
|
+
* StyleDictionary.registerFileHeader({
|
|
24
|
+
* name: AUTO_FILE_HEADER_NAME,
|
|
25
|
+
* fileHeader: autoFileHeader,
|
|
26
|
+
* });
|
|
27
|
+
* ```
|
|
28
|
+
*/
|
|
29
|
+
export declare const autoFileHeader: FileHeader;
|
|
30
|
+
//# sourceMappingURL=AutoFileHeader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AutoFileHeader.d.ts","sourceRoot":"","sources":["../../src/headers/AutoFileHeader.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAIzD;;;;;;GAMG;AACH,eAAO,MAAM,qBAAqB,wBAAwB,CAAC;AAE3D;;;;;;;;;;;;;;;;;;GAkBG;AACH,eAAO,MAAM,cAAc,EAAE,UAQ5B,CAAC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// #region Imports
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.autoFileHeader = exports.AUTO_FILE_HEADER_NAME = void 0;
|
|
5
|
+
// #endregion
|
|
6
|
+
/**
|
|
7
|
+
* The name used to register the auto-generated file header with Style Dictionary.
|
|
8
|
+
*
|
|
9
|
+
* @remarks
|
|
10
|
+
* Use this constant as the `name` when calling {@link StyleDictionary.registerFileHeader}
|
|
11
|
+
* and when referencing the header in file configuration objects.
|
|
12
|
+
*/
|
|
13
|
+
exports.AUTO_FILE_HEADER_NAME = 'mosaik-theme-header';
|
|
14
|
+
/**
|
|
15
|
+
* A Style Dictionary {@link FileHeader} that produces an `auto-generated` banner.
|
|
16
|
+
*
|
|
17
|
+
* @remarks
|
|
18
|
+
* The returned lines are wrapped by Style Dictionary in the appropriate comment
|
|
19
|
+
* style for the output format (e.g. `//` for CSS/SCSS, `/* */` for JSON).
|
|
20
|
+
*
|
|
21
|
+
* @see {@link https://styledictionary.com/reference/hooks/file-headers/ | Style Dictionary – File Headers}
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* ```ts
|
|
25
|
+
* import StyleDictionary from 'style-dictionary';
|
|
26
|
+
*
|
|
27
|
+
* StyleDictionary.registerFileHeader({
|
|
28
|
+
* name: AUTO_FILE_HEADER_NAME,
|
|
29
|
+
* fileHeader: autoFileHeader,
|
|
30
|
+
* });
|
|
31
|
+
* ```
|
|
32
|
+
*/
|
|
33
|
+
const autoFileHeader = () => [
|
|
34
|
+
'------------------------------------------------------------------------------',
|
|
35
|
+
'<auto-generated>',
|
|
36
|
+
' This code was generated by a tool.',
|
|
37
|
+
' Changes to this file may cause incorrect behavior and will be lost if',
|
|
38
|
+
' the code is regenerated.',
|
|
39
|
+
'</auto-generated>',
|
|
40
|
+
'------------------------------------------------------------------------------'
|
|
41
|
+
];
|
|
42
|
+
exports.autoFileHeader = autoFileHeader;
|
|
43
|
+
//# sourceMappingURL=AutoFileHeader.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AutoFileHeader.js","sourceRoot":"","sources":["../../src/headers/AutoFileHeader.ts"],"names":[],"mappings":";AAAA,kBAAkB;;;AAIlB,aAAa;AAEb;;;;;;GAMG;AACU,QAAA,qBAAqB,GAAG,qBAAqB,CAAC;AAE3D;;;;;;;;;;;;;;;;;;GAkBG;AACI,MAAM,cAAc,GAAe,GAAa,EAAE,CAAC;IACtD,gFAAgF;IAChF,kBAAkB;IAClB,wCAAwC;IACxC,2EAA2E;IAC3E,8BAA8B;IAC9B,mBAAmB;IACnB,gFAAgF;CACnF,CAAC;AARW,QAAA,cAAc,kBAQzB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/headers/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAC"}
|
package/headers/index.js
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./AutoFileHeader.js"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/headers/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAoC"}
|
package/index.d.ts
CHANGED
package/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC"}
|
package/index.js
CHANGED
|
@@ -15,6 +15,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./formats"), exports);
|
|
18
|
+
__exportStar(require("./headers"), exports);
|
|
18
19
|
__exportStar(require("./preprocessors"), exports);
|
|
19
20
|
__exportStar(require("./transforms"), exports);
|
|
20
21
|
//# sourceMappingURL=index.js.map
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAA0B;AAC1B,kDAAgC;AAChC,+CAA6B"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,4CAA0B;AAC1B,4CAA0B;AAC1B,kDAAgC;AAChC,+CAA6B"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone-infrastructure/style-dictionary",
|
|
3
3
|
"description": "Common style-dictionary classes and functions",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.228",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
|
|
7
7
|
"repository": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"module": "./index.js",
|
|
14
14
|
"types": "./index.d.ts",
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@breadstone-infrastructure/utilities": "^0.0.
|
|
16
|
+
"@breadstone-infrastructure/utilities": "^0.0.228",
|
|
17
17
|
"chroma-js": "^3.2.0",
|
|
18
18
|
"style-dictionary": "^4.4.0",
|
|
19
19
|
"tailwindcss": "^3.4.19"
|