@breadstone/mosaik-themes 0.0.206 → 0.0.209
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 +26 -0
- package/_index.scss +0 -12
- package/index.cjs +1457 -696
- package/index.cjs.map +1 -1
- package/index.d.mts +256 -58
- package/index.d.ts +256 -58
- package/index.js +1458 -697
- package/index.js.map +1 -1
- package/package.json +2 -5
- package/tailwind/v3/index.d.ts +0 -6
- package/tailwind/v3/index.d.ts.map +1 -1
- package/tailwind/v3/index.js +1 -7
- package/tailwind/v3/index.js.map +1 -1
- package/tailwind/v3/plugins/cosmopolitanTailwindPlugin.js +272 -12
- package/tailwind/v3/plugins/cosmopolitanTailwindPlugin.js.map +1 -1
- package/tailwind/v3/plugins/joyTailwindPlugin.js +6 -0
- package/tailwind/v3/plugins/joyTailwindPlugin.js.map +1 -1
- package/tailwind/v3/plugins/memphisTailwindPlugin.js +204 -140
- package/tailwind/v3/plugins/memphisTailwindPlugin.js.map +1 -1
- package/tailwind/v3/presets/cosmopolitanTailwindPresets.js +272 -12
- package/tailwind/v3/presets/cosmopolitanTailwindPresets.js.map +1 -1
- package/tailwind/v3/presets/joyTailwindPresets.js +6 -0
- package/tailwind/v3/presets/joyTailwindPresets.js.map +1 -1
- package/tailwind/v3/presets/memphisTailwindPresets.js +204 -140
- package/tailwind/v3/presets/memphisTailwindPresets.js.map +1 -1
- package/tailwind/v4/cosmopolitanTailwindPresets.css +232 -12
- package/tailwind/v4/joyTailwindPresets.css +2 -0
- package/tailwind/v4/memphisTailwindPresets.css +188 -140
- package/themes/___cosmopolitan-tokens.css +264 -20
- package/themes/___joy-tokens.css +2 -0
- package/themes/___memphis-tokens.css +188 -140
- package/themes/cosmopolitan-tokens.scss +264 -20
- package/themes/cosmopolitan.scss +661 -77
- package/themes/joy-tokens.scss +2 -0
- package/themes/joy.scss +341 -53
- package/themes/memphis-tokens.scss +188 -140
- package/themes/memphis.scss +527 -193
- package/tailwind/v3/plugins/bootstrapTailwindPlugin.d.ts +0 -2
- package/tailwind/v3/plugins/bootstrapTailwindPlugin.d.ts.map +0 -1
- package/tailwind/v3/plugins/bootstrapTailwindPlugin.js +0 -112
- package/tailwind/v3/plugins/bootstrapTailwindPlugin.js.map +0 -1
- package/tailwind/v3/plugins/fluentTailwindPlugin.d.ts +0 -2
- package/tailwind/v3/plugins/fluentTailwindPlugin.d.ts.map +0 -1
- package/tailwind/v3/plugins/fluentTailwindPlugin.js +0 -63
- package/tailwind/v3/plugins/fluentTailwindPlugin.js.map +0 -1
- package/tailwind/v3/plugins/materialTailwindPlugin.d.ts +0 -2
- package/tailwind/v3/plugins/materialTailwindPlugin.d.ts.map +0 -1
- package/tailwind/v3/plugins/materialTailwindPlugin.js +0 -53
- package/tailwind/v3/plugins/materialTailwindPlugin.js.map +0 -1
- package/tailwind/v3/presets/bootstrapTailwindPresets.d.ts +0 -2
- package/tailwind/v3/presets/bootstrapTailwindPresets.d.ts.map +0 -1
- package/tailwind/v3/presets/bootstrapTailwindPresets.js +0 -101
- package/tailwind/v3/presets/bootstrapTailwindPresets.js.map +0 -1
- package/tailwind/v3/presets/fluentTailwindPresets.d.ts +0 -2
- package/tailwind/v3/presets/fluentTailwindPresets.d.ts.map +0 -1
- package/tailwind/v3/presets/fluentTailwindPresets.js +0 -52
- package/tailwind/v3/presets/fluentTailwindPresets.js.map +0 -1
- package/tailwind/v3/presets/materialTailwindPresets.d.ts +0 -2
- package/tailwind/v3/presets/materialTailwindPresets.d.ts.map +0 -1
- package/tailwind/v3/presets/materialTailwindPresets.js +0 -42
- package/tailwind/v3/presets/materialTailwindPresets.js.map +0 -1
- package/tailwind/v4/bootstrapTailwindPresets.css +0 -86
- package/tailwind/v4/fluentTailwindPresets.css +0 -39
- package/tailwind/v4/materialTailwindPresets.css +0 -29
- package/themes/___bootstrap-tokens.css +0 -91
- package/themes/___fluent-tokens.css +0 -30
- package/themes/___material-tokens.css +0 -22
- package/themes/bootstrap-tokens.scss +0 -89
- package/themes/bootstrap.scss +0 -163
- package/themes/fluent-tokens.scss +0 -28
- package/themes/fluent.scss +0 -1591
- package/themes/material-tokens.scss +0 -20
- package/themes/material.scss +0 -94
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
## 0.0.208 (2025-12-13)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- update component properties and descriptions for better clarity and functionality ([5d4069bff7](https://github.com/RueDeRennes/mosaik/commit/5d4069bff7))
|
|
6
|
+
|
|
7
|
+
## 0.0.207 (2025-12-13)
|
|
8
|
+
|
|
9
|
+
### 🚀 Features
|
|
10
|
+
|
|
11
|
+
- **stepper:** add icon property and update styles for stepper components ([8a6aafbba8](https://github.com/RueDeRennes/mosaik/commit/8a6aafbba8))
|
|
12
|
+
- **split): add min and max properties for size constraints in SplitElement feat(stepper): introduce isActive property in StepperItemElement refactor(split): update SplitElement to use CssLength for position, min, and max fix(split): adjust CSS properties and templates to reflect new min/max constraints style(split:** remove deprecated CSS variables for min and max in themes ([0478bec83f](https://github.com/RueDeRennes/mosaik/commit/0478bec83f))
|
|
13
|
+
- **stepper): add Cosmopolitan, Joy, and Memphis themes for Stepper and StepperItem components feat(stepper): implement React and Svelte components for Stepper and StepperItem feat(stepper): create Vue components for Stepper and StepperItem fix(wizard): update event detail interfaces for active step changes style(stepper:** define token styles for various themes in SCSS ([f3922024d6](https://github.com/RueDeRennes/mosaik/commit/f3922024d6))
|
|
14
|
+
- add stepper tokens for all themes ([7871bba3fd](https://github.com/RueDeRennes/mosaik/commit/7871bba3fd))
|
|
15
|
+
- **tailwind:** implement Tailwind v4 config generation and update package scripts ([db31430aaf](https://github.com/RueDeRennes/mosaik/commit/db31430aaf))
|
|
16
|
+
|
|
17
|
+
### 🩹 Fixes
|
|
18
|
+
|
|
19
|
+
- **stepper:** update properties and styles for Stepper themes and components ([5f66855a75](https://github.com/RueDeRennes/mosaik/commit/5f66855a75))
|
|
20
|
+
|
|
21
|
+
## 0.0.206 (2025-12-09)
|
|
22
|
+
|
|
23
|
+
### 🚀 Features
|
|
24
|
+
|
|
25
|
+
- **tailwind:** add material and memphis theme presets for Tailwind CSS ([79cfb43ae2](https://github.com/RueDeRennes/mosaik/commit/79cfb43ae2))
|
|
26
|
+
|
|
1
27
|
## 0.0.205 (2025-12-07)
|
|
2
28
|
|
|
3
29
|
### 🩹 Fixes
|
package/_index.scss
CHANGED
|
@@ -1,24 +1,12 @@
|
|
|
1
|
-
@use './Themes/bootstrap' as bootstrap;
|
|
2
1
|
@use './Themes/cosmopolitan.scss' as cosmopolitan;
|
|
3
|
-
@use './Themes/fluent' as fluent;
|
|
4
2
|
@use './Themes/joy' as joy;
|
|
5
|
-
@use './Themes/material' as material;
|
|
6
3
|
@use './Themes/memphis' as memphis;
|
|
7
|
-
@mixin bootstrap-style($radius: bootstrap.$layout-radius, $thickness: bootstrap.$layout-thickness, $space: bootstrap.$layout-space) {
|
|
8
|
-
@include bootstrap.bootstrap-style($radius: bootstrap.$layout-radius, $thickness: bootstrap.$layout-thickness, $space: bootstrap.$layout-space);
|
|
9
|
-
}
|
|
10
4
|
@mixin cosmopolitan-style($radius: cosmopolitan.$layout-radius, $thickness: cosmopolitan.$layout-thickness, $space: cosmopolitan.$layout-space) {
|
|
11
5
|
@include cosmopolitan.cosmopolitan-style($radius: cosmopolitan.$layout-radius, $thickness: cosmopolitan.$layout-thickness, $space: cosmopolitan.$layout-space);
|
|
12
6
|
}
|
|
13
|
-
@mixin fluent-style($radius: fluent.$layout-radius, $thickness: fluent.$layout-thickness, $space: fluent.$layout-space) {
|
|
14
|
-
@include fluent.fluent-style($radius: fluent.$layout-radius, $thickness: fluent.$layout-thickness, $space: fluent.$layout-space);
|
|
15
|
-
}
|
|
16
7
|
@mixin joy-style($radius: joy.$layout-radius, $thickness: joy.$layout-thickness, $space: joy.$layout-space) {
|
|
17
8
|
@include joy.joy-style($radius: joy.$layout-radius, $thickness: joy.$layout-thickness, $space: joy.$layout-space);
|
|
18
9
|
}
|
|
19
|
-
@mixin material-style($radius: material.$layout-radius, $thickness: material.$layout-thickness, $space: material.$layout-space) {
|
|
20
|
-
@include material.material-style($radius: material.$layout-radius, $thickness: material.$layout-thickness, $space: material.$layout-space);
|
|
21
|
-
}
|
|
22
10
|
@mixin memphis-style($radius: memphis.$layout-radius, $thickness: memphis.$layout-thickness, $space: memphis.$layout-space) {
|
|
23
11
|
@include memphis.memphis-style($radius: memphis.$layout-radius, $thickness: memphis.$layout-thickness, $space: memphis.$layout-space);
|
|
24
12
|
}
|