@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 +2 -2
- package/src/styles/index.scss +3 -3
- package/styles.scss +3 -1
- package/src/lib/_/_fonts.scss +0 -33
- /package/src/{lib/_ → styles}/_awd.scss +0 -0
- /package/src/{lib/_ → styles}/_mixin.scss +0 -0
- /package/src/{lib/_ → styles}/_responsive.scss +0 -0
- /package/src/{lib/_ → styles}/_variables.scss +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitstack/ng-boundary",
|
|
3
|
-
"version": "14.0.1-alpha.
|
|
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
|
+
}
|
package/src/styles/index.scss
CHANGED
|
@@ -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 '
|
|
19
|
-
@forward '
|
|
20
|
-
@forward '
|
|
18
|
+
@forward 'variables';
|
|
19
|
+
@forward 'awd';
|
|
20
|
+
@forward 'mixin';
|
package/styles.scss
CHANGED
package/src/lib/_/_fonts.scss
DELETED
|
@@ -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
|