sep-yui 0.0.53 → 0.0.56

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.
@@ -1,3 +1,4 @@
1
1
  export interface IDropdownProps {
2
2
  options: string[];
3
+ width: string;
3
4
  }
@@ -1,73 +1,73 @@
1
1
  export declare enum IconNameEnum {
2
2
  notification = "notification",
3
- notificationYes = "notificationYes",
3
+ notificationYes = "notification-yes",
4
4
  help = "help",
5
- moonFill = "moonFill",
6
- arrowLeft = "arrowLeft",
7
- chevronDown = "chevronDown",
8
- chevronUp = "chevronUp",
5
+ moonFill = "moon-fill",
6
+ arrowLeft = "arrow-left",
7
+ chevronDown = "chevron-down",
8
+ chevronUp = "chevron-up",
9
9
  dark = "dark",
10
- exitBig = "exitBig",
11
- exitSmall = "exitSmall",
10
+ exitBig = "exit-big",
11
+ exitSmall = "exit-small",
12
12
  exit = "exit",
13
- leftBigSmall = "leftBigSmall",
14
- leftBig = "leftBig",
13
+ leftBigSmall = "left-big-small",
15
14
  light = "light",
16
- plusSmall = "plusSmall",
17
- plus = "plus",
18
- profileIcon = "profileIcon",
19
- profile = "profile",
20
- rightBig = "rightBig",
21
- rightSmall = "rightSmall",
15
+ leftBig = "left-big",
16
+ rightSmall = "right-small",
22
17
  settings = "settings",
23
- settingsDark = "settingsDark",
24
- searchNormal = "searchNormal",
18
+ settingsDark = "settings-dark",
19
+ searchNormal = "search-normal",
25
20
  search = "search",
26
21
  filter = "filter",
27
- bgNotContent = "bgNotContent",
22
+ bgNotContent = "bg-not-content",
28
23
  document = "document",
29
- baseDetail = "baseDetail",
30
- addPlus = "addPlus",
31
- closeVision = "closeVision",
32
- openVision = "openVision",
24
+ baseDetail = "base-detail",
25
+ plusSmall = "plus-small",
26
+ plus = "plus",
27
+ addPlus = "add-plus",
28
+ closeVision = "close-vision",
29
+ openVision = "open-vision",
33
30
  trash = "trash",
34
31
  printer = "printer",
35
- uploadCloud = "uploadCloud",
32
+ uploadCloud = "upload-cloud",
36
33
  archive = "archive",
37
- menuClose = "menuClose",
38
- menuOpen = "menuOpen",
39
- bookOpen = "bookOpen",
40
- chartLine = "chartLine",
34
+ menuClose = "menu-close",
35
+ menuOpen = "menu-open",
36
+ bookOpen = "book-open",
37
+ chartLine = "chart-line",
41
38
  marriage = "marriage",
42
- baseOfAssemblyUnits = "baseOfAssemblyUnits",
43
- equipmentBase = "equipmentBase",
44
- supplierDatabase = "supplierDatabase",
45
- theDatabaseOfMaterials = "theDatabaseOfMaterials",
46
- theBaseOfTheTool = "theBaseOfTheTool",
47
- fileDatabase = "fileDatabase",
48
- baseOfEquipmentAndInventory = "baseOfEquipmentAndInventory",
49
- mainPage = "mainPage",
39
+ baseOfAssemblyUnits = "base-of-assembly-units",
40
+ equipmentBase = "equipment-base",
41
+ supplierDatabase = "supplier-database",
42
+ theDatabaseOfMaterials = "the-database-of-materials",
43
+ theBaseOfTheTool = "the-base-of-the-tool",
44
+ fileDatabase = "file-database",
45
+ baseOfEquipmentAndInventory = "base-of-equipment-and-inventory",
46
+ mainPage = "main-page",
50
47
  shopping = "shopping",
51
- shippingTasks = "shippingTasks",
48
+ shippingTasks = "shipping-tasks",
52
49
  warehouse = "warehouse",
53
50
  production = "production",
54
51
  wastes = "wastes",
55
- paperClip = "paperClip",
56
- writeDowns = "writeDowns",
57
- theComplaint = "theComplaint",
58
- usersGroup = "usersGroup",
52
+ paperClip = "paper-clip",
53
+ writeDowns = "write-downs",
54
+ theComplaint = "the-complaint",
55
+ usersGroup = "users-group",
59
56
  reports = "reports",
60
57
  editing = "editing",
61
- shadedArrowDown = "shadedArrowDown",
62
- shadedArrowRight = "shadedArrowRight",
63
- shadedArrowLeft = "shadedArrowLeft",
64
- shadedArrowUp = "shadedArrowUp",
58
+ shadedArrowDown = "shaded-arrow-down",
59
+ shadedArrowRight = "shaded-arrow-right",
60
+ shadedArrowLeft = "shaded-arrow-left",
61
+ shadedArrowUp = "shaded-arrow-up",
65
62
  star = "star",
66
63
  info = "info",
67
64
  files = "files",
68
- moreHorizontal = "moreHorizontal",
69
- fileText = "fileText",
70
- gitPullRequest = "gitPullRequest",
65
+ moreHorizontal = "more-horizontal",
66
+ fileText = "file-text",
67
+ gitPullRequest = "git-pull-request",
71
68
  folder = "folder",
72
- crossLarge = "crossLarge"
69
+ crossLarge = "cross-large",
70
+ profileIcon = "profileIcon",
71
+ profile = "profile",
72
+ rightBig = "rightBig"
73
73
  }
@@ -5,21 +5,21 @@ export interface IScrollbarProps {
5
5
  style?: unknown;
6
6
  thrumbStyle?: {
7
7
  y?: {
8
- background: string;
8
+ background?: string;
9
9
  width?: string;
10
10
  };
11
11
  x?: {
12
- background: string;
12
+ background?: string;
13
13
  width?: string;
14
14
  };
15
15
  };
16
16
  railStyle?: {
17
17
  y?: {
18
- background: string;
18
+ background?: string;
19
19
  right?: string;
20
20
  };
21
21
  x?: {
22
- background: string;
22
+ background?: string;
23
23
  right?: string;
24
24
  };
25
25
  };