@datarobot/design-system 30.6.1 → 30.6.3
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/LICENSE +2 -2
- package/package.json +1 -1
- package/styles/index.css +60 -0
- package/styles/index.min.css +1 -1
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
DATAROBOT TOOL AND UTILITY AGREEMENT
|
|
2
2
|
|
|
3
|
-
This Tool and Utility Agreement (this “Agreement”) between DataRobot, Inc., a Delaware Corporation, with its principal place of business located at
|
|
3
|
+
This Tool and Utility Agreement (this “Agreement”) between DataRobot, Inc., a Delaware Corporation, with its principal place of business located at 33 ARCH STREET, SUITE 1700, 17TH FLOOR, BOSTON, MASSACHUSETTS 02110, USA (“DataRobot”) and you and the organization you represent (“You”), is effective as of the date that You are first granted access to the Tool and Utility Software (as defined below) (the “Effective Date”).
|
|
4
4
|
|
|
5
5
|
This Agreement supersedes any other agreement between DataRobot and You with respect to the Tool and Utility Software.
|
|
6
6
|
|
|
@@ -37,7 +37,7 @@ The Tool and Utility Software and Documentation are the proprietary intellectual
|
|
|
37
37
|
|
|
38
38
|
7. NOTICES
|
|
39
39
|
7.1. All notices required to be given under this Agreement shall be in writing and delivered by hand, email, first class prepaid mail or recorded delivery mail.
|
|
40
|
-
7.2. Notices for DataRobot shall be sent to legal@datarobot.com or DataRobot Inc.,
|
|
40
|
+
7.2. Notices for DataRobot shall be sent to legal@datarobot.com or DataRobot Inc., 33 Arch Street; Suite 1700, 17th Floor, Boston, MA 02110, U.S.A., Attn: Legal.
|
|
41
41
|
7.3. Notice will be deemed given:
|
|
42
42
|
(a) when received, if delivered by hand or email; or
|
|
43
43
|
(b) the next business day after it is sent, if sent by first class prepaid mail or recorded delivery;
|
package/package.json
CHANGED
package/styles/index.css
CHANGED
|
@@ -4825,6 +4825,11 @@ popout[data-popper-placement^='right']::after,
|
|
|
4825
4825
|
position: absolute;
|
|
4826
4826
|
top: 50%;
|
|
4827
4827
|
right: 0;
|
|
4828
|
+
display: flex;
|
|
4829
|
+
align-items: center;
|
|
4830
|
+
justify-content: center;
|
|
4831
|
+
font-size: 0.625rem;
|
|
4832
|
+
line-height: 1;
|
|
4828
4833
|
color: var(--badge-success-color);
|
|
4829
4834
|
transform: translateX(-60%) translateY(-50%);
|
|
4830
4835
|
}
|
|
@@ -4857,6 +4862,11 @@ popout[data-popper-placement^='right']::after,
|
|
|
4857
4862
|
position: absolute;
|
|
4858
4863
|
top: 50%;
|
|
4859
4864
|
right: 0;
|
|
4865
|
+
display: flex;
|
|
4866
|
+
align-items: center;
|
|
4867
|
+
justify-content: center;
|
|
4868
|
+
font-size: 0.625rem;
|
|
4869
|
+
line-height: 1;
|
|
4860
4870
|
color: var(--badge-warning-color);
|
|
4861
4871
|
transform: translateX(-60%) translateY(-50%);
|
|
4862
4872
|
}
|
|
@@ -4889,6 +4899,11 @@ popout[data-popper-placement^='right']::after,
|
|
|
4889
4899
|
position: absolute;
|
|
4890
4900
|
top: 50%;
|
|
4891
4901
|
right: 0;
|
|
4902
|
+
display: flex;
|
|
4903
|
+
align-items: center;
|
|
4904
|
+
justify-content: center;
|
|
4905
|
+
font-size: 0.625rem;
|
|
4906
|
+
line-height: 1;
|
|
4892
4907
|
color: var(--badge-error-color);
|
|
4893
4908
|
transform: translateX(-60%) translateY(-50%);
|
|
4894
4909
|
}
|
|
@@ -4921,6 +4936,11 @@ popout[data-popper-placement^='right']::after,
|
|
|
4921
4936
|
position: absolute;
|
|
4922
4937
|
top: 50%;
|
|
4923
4938
|
right: 0;
|
|
4939
|
+
display: flex;
|
|
4940
|
+
align-items: center;
|
|
4941
|
+
justify-content: center;
|
|
4942
|
+
font-size: 0.625rem;
|
|
4943
|
+
line-height: 1;
|
|
4924
4944
|
color: var(--badge-info-color);
|
|
4925
4945
|
transform: translateX(-60%) translateY(-50%);
|
|
4926
4946
|
}
|
|
@@ -4953,6 +4973,11 @@ popout[data-popper-placement^='right']::after,
|
|
|
4953
4973
|
position: absolute;
|
|
4954
4974
|
top: 50%;
|
|
4955
4975
|
right: 0;
|
|
4976
|
+
display: flex;
|
|
4977
|
+
align-items: center;
|
|
4978
|
+
justify-content: center;
|
|
4979
|
+
font-size: 0.625rem;
|
|
4980
|
+
line-height: 1;
|
|
4956
4981
|
color: var(--badge-plain-color);
|
|
4957
4982
|
transform: translateX(-60%) translateY(-50%);
|
|
4958
4983
|
}
|
|
@@ -4985,6 +5010,11 @@ popout[data-popper-placement^='right']::after,
|
|
|
4985
5010
|
position: absolute;
|
|
4986
5011
|
top: 50%;
|
|
4987
5012
|
right: 0;
|
|
5013
|
+
display: flex;
|
|
5014
|
+
align-items: center;
|
|
5015
|
+
justify-content: center;
|
|
5016
|
+
font-size: 0.625rem;
|
|
5017
|
+
line-height: 1;
|
|
4988
5018
|
color: var(--badge-dark-color);
|
|
4989
5019
|
transform: translateX(-60%) translateY(-50%);
|
|
4990
5020
|
}
|
|
@@ -5017,6 +5047,11 @@ popout[data-popper-placement^='right']::after,
|
|
|
5017
5047
|
position: absolute;
|
|
5018
5048
|
top: 50%;
|
|
5019
5049
|
right: 0;
|
|
5050
|
+
display: flex;
|
|
5051
|
+
align-items: center;
|
|
5052
|
+
justify-content: center;
|
|
5053
|
+
font-size: 0.625rem;
|
|
5054
|
+
line-height: 1;
|
|
5020
5055
|
color: var(--badge-pink-color);
|
|
5021
5056
|
transform: translateX(-60%) translateY(-50%);
|
|
5022
5057
|
}
|
|
@@ -5049,6 +5084,11 @@ popout[data-popper-placement^='right']::after,
|
|
|
5049
5084
|
position: absolute;
|
|
5050
5085
|
top: 50%;
|
|
5051
5086
|
right: 0;
|
|
5087
|
+
display: flex;
|
|
5088
|
+
align-items: center;
|
|
5089
|
+
justify-content: center;
|
|
5090
|
+
font-size: 0.625rem;
|
|
5091
|
+
line-height: 1;
|
|
5052
5092
|
color: var(--badge-turquoise-color);
|
|
5053
5093
|
transform: translateX(-60%) translateY(-50%);
|
|
5054
5094
|
}
|
|
@@ -5081,6 +5121,11 @@ popout[data-popper-placement^='right']::after,
|
|
|
5081
5121
|
position: absolute;
|
|
5082
5122
|
top: 50%;
|
|
5083
5123
|
right: 0;
|
|
5124
|
+
display: flex;
|
|
5125
|
+
align-items: center;
|
|
5126
|
+
justify-content: center;
|
|
5127
|
+
font-size: 0.625rem;
|
|
5128
|
+
line-height: 1;
|
|
5084
5129
|
color: var(--badge-purple-color);
|
|
5085
5130
|
transform: translateX(-60%) translateY(-50%);
|
|
5086
5131
|
}
|
|
@@ -5113,6 +5158,11 @@ popout[data-popper-placement^='right']::after,
|
|
|
5113
5158
|
position: absolute;
|
|
5114
5159
|
top: 50%;
|
|
5115
5160
|
right: 0;
|
|
5161
|
+
display: flex;
|
|
5162
|
+
align-items: center;
|
|
5163
|
+
justify-content: center;
|
|
5164
|
+
font-size: 0.625rem;
|
|
5165
|
+
line-height: 1;
|
|
5116
5166
|
color: var(--badge-blue-color);
|
|
5117
5167
|
transform: translateX(-60%) translateY(-50%);
|
|
5118
5168
|
}
|
|
@@ -5145,6 +5195,11 @@ popout[data-popper-placement^='right']::after,
|
|
|
5145
5195
|
position: absolute;
|
|
5146
5196
|
top: 50%;
|
|
5147
5197
|
right: 0;
|
|
5198
|
+
display: flex;
|
|
5199
|
+
align-items: center;
|
|
5200
|
+
justify-content: center;
|
|
5201
|
+
font-size: 0.625rem;
|
|
5202
|
+
line-height: 1;
|
|
5148
5203
|
color: var(--badge-orange-color);
|
|
5149
5204
|
transform: translateX(-60%) translateY(-50%);
|
|
5150
5205
|
}
|
|
@@ -5177,6 +5232,11 @@ popout[data-popper-placement^='right']::after,
|
|
|
5177
5232
|
position: absolute;
|
|
5178
5233
|
top: 50%;
|
|
5179
5234
|
right: 0;
|
|
5235
|
+
display: flex;
|
|
5236
|
+
align-items: center;
|
|
5237
|
+
justify-content: center;
|
|
5238
|
+
font-size: 0.625rem;
|
|
5239
|
+
line-height: 1;
|
|
5180
5240
|
color: var(--badge-apple-color);
|
|
5181
5241
|
transform: translateX(-60%) translateY(-50%);
|
|
5182
5242
|
}
|