@techui/scifi 0.1.0-alpha.1 → 0.1.2-alpha.1

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.js CHANGED
@@ -39,11 +39,11 @@ const aliasName={
39
39
  "ScifiPanelDV9": "ScifiPanelFlow",
40
40
  "TuiPanelA1": "TuiPanelZero",
41
41
 
42
- "ScifiPanelTitleA1": "ScifiPanelTitleAlt",
43
- "ScifiPanelTitleA2": "ScifiPanelTitleDuo",
44
- "ScifiPanelTitleA3": "ScifiPanelTitlePipe",
45
- "TuiPanelTitleA1": "TuiPanelTitleEave",
46
- "TuiPanelTitleA2": "TuiPanelTitleRod"
42
+ "ScifiTitleA1": "ScifiTitleAlt",
43
+ "ScifiTitleA2": "ScifiTitleDuo",
44
+ "ScifiTitleA3": "ScifiTitlePipe",
45
+ "TuiTitleA1": "TuiTitleEave",
46
+ "TuiTitleA2": "TuiTitleRod"
47
47
  }
48
48
 
49
49
  const advanceComps=[
@@ -114,7 +114,7 @@ import init, {
114
114
  } from './core/core.js';
115
115
 
116
116
  export {
117
- adptCalc, bar3DPathGen, cidGen, cidVaild, coreConsoleError, coreConsoleInfo, coreConsoleWarn, cssVarGen, floatInfo, getEnv, getVer,
117
+ adptCalc, bar3DPathGen, cidGen, cidVaild, coreConsoleError, coreConsoleInfo, coreConsoleWarn, cssVarGen, cssVarIf, floatInfo, getEnv, getVer,
118
118
  md5Enc, openDec, openEnc, pieArcPathGen, setLang,
119
119
 
120
120
  //button
@@ -135,8 +135,8 @@ export {
135
135
  scifiPanelDV1, scifiPanelDV2, scifiPanelDV3, scifiPanelDV4, scifiPanelDV5,
136
136
  scifiPanelDV6, scifiPanelDV7, scifiPanelDV8, scifiPanelDV9,
137
137
 
138
- //panel title
139
- scifiPanelTitleA1, scifiPanelTitleA2, scifiPanelTitleA3,
138
+ //title
139
+ scifiTitleA1, scifiTitleA2, scifiTitleA3,
140
140
 
141
141
  svgPatBlocks,
142
142
  svgPatCircuitDiagram,
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@techui/scifi",
3
- "version": "0.1.0-alpha.1",
3
+ "version": "0.1.2-alpha.1",
4
4
  "description": "TechUI Scifi is a sci-fi SVG component library developed based on Vue3. It uses dynamically calculated SVG elements to generate a variety of cool, futuristic, and technological components.",
5
5
  "author": "aYin <ayin86cn@gmail.com> <wechat:jay1986cn>",
6
6
  "homepage": "https://techui.net",
7
- "license": "UNLICENSED",
7
+ "license": "SEE LICENSE IN LICENSE.md",
8
8
  "main": "index.js",
9
9
  "keywords": [
10
10
  "@techui",
@@ -41,13 +41,13 @@
41
41
  ],
42
42
 
43
43
  "dependencies": {
44
- "@techui/icons": "1.0.4",
45
- "@techui/colors": "1.0.2",
46
- "@techui/lessmixins": "0.0.6",
47
- "@techui/libs": "0.0.6",
48
- "@techui/locales": "0.1.0",
49
- "@techui/themes": "0.1.0",
50
- "@techui/utils": "0.1.0",
44
+ "@techui/icons": "1.0.5",
45
+ "@techui/colors": "2.0.1",
46
+ "@techui/mixins": "0.1.2",
47
+ "@techui/locales": "0.1.2",
48
+ "@techui/themes": "0.1.2",
49
+ "@techui/utils": "0.1.3",
50
+ "@techui/libs": "0.0.7",
51
51
  "vue": "^3.4.27",
52
52
  "vue-router": "^4.6.4"
53
53
  },