@uni-design-system/uni-core 0.0.30 → 0.0.31

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.
@@ -3,9 +3,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.DefaultThemeId = exports.BuiltInThemes = void 0;
4
4
  const dark_theme_1 = require("./themes/dark.theme");
5
5
  const light_theme_1 = require("./themes/light.theme");
6
+ const square_theme_1 = require("./themes/square.theme");
6
7
  exports.BuiltInThemes = {
7
8
  LightTheme: light_theme_1.LightTheme,
8
- DarkTheme: dark_theme_1.DarkTheme
9
+ DarkTheme: dark_theme_1.DarkTheme,
10
+ SquareTheme: square_theme_1.SquareTheme,
9
11
  };
10
12
  // First Theme is default.
11
13
  exports.DefaultThemeId = Object.keys(exports.BuiltInThemes)[0];
@@ -1 +1 @@
1
- {"version":3,"file":"theme.records.js","sourceRoot":"","sources":["../../../../src/core/theme/theme.records.ts"],"names":[],"mappings":";;;AACA,oDAAgD;AAChD,sDAAkD;AAErC,QAAA,aAAa,GAA0B;IAClD,UAAU,EAAV,wBAAU;IACV,SAAS,EAAT,sBAAS;CACV,CAAA;AAED,0BAA0B;AACb,QAAA,cAAc,GAAG,MAAM,CAAC,IAAI,CAAC,qBAAa,CAAC,CAAC,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"theme.records.js","sourceRoot":"","sources":["../../../../src/core/theme/theme.records.ts"],"names":[],"mappings":";;;AACA,oDAAgD;AAChD,sDAAkD;AAClD,wDAAoD;AAEvC,QAAA,aAAa,GAA0B;IAClD,UAAU,EAAV,wBAAU;IACV,SAAS,EAAT,sBAAS;IACT,WAAW,EAAX,0BAAW;CACZ,CAAC;AAEF,0BAA0B;AACb,QAAA,cAAc,GAAG,MAAM,CAAC,IAAI,CAAC,qBAAa,CAAC,CAAC,CAAC,CAAC,CAAC"}
@@ -1,8 +1,10 @@
1
1
  import { DarkTheme } from './themes/dark.theme';
2
2
  import { LightTheme } from './themes/light.theme';
3
+ import { SquareTheme } from './themes/square.theme';
3
4
  export const BuiltInThemes = {
4
5
  LightTheme,
5
- DarkTheme
6
+ DarkTheme,
7
+ SquareTheme,
6
8
  };
7
9
  // First Theme is default.
8
10
  export const DefaultThemeId = Object.keys(BuiltInThemes)[0];
@@ -1 +1 @@
1
- {"version":3,"file":"theme.records.js","sourceRoot":"","sources":["../../../../src/core/theme/theme.records.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,MAAM,CAAC,MAAM,aAAa,GAA0B;IAClD,UAAU;IACV,SAAS;CACV,CAAA;AAED,0BAA0B;AAC1B,MAAM,CAAC,MAAM,cAAc,GAAG,MAAM,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC"}
1
+ {"version":3,"file":"theme.records.js","sourceRoot":"","sources":["../../../../src/core/theme/theme.records.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAEpD,MAAM,CAAC,MAAM,aAAa,GAA0B;IAClD,UAAU;IACV,SAAS;IACT,WAAW;CACZ,CAAC;AAEF,0BAA0B;AAC1B,MAAM,CAAC,MAAM,cAAc,GAAG,MAAM,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@uni-design-system/uni-core",
3
3
  "description": "UNI Design System core dependencies.",
4
- "version": "0.0.30",
4
+ "version": "0.0.31",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/uni-design-system/uni-core.git"