@star-ai/star-ui 0.1.4 → 0.1.5

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/lib/index.esm.js CHANGED
@@ -6,8 +6,8 @@ const StarButton = {
6
6
  template: `<view
7
7
  class="star-button"
8
8
  :class="[
9
- \`star-button--${type}\`,
10
- \`star-button--${size}\`,
9
+ `star-button--\${type}`,
10
+ `star-button--\${size}`,
11
11
  {
12
12
  'star-button--disabled': disabled,
13
13
  'star-button--loading': loading,
@@ -438,7 +438,7 @@ if (typeof window !== 'undefined' && window.Vue) {
438
438
 
439
439
  // 创建导出对象
440
440
  const StarUI = {
441
- version: '0.1.4',
441
+ version: '0.1.5',
442
442
  install,
443
443
  // 导出所有组件
444
444
  StarButton,
package/lib/index.js CHANGED
@@ -12,8 +12,8 @@
12
12
  template: `<view
13
13
  class="star-button"
14
14
  :class="[
15
- \`star-button--${type}\`,
16
- \`star-button--${size}\`,
15
+ `star-button--\${type}`,
16
+ `star-button--\${size}`,
17
17
  {
18
18
  'star-button--disabled': disabled,
19
19
  'star-button--loading': loading,
@@ -444,7 +444,7 @@
444
444
 
445
445
  // 创建导出对象
446
446
  const StarUI = {
447
- version: '0.1.4',
447
+ version: '0.1.5',
448
448
  install,
449
449
  // 导出所有组件
450
450
  StarButton,
package/lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@star-ai/star-ui",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "基于Uniapp的Vue2组件库",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -12,8 +12,8 @@
12
12
  template: `<view
13
13
  class="star-button"
14
14
  :class="[
15
- \`star-button--${type}\`,
16
- \`star-button--${size}\`,
15
+ `star-button--\${type}`,
16
+ `star-button--\${size}`,
17
17
  {
18
18
  'star-button--disabled': disabled,
19
19
  'star-button--loading': loading,
@@ -446,7 +446,7 @@
446
446
 
447
447
  // 创建导出对象
448
448
  const StarUI = {
449
- version: '0.1.4',
449
+ version: '0.1.5',
450
450
  install,
451
451
  // 导出所有组件
452
452
  StarButton,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@star-ai/star-ui",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "基于Uniapp的Vue2组件库",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.js",