@bitstack/ng-boundary 14.0.1-alpha.3 → 14.0.1-alpha.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitstack/ng-boundary",
3
- "version": "14.0.1-alpha.3",
3
+ "version": "14.0.1-alpha.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.0.0",
6
6
  "@angular/core": "^14.0.0",
@@ -29,4 +29,4 @@
29
29
  "default": "./fesm2020/bitstack-ng-boundary.mjs"
30
30
  }
31
31
  }
32
- }
32
+ }
@@ -15,6 +15,6 @@
15
15
 
16
16
  // Export all utilities
17
17
  // Note: _awd already includes _responsive internally, so we don't need to forward _responsive separately
18
- @forward '../lib/_/_variables';
19
- @forward '../lib/_/_awd';
20
- @forward '../lib/_/_mixin';
18
+ @forward 'variables';
19
+ @forward 'awd';
20
+ @forward 'mixin';
package/styles.scss CHANGED
@@ -5,4 +5,6 @@
5
5
  * @use '@bitstack/ng-boundary/styles' as boundary;
6
6
  */
7
7
 
8
- @forward 'src/styles/index';
8
+ @forward 'src/styles/variables';
9
+ @forward 'src/styles/awd' show px2vw;
10
+ @forward 'src/styles/mixin';
@@ -1,33 +0,0 @@
1
- /* 字體定義 */
2
- @font-face {
3
- font-family: 'MicrosoftYaHei';
4
- src: url('/assets/fonts/msyh.woff2') format('woff2');
5
- font-weight: normal;
6
- font-style: normal;
7
- font-display: swap;
8
- }
9
-
10
- @font-face {
11
- font-family: 'Myanmar MN';
12
- src: url('/assets/fonts/myanmar-mn.woff2') format('woff2');
13
- font-weight: normal;
14
- font-style: normal;
15
- font-display: swap;
16
- }
17
-
18
- @font-face {
19
- font-family: 'Myanmar MN';
20
- src: url('/assets/fonts/myanmar-mn-bold.woff2') format('woff2');
21
- font-weight: bold;
22
- font-style: normal;
23
- font-display: swap;
24
- }
25
-
26
- @font-face {
27
- font-family: 'Prompt';
28
- src: url('/assets/fonts/prompt-regular.woff2') format('woff2');
29
- font-weight: normal;
30
- font-style: normal;
31
- font-display: swap;
32
- }
33
-
File without changes
File without changes
File without changes
File without changes