Init
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Blocks.Common",
|
||||
"rootNamespace": "Blocks.Common",
|
||||
"references": [],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [],
|
||||
"versionDefines": [],
|
||||
"noEngineReferences": false
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 510d22f9fb515c2299f915419086bb2b
|
||||
AssemblyDefinitionImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 341930
|
||||
packageName: Unity Building Block - Multiplayer Session
|
||||
packageVersion: 1.0
|
||||
assetPath: Assets/Blocks/Common/Runtime/Blocks.Common.asmdef
|
||||
uploadId: 814574
|
||||
@@ -0,0 +1,39 @@
|
||||
namespace Blocks.Common
|
||||
{
|
||||
public static class BlocksTheme
|
||||
{
|
||||
public const string Label = "blocks-label";
|
||||
|
||||
public const string TextField = "blocks-textfield";
|
||||
|
||||
public const string Button = "blocks-button";
|
||||
public const string ButtonSmall = "blocks-button--sm";
|
||||
public const string ButtonRound = "blocks-button--round";
|
||||
public const string ButtonExtraSmall = "blocks-button--xs";
|
||||
|
||||
public const string Header = "blocks-header";
|
||||
public const string HeaderSmall = "blocks-header--sm";
|
||||
public const string HeaderXSmall = "blocks-header--xs";
|
||||
public const string HeaderSpaceBottom = "blocks-header--space-bottom";
|
||||
|
||||
public const string ContainerHorizontal = "blocks-container--horizontal";
|
||||
public const string ContainerAlignedRight = "blocks-container--right";
|
||||
public const string ContainerStretch = "blocks-container--stretch";
|
||||
public const string ContainerSpaceBetween = "blocks-container--space-between";
|
||||
public const string SpaceRight = "blocks-element--space-right";
|
||||
public const string SpaceLeft = "blocks-element--space-left";
|
||||
public const string SpaceBottom = "blocks-element--space-bottom";
|
||||
public const string SpaceBottomSmall = "blocks-element--space-bottom-sm";
|
||||
public const string FullWidth = "blocks-element--full-width";
|
||||
|
||||
public const string ScrollView = "blocks-scroll-view";
|
||||
public const string ScrollViewElement = "blocks-scroll-view__element";
|
||||
|
||||
public const string ListViewNoHover = "blocks-list-view--no-hover";
|
||||
|
||||
public const string Modal = "blocks-modal";
|
||||
public const string ProgressBar = "blocks-progress-bar";
|
||||
|
||||
public const string Dropdown = "blocks-dropdown";
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 611ff0e73de052bc1b34f58283186ab3
|
||||
AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 341930
|
||||
packageName: Unity Building Block - Multiplayer Session
|
||||
packageVersion: 1.0
|
||||
assetPath: Assets/Blocks/Common/Runtime/BlocksTheme.cs
|
||||
uploadId: 814574
|
||||
Reference in New Issue
Block a user