@sbb-esta/lyne-elements-experimental-dev 5.0.0-next.3-dev.1779781438 → 5.0.0-next.3-dev.1779813796

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/_index.scss ADDED
@@ -0,0 +1,2 @@
1
+ // This file is auto-generated by scripts/generate-scss-api.ts
2
+ @forward './autocomplete-grid/autocomplete-grid.global' as autocomplete-grid-*;
@@ -1,5 +1,19 @@
1
1
  $theme: 'standard' !default;
2
2
 
3
- @use './features/core' with (
3
+ // start-auto-generated-scss-module-imports
4
+ @use '../../autocomplete-grid/autocomplete-grid.global' as autocomplete-grid with (
4
5
  $theme: $theme
5
6
  );
7
+
8
+ // end-auto-generated-scss-module-imports
9
+
10
+ :root {
11
+ // start-auto-generated-scss-module-root
12
+ @include autocomplete-grid.base;
13
+
14
+ // end-auto-generated-scss-module-root
15
+ }
16
+
17
+ // start-auto-generated-scss-module-rules
18
+
19
+ // end-auto-generated-scss-module-rules
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@sbb-esta/lyne-elements-experimental-dev",
3
- "version": "5.0.0-next.3-dev.1779781438",
3
+ "version": "5.0.0-next.3-dev.1779813796",
4
4
  "description": "Lyne Design System",
5
5
  "keywords": [
6
6
  "design system",
7
7
  "web components",
8
8
  "lit",
9
9
  "storybook",
10
- "https://github.com/sbb-design-systems/lyne-components/commit/b7c7fb322b420f3331fef15f885f530690bd764d"
10
+ "https://github.com/sbb-design-systems/lyne-components/commit/0c01c99a312b167452ae11d730c2f170cf5a0544"
11
11
  ],
12
12
  "type": "module",
13
13
  "exports": {
@@ -15,6 +15,10 @@
15
15
  "types": "./index.d.ts",
16
16
  "default": "./index.js"
17
17
  },
18
+ "./_index.scss": {
19
+ "sass": "./_index.scss",
20
+ "default": "./_index.scss"
21
+ },
18
22
  "./lean-off-brand-theme.css": {
19
23
  "style": "./lean-off-brand-theme.css",
20
24
  "default": "./lean-off-brand-theme.css"
@@ -1,13 +0,0 @@
1
- $theme: 'standard' !default;
2
-
3
- @use 'sass:string';
4
-
5
- @use '../../../autocomplete-grid/autocomplete-grid-row/autocomplete-grid-row.global' as
6
- autocomplete-grid-row with (
7
- $theme: $theme
8
- );
9
-
10
- // Core variables
11
- :root {
12
- @include autocomplete-grid-row.base;
13
- }